lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.
This project helps machine learning engineers or data scientists classify text into multiple categories simultaneously. You input a dataset of text documents, and it outputs a trained model that can automatically tag new text with relevant labels, such as identifying different types of harmful content in user comments. This is for professionals building automated content moderation or information organization systems.
924 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist needing to apply multiple topic labels to text documents using a pre-trained BERT or XLNet model.
Not ideal if you are a business user looking for a ready-to-use application without coding or model training.
Stars
924
Forks
208
Language
Python
License
MIT
Category
Last pushed
Apr 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/lonePatient/Bert-Multi-Label-Text-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
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)
a-tokyo/ai-zero-shot-classifier
🧠 leverage advanced AI embeddings to perform multilingual zero-shot text classification. Whether...