#16 · Primary category: Foundation Models
Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
Project last updated:04/19/26
GitHub Stars
10.2K
Forks
1.4K
Contributors
2
License
Apache-2.0
Why we included this project
Chinese-language NLP teams have relied on these pre-trained BERT-family weights for years, and for good reason. The project provides a range of whole-word-masking models, from BERT-wwm and its extended version to RoBERTa-wwm-ext variants including a large checkpoint, plus the compact RBT3 and RBTL3, so you can match model size to your latency and accuracy targets. All checkpoints load directly through the transformers library, which makes fine-tuning for downstream tasks such as classification and NER straightforward. The smaller models also work well for tokenization and embeddings, or as teacher models. Since the work comes with a peer-reviewed paper and documented pre-training details, you get a dependable baseline instead of a black box.
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