OpenBMB
Big Models for Everyone
GitHub
Top
终于 !中文基座模型CPM-Bee开源了
自OpenBMB开源社区成立以来,我们就坚定不移地践行“让大模型飞入千家万户”的理念,开发模型全流程
2023-05-30
查看详情
大模型工具学习权威综述,BMTools 背后的论文!
近期,来自清华大学、中国人民大学、北京邮电大学、UIUC、NYU、CMU等高校的研究人员联合 Ope
2023-05-30
查看详情
填补国产空白!首个联网支持中文问答开源模型WebCPM
2021年12月 WebGPT 的横空出世标志了基于网页搜索的问答新范式的诞生,在此之后,New B
2023-05-29
查看详情
BM Architecture Diagram
BM Data BM Data BM Train Open Prompt Delta Center Open Delta BM Train Open Prompt BM Inf BM Inf BM Inf BM Cook BM Cook
BMTrain
The “engine” for big model training. BMTrain performs efficient pre-training and tuning for big models.
Compared with toolkit such as DeepSpeed, BMTrain can save 90% on cost in the training process.
Learn more
BMTrain performs amazingly compared to popular frameworks
BMCook
The toolkit for big model “slimming”. BMCook performs efficient compression for big models to improve operating efficiency.
Through the combination of algorithms such as quantization, pruning, distillation, and MoEfication, 90%+ effects of the original model can be maintained, and model inference can be accelerated by 10 times.
Learn more
Combination in Any Way
BMInf
Perform big model inference on a thousand-yuan GPU. BMInf performs low-cost and high-efficiency inference for big models,which can perform big model inference with more than 10 billion parameters on a single thousand-yuan GPU (GTX 1060).
Learn more
10B Model Decoding Speed
BMInf
PyTorch
OpenPrompt
A “sharp knife” for big model prompt learning. OpenPrompt provides a prompt learning template language with a unified interface. Its compositionality and modularity allow you to easily deploy prompt learning algorithms to run big models.
Learn more
Architecture
OpenDelta
Tiny parameters leverage big models. OpenDelta performs parameter-efficient tuning for big models. By only updating very few parameters (less than 5%), the algorithms can achieve the same effect with full-parameter fine-tuning.
Learn more
Tool Collaboration
ModelCenter
Big Model Warehouse.ModelCenter implements pre-trained language models (PLMs) based on BMTrain backend. It supports Efficient, Low-Resource, Extendable model usage and distributed training.
Learn more
Supported Models
Our Customers