Ross ROSS = Recommend OSS · open-source software intelligence for agents

appvision-ai/fast-bert

Super easy library for BERT based NLP models observed · 2026-08-28

github.com/appvision-ai/fast-bert · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2694
  • days_rel: n/a
  • days_push: 744
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1917 stars · 339 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Fast-Bert is a Python deep learning library for training and deploying BERT, RoBERTa, and XLNet based models for NLP tasks, starting with multi-class and multi-label text classification. It wraps the Hugging Face PyTorch BERT library with a fast.ai-inspired API, including a learning rate finder, LAMB optimizer support, and AWS Sagemaker deployment.

Use cases

  • fine-tune bert for text classification on my own dataset
  • train a multi-label text classifier with transformers
  • compare bert xlnet roberta for classification
  • find the best learning rate for transformer fine-tuning
  • deploy a bert model to aws sagemaker for inference
  • train distilbert classifier with minimal code

When to choose

  • you want a simple high-level API for BERT-style text classification
  • you need multi-class or multi-label classification with BERT, RoBERTa, or XLNet
  • you want built-in learning rate finding and LAMB optimizer support
  • you plan to deploy trained models on AWS Sagemaker

When to avoid

  • you need NLU tasks beyond text classification like NER or question answering
  • you want the latest transformer features and broad model support (prefer Hugging Face Transformers)
  • you need actively developed features or support for recent Python versions
  • you are not working in PyTorch

Facets

library · maturity maintenance

machine-learning deep-learning nlp llm-training machine-learning deep-learning python bert xlnet roberta text-classification transformers fastai fine-tuning pytorch sagemaker natural-language-processing

1 source

Member repositories

RepositoryRoleHealth v2
appvision-ai/fast-bertmain23

For agents

markdown · JSON · MCP: product_card(name="appvision-ai/fast-bert")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem