Open-Source Wikis

/

Transformers

/

Maintainers

huggingface/transformers

Maintainers

There is no CODEOWNERS file in the repository, so the table below is derived from git log activity on the default branch over the last 90 days. Names reflect git author identities; some appear under multiple email addresses.

Subsystem Recent contributors (git log, last 90 days, default branch)
Modeling core (src/transformers/modeling_utils.py, cache_utils.py, masking_utils.py) Cyril Vallez, Marc Sun, Arthur Zucker, Anton Vlasjuk
Generation (src/transformers/generation/) Joao Gante, Raushan Turganbay, Cyril Vallez
Continuous batching (src/transformers/generation/continuous_batching/) RΓ©mi Ouazan, Cyril Vallez, Marc Sun
Tensor parallelism / integrations / quantizers Cyril Vallez, Marc Sun, Arthur Zucker, Mohamed Mekkouri
Tokenization Arthur Zucker, Lysandre, Tarek Ziade
Trainer / training arguments Marc Sun, muellerzr, Sourab Mangrulkar
Pipelines Matt (Rocketknight1), Steven Liu, Yih-Dar
Vision / VLMs Raushan Turganbay, Pavel Iakubovskii (qubvel), Yoni Gozlan
Audio / ASR Eric, Sanchit Gandhi, Matthijs
Repo tooling (utils/) Yih-Dar (ydshieh), Cyril Vallez, Lysandre
CLI / serve Lucain Pouget, Joao Gante, Matt
Docs (docs/source/en/) Steven Liu (stevhliu), Cyril Vallez, various

For a fully accurate, up-to-the-day view, run:

git log --since="90 days ago" --pretty=format:"%an" -- <path> | sort | uniq -c | sort -rn

Replace <path> with the directory or file you care about.

Most active contributors overall (last 90 days)

67  Cyril Vallez
58  Tarek Ziade
49  Yih-Dar
45  Raushan Turganbay
34  Marc Sun
33  Steven Liu
32  kaixuanliu
27  Matt
27  Anton Vlasjuk
23  Harshal Janjani

Bot accounts (github-actions[bot], dependabot[bot], factory-droid[bot], copilot[bot]) are filtered out.

Reaching maintainers

The CONTRIBUTING.md file documents the etiquette for tagging maintainers. For most non-trivial PRs, opening the PR and waiting for assign-reviewers.yml (.github/workflows/assign-reviewers.yml) to suggest reviewers based on touched paths is the right approach.

Issue triage

The team triages GitHub issues with labels described in ISSUES.md. For specific subsystems, the contributors above are typically the right pings.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Maintainers – Transformers wiki | Factory