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 supported39 Subscribers
View all SubscribersAdd a CodeTriage badge to transformers
Help out
- Issues
- SequenceClassification for all Model types should have the option to add weights in Cross Entropy loss
- issues when i change the lm_head to a 32 node layer
- [setup] migrate setup script to `pyproject.toml` (reland #22539)
- The dot in the model name when using auto_map will cause a path parsing error.
- size mismatch for lm_head.weight: copying a param with shape torch.Size([32, 768]) from checkpoint, the shape in current model is torch.Size([59744, 768]).
- Refactoring of ImageProcessorFast
- Multiple training runs not working with deepspeed
- `trainer.evaluate` always creates a new MLFlow run, separate from the one used during `train()`
- When extending embeddings, multivariate distribution isn't correctly estimated even when the calculated sigma matrix is symmetric and positive definite
- Bug of eval loss when enabling average_tokens_across_devices
- Docs
- Python not yet supported