#5 · Primary category: Foundation Models
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
Project last updated:08/26/26
GitHub Stars
22.2K
Forks
2.7K
Contributors
78
License
MIT
Why we included this project
Microsoft's unilm repository is the company's central research repository for pre-trained foundation models, and it is a good place to start if you want to understand or reuse the models behind document AI, multilingual NLP, and multimodal systems. It collects released checkpoints and training code: LayoutLM and TrOCR read scanned documents and PDFs, Kosmos grounds language in images, and MiniLM and E5 provide compact embeddings for retrieval. It is not one deployable product but a catalog of pretrained weights and recipes, each with its own subfolder, papers, and fine-tuning scripts. Teams building document understanding or cross-lingual search will find ready-made starting points here, while researchers get a clear view of how Microsoft's models evolved across tasks, languages, and modalities.
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
DeepSeek-Coder
DeepSeek Coder: Let the Code Write Itself