zhanlaoban/Transformers_for_Text_Classification
基于Transformers的文本分类
This is a developer tool for building text classification systems. It helps machine learning engineers or data scientists classify text by allowing them to quickly fine-tune various Transformer models (like BERT or XLNet) on their specific datasets. You input text data and it outputs classification predictions, helping to categorize documents, emails, or user comments.
343 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist looking for a streamlined way to experiment with different Transformer architectures for text classification tasks using your own datasets.
Not ideal if you are an end-user without programming or machine learning experience, as this tool requires familiarity with Python and deep learning frameworks.
Stars
343
Forks
61
Language
Python
License
—
Category
Last pushed
Sep 17, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/zhanlaoban/Transformers_for_Text_Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yongzhuo/Pytorch-NLU
中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text...
aniass/Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning...
VinAIResearch/BERTweet
BERTweet: A pre-trained language model for English Tweets (EMNLP-2020)
hppRC/bert-classification-tutorial
【2023年版】BERTによるテキスト分類
artitw/text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language...