#50 · Primary category: Foundation Models
Chinese-XLNet
Pre-Trained Chinese XLNet(中文XLNet预训练模型)
Project last updated:04/19/26
GitHub Stars
1.6K
Forks
278
Contributors
2
License
Apache-2.0
Why we included this project
Chinese-XLNet offers pre-trained checkpoints of the permutation-based XLNet model, which captures bidirectional context through a different mechanism than the masked BERT-style encoders most Chinese NLP projects build on. It ships two sizes, a 12-layer base model and a 24-layer mid variant with over 200 million parameters, both trained on the same 5.4-billion-token corpus used for HFL's well-known Chinese BERT releases. You can load the weights through Hugging Face Transformers in a couple of lines and fine-tune them for extractive reading comprehension, sentiment classification, or other sequence tasks. The README documents the pretraining details, fine-tuning settings, and baseline results against Chinese BERT, so the repo works as both a practical starting point and a useful reference when comparing encoder choices.
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