#139 · Primary category: Foundation Models
guwenbert
GuwenBERT: 古文预训练语言模型(古文BERT) A Pre-trained Language Model for Classical Chinese (Literary Chinese)
Project last updated:08/31/21
GitHub Stars
567
Forks
41
Contributors
1
License
Apache-2.0
Why we included this project
Classical Chinese is a hard target for modern NLP models, since almost all pre-trained BERTs are built for contemporary language. GuwenBERT is a RoBERTa-style model trained on about 1.7 billion characters from more than 15,000 ancient books, with a vocabulary drawn from the high-frequency characters of that corpus. It loads through Hugging Face Transformers, so you can drop it into a fine-tuning pipeline without much setup. The authors report a 6.3% gain over the most popular modern Chinese RoBERTa on Classical Chinese named-entity recognition, and say the model reaches comparable results in about 300 training steps, which is a real advantage when your annotated corpus is small. For sentence segmentation, punctuation restoration, and entity labeling on historical documents, it saves you from adapting a modern-language model to a very different register.
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