MuQiuJun-AI/bert4pytorch
超轻量级bert的pytorch版本,大量中文注释,容易修改结构,持续更新
This project offers a lightweight toolkit for anyone working with Chinese text data who needs to train or fine-tune powerful BERT-based language models. It takes raw text inputs or pre-trained models and helps you adapt them for tasks like text classification, providing a simpler, more transparent alternative to larger, more complex frameworks. It's designed for data scientists, NLP engineers, or researchers who need to customize or deeply understand their models.
415 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer or researcher in natural language processing (NLP) who works with Chinese text and wants a streamlined, heavily commented PyTorch implementation of BERT for fine-tuning, experimentation, or understanding its core mechanics.
Not ideal if you need a plug-and-play solution with a vast array of pre-built models and features, or if you prefer a framework that abstracts away much of the underlying model architecture.
Stars
415
Forks
64
Language
Python
License
—
Category
Last pushed
Apr 18, 2022
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/MuQiuJun-AI/bert4pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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.