appvision-ai/fast-bert
Super easy library for BERT based NLP models
Provides fine-tuning pipelines for BERT, RoBERTa, XLNet, and DistilBERT with built-in support for learning rate discovery and the LAMB optimizer for accelerated training. Abstracts away PyTorch complexity through a DataBunch API that handles tokenization, data loading, and multi-GPU orchestration, while supporting both multi-class and multi-label text classification workflows.
1,920 stars. No commits in the last 6 months.
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.
Higher-rated alternatives
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
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"