Nickzhou10/Text_Classification_With_Huggingface_BERTs
Text Classification with Berts
This project helps developers build and manage text classification systems. You provide structured text data with 'text' and 'label' columns, and it outputs a trained model capable of categorizing new text. It is designed for machine learning engineers or data scientists who need to quickly prototype and deploy text classification solutions.
No commits in the last 6 months.
Use this if you are a machine learning engineer working on a text classification problem and need a robust, automated pipeline for training, testing, and managing models from Huggingface.
Not ideal if you are a business user or an analyst without programming experience looking for a no-code solution to classify text.
Stars
9
Forks
2
Language
Python
License
MIT
Category
Last pushed
Dec 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Nickzhou10/Text_Classification_With_Huggingface_BERTs"
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?``