paulrinckens/bert-multi-class-classification
Fine tune BERT for multi-class classification using the Huggingface library
This tool helps you categorize text into multiple predefined groups, even when a piece of text could fit into more than one category. You input raw text data, and it outputs that text labeled with one or more relevant categories. This is ideal for data analysts, researchers, or anyone needing to automatically sort documents, customer feedback, or other textual information.
No commits in the last 6 months.
Use this if you have a collection of text documents and need to automatically assign one or more relevant labels or categories to each document.
Not ideal if your text classification needs only involve assigning a single category per document, or if your categories are not yet defined.
Stars
7
Forks
3
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/paulrinckens/bert-multi-class-classification"
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?``