appvision-ai/fast-bert
Super easy library for BERT based NLP models
This tool helps data scientists and machine learning practitioners quickly train and deploy advanced text classification models. You provide a dataset of text and corresponding categories (like positive/negative sentiment or topic labels), and it outputs a trained model ready to classify new text. This is ideal for those who need to automate content moderation, sentiment analysis, or document tagging.
1,920 stars. No commits in the last 6 months.
Use this if you need to build and deploy robust text classification models using state-of-the-art techniques like BERT or XLNet without extensive low-level coding.
Not ideal if you are looking for a no-code solution or if your primary need is general natural language understanding beyond text classification.
Stars
1,920
Forks
341
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/appvision-ai/fast-bert"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
nyu-mll/jiant
jiant is an nlp toolkit
lonePatient/TorchBlocks
A PyTorch-based toolkit for natural language processing
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...