transformers
https://github.com/huggingface/transformers
Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported53 Subscribers
View all SubscribersAdd a CodeTriage badge to transformers
Help out
- Issues
- [serge] Fix 8 integration tests for model `hunyuan_vl` failing with `output_mismatch` (list output differs (8))
- Wav2Vec2 tokenizer rebuilds special-token lists per token in decode paths; phoneme variant carries a filter that never matches
- Hoist special-token lookups in wav2vec2 decode paths and drop a dead filter in wav2vec2_phoneme
- Fix Pix2StructTextAttention init using hidden_size instead of d_kv
- `create_bidirectional_sliding_window_mask` builds the mask on `encoder_hidden_states`' device — same model-parallel bug as #46221, which only fixed `create_bidirectional_mask`
- Fix model parallel device mismatch in `create_bidirectional_sliding_window_mask`
- regression test covering the mlx-community/MiniCPM5-1B-8bit
- "ValueError: Tokenizer class TokenizersBackend does not exist or is not currently imported"
- Return feature attention masks from Wav2Vec2-derived models
- Fix Gemma3n crash when resizing token embeddings for multimodal model
- Docs
- Python not yet supported