OSS Tanbou

Transformers — shared model definitions for text, vision, audio, and multimodal ML

Discovery score 358.1OSS health 100
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
165,220
Primary language
Python
License
Apache-2.0
Repository last updated
Sep 13, 2026

Overview

Transformers is a Python framework for inference and training with pretrained text, vision, audio, video, and multimodal models. It acts as a shared model-definition layer connecting Hub checkpoints with training frameworks and inference engines.

Based on official documentation; not hands-on tested · Content checked:

What it controls

The high-level Pipeline groups task-specific preprocessing, model execution, and output handling. Lower-level use loads models and processors separately when more control is required. A central goal described in the README is making one model definition usable across training and inference systems.

Sources: [1]

Where it fits

It fits teams comparing published checkpoints, exploring several modalities through a consistent API, or fine-tuning an existing model. The connection to Hub model cards and files shortens the path from selecting a model to running code.

Sources: [1]

Boundaries to review

Transformers supplies model definitions, not a complete data, evaluation, deployment, or monitoring product. Memory needs, input formats, licenses, and any requirement to trust remote model code vary by checkpoint. The README also warns that installing from source provides the newest changes but may not be stable.

Sources: [1]

Official sources

  1. [1]Transformers README(2026-09-12)
Supplemental curator note

Selected for unifying academic terminology, current model names, multilingual READMEs, and the Hub into one discovery surface.

Growth trends

Last 30 days

165,220 Stars

Trend data is still being collected.

Built with

  • Python

Categories and tags

GitHub Topics

  • nlp
  • natural-language-processing
  • pytorch
  • pytorch-transformers
  • transformer
  • model-hub
  • pretrained-models
  • speech-recognition
  • hacktoberfest
  • python
  • machine-learning
  • deep-learning
GitHub dataView detailed GitHub data
Stars
165,220
Forks
34,534
Watchers
1,235
Open issues
817
Contributors
436
Primary language
Python
License
Apache-2.0
Repository last updated
Sep 13, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Hugging Face Transformers for pretrained models | OSS Tanbou