#106 · Primary category: Foundation Models
Baichuan-13B
A 13B large language model developed by Baichuan Intelligent Technology
Project last updated:09/06/23
GitHub Stars
2.9K
Forks
229
Contributors
6
License
Apache-2.0
Why we included this project
Baichuan-13B is a 13-billion-parameter bilingual model that ships in two forms: a base checkpoint for teams who want to fine-tune their own behavior, and an aligned chat variant that runs as a conversational model with just a few lines of code. It is strongest on Chinese-language work, and the int8 and int4 quantized releases let you run it on a consumer card like an Nvidia 3090 instead of a server cluster, which matters a lot for small teams. The README documents inference and fine-tuning clearly, and commercial use is free once you request the license by email, so you are not locked into a hosted API. If your workloads lean Chinese and you want to keep the model in your own infrastructure, this is a solid place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities