yaleimeng/TextClassify_with_BERT
使用BERT模型做文本分类;面向工业用途
This tool helps businesses automatically categorize text, like customer feedback, product reviews, or support tickets. You provide it with examples of text and their correct categories, and it learns to classify new, unseen text. It's designed for operations managers, customer service leads, or anyone who needs to sort large volumes of text data efficiently.
224 stars. No commits in the last 6 months.
Use this if you need to automate the classification of text data for business applications, rather than for academic research.
Not ideal if you're looking for an off-the-shelf solution without any setup, or if your primary goal is academic research.
Stars
224
Forks
62
Language
Python
License
—
Category
Last pushed
Aug 18, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yaleimeng/TextClassify_with_BERT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``