WECENG/bert-pytorch
基于BERT预训练模型使用pythorch训练文本分类模型
This project helps you automatically categorize text, such as customer reviews, into predefined groups like 'positive' or 'negative'. You provide a dataset of text examples with their correct categories, and it trains a model that can then classify new, unseen text. It's designed for anyone needing to sort or analyze large volumes of text quickly and consistently.
No commits in the last 6 months.
Use this if you have a collection of text documents that you need to sort into specific categories, and you have some examples already labeled by hand.
Not ideal if you don't have any labeled examples to start with or if your categorization needs are constantly changing.
Stars
18
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/WECENG/bert-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
castorini/hedwig
PyTorch deep learning models for document classification
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
inspirehep/magpie
Deep neural network framework for multi-label text classification
InseeFrLab/torchTextClassifiers
A unified framework for text classification in PyTorch.