guillaume-be/rust-bert
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...) observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 62
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2412
- days_rel: n/a
- days_push: 232
- n_releases_24m: 0
Adoption not part of the score
3076 stars · 249 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust-native library providing ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT-2, RoBERTa, BART, etc.), ported from Hugging Face's Transformers. It supports multi-threaded tokenization, GPU inference via tch-rs or ONNX Runtime, and tasks like question answering, NER, translation, summarization, and text generation.
Use cases
- run bert inference in rust
- named entity recognition without python
- question answering pipeline in rust
- translate text with a rust library
- summarize documents in rust
- generate text with gpt-2 in rust
- compute sentence embeddings in rust
- sentiment analysis in a rust application
When to choose
- you need transformer-based NLP in a Rust program without a Python dependency
- you want GPU-accelerated or ONNX-based inference natively in Rust
- you need ready-made pipelines for common tasks like QA, NER, or translation
When to avoid
- you need the latest models or the full Hugging Face ecosystem, which Python Transformers covers better
- you want to train or fine-tune models rather than run inference
- you need LLM-scale generative models beyond the supported transformer architectures
Facets
library · maturity active
nlp machine-learning deep-learning transformers llm-inference machine-learning deep-learning rust windows bert gpt-2 hugging-face-transformers named-entity-recognition sentiment-analysis question-answering translation summarization sentence-embeddings onnx libtorch natural-language-processing linux macos gpu
10 sources
- readme: https://github.com/guillaume-be/rust-bert · fetched 2026-08-28 · ff78af8a05f1
- homepage: https://docs.rs/crate/rust-bert · fetched 2026-08-29 · 0d20547ee191
- site_page: https://docs.rs/ · fetched 2026-08-29 · e44293712cec
- site_page: https://docs.rs/crate/rust-bert/latest/features · fetched 2026-08-29 · a1322ab1fa8d
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
- site_page: https://docs.rs/about/download · fetched 2026-08-29 · 6793b0ab6541
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| guillaume-be/rust-bert | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="guillaume-be/rust-bert")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem