transformers icon indicating copy to clipboard operation
transformers copied to clipboard

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

Results 2036 transformers issues
Sort by recently updated
recently updated
newest added

### System Info - `transformers` version: 4.10.0.dev0 - Platform: Linux-3.10.0-1160.62.1.el7.x86_64-x86_64-with-glibc2.17 - Python version: 3.8.13 - PyTorch version (GPU?): 1.9.0+cu111 (False) - Tensorflow version (GPU?): not installed (NA) - Flax version...

bug

### System Info - `transformers` version: 4.19.2 - Platform: Linux-4.15.0-144-generic-x86_64-with-glibc2.27 - Python version: 3.8.13 - Huggingface_hub version: 0.7.0 - PyTorch version (GPU?): 1.7.1+cu110 (True) - Tensorflow version (GPU?): not installed...

bug

### System Info - `transformers` version: 4.17.0 - Platform: Linux-4.15.0-167-generic-x86_64-with-debian-buster-sid - Python version: 3.7.6 - Onnx version: 1.12.0 - PyTorch version (GPU?): 1.10.1+cu111 (True) - Tensorflow version (GPU?): not installed...

bug

### System Info - `transformers` version: 4.20.0.dev0 - Platform: Linux-5.4.0-66-generic-x86_64-with-glibc2.31 - Python version: 3.9.12 - Huggingface_hub version: 0.7.0 - PyTorch version (GPU?): 1.11.0 (False) - Tensorflow version (GPU?): not installed...

bug

This is a draft pull request. # What does this PR do? This PR will progressively add the [Jukebox](https://openai.com/blog/jukebox/) model to the hub. It is linked to [#16870](https://github.com/huggingface/transformers/issues/16870). # Currently...

New model
WIP

This PR is to add a "fast" BARTpho tokenizer (backed by HuggingFace's *tokenizers* library). # What does this PR do? Fixes # (issue) ## Before submitting - [ ] This...

# What does this PR do? This PR adds test tokenization file for Splinter. It inherits from BERT Tokenizer. Contributes fixes to issue https://github.com/huggingface/transformers/issues/16627 ## Before submitting - [ ]...

# 🌟 New model addition ## Model description Facebook released Blenderbot 2.0, a chatbot that builds on RAG and Blenderbot 1.0. It can save interactions for later reference and use...

New model

### System Info ``` - `transformers` version: 4.22.0.dev0 - Platform: Linux-5.4.0-1072-aws-x86_64-with-debian-buster-sid - Python version: 3.7.10 - Huggingface_hub version: 0.8.1 - PyTorch version (GPU?): 1.12.0+cu102 (True) - Tensorflow version (GPU?): not...

bug

When adding a new token to T5TokenizerFast and/or T5Tokenizer, we get different results for the tokenizers which is unexpected. E.g. running the following code: ```python from transformers import AutoTokenizer, AddedToken...