FudanNLP/fastNLP
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation. 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
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
- readme: https://github.com/FudanNLP/fastNLP · fetched 2026-08-28 · 9afd3d67e0fd
- homepage: https://gitee.com/fastnlp/fastNLP · fetched 2026-08-29 · 00e32b13ac2e
- site_page: https://gitee.com/features/gitee-go · fetched 2026-08-29 · bfa2599dcb24
- site_page: https://gitee.com/link?target=http%3A%2F%2Fdocument.fastnlp.top%2Fdocs%2FfastNLP%2F · fetched 2026-08-29 · 7616ce7f45a6
- site_page: https://compass.gitee.com/zh/docs/dimensions-define · fetched 2026-08-29 · 6392ce42534d
- site_page: https://gitee.com/all-about-git · fetched 2026-08-29 · fb606340594e
- site_page: https://gitee.com/about_us · fetched 2026-08-29 · 061b862ef0b5
- site_page: https://gitee.com/fastnlp/fastNLP/tree/master/docs · fetched 2026-08-29 · f4ce771dc887
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FudanNLP/fastNLP | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="FudanNLP/fastNLP")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem