#76 · Primary category: Foundation Models
large_concept_model
Large Concept Models: Language modeling in a sentence representation space
Project last updated:01/29/25
GitHub Stars
2.4K
Forks
213
Contributors
7
License
MIT
Why we included this project
Researchers and ML engineers wondering what might follow token-by-token language modeling will find something genuinely different here. This is the official FAIR implementation of the Large Concept Model, a sequence-to-sequence architecture that generates whole sentences at once by predicting in SONAR, a multilingual embedding space covering up to 200 languages for text. Alongside the trained models you get reproducible recipes for pretraining and fine-tuning 1.6B-parameter variants on roughly 1.3T tokens, including both an MSE regression model and a two-tower diffusion approach. Because it works on a language- and modality-agnostic representation rather than individual word pieces, it makes a handy playground for experiments on longer-horizon generation, cross-lingual transfer, and generating text from meaning instead of surface tokens.
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