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 Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. - `transformers` version: 4.22.1 - Platform: Linux-5.10.133+-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.14 -...

bug

For https://github.com/huggingface/transformers/issues/18748 @alaradirik

### System Info tested on multiple versions - `transformers` version: 4.12.3 - Platform: Linux-4.14.281-212.502.amzn2.x86_64-x86_64-with-glibc2.10 - Python version: 3.8.10 - PyTorch version (GPU?): 1.11.0+cu102 (True) - Tensorflow version (GPU?): not installed...

bug

### System Info ``` Name Version Build Channel _libgcc_mutex 0.1 main _openmp_mutex 5.1 1_gnu absl-py 1.2.0 pypi_0 pypi aiohttp 3.8.1 pypi_0 pypi aiosignal 1.2.0 pypi_0 pypi asttokens 2.0.5 pyhd3eb1b0_0 async-timeout...

bug

# What does this PR do? Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks...

### System Info Hi, When I enable --with_tracking within run_glue_no_trainer.py, nothing seems to happen. After the training is over, I don't find any log files in output_dir. How do I...

bug

The `sequence_masked` variable is actually the part of the sequence that is kept **unmasked** for the encoder to consume. This commit renames the variable accordingly. CC: @sayakpaul

### System Info ```shell The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and...

Fixes #18063 Add: - [x] Local attention model - need to fix tests - [x] Transient global attention model - [x] Add tests for EncoderOnly model - [ ] Add...

### System Info when i run (https://github.com/huggingface/transformers/blob/main/examples/research_projects/mlm_wwm/run_chinese_ref.py) this code , the code throw this error: ``` Traceback (most recent call last): File "temp.py", line 147, in main(args) File "temp.py", line...

bug