url
stringlengths
62
66
repository_url
stringclasses
1 value
labels_url
stringlengths
76
80
comments_url
stringlengths
71
75
events_url
stringlengths
69
73
html_url
stringlengths
50
56
id
int64
377M
2.15B
node_id
stringlengths
18
32
number
int64
1
29.2k
title
stringlengths
1
487
user
dict
labels
list
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
list
comments
list
created_at
int64
1.54k
1.71k
updated_at
int64
1.54k
1.71k
closed_at
int64
1.54k
1.71k
βŒ€
author_association
stringclasses
4 values
active_lock_reason
stringclasses
2 values
body
stringlengths
0
234k
βŒ€
reactions
dict
timeline_url
stringlengths
71
75
state_reason
stringclasses
3 values
draft
bool
2 classes
pull_request
dict
https://api.github.com/repos/huggingface/transformers/issues/26130
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26130/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26130/comments
https://api.github.com/repos/huggingface/transformers/issues/26130/events
https://github.com/huggingface/transformers/issues/26130
1,893,894,632
I_kwDOCUB6oc5w4ono
26,130
the NoRepeatNGramLogitsProcessor is slow
{ "login": "nevakrien", "id": 101988414, "node_id": "U_kgDOBhQ4Pg", "avatar_url": "https://avatars.githubusercontent.com/u/101988414?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nevakrien", "html_url": "https://github.com/nevakrien", "followers_url": "https://api.github.com/users/nevakr...
[]
closed
false
null
[]
[ "cc @gante ", "Hey @nevakrien πŸ‘‹ \r\n\r\nOur main focus is the breadth and availability of techniques, which means performance sometimes gets relegated to a secondary position. Your contribution (with a few benchmarks before/after the changes) would definitely be appreciated πŸ€— ", "This issue has been automatic...
1,694
1,697
1,697
NONE
null
### Feature request its relatively easy to just cash the values ahead of time and then use those, rn its build in a way that requires looking through the whole text every single time. u could have simply kept the dict and added 1 value to it. ### Motivation I am trying to make generation faster ### Your contributio...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26130/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26130/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26129
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26129/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26129/comments
https://api.github.com/repos/huggingface/transformers/issues/26129/events
https://github.com/huggingface/transformers/pull/26129
1,893,869,289
PR_kwDOCUB6oc5aMz6X
26,129
Update logits_process.py docstrings to clarify penalty and reward cases
{ "login": "larekrow", "id": 127832774, "node_id": "U_kgDOB56Sxg", "avatar_url": "https://avatars.githubusercontent.com/u/127832774?v=4", "gravatar_id": "", "url": "https://api.github.com/users/larekrow", "html_url": "https://github.com/larekrow", "followers_url": "https://api.github.com/users/larekrow/...
[]
closed
false
null
[]
[ "Hey @gante @ArthurZucker! This is ready for review πŸ˜ƒ " ]
1,694
1,696
1,696
CONTRIBUTOR
null
This PR fixes point 3 of #25970 by clarifying the penalty and reward cases for `RepetitionPenaltyLogitsProcessor` and `EncoderRepetitionPenaltyLogitsProcessor` within the docstrings. `EncoderRepetitionPenaltyLogitsProcessor` may require further iterations as the class name does not accurately reflect what the class ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26129/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26129/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26129", "html_url": "https://github.com/huggingface/transformers/pull/26129", "diff_url": "https://github.com/huggingface/transformers/pull/26129.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26129.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26128
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26128/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26128/comments
https://api.github.com/repos/huggingface/transformers/issues/26128/events
https://github.com/huggingface/transformers/issues/26128
1,893,723,406
I_kwDOCUB6oc5w3-0O
26,128
AttributeError: 'LlamaForCausalLM' object has no attribute 'save_checkpoint'
{ "login": "dittops", "id": 12937285, "node_id": "MDQ6VXNlcjEyOTM3Mjg1", "avatar_url": "https://avatars.githubusercontent.com/u/12937285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dittops", "html_url": "https://github.com/dittops", "followers_url": "https://api.github.com/users/dittop...
[ { "id": 5616426447, "node_id": "LA_kwDOCUB6oc8AAAABTsPdzw", "url": "https://api.github.com/repos/huggingface/transformers/labels/solved", "name": "solved", "color": "B1D6DC", "default": false, "description": "" } ]
closed
false
null
[]
[ "The model is saving fine while changing to stage 3", "> CUDA_VISIBLE_DEVICES=0,3 python train.py --data_path /path/to/data.json --output_dir output --per_device_train_batch_size 4 --num_train_epochs 2 --learning_rate 2e-5 --fp16 True --logging_steps 10 --save_strategy steps --save_steps 20 --save_total_limit 5 ...
1,694
1,700
1,700
NONE
null
### System Info I'm training a llama model. When I try using Deepspeed along with the trainer, I get the below error <img width="695" alt="image" src="https://github.com/huggingface/transformers/assets/12937285/3cd5a3c1-34c9-46b3-93e0-e5dd454b8a3b"> Training script ``` tokenizer = LlamaTokenizer.from_pretrai...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26128/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26128/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26126
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26126/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26126/comments
https://api.github.com/repos/huggingface/transformers/issues/26126/events
https://github.com/huggingface/transformers/issues/26126
1,893,502,036
I_kwDOCUB6oc5w3IxU
26,126
[Bug + workaround] Keypoints 0.0 are confusing ../transformers/models/detr/image_processing_detr.py
{ "login": "duckheada", "id": 89459321, "node_id": "MDQ6VXNlcjg5NDU5MzIx", "avatar_url": "https://avatars.githubusercontent.com/u/89459321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/duckheada", "html_url": "https://github.com/duckheada", "followers_url": "https://api.github.com/users/...
[ { "id": 1990918270, "node_id": "MDU6TGFiZWwxOTkwOTE4Mjcw", "url": "https://api.github.com/repos/huggingface/transformers/labels/Good%20First%20Issue", "name": "Good First Issue", "color": "bbf794", "default": false, "description": "" } ]
closed
false
null
[]
[ "Hi @duckheada, thanks for raising this issue! \r\n\r\nWould you like to open a PR with this fix?\r\n\r\ncc @rafaelpadilla ", "@amyeroberts not really. I don't know enough about the library", "OK, I'll open it up to the community if someone wants to add this πŸ‘ ", "@amyeroberts can I work on this?", "@amyer...
1,694
1,701
1,701
NONE
null
### System Info - transformers: 4.33.1 - Python: 3.9.18 - Macbook pro M2 chip ### Who can help? @Narsil ### Information - [X] The official example scripts - [ ] My own modified scripts ### Tasks - [X] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26126/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26126/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26125
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26125/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26125/comments
https://api.github.com/repos/huggingface/transformers/issues/26125/events
https://github.com/huggingface/transformers/pull/26125
1,893,408,967
PR_kwDOCUB6oc5aLT0B
26,125
Overload pipeline to return the appropriate type for a task
{ "login": "aliabid94", "id": 7870876, "node_id": "MDQ6VXNlcjc4NzA4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/7870876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aliabid94", "html_url": "https://github.com/aliabid94", "followers_url": "https://api.github.com/users/al...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26125). All of your documentation changes will be reflected on that endpoint.", "cc @Narsil ", "I do understand where this is coming from, and I do agree the pipeline object is quite complex, having some helps from LSP wo...
1,694
1,704
1,704
NONE
null
Previously, if I use the pipeline method, e.g. `transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")`, the type hinting assumes `transcriber` is a generic `Pipeline` object. This means I get no help from editor to get any of the documentation for the specific arguments I can pass to th...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26125/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/huggingface/transformers/issues/26125/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26125", "html_url": "https://github.com/huggingface/transformers/pull/26125", "diff_url": "https://github.com/huggingface/transformers/pull/26125.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26125.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26124
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26124/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26124/comments
https://api.github.com/repos/huggingface/transformers/issues/26124/events
https://github.com/huggingface/transformers/pull/26124
1,893,317,081
PR_kwDOCUB6oc5aLDee
26,124
Fixed inconsistency in BertTokenizerFast
{ "login": "Towdo", "id": 13337196, "node_id": "MDQ6VXNlcjEzMzM3MTk2", "avatar_url": "https://avatars.githubusercontent.com/u/13337196?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Towdo", "html_url": "https://github.com/Towdo", "followers_url": "https://api.github.com/users/Towdo/follow...
[]
closed
false
null
[]
[]
1,694
1,696
1,696
CONTRIBUTOR
null
`if token_ids_1:` will fail if `token_ids_1` is a empty list. In `BertTokenizerFast.create_token_type_ids_from_sequences` and `BertTokenizer` we check `if token_ids_1 is None:`. A empty list is not considered None, but it will return False if converted to bool. Which makes this an inconsistency. Fixes #26123 ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26124/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26124/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26124", "html_url": "https://github.com/huggingface/transformers/pull/26124", "diff_url": "https://github.com/huggingface/transformers/pull/26124.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26124.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26123
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26123/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26123/comments
https://api.github.com/repos/huggingface/transformers/issues/26123/events
https://github.com/huggingface/transformers/issues/26123
1,893,311,268
I_kwDOCUB6oc5w2aMk
26,123
Inconsistency in BertFastTokenizer
{ "login": "Towdo", "id": 13337196, "node_id": "MDQ6VXNlcjEzMzM3MTk2", "avatar_url": "https://avatars.githubusercontent.com/u/13337196?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Towdo", "html_url": "https://github.com/Towdo", "followers_url": "https://api.github.com/users/Towdo/follow...
[]
closed
false
null
[]
[]
1,694
1,696
1,696
CONTRIBUTOR
null
### System Info - `transformers` version: 4.31.0 - Platform: Linux-4.18.0-425.19.2.el8_7.x86_64-x86_64-with-glibc2.2.5 - Python version: 3.8.6 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.1 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu117...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26123/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26123/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26122
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26122/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26122/comments
https://api.github.com/repos/huggingface/transformers/issues/26122/events
https://github.com/huggingface/transformers/issues/26122
1,893,225,016
I_kwDOCUB6oc5w2FI4
26,122
Unclear kwargs options in docstrings
{ "login": "matsuobasho", "id": 13874772, "node_id": "MDQ6VXNlcjEzODc0Nzcy", "avatar_url": "https://avatars.githubusercontent.com/u/13874772?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matsuobasho", "html_url": "https://github.com/matsuobasho", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "Hi @matsuobasho, thanks for raising this issue! \r\n\r\nThe API you linked to is for the tokenizer classes. When calling AutoModelForCausalLM, the `from_pretrained` API is [this one](https://huggingface.co/docs/transformers/main/en/model_doc/auto#transformers.AutoModelForCausalLM.from_pretrained). In the docstring...
1,694
1,694
1,694
NONE
null
### System Info <This issue is about the docstrings, see no other more relevant categories when I create issue.> ### Reproduction The problem is that kwargs documentation is too general to understand all the options of arguments for a particular function. Here is an example. The [tutorial ](https://huggingf...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26122/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26122/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26121
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26121/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26121/comments
https://api.github.com/repos/huggingface/transformers/issues/26121/events
https://github.com/huggingface/transformers/pull/26121
1,893,071,393
PR_kwDOCUB6oc5aKNJW
26,121
Add missing space in generation/utils.py
{ "login": "jbochi", "id": 292712, "node_id": "MDQ6VXNlcjI5MjcxMg==", "avatar_url": "https://avatars.githubusercontent.com/u/292712?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbochi", "html_url": "https://github.com/jbochi", "followers_url": "https://api.github.com/users/jbochi/follow...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26121). All of your documentation changes will be reflected on that endpoint." ]
1,694
1,694
1,694
CONTRIBUTOR
null
Warning now reads as "... to control thegeneration length. We ..." # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26121/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26121/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26121", "html_url": "https://github.com/huggingface/transformers/pull/26121", "diff_url": "https://github.com/huggingface/transformers/pull/26121.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26121.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26120
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26120/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26120/comments
https://api.github.com/repos/huggingface/transformers/issues/26120/events
https://github.com/huggingface/transformers/issues/26120
1,892,991,338
I_kwDOCUB6oc5w1MFq
26,120
Issue with reloading model, please help me what I should I change
{ "login": "Shruthipriya-BS", "id": 48410689, "node_id": "MDQ6VXNlcjQ4NDEwNjg5", "avatar_url": "https://avatars.githubusercontent.com/u/48410689?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Shruthipriya-BS", "html_url": "https://github.com/Shruthipriya-BS", "followers_url": "https://api...
[]
closed
false
null
[]
[ "Hi @Shruthipriya-BS , please submit minimal reproducer with your config. It's hard to help you with the current description. ", "This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note th...
1,694
1,697
1,697
NONE
null
My code : ' ' ' import torch from transformers import ( AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, logging, ) import torch import pandas as pd from datasets import load_dataset, concatenate_datasets from peft import LoraConfig, PeftModel from trl import SFTTrainer from peft im...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26120/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26120/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26119
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26119/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26119/comments
https://api.github.com/repos/huggingface/transformers/issues/26119/events
https://github.com/huggingface/transformers/pull/26119
1,892,916,324
PR_kwDOCUB6oc5aJrIO
26,119
[Whisper] Use torch for stft if available
{ "login": "sanchit-gandhi", "id": 93869735, "node_id": "U_kgDOBZhWpw", "avatar_url": "https://avatars.githubusercontent.com/u/93869735?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sanchit-gandhi", "html_url": "https://github.com/sanchit-gandhi", "followers_url": "https://api.github.com...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26119). All of your documentation changes will be reflected on that endpoint.", "cc @Vaibhavs10 you'll probably get a speed-up again using the torch backend for STFT if you install from `main`", "This issue has been autom...
1,694
1,703
1,703
CONTRIBUTOR
null
# What does this PR do? PoC PR to highlight what using the `torch` backend for STFT would look like. In a toy benchmark over 2500 samples, the torch backend is approx 4x faster than the native `numpy` one: https://github.com/sanchit-gandhi/codesnippets/blob/main/benchmark_preprocess.ipynb
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26119/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26119/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26119", "html_url": "https://github.com/huggingface/transformers/pull/26119", "diff_url": "https://github.com/huggingface/transformers/pull/26119.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26119.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26118
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26118/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26118/comments
https://api.github.com/repos/huggingface/transformers/issues/26118/events
https://github.com/huggingface/transformers/pull/26118
1,892,907,383
PR_kwDOCUB6oc5aJpLB
26,118
Text2text pipeline: don't parameterize from the config
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "@amyeroberts To answer your top-level question: the main change in the PR is that we do not set `max_length` when the user does not pass it. The warning was raised when the user passed `max_new_tokens`, which would clash with the (re...
1,694
1,694
1,694
MEMBER
null
# What does this PR do? Fixes the warning raised in [this comment](https://github.com/huggingface/transformers/pull/23139#issuecomment-1674143603). Similar to other recent PRs, it removes a few lines that attempt to parameterize `.generate()` using values from the model config, when they are absent. The `Generati...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26118/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26118/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26118", "html_url": "https://github.com/huggingface/transformers/pull/26118", "diff_url": "https://github.com/huggingface/transformers/pull/26118.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26118.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26117
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26117/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26117/comments
https://api.github.com/repos/huggingface/transformers/issues/26117/events
https://github.com/huggingface/transformers/pull/26117
1,892,901,396
PR_kwDOCUB6oc5aJn3Z
26,117
Fix AutoTokenizer docstring typo
{ "login": "amyeroberts", "id": 22614925, "node_id": "MDQ6VXNlcjIyNjE0OTI1", "avatar_url": "https://avatars.githubusercontent.com/u/22614925?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amyeroberts", "html_url": "https://github.com/amyeroberts", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,694
1,694
COLLABORATOR
null
# What does this PR do? Fixes #26108 ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#start-contributing-pull-requests...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26117/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26117/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26117", "html_url": "https://github.com/huggingface/transformers/pull/26117", "diff_url": "https://github.com/huggingface/transformers/pull/26117.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26117.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26116
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26116/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26116/comments
https://api.github.com/repos/huggingface/transformers/issues/26116/events
https://github.com/huggingface/transformers/issues/26116
1,892,847,371
I_kwDOCUB6oc5w0o8L
26,116
can't use pretrained weights when working with a tpu
{ "login": "level14taken", "id": 60062160, "node_id": "MDQ6VXNlcjYwMDYyMTYw", "avatar_url": "https://avatars.githubusercontent.com/u/60062160?v=4", "gravatar_id": "", "url": "https://api.github.com/users/level14taken", "html_url": "https://github.com/level14taken", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Hm, if it works on Colab but not Kaggle, the issue is probably not in `transformers` itself. It's either in the versions of TF / transformers you're using on both platforms, or the way you're connecting to TPU on Kaggle. Maybe try `tpu = tf.distribute.cluster_resolver.TPUClusterResolver() ` instead of using `tpu='...
1,694
1,697
1,697
NONE
null
### System Info transformers-4.32 python-3.8 ### Who can help? @Rocketknight1 @sanchit-gandhi@gante ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [x] My own task or dataset (giv...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26116/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/huggingface/transformers/issues/26116/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26115
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26115/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26115/comments
https://api.github.com/repos/huggingface/transformers/issues/26115/events
https://github.com/huggingface/transformers/pull/26115
1,892,783,269
PR_kwDOCUB6oc5aJOG3
26,115
[VITS] Fix speaker_embed device mismatch
{ "login": "fakhirali", "id": 32309516, "node_id": "MDQ6VXNlcjMyMzA5NTE2", "avatar_url": "https://avatars.githubusercontent.com/u/32309516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fakhirali", "html_url": "https://github.com/fakhirali", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26115). All of your documentation changes will be reflected on that endpoint.", "Requesting final review from @ArthurZucker. I can merge this once Arthur gives the thumbs-up and the final suggestion is added!" ]
1,694
1,695
1,695
CONTRIBUTOR
null
- pass device arg to speaker_id tensor # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome co...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26115/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26115/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26115", "html_url": "https://github.com/huggingface/transformers/pull/26115", "diff_url": "https://github.com/huggingface/transformers/pull/26115.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26115.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26114
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26114/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26114/comments
https://api.github.com/repos/huggingface/transformers/issues/26114/events
https://github.com/huggingface/transformers/pull/26114
1,892,658,836
PR_kwDOCUB6oc5aIyyq
26,114
Update spectrogram and waveform model mapping for TTS/A pipeline
{ "login": "Vaibhavs10", "id": 18682411, "node_id": "MDQ6VXNlcjE4NjgyNDEx", "avatar_url": "https://avatars.githubusercontent.com/u/18682411?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Vaibhavs10", "html_url": "https://github.com/Vaibhavs10", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "@sanchit-gandhi I just tested, and I essentially get no output!\r\nDo you think that's good?", "Requesting final review from Arthur! (who I believe is now on watch πŸ‘€)" ]
1,694
1,694
1,694
MEMBER
null
# What does this PR do? Updates the mapping names for the models used for TTS & TTA pipelines. Fixes # (issue) `MODEL_FOR_TEXT_TO_SPECTROGRAM_NAMES` -> `MODEL_FOR_TEXT_TO_SPECTROGRAM_MAPPING_NAMES` `MODEL_FOR_TEXT_TO_SPECTROGRAM_NAMES` -> `MODEL_FOR_TEXT_TO_WAVEFORM_MAPPING_NAMES` ## Who can review? @ylac...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26114/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26114/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26114", "html_url": "https://github.com/huggingface/transformers/pull/26114", "diff_url": "https://github.com/huggingface/transformers/pull/26114.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26114.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26113
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26113/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26113/comments
https://api.github.com/repos/huggingface/transformers/issues/26113/events
https://github.com/huggingface/transformers/issues/26113
1,892,640,552
I_kwDOCUB6oc5wz2co
26,113
NLLB-CLIP model implementation
{ "login": "visheratin", "id": 3251552, "node_id": "MDQ6VXNlcjMyNTE1NTI=", "avatar_url": "https://avatars.githubusercontent.com/u/3251552?v=4", "gravatar_id": "", "url": "https://api.github.com/users/visheratin", "html_url": "https://github.com/visheratin", "followers_url": "https://api.github.com/users...
[ { "id": 1843244711, "node_id": "MDU6TGFiZWwxODQzMjQ0NzEx", "url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model", "name": "New model", "color": "fbca04", "default": false, "description": "" }, { "id": 5724035499, "node_id": "LA_kwDOCUB6oc8AAAABVS3Z...
open
false
null
[]
[ "Hi @visheratin, awesome work! \r\n\r\nWe have recently been trying to push forΒ `model on the hub`Β and have as much support as we can there. It will also be easier to integrate it. Here is aΒ [tutorial](https://huggingface.co/docs/transformers/custom_models)Β if that sound good to you!", "Thank you, @amyeroberts!\r...
1,694
1,695
null
NONE
null
### Model description Hi! I recently trained a CLIP model with an NLLB text encoder to extend CLIP capabilities to 201 languages of the Flores-200 dataset. As far as the implementation goes, it is HF CLIP implementation with an M2M100 encoder from NLLB models. I'm wondering if you'd be interested in having NLLB-CLI...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26113/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26113/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/26112
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26112/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26112/comments
https://api.github.com/repos/huggingface/transformers/issues/26112/events
https://github.com/huggingface/transformers/issues/26112
1,892,617,810
I_kwDOCUB6oc5wzw5S
26,112
`model.get_input_embeddings()` returns an embedding size of 0 with DS-ZeRO3
{ "login": "regisss", "id": 15324346, "node_id": "MDQ6VXNlcjE1MzI0MzQ2", "avatar_url": "https://avatars.githubusercontent.com/u/15324346?v=4", "gravatar_id": "", "url": "https://api.github.com/users/regisss", "html_url": "https://github.com/regisss", "followers_url": "https://api.github.com/users/regiss...
[]
closed
false
null
[]
[ "Hello, yes, that is the issue. Does the below code changes solve the issue?\r\n\r\n```\r\nembeddings = model.get_input_embeddings()\r\nwith deepspeed.zero.GatheredParameters(embeddings.weight, modifier_rank=None):\r\n embedding_size = embeddings.weight.shape[0]\r\n```\r\n\r\n", "That works, thanks!\r\nShall I...
1,694
1,697
1,697
CONTRIBUTOR
null
### System Info - `transformers` version: 4.34.0.dev0 - Platform: Linux-5.15.0-1015-aws-x86_64-with-glibc2.10 - Python version: 3.8.13 - Huggingface_hub version: 0.17.1 - Safetensors version: 0.3.3 - Accelerate version: 0.22.0 - Accelerate config: not found - PyTorch version (GPU?): 1.12.0a0+bd13bc6 (True) ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26112/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26112/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26111
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26111/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26111/comments
https://api.github.com/repos/huggingface/transformers/issues/26111/events
https://github.com/huggingface/transformers/pull/26111
1,892,445,242
PR_kwDOCUB6oc5aIENA
26,111
Step0
{ "login": "yunbolyu", "id": 101203664, "node_id": "U_kgDOBgg-0A", "avatar_url": "https://avatars.githubusercontent.com/u/101203664?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yunbolyu", "html_url": "https://github.com/yunbolyu", "followers_url": "https://api.github.com/users/yunbolyu/...
[]
closed
false
null
[]
[]
1,694
1,694
1,694
NONE
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26111/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26111/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26111", "html_url": "https://github.com/huggingface/transformers/pull/26111", "diff_url": "https://github.com/huggingface/transformers/pull/26111.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26111.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26110
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26110/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26110/comments
https://api.github.com/repos/huggingface/transformers/issues/26110/events
https://github.com/huggingface/transformers/issues/26110
1,892,366,539
I_kwDOCUB6oc5wyzjL
26,110
[New model] Phi-1 and Phi-1_5
{ "login": "xenova", "id": 26504141, "node_id": "MDQ6VXNlcjI2NTA0MTQx", "avatar_url": "https://avatars.githubusercontent.com/u/26504141?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xenova", "html_url": "https://github.com/xenova", "followers_url": "https://api.github.com/users/xenova/fo...
[ { "id": 1843244711, "node_id": "MDU6TGFiZWwxODQzMjQ0NzEx", "url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model", "name": "New model", "color": "fbca04", "default": false, "description": "" } ]
closed
false
null
[]
[ "Hi @xenova , are you contributing this model(s)? If not, can I please take this issue?", "@susnato I just made the request, so feel free to take it! πŸ€—" ]
1,694
1,699
1,699
CONTRIBUTOR
null
### Model description From their respective model cards, phi-1: > The language model phi-1 is a Transformer with 1.3 billion parameters, specialized for basic Python coding. Its training involved a variety of data sources, including subsets of Python codes from [The Stack v1.2](https://huggingface.co/datasets/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26110/reactions", "total_count": 7, "+1": 0, "-1": 0, "laugh": 0, "hooray": 7, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26110/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26109
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26109/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26109/comments
https://api.github.com/repos/huggingface/transformers/issues/26109/events
https://github.com/huggingface/transformers/issues/26109
1,892,334,235
I_kwDOCUB6oc5wyrqb
26,109
A potential bug in convert_llama_weights_to_hf.py
{ "login": "lumosity4tpj", "id": 46916880, "node_id": "MDQ6VXNlcjQ2OTE2ODgw", "avatar_url": "https://avatars.githubusercontent.com/u/46916880?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lumosity4tpj", "html_url": "https://github.com/lumosity4tpj", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Hi @lumosity4tpj \r\nThanks a lot for your message. Your explanation seems to makes sense, note we used this script internally to convert Llama weights into HF format and it worked, we probably did not supported all possible edge cases but the conversion script would work for the models that are currently on the H...
1,694
1,697
1,697
NONE
null
### System Info I did not run the hf code, just found a potential bug while referring to the code ### Who can help? @ArthurZucker and @younesbelkada ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26109/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26109/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26107
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26107/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26107/comments
https://api.github.com/repos/huggingface/transformers/issues/26107/events
https://github.com/huggingface/transformers/issues/26107
1,892,146,620
I_kwDOCUB6oc5wx928
26,107
Too strange translation result in NLLB-200-3.3B
{ "login": "molokanov50", "id": 85157008, "node_id": "MDQ6VXNlcjg1MTU3MDA4", "avatar_url": "https://avatars.githubusercontent.com/u/85157008?v=4", "gravatar_id": "", "url": "https://api.github.com/users/molokanov50", "html_url": "https://github.com/molokanov50", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "Hey πŸ€— thanks for opening an issue! We try to keep the github issues for bugs/feature requests.\r\nYou should ask this kind of question on the [forum](https://discuss.huggingface.co/) instead? I'm sure the community will be of help!\r\n\r\nOtherwise I think it's expected as the distilled model was trained for lon...
1,694
1,697
1,697
NONE
null
### System Info - `transformers` version: 4.21.1 - Platform: Linux-5.15.0-83-generic-x86_64-with-glibc2.31 - Python version: 3.9.7 - Huggingface_hub version: 0.13.3 - PyTorch version (GPU?): 1.10.1+cu113 (True) - Tensorflow version (GPU?): not installed (NA) - Flax version (CPU?/GPU?/TPU?): not installed (NA) ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26107/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26107/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26106
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26106/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26106/comments
https://api.github.com/repos/huggingface/transformers/issues/26106/events
https://github.com/huggingface/transformers/pull/26106
1,892,001,974
PR_kwDOCUB6oc5aGiWc
26,106
[`core`] Import tensorflow inside relevant methods in `trainer_utils`
{ "login": "younesbelkada", "id": 49240599, "node_id": "MDQ6VXNlcjQ5MjQwNTk5", "avatar_url": "https://avatars.githubusercontent.com/u/49240599?v=4", "gravatar_id": "", "url": "https://api.github.com/users/younesbelkada", "html_url": "https://github.com/younesbelkada", "followers_url": "https://api.githu...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? Imports tensorflow inside relevant methods in `trainer_utils`. When Deepspeed and accelerate are available in your env, it will try to import transformers all the way down to https://github.com/huggingface/transformers/blob/main/src/transformers/trainer_utils.py#L49 Leading to considera...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26106/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26106/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26106", "html_url": "https://github.com/huggingface/transformers/pull/26106", "diff_url": "https://github.com/huggingface/transformers/pull/26106.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26106.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26105
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26105/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26105/comments
https://api.github.com/repos/huggingface/transformers/issues/26105/events
https://github.com/huggingface/transformers/pull/26105
1,891,923,480
PR_kwDOCUB6oc5aGRUR
26,105
Place AMD GPU tests in a separate workflow (correct branch)
{ "login": "fxmarty", "id": 9808326, "node_id": "MDQ6VXNlcjk4MDgzMjY=", "avatar_url": "https://avatars.githubusercontent.com/u/9808326?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fxmarty", "html_url": "https://github.com/fxmarty", "followers_url": "https://api.github.com/users/fxmarty/...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "LGTM waiting from transformers folks feedback ✌🏻", "cc @ydshieh " ]
1,694
1,694
1,694
COLLABORATOR
null
As suggested https://github.com/huggingface/transformers/pull/26007#discussion_r1318684244 and discussed offline cc @mfuntowicz Note: this PR merges into a branch, not main.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26105/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26105/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26105", "html_url": "https://github.com/huggingface/transformers/pull/26105", "diff_url": "https://github.com/huggingface/transformers/pull/26105.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26105.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26104
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26104/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26104/comments
https://api.github.com/repos/huggingface/transformers/issues/26104/events
https://github.com/huggingface/transformers/pull/26104
1,891,921,620
PR_kwDOCUB6oc5aGQ6a
26,104
Place AMD GPU tests in a separate workflow
{ "login": "fxmarty", "id": 9808326, "node_id": "MDQ6VXNlcjk4MDgzMjY=", "avatar_url": "https://avatars.githubusercontent.com/u/9808326?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fxmarty", "html_url": "https://github.com/fxmarty", "followers_url": "https://api.github.com/users/fxmarty/...
[]
closed
false
null
[]
[]
1,694
1,694
1,694
COLLABORATOR
null
As suggested https://github.com/huggingface/transformers/pull/26007#discussion_r1318684244 and discussed offline cc @mfuntowicz Note: this PR merges into a branch, not main.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26104/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26104/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26104", "html_url": "https://github.com/huggingface/transformers/pull/26104", "diff_url": "https://github.com/huggingface/transformers/pull/26104.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26104.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26103
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26103/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26103/comments
https://api.github.com/repos/huggingface/transformers/issues/26103/events
https://github.com/huggingface/transformers/issues/26103
1,891,841,061
I_kwDOCUB6oc5wwzQl
26,103
Add gradient_checkpointing_segment_size
{ "login": "zfang", "id": 780646, "node_id": "MDQ6VXNlcjc4MDY0Ng==", "avatar_url": "https://avatars.githubusercontent.com/u/780646?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zfang", "html_url": "https://github.com/zfang", "followers_url": "https://api.github.com/users/zfang/followers"...
[ { "id": 2648621985, "node_id": "MDU6TGFiZWwyNjQ4NjIxOTg1", "url": "https://api.github.com/repos/huggingface/transformers/labels/Feature%20request", "name": "Feature request", "color": "FBCA04", "default": false, "description": "Request for a new feature" } ]
open
false
null
[]
[ "Hi @zfang, thanks for opening this feature request and for the detailed explanation and diff! \r\n\r\nConfiguring the gradient checkpointing is indeed an interesting feature. In general, we try to keep our forward passes as simple as possible. As gradient checkpointing is used by most of our models, it is a change...
1,694
1,708
null
NONE
null
### Feature request Currently when we enable gradient checkpointing, e.g. in `LlamaModel`, we call `torch.utils.checkpoint.checkpoint` on every `LlamaDecoderLayer`. As per [Training Deep Nets with Sublinear Memory Cost](https://arxiv.org/pdf/1604.06174.pdf), https://github.com/cybertronai/gradient-checkpointing and hi...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26103/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26103/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/26102
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26102/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26102/comments
https://api.github.com/repos/huggingface/transformers/issues/26102/events
https://github.com/huggingface/transformers/pull/26102
1,891,824,327
PR_kwDOCUB6oc5aF772
26,102
[FIX] resize_token_embeddings
{ "login": "passaglia", "id": 8333102, "node_id": "MDQ6VXNlcjgzMzMxMDI=", "avatar_url": "https://avatars.githubusercontent.com/u/8333102?v=4", "gravatar_id": "", "url": "https://api.github.com/users/passaglia", "html_url": "https://github.com/passaglia", "followers_url": "https://api.github.com/users/pa...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26102). All of your documentation changes will be reflected on that endpoint.", "I'm not so familiar with the transformers repo -- where should a test for this code go?", "SHould be part of [this tests](https://github.com...
1,694
1,695
1,695
CONTRIBUTOR
null
# What does this PR do? When `resize_token_embeddings(new_num_tokens, pad_to_multiple)` is called with `new_num_tokens` a multiple of `pad_to_multiple`, the model should be resized to `new_num_tokens`. Due to a math error, it is instead resized to `new_num_tokens+pad_to_multiple`. This PR fixes that bug. @ArthurZ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26102/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26102/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26102", "html_url": "https://github.com/huggingface/transformers/pull/26102", "diff_url": "https://github.com/huggingface/transformers/pull/26102.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26102.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26101
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26101/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26101/comments
https://api.github.com/repos/huggingface/transformers/issues/26101/events
https://github.com/huggingface/transformers/issues/26101
1,891,552,474
I_kwDOCUB6oc5wvsza
26,101
Adding new non-latin tokens to the T5 tokenizer creates unnecessary whitespaces
{ "login": "sl5035", "id": 86555996, "node_id": "MDQ6VXNlcjg2NTU1OTk2", "avatar_url": "https://avatars.githubusercontent.com/u/86555996?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sl5035", "html_url": "https://github.com/sl5035", "followers_url": "https://api.github.com/users/sl5035/fo...
[]
closed
false
null
[]
[ "Hi @sl5035 πŸ‘‹ I see you're using quite an outdated version of transformers (from a ~6 months ago). Could you try upgrade to see if that solves your problem?\n\nEdit: It may have been fixed already at https://github.com/huggingface/transformers/commit/b52a03cd3bec92d0ee84f0b1f7edee0d5117200a (2 months ago)", "Hey...
1,694
1,699
1,699
NONE
null
### System Info - `transformers` version: 4.27.4 - Platform: Linux-5.4.0-99-generic-x86_64-with-glibc2.29 - Python version: 3.8.10 - Huggingface_hub version: 0.15.1 - PyTorch version (GPU?): 2.0.1+cu117 (True) - Tensorflow version (GPU?): 2.12.0 (True) - Flax version (CPU?/GPU?/TPU?): not installed (NA) - Jax...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26101/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26101/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26100
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26100/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26100/comments
https://api.github.com/repos/huggingface/transformers/issues/26100/events
https://github.com/huggingface/transformers/pull/26100
1,891,265,991
PR_kwDOCUB6oc5aEDrC
26,100
Just testing improvements for the CI
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,695
1,695
COLLABORATOR
null
# What does this PR do? Nothing for now!
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26100/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/huggingface/transformers/issues/26100/timeline
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26100", "html_url": "https://github.com/huggingface/transformers/pull/26100", "diff_url": "https://github.com/huggingface/transformers/pull/26100.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26100.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26099
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26099/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26099/comments
https://api.github.com/repos/huggingface/transformers/issues/26099/events
https://github.com/huggingface/transformers/issues/26099
1,891,256,044
I_kwDOCUB6oc5wukbs
26,099
OWL-ViT box_predictor is wildly inefficient since box bias is not precomputed
{ "login": "5hadytru", "id": 46176503, "node_id": "MDQ6VXNlcjQ2MTc2NTAz", "avatar_url": "https://avatars.githubusercontent.com/u/46176503?v=4", "gravatar_id": "", "url": "https://api.github.com/users/5hadytru", "html_url": "https://github.com/5hadytru", "followers_url": "https://api.github.com/users/5ha...
[]
closed
false
null
[]
[ "Hi @5hadytru, thanks for raising this issue! \r\n\r\nIndeed - this isn't ideal. Would you like to open a PR to make the bias calculation a bit more sane and efficient? \r\n\r\ncc @rafaelpadilla ", "This issue has been automatically marked as stale because it has not had recent activity. If you think this still n...
1,694
1,697
1,697
NONE
null
### System Info The box_predictor function computes box bias from scratch each time it is called, but box bias does not actually depend on anything besides the shape of the feature map (which depends on the batch size (which can be broadcasted), number of ViT patches, and ViT token dim) and therefore should be precomp...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26099/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26099/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26098
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26098/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26098/comments
https://api.github.com/repos/huggingface/transformers/issues/26098/events
https://github.com/huggingface/transformers/issues/26098
1,891,107,616
I_kwDOCUB6oc5wuAMg
26,098
LoRA A and B param.requires_grad showing as false during training
{ "login": "RonanKMcGovern", "id": 78278410, "node_id": "MDQ6VXNlcjc4Mjc4NDEw", "avatar_url": "https://avatars.githubusercontent.com/u/78278410?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RonanKMcGovern", "html_url": "https://github.com/RonanKMcGovern", "followers_url": "https://api.gi...
[]
closed
false
null
[]
[ "Hi @RonanKMcGovern, this happens because you used `prepare_model_for_kbit_training` after loading the adapters. `prepare_model_for_kbit_training` should be used before adding the adapters to the quantized model. Another solution would be to fix `prepare_model_for_kbit_training` so that we only freeze the base mode...
1,694
1,694
1,694
NONE
null
### System Info I'm running the latest version of transformers in a Colab notebook. I'm simply printing out the param.requires_grad in the model's named parameters to see if it is set True or false, and I'm finding that all have requires_grad set to false. If there is some other list showing the LoRA params with re...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26098/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26098/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26097
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26097/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26097/comments
https://api.github.com/repos/huggingface/transformers/issues/26097/events
https://github.com/huggingface/transformers/issues/26097
1,891,035,386
I_kwDOCUB6oc5wtuj6
26,097
Simplify cache interface for Falcon model
{ "login": "RezaYazdaniAminabadi", "id": 44502768, "node_id": "MDQ6VXNlcjQ0NTAyNzY4", "avatar_url": "https://avatars.githubusercontent.com/u/44502768?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RezaYazdaniAminabadi", "html_url": "https://github.com/RezaYazdaniAminabadi", "followers_url...
[]
closed
false
null
[]
[ "cc @Rocketknight1 ", "Hi @RezaYazdaniAminabadi, yes, the cache is still a bit of a mess there! Falcon started as custom code, and I wrote the Hugging Face port of that custom code. The custom code copied the strange cache shapes from BLOOM, but there were issues in the implementation that severely hurt generatio...
1,694
1,697
1,697
CONTRIBUTOR
null
### Feature request Hi, I have been looking at the Falcon modeling file and I am seeing that the cache interface might have got a bit too complicated! It, however, could have been simplified a bit. There are the two functions, `_convert_cache_to_standard_format` and `_convert_to_rw_cache` which are called afte...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26097/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26097/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26096
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26096/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26096/comments
https://api.github.com/repos/huggingface/transformers/issues/26096/events
https://github.com/huggingface/transformers/issues/26096
1,890,919,153
I_kwDOCUB6oc5wtSLx
26,096
Lllama2 layer outputs NaN when using dual GPU
{ "login": "ekim322", "id": 69325621, "node_id": "MDQ6VXNlcjY5MzI1NjIx", "avatar_url": "https://avatars.githubusercontent.com/u/69325621?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekim322", "html_url": "https://github.com/ekim322", "followers_url": "https://api.github.com/users/ekim32...
[]
closed
false
null
[]
[ "Hey, is the `self.model` in `fp16` or `bfloat16`?", "I was loading in `fp16`. Here are my configs\r\n\r\n```\r\nbnb_cfg = BitsAndBytesConfig(\r\n load_in_4bit=True,\r\n bnb_4bit_quant_type='nf4',\r\n bnb_4bit_use_double_quant=True,\r\n bnb_4bit_compute_dtype=torch.float16 # torch.bfloat16\r\n)\r\n\r\...
1,694
1,703
1,696
NONE
null
### System Info - `transformers` version: 4.33.1 - Platform: Linux-5.15.0-83-generic-x86_64-with-glibc2.31 - Python version: 3.9.17 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: 0.22.0 - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu118 (True) - Tens...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26096/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26096/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26095
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26095/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26095/comments
https://api.github.com/repos/huggingface/transformers/issues/26095/events
https://github.com/huggingface/transformers/pull/26095
1,890,655,617
PR_kwDOCUB6oc5aB_Q-
26,095
[docs] Updates to TTS task guide with regards to the new TTS pipeline
{ "login": "MKhalusova", "id": 1065417, "node_id": "MDQ6VXNlcjEwNjU0MTc=", "avatar_url": "https://avatars.githubusercontent.com/u/1065417?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MKhalusova", "html_url": "https://github.com/MKhalusova", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,694
1,694
CONTRIBUTOR
null
This PR adds: - An example of inference with the newly added text-to-speech pipeline - A necessary training code update to make sure the fine-tuned checkpoint is usable via the pipeline (saving the processor) - An introduction example of inference with Bark and a link to the course for more examples
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26095/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26095/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26095", "html_url": "https://github.com/huggingface/transformers/pull/26095", "diff_url": "https://github.com/huggingface/transformers/pull/26095.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26095.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26094
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26094/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26094/comments
https://api.github.com/repos/huggingface/transformers/issues/26094/events
https://github.com/huggingface/transformers/pull/26094
1,890,580,400
PR_kwDOCUB6oc5aBvBJ
26,094
[AutoBackbone] Add test
{ "login": "NielsRogge", "id": 48327001, "node_id": "MDQ6VXNlcjQ4MzI3MDAx", "avatar_url": "https://avatars.githubusercontent.com/u/48327001?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NielsRogge", "html_url": "https://github.com/NielsRogge", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "@amyeroberts feel free to take over, I see there's an issue regarding `TimmBackboneTester`", "(She will be of for a while now, do you need this to be taken over?) ", "I've fixed it, feel free to merge" ]
1,694
1,695
1,695
CONTRIBUTOR
null
# What does this PR do? This PR adds a test which verifies that out_indices and out_features get saved properly. The test fails if a Backbone class first inherits from `PretrainedConfig`, then from `BackboneConfigMixin`.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26094/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26094/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26094", "html_url": "https://github.com/huggingface/transformers/pull/26094", "diff_url": "https://github.com/huggingface/transformers/pull/26094.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26094.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26093
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26093/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26093/comments
https://api.github.com/repos/huggingface/transformers/issues/26093/events
https://github.com/huggingface/transformers/issues/26093
1,890,579,291
I_kwDOCUB6oc5wr_Nb
26,093
ODD BUG=latest version sentencepiece + latest version torch + old glibc
{ "login": "DragonMengLong", "id": 65579910, "node_id": "MDQ6VXNlcjY1NTc5OTEw", "avatar_url": "https://avatars.githubusercontent.com/u/65579910?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DragonMengLong", "html_url": "https://github.com/DragonMengLong", "followers_url": "https://api.gi...
[]
closed
false
null
[]
[ "This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a...
1,694
1,697
1,697
NONE
null
### System Info - `transformers` version: 4.34.0.dev0 - Platform: Linux-3.10.0-229.el7.x86_64-x86_64-with-glibc2.18 - Python version: 3.10.12 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: 0.22.0 - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu117 (True)...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26093/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26093/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26092
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26092/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26092/comments
https://api.github.com/repos/huggingface/transformers/issues/26092/events
https://github.com/huggingface/transformers/pull/26092
1,890,377,039
PR_kwDOCUB6oc5aBCax
26,092
Add DINOv2 depth estimation
{ "login": "NielsRogge", "id": 48327001, "node_id": "MDQ6VXNlcjQ4MzI3MDAx", "avatar_url": "https://avatars.githubusercontent.com/u/48327001?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NielsRogge", "html_url": "https://github.com/NielsRogge", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "@amyeroberts thanks for your review, I've addressed all comments. Feel free to merge :)", "I've addressed all your comments, feel free to merge. To do:\r\n\r\n- [ ] update all checkpoints on the hub to use `size_divisor` rather tha...
1,694
1,705
1,699
CONTRIBUTOR
null
# What does this PR do? Fixes #26057 PR that implements a part of #25799. It extends the DPT framework to use the `AutoBackbone` class. Next it uses `Dinov2Backbone` to convert the DINOv2+DPT checkpoints released by the authors [here](https://github.com/facebookresearch/dinov2/tree/main#pretrained-heads---depth-...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26092/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26092/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26092", "html_url": "https://github.com/huggingface/transformers/pull/26092", "diff_url": "https://github.com/huggingface/transformers/pull/26092.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26092.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26091
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26091/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26091/comments
https://api.github.com/repos/huggingface/transformers/issues/26091/events
https://github.com/huggingface/transformers/pull/26091
1,890,207,975
PR_kwDOCUB6oc5aAdRR
26,091
Fix `MarianTokenizer` to remove metaspace character in `decode`
{ "login": "tanaymeh", "id": 26519539, "node_id": "MDQ6VXNlcjI2NTE5NTM5", "avatar_url": "https://avatars.githubusercontent.com/u/26519539?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tanaymeh", "html_url": "https://github.com/tanaymeh", "followers_url": "https://api.github.com/users/tan...
[]
closed
false
null
[]
[ "> make sure the fast tokenizers also works!\r\n\r\nUnfortunately, there's no `MarianTokenizerFast` πŸ˜… ", "Thanks for the review, @ArthurZucker!\r\nI added the following test (it checks with starting special characters in a string like an underscore).\r\n\r\n```python\r\ndef test_tokenizer_decode(self):\r\n t...
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? This PR fixes the `MarianTokenizer` so that it removes the metaspace character during decode (`▁`). Fixes #26018 ## Who can review? @ArthurZucker, @xenova
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26091/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26091/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26091", "html_url": "https://github.com/huggingface/transformers/pull/26091", "diff_url": "https://github.com/huggingface/transformers/pull/26091.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26091.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26090
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26090/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26090/comments
https://api.github.com/repos/huggingface/transformers/issues/26090/events
https://github.com/huggingface/transformers/pull/26090
1,890,022,930
PR_kwDOCUB6oc5Z_0pO
26,090
[Core] Add lazy import structure to imports
{ "login": "patrickvonplaten", "id": 23423619, "node_id": "MDQ6VXNlcjIzNDIzNjE5", "avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patrickvonplaten", "html_url": "https://github.com/patrickvonplaten", "followers_url": "https://...
[]
closed
false
null
[]
[ "Also cc @DN6 - this should then also improve importing from `diffusers`:\r\n\r\n`time python -c \"from diffusers import StableDiffusionPipeline\"` is pretty slow at the moment because of accelerate and this\r\n", "_The documentation is not available anymore as the PR was closed or merged._", "Failing tests see...
1,694
1,694
1,694
MEMBER
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26090/reactions", "total_count": 6, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 6, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26090/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26090", "html_url": "https://github.com/huggingface/transformers/pull/26090", "diff_url": "https://github.com/huggingface/transformers/pull/26090.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26090.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26089
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26089/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26089/comments
https://api.github.com/repos/huggingface/transformers/issues/26089/events
https://github.com/huggingface/transformers/issues/26089
1,889,987,649
I_kwDOCUB6oc5wpuxB
26,089
CFG for RWKV models
{ "login": "KnutJaegersberg", "id": 17965169, "node_id": "MDQ6VXNlcjE3OTY1MTY5", "avatar_url": "https://avatars.githubusercontent.com/u/17965169?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KnutJaegersberg", "html_url": "https://github.com/KnutJaegersberg", "followers_url": "https://api...
[]
closed
false
null
[]
[ "cc @ArthurZucker @gante ", "Hey! Could you provide a full reproducer? `past_key_values` should be supported as its required for fast generation using `use_cache=True`! ", "Hey @KnutJaegersberg πŸ‘‹ \r\n\r\nThe root issue is that RWKV, being an RNN at its core, does not have a growing key-value cache (`past_key_v...
1,694
1,699
1,699
NONE
null
### System Info - `transformers` version: 4.33.1 - Platform: Linux-5.10.192-1-MANJARO-x86_64-with-glibc2.38 - Python version: 3.10.9 - Huggingface_hub version: 0.15.1 - Safetensors version: 0.3.2 - Accelerate version: 0.22.0 - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu117 (True) - Ten...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26089/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26089/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26088
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26088/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26088/comments
https://api.github.com/repos/huggingface/transformers/issues/26088/events
https://github.com/huggingface/transformers/issues/26088
1,889,663,696
I_kwDOCUB6oc5wofrQ
26,088
BART Impelemntation in JAX vs Pytorch
{ "login": "DavidAkinpelu", "id": 43585081, "node_id": "MDQ6VXNlcjQzNTg1MDgx", "avatar_url": "https://avatars.githubusercontent.com/u/43585081?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DavidAkinpelu", "html_url": "https://github.com/DavidAkinpelu", "followers_url": "https://api.githu...
[]
closed
false
null
[]
[ "Hi @DavidAkinpelu, thanks for raising an issue! \r\n\r\nThis is a question best placed in our [forums](https://discuss.huggingface.co/). We try to reserve the github issues for feature requests and bug reports.", "Okay." ]
1,694
1,694
1,694
NONE
null
It is possible to initiate BART decoder as a less causal decoder based in Jax implementation and but It doesn't seems straight forward in Pytorch? I there any reason why this is designed this way?
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26088/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26088/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26087
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26087/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26087/comments
https://api.github.com/repos/huggingface/transformers/issues/26087/events
https://github.com/huggingface/transformers/pull/26087
1,889,611,853
PR_kwDOCUB6oc5Z-bhu
26,087
Adding grounding dino
{ "login": "EduardoPach", "id": 69953243, "node_id": "MDQ6VXNlcjY5OTUzMjQz", "avatar_url": "https://avatars.githubusercontent.com/u/69953243?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EduardoPach", "html_url": "https://github.com/EduardoPach", "followers_url": "https://api.github.com/...
[]
open
false
null
[]
[ "@EduardoPach Thanks for opening this model PR! From next week, I'll be away for a few weeks. If you need a review in that time please ping @rafaelpadilla. ", "@rafaelpadilla hey, so I've finished implementing the model and validated with the original implementation. Still have to clean up some things and make su...
1,694
1,708
null
NONE
null
# What does this PR do? This PR adds Grounding DINO Fixes https://github.com/huggingface/transformers/issues/25423 To-Do's: - [x] Port vision backbone - [x] Port Text Backbone - [x] Port Encoder - [x] Port Decoder - [x] Port tokenizer - [x] Port Image processing - [x] Validate results - [x] Check do...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26087/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/huggingface/transformers/issues/26087/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26087", "html_url": "https://github.com/huggingface/transformers/pull/26087", "diff_url": "https://github.com/huggingface/transformers/pull/26087.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26087.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26086
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26086/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26086/comments
https://api.github.com/repos/huggingface/transformers/issues/26086/events
https://github.com/huggingface/transformers/pull/26086
1,889,452,162
PR_kwDOCUB6oc5Z94LM
26,086
Mask2former hungarian matcher Add normalization before matmul
{ "login": "pjh4993", "id": 12472082, "node_id": "MDQ6VXNlcjEyNDcyMDgy", "avatar_url": "https://avatars.githubusercontent.com/u/12472082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjh4993", "html_url": "https://github.com/pjh4993", "followers_url": "https://api.github.com/users/pjh499...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26086). All of your documentation changes will be reflected on that endpoint.", "This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please...
1,694
1,697
1,697
NONE
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26086/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26086/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26086", "html_url": "https://github.com/huggingface/transformers/pull/26086", "diff_url": "https://github.com/huggingface/transformers/pull/26086.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26086.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26085
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26085/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26085/comments
https://api.github.com/repos/huggingface/transformers/issues/26085/events
https://github.com/huggingface/transformers/issues/26085
1,889,387,725
I_kwDOCUB6oc5wncTN
26,085
AutoModel.from_pretrained is messing with stack traces in jupyter
{ "login": "qrdlgit", "id": 129564070, "node_id": "U_kgDOB7j9pg", "avatar_url": "https://avatars.githubusercontent.com/u/129564070?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qrdlgit", "html_url": "https://github.com/qrdlgit", "followers_url": "https://api.github.com/users/qrdlgit/foll...
[]
closed
false
null
[]
[ "Hi @qrdlgit, thanks for opening an issue!\r\n\r\nWould it be possible to share an example of the trackback itself and what it looks like? Just from this description it's not possible to know what the issue is. For example, what relevant frames are missing or what is considered to be 'wacky'.", "This has been fix...
1,694
1,694
1,694
NONE
null
### System Info AutoModel.from_pretrained is messing with stack traces I get these wacky stack traces displayed for unhandled exceptions after running AutoModel.from_pretrained("BAAI/bge-small-en"). Colored text, etc. Do. Not. Want. Worse - these stack traces are missing relevant frames which make it impo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26085/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26085/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26084
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26084/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26084/comments
https://api.github.com/repos/huggingface/transformers/issues/26084/events
https://github.com/huggingface/transformers/pull/26084
1,889,278,603
PR_kwDOCUB6oc5Z9Umy
26,084
add zh translation for installation
{ "login": "yyLeaves", "id": 76979429, "node_id": "MDQ6VXNlcjc2OTc5NDI5", "avatar_url": "https://avatars.githubusercontent.com/u/76979429?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yyLeaves", "html_url": "https://github.com/yyLeaves", "followers_url": "https://api.github.com/users/yyL...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26084). All of your documentation changes will be reflected on that endpoint.", "> Thanks for your translation! πŸ€—\r\n> \r\n> For some reason, the second-level headings aren't being recognized so we're going to look into th...
1,694
1,696
1,696
CONTRIBUTOR
null
# What does this PR do? - Add zh (Chinese) translation for installation section #20095 - Add installation to _toctree.yml ## Who can review? Documentation: @sgugger @stevhliu and @MKhalusova Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26084/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26084/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26084", "html_url": "https://github.com/huggingface/transformers/pull/26084", "diff_url": "https://github.com/huggingface/transformers/pull/26084.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26084.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26081
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26081/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26081/comments
https://api.github.com/repos/huggingface/transformers/issues/26081/events
https://github.com/huggingface/transformers/issues/26081
1,889,185,964
I_kwDOCUB6oc5wmrCs
26,081
batching in pipeline gives single output
{ "login": "znb899", "id": 83007857, "node_id": "MDQ6VXNlcjgzMDA3ODU3", "avatar_url": "https://avatars.githubusercontent.com/u/83007857?v=4", "gravatar_id": "", "url": "https://api.github.com/users/znb899", "html_url": "https://github.com/znb899", "followers_url": "https://api.github.com/users/znb899/fo...
[]
closed
false
null
[]
[ "You are looping on the outputs of `pipe(KeyDataset(dataset, \"text\"), batch_size=8, truncation=\"only_first\")`.\r\nIf you just print `pipe(KeyDataset(dataset, \"text\"), batch_size=8, truncation=\"only_first\")` you'll see what you want. The example in the doc shows how you can create an iterator over these outp...
1,694
1,695
1,694
NONE
null
### System Info ``` from transformers import pipeline from transformers.pipelines.pt_utils import KeyDataset import datasets dataset = datasets.load_dataset("imdb", name="plain_text", split="unsupervised") pipe = pipeline("text-classification", device=0) for out in pipe(KeyDataset(dataset, "text"), batch_size=...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26081/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26081/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26080
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26080/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26080/comments
https://api.github.com/repos/huggingface/transformers/issues/26080/events
https://github.com/huggingface/transformers/issues/26080
1,889,071,391
I_kwDOCUB6oc5wmPEf
26,080
Tesnsor size issue
{ "login": "J-JEMINA", "id": 141778914, "node_id": "U_kgDOCHNf4g", "avatar_url": "https://avatars.githubusercontent.com/u/141778914?v=4", "gravatar_id": "", "url": "https://api.github.com/users/J-JEMINA", "html_url": "https://github.com/J-JEMINA", "followers_url": "https://api.github.com/users/J-JEMINA/...
[]
closed
false
null
[]
[ "Hi @J-JEMINA, thanks for raising an issue! \r\n\r\nThis is a question best placed in our [forums](https://discuss.huggingface.co/). We try to reserve the github issues for feature requests and bug reports.", "Thank you so much for the information!\r\nBut when I post there the bot classifies it as spam and hides ...
1,694
1,697
1,697
NONE
null
Sorry! I am new here and didn't know where to post my query. I am using PhageRBP detection which uses bioembeddings tool. In that, I am trying to create embeddings for a genome of e.coli phage of size 108485kb but I get this error immediately. I am working in Google Colab since I am a complete beginner and only comf...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26080/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26080/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26079
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26079/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26079/comments
https://api.github.com/repos/huggingface/transformers/issues/26079/events
https://github.com/huggingface/transformers/pull/26079
1,889,069,039
PR_kwDOCUB6oc5Z8tP1
26,079
reformat: change the eval_dataset * num_device code
{ "login": "pphuc25", "id": 81808312, "node_id": "MDQ6VXNlcjgxODA4MzEy", "avatar_url": "https://avatars.githubusercontent.com/u/81808312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pphuc25", "html_url": "https://github.com/pphuc25", "followers_url": "https://api.github.com/users/pphuc2...
[]
closed
false
null
[]
[]
1,694
1,694
1,694
CONTRIBUTOR
null
Hi, In this code, it appears that there might be some confusion regarding the assign of per_device_eval_batch_size to another variable and then multiplying it by jax.device_count(). However, there is a discrepancy between the code styles used for training and evaluation, which makes it less clear. To improve clarity a...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26079/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26079/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26079", "html_url": "https://github.com/huggingface/transformers/pull/26079", "diff_url": "https://github.com/huggingface/transformers/pull/26079.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26079.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26078
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26078/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26078/comments
https://api.github.com/repos/huggingface/transformers/issues/26078/events
https://github.com/huggingface/transformers/issues/26078
1,889,053,696
I_kwDOCUB6oc5wmKwA
26,078
broken FLAVA example code
{ "login": "morrisalp", "id": 8263996, "node_id": "MDQ6VXNlcjgyNjM5OTY=", "avatar_url": "https://avatars.githubusercontent.com/u/8263996?v=4", "gravatar_id": "", "url": "https://api.github.com/users/morrisalp", "html_url": "https://github.com/morrisalp", "followers_url": "https://api.github.com/users/mo...
[]
closed
false
null
[]
[ "Hi @morrisalp \r\nThanks for the issue, in fact, the documentation snippets looks wrong indeed. To retrieve `contrastive_logits_per_image `. one needs to use `FlavaForPreTraining` as the `global_contrastive_head` that is used to compute the contrastive logits seems to be available only for that class. \r\n\r\nThis...
1,694
1,697
1,697
NONE
null
### System Info `transformers==4.33.1` ### Who can help? @ArthurZucker @younesbelkada @amyeroberts ### Information - [X] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give d...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26078/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26078/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26077
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26077/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26077/comments
https://api.github.com/repos/huggingface/transformers/issues/26077/events
https://github.com/huggingface/transformers/pull/26077
1,889,051,590
PR_kwDOCUB6oc5Z8poq
26,077
docs: update link huggingface map
{ "login": "pphuc25", "id": 81808312, "node_id": "MDQ6VXNlcjgxODA4MzEy", "avatar_url": "https://avatars.githubusercontent.com/u/81808312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pphuc25", "html_url": "https://github.com/pphuc25", "followers_url": "https://api.github.com/users/pphuc2...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26077). All of your documentation changes will be reflected on that endpoint." ]
1,694
1,694
1,694
CONTRIBUTOR
null
Hi, I have discovered that the link to the dataset mapping documentation is no longer up to date. Therefore, I have updated the link to the current version, which can be found here: https://huggingface.co/docs/datasets/process#map I would like to cc @stevhliu for review my code.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26077/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26077/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26077", "html_url": "https://github.com/huggingface/transformers/pull/26077", "diff_url": "https://github.com/huggingface/transformers/pull/26077.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26077.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26076
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26076/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26076/comments
https://api.github.com/repos/huggingface/transformers/issues/26076/events
https://github.com/huggingface/transformers/pull/26076
1,889,047,788
PR_kwDOCUB6oc5Z8o3i
26,076
docs: feat: add llama2 notebook resources from OSSCA community
{ "login": "junejae", "id": 55151385, "node_id": "MDQ6VXNlcjU1MTUxMzg1", "avatar_url": "https://avatars.githubusercontent.com/u/55151385?v=4", "gravatar_id": "", "url": "https://api.github.com/users/junejae", "html_url": "https://github.com/junejae", "followers_url": "https://api.github.com/users/juneja...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26076). All of your documentation changes will be reflected on that endpoint.", "> Nice, thanks for creating a notebook! πŸ€—\r\n> \r\n> I wasn't able to get the code in it to run successfully though. I get the following erro...
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? Adds a notebook resource of LLaMA2 on how to fine-tune LLaMA2 as a Korean text classifier. The notebook is created by our OSSCA community. Part of https://github.com/huggingface/transformers/issues/20055 ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26076/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26076/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26076", "html_url": "https://github.com/huggingface/transformers/pull/26076", "diff_url": "https://github.com/huggingface/transformers/pull/26076.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26076.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26075
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26075/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26075/comments
https://api.github.com/repos/huggingface/transformers/issues/26075/events
https://github.com/huggingface/transformers/issues/26075
1,889,013,226
I_kwDOCUB6oc5wmA3q
26,075
what audio input files are supported by ASR model "openai/whisper-large-v2" on huggingface?
{ "login": "pythonvijay", "id": 144582559, "node_id": "U_kgDOCJ4nnw", "avatar_url": "https://avatars.githubusercontent.com/u/144582559?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pythonvijay", "html_url": "https://github.com/pythonvijay", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "Hello @pythonvijay !\r\nI had a look at the hub & docs , in this case, the model [Usage section](https://huggingface.co/openai/whisper-large-v2#usage) to backtrack your challenge. \r\n\r\n1. As I'm understanding from [code snippets](https://huggingface.co/openai/whisper-large-v2#english-to-english), you donΒ΄t act...
1,694
1,700
1,700
NONE
null
Hi, I am trying to use hugging face pipeline to invoke the model "openai/whisper-large-v2' to perform ASR task. Theerafter, I am wrapping the model within gradio as below but when I submit, I get an error. Model card of this model says "To transcribe audio samples, the model has to be used alongside a [WhisperPr...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26075/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26075/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26108
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26108/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26108/comments
https://api.github.com/repos/huggingface/transformers/issues/26108/events
https://github.com/huggingface/transformers/issues/26108
1,892,184,988
I_kwDOCUB6oc5wyHOc
26,108
Typo in the doc of AutoTokenizer? Two parameters for slow_tokenizer_class
{ "login": "xukp20", "id": 71265541, "node_id": "MDQ6VXNlcjcxMjY1NTQx", "avatar_url": "https://avatars.githubusercontent.com/u/71265541?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xukp20", "html_url": "https://github.com/xukp20", "followers_url": "https://api.github.com/users/xukp20/fo...
[]
closed
false
null
[]
[ "Hi! i think this issue should be moved to the `transformers` repo", "@xukp20 Indeed, thanks for pointing out! Would you like to open a PR to fix the typo? This way you get the github contribution. ", "@amyeroberts Thanks, but I've never opened a PR for transformers before and never learned about writing the do...
1,694
1,694
1,694
NONE
null
**Is your feature request related to a problem? Please describe.** The parameters [here](https://huggingface.co/docs/transformers/v4.33.0/en/model_doc/auto#transformers.AutoTokenizer.register.slow_tokenizer_class) contain two slow_tokenizer_class which should be a typo I think. **Additional context** Add any other...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26108/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26108/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26073
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26073/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26073/comments
https://api.github.com/repos/huggingface/transformers/issues/26073/events
https://github.com/huggingface/transformers/issues/26073
1,888,966,239
I_kwDOCUB6oc5wl1Zf
26,073
Can't saved finetuned model in local machine
{ "login": "50516017", "id": 23068536, "node_id": "MDQ6VXNlcjIzMDY4NTM2", "avatar_url": "https://avatars.githubusercontent.com/u/23068536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/50516017", "html_url": "https://github.com/50516017", "followers_url": "https://api.github.com/users/505...
[]
closed
false
null
[]
[ "cc @younesbelkada ", "Hi @50516017 \r\nThanks a lot for raising this up, \r\nThere are a couple of issues in your script\r\n\r\n1- You are performing pure fine-tuning with the 8-bit model, which is not supported. If you want to train models with 8-bit weights, you need attach adapters on it using `peft` package....
1,694
1,695
1,695
NONE
null
### System Info Hi I want to create fine tuning using "rinna/japanese-gpt-neox-3.6b-instruction-ppo" on windows os However, when I ran training and tried to save, the following error occurred and the model was not saved to output_dir. How should I solve it? I am building an environment using WSL2 and installi...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26073/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26073/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26072
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26072/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26072/comments
https://api.github.com/repos/huggingface/transformers/issues/26072/events
https://github.com/huggingface/transformers/issues/26072
1,888,959,893
I_kwDOCUB6oc5wlz2V
26,072
Regarding padding and batched inference for LLAMA-2 and CodeLLAMA
{ "login": "anmolagarwal999", "id": 54059763, "node_id": "MDQ6VXNlcjU0MDU5NzYz", "avatar_url": "https://avatars.githubusercontent.com/u/54059763?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anmolagarwal999", "html_url": "https://github.com/anmolagarwal999", "followers_url": "https://api...
[]
closed
false
null
[]
[ "Hey! The warning is a general warning. `Left` padding is the usual recommendation, but the original Llama codebase (and Code-Llama is part of the Llama codebase) use a default `right` padding. Our goal is to have similar results out of the box (so right padding) but still allow users to have the best results and w...
1,694
1,705
1,701
NONE
null
### System Info Platform: * transformers_version: "4.33.0.dev0" * Python: 3.8 ### Who can help? @ArthurZucker @younesbelkada @gante ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26072/reactions", "total_count": 4, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 4, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26072/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26071
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26071/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26071/comments
https://api.github.com/repos/huggingface/transformers/issues/26071/events
https://github.com/huggingface/transformers/issues/26071
1,888,927,354
I_kwDOCUB6oc5wlr56
26,071
can't use load_in_8bit in rinna/japanese-gpt-neox-3.6b-instruction-ppo
{ "login": "50516017", "id": 23068536, "node_id": "MDQ6VXNlcjIzMDY4NTM2", "avatar_url": "https://avatars.githubusercontent.com/u/23068536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/50516017", "html_url": "https://github.com/50516017", "followers_url": "https://api.github.com/users/505...
[]
closed
false
null
[]
[]
1,694
1,694
1,694
NONE
null
### System Info Hi! I want to use "rinna/japanese-gpt-neox-3.6b-instruction-ppo" model & want to use load_in_8bit. but AutoModelForCausalLM.from_pretrained throw error ValueError: The model you want to train is loaded in 8-bit precision. Training an 8-bit model is not supported yet. when i tried training witho...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26071/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26071/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26070
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26070/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26070/comments
https://api.github.com/repos/huggingface/transformers/issues/26070/events
https://github.com/huggingface/transformers/issues/26070
1,888,878,797
I_kwDOCUB6oc5wlgDN
26,070
Tokenizer and unicode problems
{ "login": "bombel28", "id": 80328658, "node_id": "MDQ6VXNlcjgwMzI4NjU4", "avatar_url": "https://avatars.githubusercontent.com/u/80328658?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bombel28", "html_url": "https://github.com/bombel28", "followers_url": "https://api.github.com/users/bom...
[]
closed
false
null
[]
[ "Sorry could you explain what « obabooga » is? ", "text generation web UI, sorry for typo, should be oobabooga. For error log, I just had to change one more time....\r\n\r\n```\r\n if len(tokens) > 1 and tokens[0] == SPIECE_UNDERLINE and tokens[1] in self.all_special_tokens:\r\n\r\n # Log the te...
1,694
1,695
1,695
NONE
null
### System Info UnicodeEncodeError: 'charmap' codec can't encode character '\u016b' in position 13: character maps to <undefined> This is new... Next new issue: when using hardcut in oobabooga to use eos token, tokenizer can't handle two eos (or bos)-tokens. All issues belongs to llama model (llama-2-13B he...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26070/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26070/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26069
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26069/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26069/comments
https://api.github.com/repos/huggingface/transformers/issues/26069/events
https://github.com/huggingface/transformers/pull/26069
1,888,875,464
PR_kwDOCUB6oc5Z8IkE
26,069
refactor: change default block_size in block size > max position embeddings
{ "login": "pphuc25", "id": 81808312, "node_id": "MDQ6VXNlcjgxODA4MzEy", "avatar_url": "https://avatars.githubusercontent.com/u/81808312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pphuc25", "html_url": "https://github.com/pphuc25", "followers_url": "https://api.github.com/users/pphuc2...
[]
closed
false
null
[]
[ "Thank you for your helpful information. ", "No worries @pphuc25! Would you like to open a PR to set the block size to the minimum of `(1024, config.max_position_embeddings)`? This will prevent the error when we set the block size > max position embeddings", "That's the cool idea, I will do it, thank you @sanch...
1,694
1,695
1,695
CONTRIBUTOR
null
Hi, In the original code, this appears to function correctly when the default block_size is set to 1024. However, I believe that this setting might potentially hinder the training performance. Therefore, I have adjusted the default to be max_position_embeddings when it doesn't match case. I would like to cc @sanchit-...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26069/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26069/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26069", "html_url": "https://github.com/huggingface/transformers/pull/26069", "diff_url": "https://github.com/huggingface/transformers/pull/26069.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26069.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26068
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26068/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26068/comments
https://api.github.com/repos/huggingface/transformers/issues/26068/events
https://github.com/huggingface/transformers/pull/26068
1,888,872,146
PR_kwDOCUB6oc5Z8H9c
26,068
chore: correct update_step and correct gradient_accumulation_steps
{ "login": "pphuc25", "id": 81808312, "node_id": "MDQ6VXNlcjgxODA4MzEy", "avatar_url": "https://avatars.githubusercontent.com/u/81808312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pphuc25", "html_url": "https://github.com/pphuc25", "followers_url": "https://api.github.com/users/pphuc2...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26068). All of your documentation changes will be reflected on that endpoint." ]
1,694
1,694
1,694
CONTRIBUTOR
null
Hi, As discussed in issue #25691, it seems that the update step is incorrect. I have made corrections to all the files to ensure synchronization. However, during my edits, I noticed that there were multiple instances of incorrect variable name `args.gradient_accumulation_steps` so I have rectified these issues as well...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26068/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26068/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26068", "html_url": "https://github.com/huggingface/transformers/pull/26068", "diff_url": "https://github.com/huggingface/transformers/pull/26068.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26068.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26067
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26067/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26067/comments
https://api.github.com/repos/huggingface/transformers/issues/26067/events
https://github.com/huggingface/transformers/pull/26067
1,888,868,762
PR_kwDOCUB6oc5Z8HVb
26,067
docs: add space to docs
{ "login": "pphuc25", "id": 81808312, "node_id": "MDQ6VXNlcjgxODA4MzEy", "avatar_url": "https://avatars.githubusercontent.com/u/81808312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pphuc25", "html_url": "https://github.com/pphuc25", "followers_url": "https://api.github.com/users/pphuc2...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26067). All of your documentation changes will be reflected on that endpoint." ]
1,694
1,694
1,694
CONTRIBUTOR
null
Hi, In many code this seem that there no space in doc, so I add space to make this look better. I would like to cc @amyeroberts to review my code. thank you so much for reading my PR.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26067/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26067/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26067", "html_url": "https://github.com/huggingface/transformers/pull/26067", "diff_url": "https://github.com/huggingface/transformers/pull/26067.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26067.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26066
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26066/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26066/comments
https://api.github.com/repos/huggingface/transformers/issues/26066/events
https://github.com/huggingface/transformers/issues/26066
1,888,704,524
I_kwDOCUB6oc5wk1gM
26,066
"RuntimeError: FlashAttention only supports fp16 and bf16 data type" when training llama-2-7b-hf on databricks-dolly-15k dataset
{ "login": "DrishtiShrrrma", "id": 129742046, "node_id": "U_kgDOB7u03g", "avatar_url": "https://avatars.githubusercontent.com/u/129742046?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DrishtiShrrrma", "html_url": "https://github.com/DrishtiShrrrma", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "cc @younesbelkada ", "Hello @DrishtiShrrrma\r\nYou are using a monkey-patched version of Llama modeling script so I can't really know what is going on under the hood.\r\nFlash Attention 2 support is being added https://github.com/huggingface/transformers/pull/25598 if you want to already use it please run:\r\n``...
1,694
1,694
1,694
NONE
null
### System Info transformers version: 4.34.0.dev0 Platform: Linux-5.15.109+-x86_64-with-glibc2.35 Python version: 3.10.12 Huggingface_hub version: 0.16.4 Safetensors version: 0.3.3 Accelerate version: 0.23.0.dev0 Accelerate config: Distributed environment: NO Num processes: 1 Process index: 0 Local process ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26066/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26066/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26065
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26065/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26065/comments
https://api.github.com/repos/huggingface/transformers/issues/26065/events
https://github.com/huggingface/transformers/issues/26065
1,888,684,455
I_kwDOCUB6oc5wkwmn
26,065
ImportError: cannot import name 'check_peft_version' from 'transformers.utils'
{ "login": "nrchan", "id": 31267546, "node_id": "MDQ6VXNlcjMxMjY3NTQ2", "avatar_url": "https://avatars.githubusercontent.com/u/31267546?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nrchan", "html_url": "https://github.com/nrchan", "followers_url": "https://api.github.com/users/nrchan/fo...
[]
closed
false
null
[]
[ "CC @pacman100 ", "Same problem here", "Cc @pacman100 ", "cc @younesbelkada as he has worked on the PEFT integration in Transformers and can quickly look into it", "Hi @nrchan \r\nThanks for the issue, I tried to reproduce the issue and did not managed to. I used `transformers==4.33.0` and I tried your comm...
1,694
1,706
1,694
NONE
null
### System Info The error happens when I try to import Trainer ```python from transformers import Trainer ``` Here's the traceback: ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) File /miniconda3/lib/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26065/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26065/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26064
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26064/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26064/comments
https://api.github.com/repos/huggingface/transformers/issues/26064/events
https://github.com/huggingface/transformers/issues/26064
1,888,644,715
I_kwDOCUB6oc5wkm5r
26,064
FLAVA returns unpooled embeddings by mistake
{ "login": "morrisalp", "id": 8263996, "node_id": "MDQ6VXNlcjgyNjM5OTY=", "avatar_url": "https://avatars.githubusercontent.com/u/8263996?v=4", "gravatar_id": "", "url": "https://api.github.com/users/morrisalp", "html_url": "https://github.com/morrisalp", "followers_url": "https://api.github.com/users/mo...
[]
closed
false
null
[]
[ "Hey! \r\nI don't really think this is a bug, as the comment mentions: `pooled_output = text_outputs[0] # last_hidden_state` maybe the name of the temporary variable `pooled_outputs` is wrong as it is using the last hidden states. \r\nThe documentation for the `pooled_output` states the following:\r\n\r\n> pooler_...
1,694
1,699
1,699
NONE
null
### System Info transformers v4.33.0 ### Who can help? @ArthurZucker @younesbelkada @amyeroberts ### Information - [X] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or d...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26064/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26064/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26063
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26063/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26063/comments
https://api.github.com/repos/huggingface/transformers/issues/26063/events
https://github.com/huggingface/transformers/pull/26063
1,888,557,235
PR_kwDOCUB6oc5Z7KFY
26,063
[`CITests`] skip failing tests until #26054 is merged
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "fyi @amyeroberts and @LysandreJik to have a green weekend πŸ˜‰ ", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26063). All of your documentation changes will be reflected on that endpoint." ]
1,694
1,694
1,694
COLLABORATOR
null
# What does this PR do? Simply skips the 3 failing whisper test until @sanchit-gandhi finishes up #26054
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26063/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26063/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26063", "html_url": "https://github.com/huggingface/transformers/pull/26063", "diff_url": "https://github.com/huggingface/transformers/pull/26063.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26063.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26062
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26062/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26062/comments
https://api.github.com/repos/huggingface/transformers/issues/26062/events
https://github.com/huggingface/transformers/issues/26062
1,888,437,671
I_kwDOCUB6oc5wj0Wn
26,062
More explicit bounding box formats
{ "login": "tonydavis629", "id": 84199903, "node_id": "MDQ6VXNlcjg0MTk5OTAz", "avatar_url": "https://avatars.githubusercontent.com/u/84199903?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tonydavis629", "html_url": "https://github.com/tonydavis629", "followers_url": "https://api.github.c...
[ { "id": 2648621985, "node_id": "MDU6TGFiZWwyNjQ4NjIxOTg1", "url": "https://api.github.com/repos/huggingface/transformers/labels/Feature%20request", "name": "Feature request", "color": "FBCA04", "default": false, "description": "Request for a new feature" } ]
open
false
null
[]
[ "Hi @tonydavis629, thanks for raising this issue. \r\n\r\nYes - this is something we've been thinking about a lot recently and it's on our roadmap to address! \r\n\r\ncc @rafaelpadilla " ]
1,694
1,694
null
NONE
null
### Feature request I am having a difficult time managing different bounding box formats in this library. For example, the DETR model preprocessor input format is COCO (xywh), but the output of the postprocessor is a pascal_voc (xyxy). Why not keep everything the same format? Furthermore, the documentation does not ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26062/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26062/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/26061
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26061/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26061/comments
https://api.github.com/repos/huggingface/transformers/issues/26061/events
https://github.com/huggingface/transformers/issues/26061
1,888,348,928
I_kwDOCUB6oc5wjesA
26,061
How to perform batch inference?
{ "login": "ryanshrott", "id": 13425718, "node_id": "MDQ6VXNlcjEzNDI1NzE4", "avatar_url": "https://avatars.githubusercontent.com/u/13425718?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ryanshrott", "html_url": "https://github.com/ryanshrott", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "I opened a PR for this in #24432 to illustrate it for GPT-2, but it will be incorporated in a bigger PR.\r\n\r\ncc @gante @stevhliu", "See #24575", "This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thr...
1,694
1,698
1,697
NONE
null
### Feature request I want to pass a list of tests to model.generate. text = "hey there" inputs = tokenizer(text, return_tensors="pt").to(0) out = model.generate(**inputs, max_new_tokens=184) print(tokenizer.decode(out[0], skip_special_tokens=True)) ### Motivation I want to do batch inference. ### Y...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26061/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26061/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26060
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26060/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26060/comments
https://api.github.com/repos/huggingface/transformers/issues/26060/events
https://github.com/huggingface/transformers/pull/26060
1,888,272,356
PR_kwDOCUB6oc5Z6L_7
26,060
Fix eval accumulation when `accelerate` > 0.20.3
{ "login": "sam-scale", "id": 106690182, "node_id": "U_kgDOBlv2hg", "avatar_url": "https://avatars.githubusercontent.com/u/106690182?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sam-scale", "html_url": "https://github.com/sam-scale", "followers_url": "https://api.github.com/users/sam-sc...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26060). All of your documentation changes will be reflected on that endpoint.", "@muellerzr any thoughts :) ", "Thanks! @amyeroberts @muellerzr is there any way to track when this fix will get added to a release?" ]
1,694
1,694
1,694
CONTRIBUTOR
null
As mentioned in: https://github.com/huggingface/transformers/issues/25641 Eval accumulation will never happen with `accelerate > 0.20.3`, so this change ensures that `sync_gradients` is ignored if accelerate is > 0.20.3 # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite do...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26060/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26060/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26060", "html_url": "https://github.com/huggingface/transformers/pull/26060", "diff_url": "https://github.com/huggingface/transformers/pull/26060.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26060.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26059
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26059/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26059/comments
https://api.github.com/repos/huggingface/transformers/issues/26059/events
https://github.com/huggingface/transformers/pull/26059
1,888,170,499
PR_kwDOCUB6oc5Z51fb
26,059
Remove unnecessary `view`s of `position_ids`
{ "login": "ramiro050", "id": 20114526, "node_id": "MDQ6VXNlcjIwMTE0NTI2", "avatar_url": "https://avatars.githubusercontent.com/u/20114526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ramiro050", "html_url": "https://github.com/ramiro050", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "For context, I work in the [Torch-MLIR project](https://github.com/llvm/torch-mlir), which converts PyTorch models into [MLIR](https://mlir.llvm.org/). Handling the `view` op in its most general form (especially the use of `-1`s) has been a big challenge for us for a while now (there's some work we need to do to i...
1,694
1,696
1,696
CONTRIBUTOR
null
When `position_ids` is `None`, its value is generated using `torch.arange`, which creates a tensor of size `(seq_length + initial_val) - initial_val = seq_length`. The tensor is then unsqueezed, resulting in a tensor of shape `(1, seq_length)`. This means that the last `view` to a tensor of shape `(-1, seq_length)` is ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26059/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26059/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26059", "html_url": "https://github.com/huggingface/transformers/pull/26059", "diff_url": "https://github.com/huggingface/transformers/pull/26059.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26059.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26058
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26058/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26058/comments
https://api.github.com/repos/huggingface/transformers/issues/26058/events
https://github.com/huggingface/transformers/pull/26058
1,888,134,421
PR_kwDOCUB6oc5Z5tos
26,058
Add LLM doc
{ "login": "patrickvonplaten", "id": 23423619, "node_id": "MDQ6VXNlcjIzNDIzNjE5", "avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patrickvonplaten", "html_url": "https://github.com/patrickvonplaten", "followers_url": "https://...
[]
closed
false
null
[]
[ "Doc will also be released with blog post: https://github.com/huggingface/blog/pull/1473", "_The documentation is not available anymore as the PR was closed or merged._", "Thanks for the review @MKhalusova! \r\n\r\nAnswering the bullet points directly in line:\r\n\r\n> Given the level of detail, and the narrati...
1,694
1,697
1,697
MEMBER
null
# Optimize LLM tutorial This PR adds the doc version of https://huggingface.co/blog/optimize-llm . Given the many code snippets I think that the tutorial is a nice addition to the Transfomers docs.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26058/reactions", "total_count": 4, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 4, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26058/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26058", "html_url": "https://github.com/huggingface/transformers/pull/26058", "diff_url": "https://github.com/huggingface/transformers/pull/26058.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26058.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26057
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26057/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26057/comments
https://api.github.com/repos/huggingface/transformers/issues/26057/events
https://github.com/huggingface/transformers/issues/26057
1,888,110,238
I_kwDOCUB6oc5wikae
26,057
Dinov2 for depth estimation
{ "login": "rfan-debug", "id": 69488297, "node_id": "MDQ6VXNlcjY5NDg4Mjk3", "avatar_url": "https://avatars.githubusercontent.com/u/69488297?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rfan-debug", "html_url": "https://github.com/rfan-debug", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "Hi @rfan-debug, this would be a great contribution! \r\n\r\nIf you'd like to open a PR we'd be happy to review and answer any questions if you need help. \r\n\r\ncc @rafaelpadilla", "Hi,\r\n\r\nSo I saw they released the DINOv2 checkpoints with a DPT head: https://github.com/facebookresearch/dinov2#pretrained-he...
1,694
1,697
1,697
NONE
null
### Feature request Dinov2's original repo has an example using Dinov2 backbone + DPT head for depth estimation [notebook link](https://github.com/facebookresearch/dinov2/blob/main/notebooks/depth_estimation.ipynb). If we can integrate it into `transformers` repo by adding a class `Dinov2ForImageDepthEstimation` and...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26057/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26057/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26056
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26056/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26056/comments
https://api.github.com/repos/huggingface/transformers/issues/26056/events
https://github.com/huggingface/transformers/pull/26056
1,888,064,580
PR_kwDOCUB6oc5Z5ebV
26,056
safeguard torch distributed check
{ "login": "pacman100", "id": 13534540, "node_id": "MDQ6VXNlcjEzNTM0NTQw", "avatar_url": "https://avatars.githubusercontent.com/u/13534540?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pacman100", "html_url": "https://github.com/pacman100", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? 1. Resolves https://github.com/huggingface/transformers/issues/26039
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26056/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26056/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26056", "html_url": "https://github.com/huggingface/transformers/pull/26056", "diff_url": "https://github.com/huggingface/transformers/pull/26056.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26056.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26055
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26055/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26055/comments
https://api.github.com/repos/huggingface/transformers/issues/26055/events
https://github.com/huggingface/transformers/issues/26055
1,887,991,935
I_kwDOCUB6oc5wiHh_
26,055
Device mismatch VITS speaker embedding and speaker_id
{ "login": "fakhirali", "id": 32309516, "node_id": "MDQ6VXNlcjMyMzA5NTE2", "avatar_url": "https://avatars.githubusercontent.com/u/32309516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fakhirali", "html_url": "https://github.com/fakhirali", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "Hey @fakhirali - could you try using the official checkpoint (i.e. the one on the [kakao-enterprise org](https://huggingface.co/kakao-enterprise/vits-vctk)) and the following modified script?\r\n```python\r\nfrom transformers import VitsModel, AutoTokenizer\r\nimport torch\r\n\r\nmodel = VitsModel.from_pretrained(...
1,694
1,695
1,695
CONTRIBUTOR
null
### System Info - `transformers` version: 4.33.1 - Platform: Linux-6.2.0-32-generic-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu117 (True) - ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26055/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26055/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26054
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26054/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26054/comments
https://api.github.com/repos/huggingface/transformers/issues/26054/events
https://github.com/huggingface/transformers/pull/26054
1,887,734,836
PR_kwDOCUB6oc5Z4Wul
26,054
[Whisper Tokenizer] Encode timestamps
{ "login": "sanchit-gandhi", "id": 93869735, "node_id": "U_kgDOBZhWpw", "avatar_url": "https://avatars.githubusercontent.com/u/93869735?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sanchit-gandhi", "html_url": "https://github.com/sanchit-gandhi", "followers_url": "https://api.github.com...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "BTW, do we expect this changes showing up on users' code results? I think it's yes, but wondering why it is OK?", "Alright refactored the tokenizer a bit to maintain the same results as what we had before! Essentially, we only outp...
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? As described in #24476, we have uploaded the Whisper timestamp tokens to the tokenizers on the Hub. This requires updating of the Whisper tokenizer and tokenizer tests to handle the new added tokens cc @ydshieh @ArthurZucker
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26054/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26054/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26054", "html_url": "https://github.com/huggingface/transformers/pull/26054", "diff_url": "https://github.com/huggingface/transformers/pull/26054.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26054.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26053
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26053/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26053/comments
https://api.github.com/repos/huggingface/transformers/issues/26053/events
https://github.com/huggingface/transformers/pull/26053
1,887,697,711
PR_kwDOCUB6oc5Z4Os8
26,053
[Whisper Tokenizer] Test timestamps
{ "login": "sanchit-gandhi", "id": 93869735, "node_id": "U_kgDOBZhWpw", "avatar_url": "https://avatars.githubusercontent.com/u/93869735?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sanchit-gandhi", "html_url": "https://github.com/sanchit-gandhi", "followers_url": "https://api.github.com...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26053). All of your documentation changes will be reflected on that endpoint.", "Hey!\r\n> the slow tokenizer removes spaces after special token ids \r\ncan be fixed by updating the AddedTokens to have lstrip and rstrip set...
1,694
1,704
1,704
CONTRIBUTOR
null
# What does this PR do? Adds a test to check that the Whisper tokenizer correctly encodes/decodes the newly added timestamp tokens. This is quite a strict test since we check that the encoded id's match the expected id's, as well as the target string. Currently, this test fails, since the slow tokenizer removes s...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26053/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26053/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26053", "html_url": "https://github.com/huggingface/transformers/pull/26053", "diff_url": "https://github.com/huggingface/transformers/pull/26053.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26053.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26052
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26052/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26052/comments
https://api.github.com/repos/huggingface/transformers/issues/26052/events
https://github.com/huggingface/transformers/pull/26052
1,887,681,046
PR_kwDOCUB6oc5Z4LCE
26,052
Docstring check
{ "login": "sgugger", "id": 35901082, "node_id": "MDQ6VXNlcjM1OTAxMDgy", "avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sgugger", "html_url": "https://github.com/sgugger", "followers_url": "https://api.github.com/users/sgugge...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "> what happens if the docstring contains argument name(s) that are not signature?\r\n\r\nThen the argument in the docstrings should be removed. The goal is to ensure consistency, and arguments not in the signature are often hidden fo...
1,694
1,696
1,696
COLLABORATOR
null
# What does this PR do? This PR adds a new util script that checks docstrings documentation of the arguments match the signature. This first version only checks base objects (functions and classes) not class methods. It checks: - that the defaults documented are the same as the signature - applies our traditional ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26052/reactions", "total_count": 5, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 5, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26052/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26052", "html_url": "https://github.com/huggingface/transformers/pull/26052", "diff_url": "https://github.com/huggingface/transformers/pull/26052.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26052.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26051
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26051/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26051/comments
https://api.github.com/repos/huggingface/transformers/issues/26051/events
https://github.com/huggingface/transformers/issues/26051
1,887,592,435
I_kwDOCUB6oc5wgl_z
26,051
[i18n-<languageCode>] Translating docs to <languageName>
{ "login": "lawchingman", "id": 57217968, "node_id": "MDQ6VXNlcjU3MjE3OTY4", "avatar_url": "https://avatars.githubusercontent.com/u/57217968?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lawchingman", "html_url": "https://github.com/lawchingman", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[]
1,694
1,694
1,694
NONE
null
<!-- Note: Please search to see if an issue already exists for the language you are trying to translate. --> Hi! Let's bring the documentation to all the <languageName>-speaking community 🌐 (currently 0 out of 267 complete) Who would want to translate? Please follow the πŸ€— [TRANSLATING guide](https://github.com/hug...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26051/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26051/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26050
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26050/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26050/comments
https://api.github.com/repos/huggingface/transformers/issues/26050/events
https://github.com/huggingface/transformers/pull/26050
1,887,408,945
PR_kwDOCUB6oc5Z3OlJ
26,050
Add torchaudio with rocm 5.6 to AMD Dockerfile
{ "login": "fxmarty", "id": 9808326, "node_id": "MDQ6VXNlcjk4MDgzMjY=", "avatar_url": "https://avatars.githubusercontent.com/u/9808326?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fxmarty", "html_url": "https://github.com/fxmarty", "followers_url": "https://api.github.com/users/fxmarty/...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "@fxmarty Could you link to any relevant conversation / issue relating to this fix in the PR description? ", "@amyeroberts we are enabling transformers CI on AMD GPUs as part of our partnership with them.\r\n\r\nI originally started...
1,694
1,694
1,694
COLLABORATOR
null
As per title e.g. `CUDA_VISIBLE_DEVICES=0 pytest tests/models/wav2vec2/test_modeling_wav2vec2.py -s -vvvvv` now do pass.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26050/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26050/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26050", "html_url": "https://github.com/huggingface/transformers/pull/26050", "diff_url": "https://github.com/huggingface/transformers/pull/26050.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26050.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26049
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26049/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26049/comments
https://api.github.com/repos/huggingface/transformers/issues/26049/events
https://github.com/huggingface/transformers/pull/26049
1,887,327,943
PR_kwDOCUB6oc5Z29Bn
26,049
Normalize only if needed
{ "login": "mjamroz", "id": 505646, "node_id": "MDQ6VXNlcjUwNTY0Ng==", "avatar_url": "https://avatars.githubusercontent.com/u/505646?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mjamroz", "html_url": "https://github.com/mjamroz", "followers_url": "https://api.github.com/users/mjamroz/fo...
[]
closed
false
null
[]
[ "This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a...
1,694
1,698
1,698
CONTRIBUTOR
null
# Normalize tensor only if `std/mean` defined. <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26049/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26049/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26049", "html_url": "https://github.com/huggingface/transformers/pull/26049", "diff_url": "https://github.com/huggingface/transformers/pull/26049.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26049.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26048
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26048/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26048/comments
https://api.github.com/repos/huggingface/transformers/issues/26048/events
https://github.com/huggingface/transformers/issues/26048
1,887,299,183
I_kwDOCUB6oc5wfeZv
26,048
Potential bug of the Bark implementation
{ "login": "leo19941227", "id": 33196053, "node_id": "MDQ6VXNlcjMzMTk2MDUz", "avatar_url": "https://avatars.githubusercontent.com/u/33196053?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leo19941227", "html_url": "https://github.com/leo19941227", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "Sorry, now I notice the `merge_context` context option during the GPT forward. I have no concern then. Closing the issue." ]
1,694
1,694
1,694
NONE
null
### System Info Hello, I am not sure whether this is a bug, but I notice this suspicious line when tracing the whole implementation of Bark. It seems the text tokens, prompting semantic tokens, and the continued semantic tokens should be concatenated along the time axis as shown by the official implementation: ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26048/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26048/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26047
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26047/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26047/comments
https://api.github.com/repos/huggingface/transformers/issues/26047/events
https://github.com/huggingface/transformers/pull/26047
1,887,169,128
PR_kwDOCUB6oc5Z2a9I
26,047
🌐 [i18n-KO] Translated `llama2.md` to Korean
{ "login": "mjk0618", "id": 39152134, "node_id": "MDQ6VXNlcjM5MTUyMTM0", "avatar_url": "https://avatars.githubusercontent.com/u/39152134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mjk0618", "html_url": "https://github.com/mjk0618", "followers_url": "https://api.github.com/users/mjk061...
[]
closed
false
null
[]
[ "> 쒋은 λ²ˆμ—­ κ°μ‚¬ν•©λ‹ˆλ‹€! πŸ˜† 일뢀 리뷰λ₯Ό ν•΄λ΄€μŠ΅λ‹ˆλ‹€. κ²€ν†  λΆ€νƒλ“œλ €μš”!\r\n\r\n리뷰 κ°μ‚¬ν•©λ‹ˆλ‹€! 말씀해주신 λΆ€λΆ„ λ°˜μ˜ν•˜μ—¬ μ»€λ°‹ν•˜μ˜€μŠ΅λ‹ˆλ‹€.", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26047). All of your documentation changes will be reflected on that endpoint.", "> Uhhh hellooo? This PR should unexist.\r\n\r\nHi! I di...
1,694
1,694
1,694
CONTRIBUTOR
null
<!-- PR의 제λͺ©μ€ "🌐 [i18n-KO] Translated `<your_file>.md` to Korean" 으둜 λΆ€νƒλ“œλ¦½λ‹ˆλ‹€! --> # What does this PR do? Translated the `llama2.md` file of the documentation to Korean. Thank you in advance for your review. Part of https://github.com/huggingface/transformers/issues/20179 ## Before reviewing - [x] Check for...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26047/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26047/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26047", "html_url": "https://github.com/huggingface/transformers/pull/26047", "diff_url": "https://github.com/huggingface/transformers/pull/26047.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26047.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26046
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26046/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26046/comments
https://api.github.com/repos/huggingface/transformers/issues/26046/events
https://github.com/huggingface/transformers/pull/26046
1,887,153,565
PR_kwDOCUB6oc5Z2XoL
26,046
🌐 [i18n-KO] Translated `llama2.md` to Korean
{ "login": "mjk0618", "id": 39152134, "node_id": "MDQ6VXNlcjM5MTUyMTM0", "avatar_url": "https://avatars.githubusercontent.com/u/39152134?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mjk0618", "html_url": "https://github.com/mjk0618", "followers_url": "https://api.github.com/users/mjk061...
[]
closed
false
null
[]
[ "This PR was closed because it contains incorrect commits." ]
1,694
1,694
1,694
CONTRIBUTOR
null
<!-- PR의 제λͺ©μ€ "🌐 [i18n-KO] Translated `<your_file>.md` to Korean" 으둜 λΆ€νƒλ“œλ¦½λ‹ˆλ‹€! --> # What does this PR do? Translated the `llama2.md` file of the documentation to Korean. Thank you in advance for your review. Part of https://github.com/huggingface/transformers/issues/20179 ## Before reviewing - [ ] Check for...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26046/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26046/timeline
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26046", "html_url": "https://github.com/huggingface/transformers/pull/26046", "diff_url": "https://github.com/huggingface/transformers/pull/26046.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26046.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26045
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26045/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26045/comments
https://api.github.com/repos/huggingface/transformers/issues/26045/events
https://github.com/huggingface/transformers/issues/26045
1,887,090,942
I_kwDOCUB6oc5werj-
26,045
ImportError: cannot import name 'GPTQQuantizer' from partially initialized module 'optimum.gptq'
{ "login": "jessiewiswjc", "id": 70051089, "node_id": "MDQ6VXNlcjcwMDUxMDg5", "avatar_url": "https://avatars.githubusercontent.com/u/70051089?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jessiewiswjc", "html_url": "https://github.com/jessiewiswjc", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Hi @jessiewiswjc. This happens because you named your file auto_gptq.py. Please rename it and let me know if it works. ", "> Hi @jessiewiswjc. This happens because you named your file auto_gptq.py. Please rename it and let me know if it works.\r\n\r\nThanks very much and it works after renaming." ]
1,694
1,694
1,694
NONE
null
### System Info - `transformers` version: 4.33.1 - Platform: Linux-3.10.0-1160.88.1.el7.x86_64-x86_64-with-glibc2.17 - Python version: 3.9.17 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: 0.22.0 - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu117 (True)...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26045/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26045/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26044
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26044/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26044/comments
https://api.github.com/repos/huggingface/transformers/issues/26044/events
https://github.com/huggingface/transformers/pull/26044
1,886,911,926
PR_kwDOCUB6oc5Z1irW
26,044
🌐 [i18n-KO] Translated `llama.md` to Korean
{ "login": "harheem", "id": 49297157, "node_id": "MDQ6VXNlcjQ5Mjk3MTU3", "avatar_url": "https://avatars.githubusercontent.com/u/49297157?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harheem", "html_url": "https://github.com/harheem", "followers_url": "https://api.github.com/users/harhee...
[]
closed
false
null
[]
[ "Hello, @stevhliu πŸ‘‹\r\nShould we translate the `autodoc` part in model_doc too?", "> λͺ¨λΈ λ¬Έμ„œ λ²ˆμ—­μ— μ°Έμ—¬ν•΄μ£Όμ…”μ„œ κ°μ‚¬ν•©λ‹ˆλ‹€! 쒋은 λ²ˆμ—­μ΄μ—μš” πŸ˜†\r\n> 일뢀 λ¬Έμž₯에 μƒˆλ‘œμš΄ μ œμ•ˆμ„ λ“œλ ΈμŠ΅λ‹ˆλ‹€. κ²€ν†  λΆ€νƒλ“œλ €μš”!\r\n\r\n리뷰 κ°μ‚¬ν•©λ‹ˆλ‹€! μ½”λ©˜νŠΈ 달아주신 것듀이 μ „λΆ€ κ³ λ―Όν–ˆλ˜ λΆ€λΆ„μ΄μ—ˆλŠ”λ°, 쒋은 ν‘œν˜„ μ°Ύμ•„μ£Όμ…”μ„œ κ°μ‚¬ν•΄μš” 🀩", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transforme...
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? Translated the `llama.md` file of the documentation to Korean πŸ˜„ Thank you in advance for your review! Part of https://github.com/huggingface/transformers/issues/20179 ## Before reviewing - [x] Check for missing / redundant translations (λ²ˆμ—­ λˆ„λ½/쀑볡 검사) - [x] Grammar Check (λ§žμΆ€λ²• 검사) - ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26044/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26044/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26044", "html_url": "https://github.com/huggingface/transformers/pull/26044", "diff_url": "https://github.com/huggingface/transformers/pull/26044.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26044.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26043
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26043/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26043/comments
https://api.github.com/repos/huggingface/transformers/issues/26043/events
https://github.com/huggingface/transformers/issues/26043
1,886,804,648
I_kwDOCUB6oc5wdlqo
26,043
Inconsistent tokenization across different runs (`WhisperTokenizerFast`)
{ "login": "xenova", "id": 26504141, "node_id": "MDQ6VXNlcjI2NTA0MTQx", "avatar_url": "https://avatars.githubusercontent.com/u/26504141?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xenova", "html_url": "https://github.com/xenova", "followers_url": "https://api.github.com/users/xenova/fo...
[]
closed
false
null
[]
[ "This model uses `dropout: 0.1` \r\n\r\nThis means that by default it will ignore merges 10% of the time, leading to different tokenization.\r\nYou can ignore the dropout by setting it to 0. If the model was trained with it though it's expected that sometimes it should see different tokens, therefore the generation...
1,694
1,694
1,694
CONTRIBUTOR
null
### System Info - `transformers` version: 4.34.0.dev0 - Platform: Linux-5.15.109+-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu118 (False) - T...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26043/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26043/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26042
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26042/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26042/comments
https://api.github.com/repos/huggingface/transformers/issues/26042/events
https://github.com/huggingface/transformers/pull/26042
1,886,679,199
PR_kwDOCUB6oc5Z0wqx
26,042
[`Persimmon`] Add support for persimmon
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Looks good so far, and the outputs are definitely better than purely random, so I suspect the port is mostly correct except for one detail somewhere.\r\n\r\nI don't want to double up on work, but let me know if you want me to take any part of the port!", "_The documentation is not available anymore as the PR was...
1,694
1,694
1,694
COLLABORATOR
null
# What does this PR do? Add support for the `Persimmon` models by Adept. cc @Rocketknight1
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26042/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26042/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26042", "html_url": "https://github.com/huggingface/transformers/pull/26042", "diff_url": "https://github.com/huggingface/transformers/pull/26042.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26042.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26041
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26041/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26041/comments
https://api.github.com/repos/huggingface/transformers/issues/26041/events
https://github.com/huggingface/transformers/pull/26041
1,886,674,681
PR_kwDOCUB6oc5Z0vn4
26,041
[`CodeLlamaTokenizerFast`] Fix fix `set_infilling_processor` to properly reset
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,694
1,694
COLLABORATOR
null
# What does this PR do? Fixes #26038 were the `set_infilling_processor` was not properly reseting the template processing for `CodeLlama`
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26041/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26041/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26041", "html_url": "https://github.com/huggingface/transformers/pull/26041", "diff_url": "https://github.com/huggingface/transformers/pull/26041.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26041.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26040
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26040/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26040/comments
https://api.github.com/repos/huggingface/transformers/issues/26040/events
https://github.com/huggingface/transformers/pull/26040
1,886,671,829
PR_kwDOCUB6oc5Z0u97
26,040
Neurostimulation
{ "login": "wazeerzulfikar", "id": 15856554, "node_id": "MDQ6VXNlcjE1ODU2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/15856554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wazeerzulfikar", "html_url": "https://github.com/wazeerzulfikar", "followers_url": "https://api.gi...
[]
closed
false
null
[]
[]
1,694
1,694
1,694
NONE
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26040/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26040/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26040", "html_url": "https://github.com/huggingface/transformers/pull/26040", "diff_url": "https://github.com/huggingface/transformers/pull/26040.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26040.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26039
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26039/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26039/comments
https://api.github.com/repos/huggingface/transformers/issues/26039/events
https://github.com/huggingface/transformers/issues/26039
1,886,578,708
I_kwDOCUB6oc5wcugU
26,039
Regression: Need to guard torch.distributed.is_initialized with torch.distributed.is_available
{ "login": "marr75", "id": 663276, "node_id": "MDQ6VXNlcjY2MzI3Ng==", "avatar_url": "https://avatars.githubusercontent.com/u/663276?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marr75", "html_url": "https://github.com/marr75", "followers_url": "https://api.github.com/users/marr75/follow...
[]
closed
false
null
[]
[ "cc @pacman100 ", "I am using FSDP to train 70B models according to your blog post @pacman100 . I found that https://github.com/huggingface/transformers/commit/73b13ac099443cf8297a4b729f00c907fa00f1b5 you add a `torch.distributed.is_initialized()` check. I found it is `False` when I use `accelerate launch`.\r\n\r...
1,694
1,696
1,694
NONE
null
### System Info - `transformers` version: 4.33.1 - Platform: macOS-13.5-arm64-arm-64bit - Python version: 3.10.12 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.0.0 (False) - Tensorflow version (GPU?)...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26039/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26039/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26038
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26038/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26038/comments
https://api.github.com/repos/huggingface/transformers/issues/26038/events
https://github.com/huggingface/transformers/issues/26038
1,886,481,787
I_kwDOCUB6oc5wcW17
26,038
`CodeLlamaTokenizerFast` behavior changes permanently after encoding a string containing `"<FILL_ME>"`
{ "login": "rfriel", "id": 20493507, "node_id": "MDQ6VXNlcjIwNDkzNTA3", "avatar_url": "https://avatars.githubusercontent.com/u/20493507?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rfriel", "html_url": "https://github.com/rfriel", "followers_url": "https://api.github.com/users/rfriel/fo...
[]
closed
false
null
[]
[ "Good catch! The `set_infilling_processor` is missing it's early return statement! " ]
1,694
1,694
1,694
NONE
null
### System Info - `transformers` version: 4.34.0.dev0 - Platform: Linux-5.15.109+-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.3 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu118 (False) - Ten...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26038/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26038/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26037
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26037/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26037/comments
https://api.github.com/repos/huggingface/transformers/issues/26037/events
https://github.com/huggingface/transformers/pull/26037
1,886,467,805
PR_kwDOCUB6oc5Z0CpZ
26,037
[bnb] Let's make serialization of 4bit models possible
{ "login": "poedator", "id": 24738311, "node_id": "MDQ6VXNlcjI0NzM4MzEx", "avatar_url": "https://avatars.githubusercontent.com/u/24738311?v=4", "gravatar_id": "", "url": "https://api.github.com/users/poedator", "html_url": "https://github.com/poedator", "followers_url": "https://api.github.com/users/poe...
[]
closed
false
null
[]
[ "cc @younesbelkada @SunMarc ", "## On storage format for the quantized parameters.\r\nRight now there is no clear separation of code to load a pretrained model in fp16/fp32 with subsequent quantisation and loading already quantized model. I noticed that for 8-bit it comes down to detecting `SCB` in state_dict.key...
1,694
1,705
1,703
CONTRIBUTOR
null
## What does this PR do? Purpose: enable saving and loading transformers models in 4bit formats. tested with Bloom-560 and Llama-2-7b. Save - Load - match tensors and quant_states - match inference results. ## connection with bitsandbytes Requires this PR in bitsandbytes: https://github.com/TimDettmers/bitsandb...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26037/reactions", "total_count": 11, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 4, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26037/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26037", "html_url": "https://github.com/huggingface/transformers/pull/26037", "diff_url": "https://github.com/huggingface/transformers/pull/26037.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26037.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26036
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26036/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26036/comments
https://api.github.com/repos/huggingface/transformers/issues/26036/events
https://github.com/huggingface/transformers/issues/26036
1,886,402,833
I_kwDOCUB6oc5wcDkR
26,036
Option to disable CodeCarbon
{ "login": "nebrelbug", "id": 25597854, "node_id": "MDQ6VXNlcjI1NTk3ODU0", "avatar_url": "https://avatars.githubusercontent.com/u/25597854?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nebrelbug", "html_url": "https://github.com/nebrelbug", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "Hi @nebrelbug, thanks for raising this issue! \r\n\r\nSounds like a good idea to me. @muellerzr will know more about it than me and can advise. ", "That sounds fine to me as well @nebrelbug. \r\n\r\nWe have a few options here:\r\n1. Globally disable `codecarbon` via an environmental variable (similar to `DISABLE...
1,694
1,697
1,697
CONTRIBUTOR
null
### Feature request - Allow disabling of CodeCarbon reporting, even when it's installed ### Motivation I'm running code using the Trainer class across several nodes in an HPC environment using SLURM. It seems to automatically [use the CodeCarbon callback](https://huggingface.co/docs/transformers/v4.33.0/en/main_clas...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26036/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26036/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26035
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26035/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26035/comments
https://api.github.com/repos/huggingface/transformers/issues/26035/events
https://github.com/huggingface/transformers/pull/26035
1,886,368,755
PR_kwDOCUB6oc5ZztHD
26,035
[docs] IDEFICS guide and task guides restructure
{ "login": "MKhalusova", "id": 1065417, "node_id": "MDQ6VXNlcjEwNjU0MTc=", "avatar_url": "https://avatars.githubusercontent.com/u/1065417?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MKhalusova", "html_url": "https://github.com/MKhalusova", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
[ "PR with images for the doc: https://huggingface.co/datasets/huggingface/documentation-images/discussions/175", "_The documentation is not available anymore as the PR was closed or merged._", "@LysandreJik Please suggest who else should be added as a reviewer. Thanks!", "Think this is a bit in conflict with t...
1,694
1,694
1,694
CONTRIBUTOR
null
There are two now common approaches to solving tasks: fine-tuning specialized models, and prompting large models. While the fine-tuning approach is prominently featured in the docs, the latter one is not. At the same time, generation docs fall on the sidelines. This PR includes two parts: 1. A guide to using IDEF...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26035/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26035/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26035", "html_url": "https://github.com/huggingface/transformers/pull/26035", "diff_url": "https://github.com/huggingface/transformers/pull/26035.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26035.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26034
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26034/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26034/comments
https://api.github.com/repos/huggingface/transformers/issues/26034/events
https://github.com/huggingface/transformers/issues/26034
1,886,154,730
I_kwDOCUB6oc5wbG_q
26,034
DistilBertForSequenceClassification 0% accuracy when fine-tuning (using from_pretrained())
{ "login": "johannes-garstenauer", "id": 64467583, "node_id": "MDQ6VXNlcjY0NDY3NTgz", "avatar_url": "https://avatars.githubusercontent.com/u/64467583?v=4", "gravatar_id": "", "url": "https://api.github.com/users/johannes-garstenauer", "html_url": "https://github.com/johannes-garstenauer", "followers_url...
[]
closed
false
null
[]
[ "Hey! Thanks a lot for providing such a detailed issue πŸ€— \r\nAs the documentation about the examples mentions:\r\n> While we strive to present as many use cases as possible, the scripts in this folder are just examples. It is expected that they won’t work out-of-the box on your specific problem and that you will b...
1,694
1,698
1,697
NONE
null
### System Info - `transformers` version: 4.34.0.dev0 - Platform: Linux-5.4.0-153-generic-x86_64-with-glibc2.29 - Python version: 3.8.10 - Huggingface_hub version: 0.16.4 - Safetensors version: 0.3.1 - Accelerate version: 0.22.0.dev0 - Accelerate config: not found - PyTorch version (GPU?): 2.0.1+cu117 (Tru...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26034/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26034/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/26033
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26033/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26033/comments
https://api.github.com/repos/huggingface/transformers/issues/26033/events
https://github.com/huggingface/transformers/pull/26033
1,886,042,774
PR_kwDOCUB6oc5Zymq3
26,033
[fix] mc_logits.shape doesn't match mc_labels.shape
{ "login": "flybird11111", "id": 37931082, "node_id": "MDQ6VXNlcjM3OTMxMDgy", "avatar_url": "https://avatars.githubusercontent.com/u/37931082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/flybird11111", "html_url": "https://github.com/flybird11111", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Hi @flybird11111, thanks for opening a PR! Could you write in the description what issue this is resolving? ", "> Hi @flybird11111, thanks for opening a PR! Could you write in the description what issue this is resolving?\r\n\r\nI have described the prolem I encountered in the description.", "> # What does thi...
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26033/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26033/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26033", "html_url": "https://github.com/huggingface/transformers/pull/26033", "diff_url": "https://github.com/huggingface/transformers/pull/26033.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26033.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26032
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26032/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26032/comments
https://api.github.com/repos/huggingface/transformers/issues/26032/events
https://github.com/huggingface/transformers/pull/26032
1,886,036,790
PR_kwDOCUB6oc5ZylXz
26,032
Make Whisper Encoder's sinusoidal PE non-trainable by default
{ "login": "gau-nernst", "id": 26946864, "node_id": "MDQ6VXNlcjI2OTQ2ODY0", "avatar_url": "https://avatars.githubusercontent.com/u/26946864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gau-nernst", "html_url": "https://github.com/gau-nernst", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "Hey @gau-nernst - thanks very much for opening this PR! Looks like a great start already. I pushed the Flax changes in the latest commit. In short, the simplest way of setting the parameters to un-trainable in Flax is by stopping the back-prop through the layers. Otherwise, we need to explicitly pass a dict to the...
1,694
1,697
1,697
CONTRIBUTOR
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26032/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26032/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26032", "html_url": "https://github.com/huggingface/transformers/pull/26032", "diff_url": "https://github.com/huggingface/transformers/pull/26032.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26032.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26031
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26031/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26031/comments
https://api.github.com/repos/huggingface/transformers/issues/26031/events
https://github.com/huggingface/transformers/pull/26031
1,886,012,376
PR_kwDOCUB6oc5ZygCt
26,031
Update missing docs on `activation_dropout` and fix DropOut docs for SEW-D
{ "login": "gau-nernst", "id": 26946864, "node_id": "MDQ6VXNlcjI2OTQ2ODY0", "avatar_url": "https://avatars.githubusercontent.com/u/26946864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gau-nernst", "html_url": "https://github.com/gau-nernst", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_26031). All of your documentation changes will be reflected on that endpoint." ]
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26031/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26031/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26031", "html_url": "https://github.com/huggingface/transformers/pull/26031", "diff_url": "https://github.com/huggingface/transformers/pull/26031.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26031.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26030
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26030/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26030/comments
https://api.github.com/repos/huggingface/transformers/issues/26030/events
https://github.com/huggingface/transformers/pull/26030
1,885,733,873
PR_kwDOCUB6oc5ZxjBQ
26,030
update
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,694
1,694
COLLABORATOR
null
# What does this PR do? Test if tokenizers release will beark everything
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26030/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26030/timeline
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26030", "html_url": "https://github.com/huggingface/transformers/pull/26030", "diff_url": "https://github.com/huggingface/transformers/pull/26030.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26030.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26029
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26029/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26029/comments
https://api.github.com/repos/huggingface/transformers/issues/26029/events
https://github.com/huggingface/transformers/pull/26029
1,885,613,352
PR_kwDOCUB6oc5ZxIri
26,029
IDEFICS: allow interpolation of vision's pos embeddings
{ "login": "leot13", "id": 17809020, "node_id": "MDQ6VXNlcjE3ODA5MDIw", "avatar_url": "https://avatars.githubusercontent.com/u/17809020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leot13", "html_url": "https://github.com/leot13", "followers_url": "https://api.github.com/users/leot13/fo...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks for all the comments and suggestions! They should all be answered now" ]
1,694
1,694
1,694
CONTRIBUTOR
null
# What does this PR do? Allows vision position embeddings to be interpolated. Thus allowing bigger images to be passed to the model. Fixes issue #26154 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Did you read the [contributor...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26029/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26029/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26029", "html_url": "https://github.com/huggingface/transformers/pull/26029", "diff_url": "https://github.com/huggingface/transformers/pull/26029.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26029.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26028
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26028/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26028/comments
https://api.github.com/repos/huggingface/transformers/issues/26028/events
https://github.com/huggingface/transformers/pull/26028
1,885,551,744
PR_kwDOCUB6oc5Zw6_Q
26,028
fix: allow "inputs" as kwargs or positional arg
{ "login": "Keredu", "id": 29210848, "node_id": "MDQ6VXNlcjI5MjEwODQ4", "avatar_url": "https://avatars.githubusercontent.com/u/29210848?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Keredu", "html_url": "https://github.com/Keredu", "followers_url": "https://api.github.com/users/Keredu/fo...
[]
closed
false
null
[]
[ "When running something like the following script:\r\n```python\r\nfrom src.transformers.__init__ import pipeline\r\n\r\nclassifier = pipeline(\r\n task=\"sentiment-analysis\",\r\n model=\"distilbert-base-uncased-finetuned-sst-2-english\",\r\n)\r\n\r\nres = classifier(\"Hello world args\", inputs=\"Hello worl...
1,694
1,700
1,700
NONE
null
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26028/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26028/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26028", "html_url": "https://github.com/huggingface/transformers/pull/26028", "diff_url": "https://github.com/huggingface/transformers/pull/26028.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26028.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/26027
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/26027/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/26027/comments
https://api.github.com/repos/huggingface/transformers/issues/26027/events
https://github.com/huggingface/transformers/pull/26027
1,885,551,036
PR_kwDOCUB6oc5Zw608
26,027
[wip testing doc-builder]
{ "login": "mishig25", "id": 11827707, "node_id": "MDQ6VXNlcjExODI3NzA3", "avatar_url": "https://avatars.githubusercontent.com/u/11827707?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mishig25", "html_url": "https://github.com/mishig25", "followers_url": "https://api.github.com/users/mis...
[]
closed
false
null
[]
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,694
1,695
1,695
CONTRIBUTOR
null
Testing https://github.com/huggingface/doc-builder/pull/396
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/26027/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/26027/timeline
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/26027", "html_url": "https://github.com/huggingface/transformers/pull/26027", "diff_url": "https://github.com/huggingface/transformers/pull/26027.diff", "patch_url": "https://github.com/huggingface/transformers/pull/26027.patch", "merged_at...