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

# What does this PR do? When a model is quantized using TorchAO and then loaded, the representation of its Linear layers is expected to be different compared to the...

# What does this PR do? This PR changes the PR templates. @MekkCyber will help with quantization maintenance from now ! Can you also add @MekkCyber to https://github.com/orgs/huggingface/teams/transformers team @ArthurZucker...

# What does this PR do? See title :) @zucchini-nlp -> video llava changes @SunMarc -> all other changes

# What does this PR do? When loading a LoRA adapter, so far, there was only a warning when there were unexpected keys in the checkpoint. Now, there is also...

# What does this PR do? Precedes https://github.com/huggingface/transformers/pull/34174/files. Before merging the linked PR, we need to stop relying on `main_input_name` as in some cases (BLIP) the main input is not...

### System Info Although this method is un-useful, but it's little wrong ![image](https://github.com/user-attachments/assets/5a56c06b-0932-481e-8386-56789151a551) ### Who can help? _No response_ ### Information - [ ] The official example scripts - [...

bug

# What does this PR do? This PR fixes an issue where the post-processor special token IDs are not correctly updated when training a new tokenizer using `train_new_from_iterator` of a...

# What does this PR do? Following https://github.com/huggingface/transformers/issues/33374, we'll use `num_image_tokens` instead of `patch_size` VLM in processors. The reason is because some image backbones add a CLS token while other...

### System Info RuntimeError: Failed to import transformers.pipelines because of the following error (look up to see its traceback): dlopen: cannot load any more object with static TLS ### Who...

bug

# What does this PR do? Same as https://github.com/huggingface/transformers/pull/33754, I accidentally force pushed to wrong branch and the PR got closed ๐Ÿ™ƒ