ymcui/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
This project provides advanced Chinese language models, like BERT-wwm, designed to improve understanding and processing of Chinese text. It takes raw Chinese text as input and outputs highly optimized language representations, which can then be used to enhance various text-based applications like sentiment analysis, text classification, or information extraction. This is ideal for NLP researchers, data scientists, or developers working on Chinese language processing tasks.
10,184 stars. No commits in the last 6 months.
Use this if you need state-of-the-art pre-trained models to build or improve applications that process and understand Chinese language effectively.
Not ideal if your primary need is for English language processing or if you require models for real-time, low-latency applications with extremely constrained computational resources.
Stars
10,184
Forks
1,393
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ymcui/Chinese-BERT-wwm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
JayYip/m3tl
BERT for Multitask Learning
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
sileod/tasknet
Easy modernBERT fine-tuning and multi-task learning
graykode/toeicbert
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.