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

FudanNLP/fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation. observed · 2026-08-28

github.com/FudanNLP/fastNLP · homepage · 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3101
  • days_rel: n/a
  • days_push: 1185
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3141 stars · 449 forks observed · 2026-08-28

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

fastNLP is a lightweight, modularized and extensible NLP framework in Python that reduces engineering boilerplate such as data processing loops, training loops, and multi-GPU execution. Version 1.0+ was redesigned to support multiple deep learning backends (primarily PyTorch) with features like fp16 switching, multi-GPU training, and ZeRO optimization.

Use cases

  • train a text classification model with BERT in PyTorch
  • process Chinese NLP datasets with tokenization and caching
  • run multi-GPU training without changing my code
  • avoid writing boilerplate training loops for NLP tasks
  • apply functions over dataset fields with multiprocessing
  • fine-tune pretrained transformers on Chinese sentiment data
  • switch to fp16 or ZeRO optimization for faster training

When to choose

  • you do NLP research or prototyping in Python, especially Chinese NLP
  • you want a lightweight training/data-processing layer on top of PyTorch
  • you need easy multi-GPU, fp16, or ZeRO support with minimal code changes

When to avoid

  • you need a framework with a large active community and ecosystem like Hugging Face
  • you depend on pre-1.0 fastNLP APIs, which are incompatible with 1.0+
  • you need non-NLP general-purpose deep learning tooling

Facets

framework · maturity maintenance

machine-learning nlp deep-learning llm-training machine-learning deep-learning python chinese-nlp text-classification training-loop pytorch data-processing multi-gpu natural-language-processing

8 sources

Member repositories

RepositoryRoleHealth v2
FudanNLP/fastNLPmain23

For agents

markdown · JSON · MCP: product_card(name="FudanNLP/fastNLP")

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