kbulutozler/transformers-text-classification
using transformers to do text classification.
This project helps data scientists and machine learning engineers classify text documents into one or multiple categories. You provide a dataset of text documents, and it helps you build a model that can automatically sort new, unlabelled documents. This is useful for anyone who needs to categorize large volumes of text data.
No commits in the last 6 months.
Use this if you need to automatically sort text documents into predefined categories, such as tagging customer feedback, classifying news articles, or categorizing legal documents.
Not ideal if you are looking for a no-code solution or a tool that does not require deep understanding of machine learning model training.
Stars
10
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/kbulutozler/transformers-text-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)