abyanjan/Fine-Tune-BERT-for-Text-Classification
Performing Text classification with fine-tuning BERT model using Tensorflow Hub and Hugging Face Transformers
This project helps machine learning engineers and data scientists build custom text classification models. It takes your raw text data and associated categories, then trains a specialized BERT model to automatically sort new text into those categories. This is for professionals who need to develop or adapt state-of-the-art AI models for specific text analysis tasks.
No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist looking to fine-tune a BERT model for text classification using either TensorFlow or Hugging Face Transformers.
Not ideal if you are not a developer or data scientist and are looking for a no-code solution to categorize text.
Stars
16
Forks
6
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/abyanjan/Fine-Tune-BERT-for-Text-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?``