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/11035
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11035/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11035/comments
https://api.github.com/repos/huggingface/transformers/issues/11035/events
https://github.com/huggingface/transformers/issues/11035
848,976,468
MDU6SXNzdWU4NDg5NzY0Njg=
11,035
404 Client Error: Not Found for url: https://huggingface.co/%5CHuggingface-Sentiment-Pipeline/resolve/main/config.json
{ "login": "nithinreddyy", "id": 56256685, "node_id": "MDQ6VXNlcjU2MjU2Njg1", "avatar_url": "https://avatars.githubusercontent.com/u/56256685?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinreddyy", "html_url": "https://github.com/nithinreddyy", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Are you able to successfully load your model with e.g. `AutoModel.from_pretrained(local_path)`?", "> Are you able to successfully load your model with e.g. `AutoModel.from_pretrained(local_path)`?\r\n\r\nNo, same error.", "Hi @nithinreddyy, could you share information about your setup so that we may investigat...
1,617
1,620
1,620
NONE
null
I'm trying to use the hugging face sentimet-analysis pipeline. I've downloaded the pipeline using save.pretrained(model). And trying to load the pipeline with the help of below code ``` from transformers import pipeline model = '\Huggingface-Sentiment-Pipeline' classifier = pipeline(task='sentiment-analysis', mod...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11035/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/11035/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11034
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11034/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11034/comments
https://api.github.com/repos/huggingface/transformers/issues/11034/events
https://github.com/huggingface/transformers/issues/11034
848,939,310
MDU6SXNzdWU4NDg5MzkzMTA=
11,034
GPT-2 example is broken?
{ "login": "ba305", "id": 35350330, "node_id": "MDQ6VXNlcjM1MzUwMzMw", "avatar_url": "https://avatars.githubusercontent.com/u/35350330?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ba305", "html_url": "https://github.com/ba305", "followers_url": "https://api.github.com/users/ba305/follow...
[]
closed
false
null
[]
[ "Hi! Sorry to hear the example doesn't work well for you. To be honest, it doesn't really make sense to try and generate a single token like it is done in that example. I have slightly modified the example so that it generates the 20 following tokens.\r\n\r\nAlso, I've removed the space at the end of the sequence b...
1,617
1,617
1,617
NONE
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: I have had this issue with both 4.3.0 and 4.4.2 (and probably other versions as well) - Python version: 3.7.6 ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11034/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/11034/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11033
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11033/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11033/comments
https://api.github.com/repos/huggingface/transformers/issues/11033/events
https://github.com/huggingface/transformers/issues/11033
848,936,573
MDU6SXNzdWU4NDg5MzY1NzM=
11,033
RuntimeError: The size of tensor a (1024) must match the size of tensor b (1025) at non-singleton dimension 3
{ "login": "yananchen1989", "id": 26405281, "node_id": "MDQ6VXNlcjI2NDA1Mjgx", "avatar_url": "https://avatars.githubusercontent.com/u/26405281?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yananchen1989", "html_url": "https://github.com/yananchen1989", "followers_url": "https://api.githu...
[]
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/master/CONTRIBUTING.md)...
1,617
1,661
1,620
NONE
null
Here I try to use gpt2 to generation the text under the prompt text. I have several datasets, some of them, such as AG_NEWS and POP_NEWS, are made of short sentences while when I use YAHOO_NEWS, consisting of longer sentences, the error came out. Anything to modify for my codes? Thanks. ``` from transformers imp...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11033/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/11033/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11032
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11032/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11032/comments
https://api.github.com/repos/huggingface/transformers/issues/11032/events
https://github.com/huggingface/transformers/issues/11032
848,921,982
MDU6SXNzdWU4NDg5MjE5ODI=
11,032
How to get masked word prediction for other languages
{ "login": "AnnaSou", "id": 43326583, "node_id": "MDQ6VXNlcjQzMzI2NTgz", "avatar_url": "https://avatars.githubusercontent.com/u/43326583?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnnaSou", "html_url": "https://github.com/AnnaSou", "followers_url": "https://api.github.com/users/AnnaSo...
[]
closed
false
null
[]
[ "You can filter the model hub on 'ru' (Russian) and 'fill-mask' (masked language modeling): https://huggingface.co/models?filter=ru&pipeline_tag=fill-mask\r\n\r\nrobert-base was trained on English text only, so it will not work for Russian. \r\n\r\nMaybe a good choice is this model: https://huggingface.co/blinoff/r...
1,617
1,620
1,620
NONE
null
Hello, I trying to get masked words predictions for languages except English with Roberta or XLM Roberta. ``` from transformers import pipeline nlp = pipeline("fill-mask", model="roberta-base") template = f"That woman is {nlp.tokenizer.mask_token}." output = nlp(template) nlp4 = pipeline("fill-mask", model...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11032/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/11032/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11031
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11031/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11031/comments
https://api.github.com/repos/huggingface/transformers/issues/11031/events
https://github.com/huggingface/transformers/issues/11031
848,921,632
MDU6SXNzdWU4NDg5MjE2MzI=
11,031
Roberta and XLNet sentence pair training example
{ "login": "azizcu", "id": 63375421, "node_id": "MDQ6VXNlcjYzMzc1NDIx", "avatar_url": "https://avatars.githubusercontent.com/u/63375421?v=4", "gravatar_id": "", "url": "https://api.github.com/users/azizcu", "html_url": "https://github.com/azizcu", "followers_url": "https://api.github.com/users/azizcu/fo...
[]
closed
false
null
[]
[ "Hello, thanks for opening an issue! We try to keep the github issues for bugs/feature requests.\r\nCould you ask your question on the [forum](https://discusss.huggingface.co) instead?\r\n\r\nThanks!" ]
1,617
1,617
1,617
NONE
null
I want to use RoBERTa and XLNet for sentence pair input task (like sentence similarity task pair input). Can you explain with code example?
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11031/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/11031/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11030
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11030/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11030/comments
https://api.github.com/repos/huggingface/transformers/issues/11030/events
https://github.com/huggingface/transformers/issues/11030
848,823,702
MDU6SXNzdWU4NDg4MjM3MDI=
11,030
pipeline.from_pretrained
{ "login": "cronoik", "id": 18630848, "node_id": "MDQ6VXNlcjE4NjMwODQ4", "avatar_url": "https://avatars.githubusercontent.com/u/18630848?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cronoik", "html_url": "https://github.com/cronoik", "followers_url": "https://api.github.com/users/cronoi...
[]
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/master/CONTRIBUTING.md)...
1,617
1,619
1,619
CONTRIBUTOR
null
# 🚀 Feature request Nearly everyone who is using the transformers library is aware of the `from_pretrained()` and `save_pretrained()` concept. The [Pipeline class](https://huggingface.co/transformers/main_classes/pipelines.html#parent-class-pipeline) is currently only providing the `save_pretrained()` method which ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11030/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/11030/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11029
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11029/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11029/comments
https://api.github.com/repos/huggingface/transformers/issues/11029/events
https://github.com/huggingface/transformers/pull/11029
848,798,224
MDExOlB1bGxSZXF1ZXN0NjA3Njc4Nzg3
11,029
Documentation about loading a fast tokenizer within Transformers
{ "login": "LysandreJik", "id": 30755778, "node_id": "MDQ6VXNlcjMwNzU1Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LysandreJik", "html_url": "https://github.com/LysandreJik", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "Thanks for the suggestion @sgugger!" ]
1,617
1,617
1,617
MEMBER
null
This PR does two things: - Allows to load a fast tokenizer from an instantiated `tokenizers` object - Adds a page to document how to use these tokenizers within `transformers` See [here](https://190138-155220641-gh.circle-artifacts.com/0/docs/_build/html/fast_tokenizers.html) for the generated docs
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11029/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/11029/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11029", "html_url": "https://github.com/huggingface/transformers/pull/11029", "diff_url": "https://github.com/huggingface/transformers/pull/11029.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11029.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11028
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11028/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11028/comments
https://api.github.com/repos/huggingface/transformers/issues/11028/events
https://github.com/huggingface/transformers/issues/11028
848,769,061
MDU6SXNzdWU4NDg3NjkwNjE=
11,028
Fine Tune GPT-NEO 2.7B
{ "login": "cppntn", "id": 26765504, "node_id": "MDQ6VXNlcjI2NzY1NTA0", "avatar_url": "https://avatars.githubusercontent.com/u/26765504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cppntn", "html_url": "https://github.com/cppntn", "followers_url": "https://api.github.com/users/cppntn/fo...
[]
closed
false
null
[]
[ "Did you try to use `run_clm.py`?", "@LysandreJik Yea, it's working. But i cannot fine-tune it using \"GPU\" in colab and the \"TPU\" gives me this error ```exception: process 0 terminated with signal SIGKILL```, I tried the solutions in the issues but still ", "SIGKILL is probably an out of memory error, mean...
1,617
1,620
1,620
NONE
null
Hello to everyone, is there a script to fine tune this new model? Thanks
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11028/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/11028/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11027
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11027/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11027/comments
https://api.github.com/repos/huggingface/transformers/issues/11027/events
https://github.com/huggingface/transformers/pull/11027
848,767,936
MDExOlB1bGxSZXF1ZXN0NjA3NjUzMTAy
11,027
Refactor AutoModel classes and add Flax Auto classes
{ "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
[]
[]
1,617
1,617
1,617
COLLABORATOR
null
# What does this PR do? This PR refactors the logic behind all the Auto model classes in one function that automatically builds those classes from a template. In passing, it uses this new function to build the auto classes for FLAX (at least the ones that have at least one model implemented).
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11027/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/11027/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11027", "html_url": "https://github.com/huggingface/transformers/pull/11027", "diff_url": "https://github.com/huggingface/transformers/pull/11027.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11027.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11026
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11026/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11026/comments
https://api.github.com/repos/huggingface/transformers/issues/11026/events
https://github.com/huggingface/transformers/pull/11026
848,754,983
MDExOlB1bGxSZXF1ZXN0NjA3NjQyMjM1
11,026
Add `examples/language_modeling/run_clm_no_trainer.py`
{ "login": "hemildesai", "id": 8195444, "node_id": "MDQ6VXNlcjgxOTU0NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8195444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hemildesai", "html_url": "https://github.com/hemildesai", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
[ "@sgugger Awesome, I'll create a new PR for it.", "Merging this one then, thanks again!" ]
1,617
1,617
1,617
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/11026/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/11026/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11026", "html_url": "https://github.com/huggingface/transformers/pull/11026", "diff_url": "https://github.com/huggingface/transformers/pull/11026.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11026.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11025
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11025/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11025/comments
https://api.github.com/repos/huggingface/transformers/issues/11025/events
https://github.com/huggingface/transformers/pull/11025
848,727,782
MDExOlB1bGxSZXF1ZXN0NjA3NjE5NzY0
11,025
fixed typo: logging instead of logger
{ "login": "versis", "id": 5721737, "node_id": "MDQ6VXNlcjU3MjE3Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/5721737?v=4", "gravatar_id": "", "url": "https://api.github.com/users/versis", "html_url": "https://github.com/versis", "followers_url": "https://api.github.com/users/versis/foll...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11025/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/11025/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11025", "html_url": "https://github.com/huggingface/transformers/pull/11025", "diff_url": "https://github.com/huggingface/transformers/pull/11025.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11025.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11024
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11024/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11024/comments
https://api.github.com/repos/huggingface/transformers/issues/11024/events
https://github.com/huggingface/transformers/pull/11024
848,717,134
MDExOlB1bGxSZXF1ZXN0NjA3NjEwNjQ1
11,024
Add a script to check inits are consistent
{ "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
[]
[]
1,617
1,617
1,617
COLLABORATOR
null
# What does this PR do? Most inits in the project define the same objects twice (once in `_import_structure` and once in TYPE_CHECKING) to have a fast import so objects are only grabbed when actually needed. The problem is that those two halves have a tendency to diverge as contributors do not always pay attention t...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11024/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/11024/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11024", "html_url": "https://github.com/huggingface/transformers/pull/11024", "diff_url": "https://github.com/huggingface/transformers/pull/11024.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11024.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11023
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11023/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11023/comments
https://api.github.com/repos/huggingface/transformers/issues/11023/events
https://github.com/huggingface/transformers/issues/11023
848,680,168
MDU6SXNzdWU4NDg2ODAxNjg=
11,023
Strange ValueError with GPT-2
{ "login": "AI-Guru", "id": 32195399, "node_id": "MDQ6VXNlcjMyMTk1Mzk5", "avatar_url": "https://avatars.githubusercontent.com/u/32195399?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AI-Guru", "html_url": "https://github.com/AI-Guru", "followers_url": "https://api.github.com/users/AI-Gur...
[]
closed
false
null
[]
[ "Hi, could you give a reproducible code example?", "With pleasure!\r\n\r\n```\r\nimport tensorflow as tf\r\nfrom transformers import GPT2Config, TFGPT2LMHeadModel\r\nimport numpy as np\r\n\r\n# Prepare the dataset.\r\ninputs = np.random.randint(0, 128, (1025, 256))\r\nlabels = np.random.randint(0, 128, (1025, 256...
1,617
1,620
1,620
NONE
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: 4.4.2 - Platform: macOS-10.15.7-x86_64-i386-64bit - Python version: 3.8.6 - PyTorch version (GPU?): 1.7.1 (F...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11023/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/11023/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11022
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11022/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11022/comments
https://api.github.com/repos/huggingface/transformers/issues/11022/events
https://github.com/huggingface/transformers/issues/11022
848,679,174
MDU6SXNzdWU4NDg2NzkxNzQ=
11,022
cannot import name 'AutoModelForSequenceClassification' from 'transformers'
{ "login": "nithinreddyy", "id": 56256685, "node_id": "MDQ6VXNlcjU2MjU2Njg1", "avatar_url": "https://avatars.githubusercontent.com/u/56256685?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinreddyy", "html_url": "https://github.com/nithinreddyy", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Please tell us which version you are using and also check [your SO question](https://stackoverflow.com/questions/66906652/how-to-download-hugging-face-sentiment-analysis-pipeline-to-use-it-offline/66907181#comment118269245_66907181) again because it was revised.\r\n\r\n", "This issue has been automatically marke...
1,617
1,696
1,620
NONE
null
``` from transformers import pipeline classifier = pipeline('sentiment-analysis') #This code will download the pipeline classifier('We are very happy to show you the 🤗 Transformers library.') classifier.save_pretrained('/some/directory') ``` I'm trying to save the model and trying to perform the sentiment-ana...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11022/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/11022/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11021
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11021/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11021/comments
https://api.github.com/repos/huggingface/transformers/issues/11021/events
https://github.com/huggingface/transformers/issues/11021
848,651,434
MDU6SXNzdWU4NDg2NTE0MzQ=
11,021
Module Not found: datasets_modules.datasets.output
{ "login": "ashleylew", "id": 68515763, "node_id": "MDQ6VXNlcjY4NTE1NzYz", "avatar_url": "https://avatars.githubusercontent.com/u/68515763?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashleylew", "html_url": "https://github.com/ashleylew", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "@ashleylew were you able to fix this? Could you please share what did?\r\n", "I was just loading the data incorrectly. I misunderstood how to load custom data in and was treating it like one of Hugging Face's datasets rather than a custom one, but once I fixed that, everything was fine! I can give more details i...
1,617
1,618
1,617
NONE
null
## Environment info - `transformers` version: 4.5.0.dev0 - Platform: Linux-3.10.0-1160.15.2.el7.x86_64-x86_64-with-glibc2.10 - Python version: 3.8.5 - PyTorch version (GPU?): 1.8.1 (False) - Tensorflow version (GPU?): not installed (NA) - Using GPU in script?: not sure - Using distributed or parallel set-up in...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11021/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/11021/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11020
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11020/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11020/comments
https://api.github.com/repos/huggingface/transformers/issues/11020/events
https://github.com/huggingface/transformers/issues/11020
848,566,666
MDU6SXNzdWU4NDg1NjY2NjY=
11,020
Trainer API crashes GPUs
{ "login": "dmitriydligach", "id": 5121609, "node_id": "MDQ6VXNlcjUxMjE2MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/5121609?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmitriydligach", "html_url": "https://github.com/dmitriydligach", "followers_url": "https://api.gith...
[]
closed
false
null
[]
[ "Hi! This is a weird error, I haven't seen it before. I don't know how you've setup your installation and which CUDA version is torch using, but I believe it still has incompatibilities with CUDA 11.2. If you installed it as a wheel I think CUDA is included and it doesn't really matter, but as the only thing I see ...
1,617
1,623
1,623
NONE
null
## Environment info - `transformers` version: 4.5.0.dev0 - Platform: Ubuntu 20.04.2 LTS - Python version: Python 3.8.5 - PyTorch version (GPU?): 1.7.1 - Tensorflow version (GPU?): 2.4.1 - Using GPU in script?: Yes - Using distributed or parallel set-up in script?: Yes My scripts that use Trainer API crash G...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11020/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/11020/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11019
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11019/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11019/comments
https://api.github.com/repos/huggingface/transformers/issues/11019/events
https://github.com/huggingface/transformers/issues/11019
848,543,462
MDU6SXNzdWU4NDg1NDM0NjI=
11,019
Enable multiple `eval_dataset` in `Trainer` API
{ "login": "simonschoe", "id": 53626067, "node_id": "MDQ6VXNlcjUzNjI2MDY3", "avatar_url": "https://avatars.githubusercontent.com/u/53626067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/simonschoe", "html_url": "https://github.com/simonschoe", "followers_url": "https://api.github.com/use...
[ { "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
[]
[ "cc @sgugger ", "This would require quite a lot of changes in the main Trainer for a use case that is a bit unique. You should subclass the `Trainer` for this problem and just add a second `evaluate` in the training loop for your second dataset.", "@sgugger thanks for the reply! Any chance you could provide a l...
1,617
1,617
null
NONE
null
# 🚀 Feature request Allow for two or more (equally long) validation sets to be passed to the `Trainer` API which are evaluated sequentially each `eval_steps`. ## Motivation You can find my motivation in this [thread](https://discuss.huggingface.co/t/use-trainer-api-with-two-valiation-sets/5212) and the refere...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11019/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/11019/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/11018
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11018/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11018/comments
https://api.github.com/repos/huggingface/transformers/issues/11018/events
https://github.com/huggingface/transformers/issues/11018
848,537,240
MDU6SXNzdWU4NDg1MzcyNDA=
11,018
T5 documentation for computing pretraining loss seems to have a mistake
{ "login": "dorost1234", "id": 79165106, "node_id": "MDQ6VXNlcjc5MTY1MTA2", "avatar_url": "https://avatars.githubusercontent.com/u/79165106?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dorost1234", "html_url": "https://github.com/dorost1234", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "Hey @dorost1234,\r\n\r\nyou're right to be fully correct we should set the `<extra_id_0>` to `-100`. Maybe we could add the following lines to the doc\r\n\r\n```python\r\n# make sure no loss is computed on sentinel tokens. Sentinel tokens are in `additional_special_tokens`.\r\nlabels = [label if label not in token...
1,617
1,621
1,621
NONE
null
Dear @patrickvonplaten The documentation of T5 for computing loss of pretraining seems to have a mistake, where it talks on the loss formulation: https://huggingface.co/transformers/model_doc/t5.html?highlight=decoder_input_ids ``` input_ids = tokenizer('The <extra_id_0> walks in <extra_id_1> park', return_te...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11018/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/11018/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11017
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11017/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11017/comments
https://api.github.com/repos/huggingface/transformers/issues/11017/events
https://github.com/huggingface/transformers/issues/11017
848,524,306
MDU6SXNzdWU4NDg1MjQzMDY=
11,017
Cannot run the gpt neo 2.7B example
{ "login": "donno2048", "id": 61805754, "node_id": "MDQ6VXNlcjYxODA1NzU0", "avatar_url": "https://avatars.githubusercontent.com/u/61805754?v=4", "gravatar_id": "", "url": "https://api.github.com/users/donno2048", "html_url": "https://github.com/donno2048", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "Hi @donno2048. the GPT Neo is available on the master branch, and is not yet in a release. I invite you to install transformers from source, with the following:\r\n```\r\npip install git+https://github.com/huggingface/transformers\r\n```", "Thanks", "Does the min_length param work for you? I do the same as abo...
1,617
1,622
1,617
NONE
null
## Environment info - `transformers` version: 4.4.2 - Platform: Windows and Linux (using wsl) - Python version: 3.8.5 - PyTorch version (GPU?): 1.8.1+cpu (False) - Tensorflow version (GPU?): 2.4.1 (False) Library: - text generation: @patrickvonplaten - pipelines: @LysandreJik ## Information When runni...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11017/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/11017/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11016
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11016/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11016/comments
https://api.github.com/repos/huggingface/transformers/issues/11016/events
https://github.com/huggingface/transformers/issues/11016
848,490,060
MDU6SXNzdWU4NDg0OTAwNjA=
11,016
Add new CANINE model
{ "login": "stefan-it", "id": 20651387, "node_id": "MDQ6VXNlcjIwNjUxMzg3", "avatar_url": "https://avatars.githubusercontent.com/u/20651387?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stefan-it", "html_url": "https://github.com/stefan-it", "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": "" } ]
closed
false
null
[]
[ "Update on that: model and checkpoints are released:\r\n\r\nhttps://github.com/google-research/language/tree/master/language/canine\r\n\r\n:hugs: ", "Hi @stefan-it, thanks for the update.\r\nDo you know how we can use those pre-trained tensorflow checkpoints to get the pooled text representations from CANINE mode...
1,617
1,625
1,625
COLLABORATOR
null
# 🌟 New model addition ## Model description Google recently proposed a new **C**haracter **A**rchitecture with **N**o tokenization **I**n **N**eural **E**ncoders architecture (CANINE). Not only the title is exciting: > Pipelined NLP systems have largely been superseded by end-to-end neural modeling, yet nearl...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11016/reactions", "total_count": 8, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 5 }
https://api.github.com/repos/huggingface/transformers/issues/11016/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11015
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11015/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11015/comments
https://api.github.com/repos/huggingface/transformers/issues/11015/events
https://github.com/huggingface/transformers/pull/11015
848,392,439
MDExOlB1bGxSZXF1ZXN0NjA3MzM3OTc2
11,015
added new notebook and merge of trainer
{ "login": "philschmid", "id": 32632186, "node_id": "MDQ6VXNlcjMyNjMyMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/32632186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/philschmid", "html_url": "https://github.com/philschmid", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? * Adds a new Notebook for SageMaker * Adjusts documentation for the latest merge of `SageMakerTrainer` and `Trainer`
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11015/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/11015/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11015", "html_url": "https://github.com/huggingface/transformers/pull/11015", "diff_url": "https://github.com/huggingface/transformers/pull/11015.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11015.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11014
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11014/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11014/comments
https://api.github.com/repos/huggingface/transformers/issues/11014/events
https://github.com/huggingface/transformers/issues/11014
848,375,119
MDU6SXNzdWU4NDgzNzUxMTk=
11,014
OSError: Can't load config for '/content/wav2vec2-large-xlsr-asr-demo'. Make sure that:
{ "login": "Kowsher", "id": 16461536, "node_id": "MDQ6VXNlcjE2NDYxNTM2", "avatar_url": "https://avatars.githubusercontent.com/u/16461536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Kowsher", "html_url": "https://github.com/Kowsher", "followers_url": "https://api.github.com/users/Kowshe...
[]
closed
false
null
[]
[ "Can you `ls` what's in `/content/wav2vec2-large-xlsr-asr-demo`?", "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](htt...
1,617
1,620
1,620
NONE
null
I'm using pip install transformers==4.4.2 After completing the training process of ASR I can not read the trained file from my local storage. Although the path is right. But can read from hugging face model = Wav2Vec2ForCTC.from_pretrained("/content/wav2vec2-large-xlsr-asr-demo").to("cuda") The error: OS...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11014/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/11014/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11013
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11013/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11013/comments
https://api.github.com/repos/huggingface/transformers/issues/11013/events
https://github.com/huggingface/transformers/issues/11013
848,349,453
MDU6SXNzdWU4NDgzNDk0NTM=
11,013
use `BaseModelOutput` as common interface for all different `BaseModelOutputWith*`?
{ "login": "JoanFM", "id": 19825685, "node_id": "MDQ6VXNlcjE5ODI1Njg1", "avatar_url": "https://avatars.githubusercontent.com/u/19825685?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JoanFM", "html_url": "https://github.com/JoanFM", "followers_url": "https://api.github.com/users/JoanFM/fo...
[ { "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
[]
[]
1,617
1,617
null
NONE
null
Hello team, I have been taking a look at the `different` output models from your models, and I wonder if it would make sense to inherit all the `BaseModelOutputWithPool` and all the other flavours of modeling output, instead of using `ModelOutput`. https://github.com/huggingface/transformers/blob/c301c26370dfa48f...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11013/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/11013/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/11012
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11012/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11012/comments
https://api.github.com/repos/huggingface/transformers/issues/11012/events
https://github.com/huggingface/transformers/pull/11012
848,275,273
MDExOlB1bGxSZXF1ZXN0NjA3MjM3OTQ4
11,012
Add multi-class, multi-label and regression to transformers
{ "login": "abhishekkrthakur", "id": 1183441, "node_id": "MDQ6VXNlcjExODM0NDE=", "avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abhishekkrthakur", "html_url": "https://github.com/abhishekkrthakur", "followers_url": "https://ap...
[]
closed
false
null
[]
[]
1,617
1,620
1,620
MEMBER
null
This PR adds support for single/multi column regression and single/multi label classification tasks to `SequenceClassification` models. The `problem_type` can be specified in the config: `regression`, `single_label_classification`, `multi_label_classification`.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11012/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/11012/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11012", "html_url": "https://github.com/huggingface/transformers/pull/11012", "diff_url": "https://github.com/huggingface/transformers/pull/11012.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11012.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11011
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11011/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11011/comments
https://api.github.com/repos/huggingface/transformers/issues/11011/events
https://github.com/huggingface/transformers/issues/11011
848,073,466
MDU6SXNzdWU4NDgwNzM0NjY=
11,011
a memory leak in evaluation
{ "login": "nooblyh", "id": 44236710, "node_id": "MDQ6VXNlcjQ0MjM2NzEw", "avatar_url": "https://avatars.githubusercontent.com/u/44236710?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nooblyh", "html_url": "https://github.com/nooblyh", "followers_url": "https://api.github.com/users/noobly...
[]
closed
false
null
[]
[ "Which model are you using? There is no reason the predictions for QQP should OOM even your GPU, unless the model is outputting more than the logits.", "Thank you very much for your reply! My model config is as below:\r\n```JSON\r\n{\r\n \"architectures\": [\r\n \"AlbertForMaskedLM\"\r\n ],\r\n \"attention_...
1,617
1,617
1,617
NONE
null
## Environment info - `transformers` version: 4.4.0.dev0 - Platform: Linux-3.10.0-957.el7.x86_64-x86_64-with-glibc2.10 - Python version: 3.8.8 - PyTorch version (GPU?): 1.7.1+cu101 (True) - Tensorflow version (GPU?): not installed (NA) - Using GPU in script?: True - Using distributed or parallel set-up in scri...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11011/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/11011/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11010
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11010/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11010/comments
https://api.github.com/repos/huggingface/transformers/issues/11010/events
https://github.com/huggingface/transformers/issues/11010
848,030,700
MDU6SXNzdWU4NDgwMzA3MDA=
11,010
run_seq2seq.py meet bug in using huggingface datasets billsum
{ "login": "LeopoldACC", "id": 44536699, "node_id": "MDQ6VXNlcjQ0NTM2Njk5", "avatar_url": "https://avatars.githubusercontent.com/u/44536699?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeopoldACC", "html_url": "https://github.com/LeopoldACC", "followers_url": "https://api.github.com/use...
[]
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/master/CONTRIBUTING.md)...
1,617
1,620
1,620
NONE
null
run code below ```shell python examples/seq2seq/run_seq2seq_tune.py --model_name_or_path /home2/zhenggo1/checkpoint/pegasus_billsum --do_eval --task summarization_billsum --dataset_name billsum --output_dir /home2/zhenggo1/checkpoint/pegasus_billsum --per_device_train_batch_size=8 --per_device_eval_batch_size=8 --pre...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11010/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/11010/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11009
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11009/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11009/comments
https://api.github.com/repos/huggingface/transformers/issues/11009/events
https://github.com/huggingface/transformers/issues/11009
847,973,413
MDU6SXNzdWU4NDc5NzM0MTM=
11,009
How to load weights from a private server?
{ "login": "hwijeen", "id": 29157715, "node_id": "MDQ6VXNlcjI5MTU3NzE1", "avatar_url": "https://avatars.githubusercontent.com/u/29157715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwijeen", "html_url": "https://github.com/hwijeen", "followers_url": "https://api.github.com/users/hwijee...
[]
closed
false
null
[]
[ "My workaround was to manually download checkpoints using `cached_file` function to local, and instantiate a model from the download file using `from_pretrained`.", "Yes that's indeed the preferred workaround. Thanks!" ]
1,617
1,618
1,618
CONTRIBUTOR
null
Hi, thank you for the great library! I am trying instantiate a model with weights uploaded on my private server. By looking at [`is_remote_url`](https://github.com/huggingface/transformers/blob/8780caa388c7b2aa937454ed96bcdd3f097f851d/src/transformers/modeling_utils.py#L1011) function, it seems that transformers su...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11009/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/11009/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11008
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11008/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11008/comments
https://api.github.com/repos/huggingface/transformers/issues/11008/events
https://github.com/huggingface/transformers/issues/11008
847,776,651
MDU6SXNzdWU4NDc3NzY2NTE=
11,008
error: fine-tunes language model with added_tokens
{ "login": "nghuyong", "id": 16462374, "node_id": "MDQ6VXNlcjE2NDYyMzc0", "avatar_url": "https://avatars.githubusercontent.com/u/16462374?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nghuyong", "html_url": "https://github.com/nghuyong", "followers_url": "https://api.github.com/users/ngh...
[]
closed
false
null
[]
[ "Could you share the command you are using to launch the script? I'm trying to reproduce but it works fine for me.\r\nAlso your error seems like a CUDA setup error, so is the script running properly without the change?", "@sgugger \r\n\r\n```\r\nexport BASE_PATH=/data/huyong/code/socialbert\r\nexport CUDA_VISIBLE...
1,617
1,617
1,617
CONTRIBUTOR
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: version: 4.3.3 - Platform: Linux-4.15.0-29-generic-x86_64-with-debian-stretch-sid - Python version: 3.6.9 - ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11008/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/11008/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11007
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11007/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11007/comments
https://api.github.com/repos/huggingface/transformers/issues/11007/events
https://github.com/huggingface/transformers/issues/11007
847,769,869
MDU6SXNzdWU4NDc3Njk4Njk=
11,007
about .py file
{ "login": "rabrabrab", "id": 81627288, "node_id": "MDQ6VXNlcjgxNjI3Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/81627288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rabrabrab", "html_url": "https://github.com/rabrabrab", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "Hi, could you provide the location of the wrong links? Without additional information we cannot help you.", "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 no...
1,617
1,620
1,620
NONE
null
i can't download the file" convert_tf_checkpoint_to_pytorch.py" and three other .py file that you set a hyperlink on it. if i click on the link it notice me: 404. Where can i get them? thank you!
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11007/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/11007/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11006
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11006/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11006/comments
https://api.github.com/repos/huggingface/transformers/issues/11006/events
https://github.com/huggingface/transformers/issues/11006
847,755,321
MDU6SXNzdWU4NDc3NTUzMjE=
11,006
"Converting Tensorflow Checkpoints" meets ('Pointer shape torch.Size([312]) and array shape (128,) mismatched', torch.Size([312]), (128,))
{ "login": "LivinLuo1993", "id": 44887637, "node_id": "MDQ6VXNlcjQ0ODg3NjM3", "avatar_url": "https://avatars.githubusercontent.com/u/44887637?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LivinLuo1993", "html_url": "https://github.com/LivinLuo1993", "followers_url": "https://api.github.c...
[]
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/master/CONTRIBUTING.md)...
1,617
1,620
1,620
NONE
null
when "Converting Tensorflow Checkpoints", I see this "Pointer shape {pointer.shape} and array shape {array.shape} mismatched" AssertionError: ('Pointer shape torch.Size([312]) and array shape (128,) mismatched', torch.Size([312]), (128,)), and the pretrainmodel comes from https://github.com/ZhuiyiTechnology/pretrained...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11006/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/11006/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11005
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11005/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11005/comments
https://api.github.com/repos/huggingface/transformers/issues/11005/events
https://github.com/huggingface/transformers/issues/11005
847,400,200
MDU6SXNzdWU4NDc0MDAyMDA=
11,005
ReduceLROnPlateau-like functionality?
{ "login": "tchang1997", "id": 30159285, "node_id": "MDQ6VXNlcjMwMTU5Mjg1", "avatar_url": "https://avatars.githubusercontent.com/u/30159285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tchang1997", "html_url": "https://github.com/tchang1997", "followers_url": "https://api.github.com/use...
[ { "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
[]
[]
1,617
1,617
null
NONE
null
# 🚀 Feature request <!-- A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist. --> **Description:** Dynamic learning rate reduction upon metric saturation, as in `torch.optim.lr_scheduler.ReduceLROnPlateau`, integrated into the `Trainer` AP...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11005/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/11005/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/11004
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11004/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11004/comments
https://api.github.com/repos/huggingface/transformers/issues/11004/events
https://github.com/huggingface/transformers/issues/11004
847,393,804
MDU6SXNzdWU4NDczOTM4MDQ=
11,004
Getting `raise NotImplementedError` for base_model.get_input_embeddings() when upgrading from pytorch-transformers
{ "login": "gsrivas4", "id": 23170843, "node_id": "MDQ6VXNlcjIzMTcwODQz", "avatar_url": "https://avatars.githubusercontent.com/u/23170843?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gsrivas4", "html_url": "https://github.com/gsrivas4", "followers_url": "https://api.github.com/users/gsr...
[ { "id": 1897896961, "node_id": "MDU6TGFiZWwxODk3ODk2OTYx", "url": "https://api.github.com/repos/huggingface/transformers/labels/Migration", "name": "Migration", "color": "e99695", "default": false, "description": "" } ]
closed
false
null
[]
[ "Hello! Do you have a reproducible code example so that we can try to understand what's happening here? Thank you!", "I have generated a simplified version of the original Oscar (https://github.com/microsoft/Oscar) codebase here - https://github.com/gsrivas4/Oscar_latest. The branch `old_transformers` -https://gi...
1,617
1,620
1,620
NONE
null
# 📚 Migration ## Information <!-- Important information --> Getting `raise NotImplementedError` at the lines - https://github.com/huggingface/transformers/blob/master/src/transformers/modeling_utils.py#L474-L477 when I am trying to upgrade my code from pytorch-transformers to transformers Model I am using...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11004/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/11004/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11003
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11003/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11003/comments
https://api.github.com/repos/huggingface/transformers/issues/11003/events
https://github.com/huggingface/transformers/issues/11003
847,294,653
MDU6SXNzdWU4NDcyOTQ2NTM=
11,003
conda install transformers (not working) behaving differently from pip install transformers (working) for CentOS 7.9
{ "login": "harrisonbay", "id": 18337728, "node_id": "MDQ6VXNlcjE4MzM3NzI4", "avatar_url": "https://avatars.githubusercontent.com/u/18337728?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harrisonbay", "html_url": "https://github.com/harrisonbay", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "Hello! From what I'm seeing, the error comes from the `tokenizers` library instead:\r\n```\r\n[...]\r\n File \"/homes/gws/hcybay/miniconda3/envs/test2/lib/python3.8/site-packages/transformers-4.4.2-py3.8.egg/transformers/tokenization_utils_fast.py\", line 25, in <module>\r\n File \"/homes/gws/hcybay/miniconda3/e...
1,617
1,617
1,617
NONE
null
A fresh environment where I `conda install pytorch torchvision torchaudio -c pytorch` then `conda install transformers` produces a glibc2.18 error on CentOS 7.9 upon import with `python -c "from transformers import AutoTokenizer"`. I suspect this is a similar error to #2980, i.e., CentOS 7.9 might just be incompatible....
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11003/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/11003/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11002
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11002/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11002/comments
https://api.github.com/repos/huggingface/transformers/issues/11002/events
https://github.com/huggingface/transformers/issues/11002
847,229,369
MDU6SXNzdWU4NDcyMjkzNjk=
11,002
KeyError: 'gpt_neo' with EleutherAI/gpt-neo-1.3B
{ "login": "fatihbeyhan", "id": 48058209, "node_id": "MDQ6VXNlcjQ4MDU4MjA5", "avatar_url": "https://avatars.githubusercontent.com/u/48058209?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fatihbeyhan", "html_url": "https://github.com/fatihbeyhan", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "Hello! GPT Neo is available on the master branch, while you're installing the version v4.2.2.\r\n\r\nYou should change `pip install transformers` to `pip install git+https://github.com/huggingface/transformers` and reload your kernel", "Doing so results in this error: \r\n\r\n```\r\n>>> generator = pipeline('tex...
1,617
1,642
1,617
NONE
null
I am trying to try new GPT-3 checkpoint however I am getting an error on local and Google Colab platform as well. Google Colab: ``` !pip install transformers from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-neo-1.3B") model = AutoModelF...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11002/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/11002/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/11001
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11001/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11001/comments
https://api.github.com/repos/huggingface/transformers/issues/11001/events
https://github.com/huggingface/transformers/pull/11001
847,097,736
MDExOlB1bGxSZXF1ZXN0NjA2MTM2NzQ2
11,001
Add `examples/language_modeling/run_mlm_no_trainer.py`
{ "login": "hemildesai", "id": 8195444, "node_id": "MDQ6VXNlcjgxOTU0NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8195444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hemildesai", "html_url": "https://github.com/hemildesai", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
[ "Thanks again!", "How to distributed training?~~~ In no trainer mlm", "The same way as any other scripts: `python -m torch.distributed.launch --nproc_per_node xxx run_mlm_no_trainer.py --script_args`.", "hello@sgugger , when I used multi-gpu, I got this error message:\r\n(basic_dl) root@PM00011093:/data/zhaoy...
1,617
1,621
1,617
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/11001/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/11001/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11001", "html_url": "https://github.com/huggingface/transformers/pull/11001", "diff_url": "https://github.com/huggingface/transformers/pull/11001.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11001.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/11000
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/11000/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/11000/comments
https://api.github.com/repos/huggingface/transformers/issues/11000/events
https://github.com/huggingface/transformers/pull/11000
846,943,225
MDExOlB1bGxSZXF1ZXN0NjA1OTk1MDA0
11,000
In the group by length documentation length is misspelled as legnth
{ "login": "JohnnyC08", "id": 10440346, "node_id": "MDQ6VXNlcjEwNDQwMzQ2", "avatar_url": "https://avatars.githubusercontent.com/u/10440346?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JohnnyC08", "html_url": "https://github.com/JohnnyC08", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
CONTRIBUTOR
null
In the group by length documentation length is misspelled as legnth ## Before submitting - [X] 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 guideline](https://github.com/huggingface/transformers/blob/master/CONTRIBUTING.md#star...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/11000/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/11000/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/11000", "html_url": "https://github.com/huggingface/transformers/pull/11000", "diff_url": "https://github.com/huggingface/transformers/pull/11000.diff", "patch_url": "https://github.com/huggingface/transformers/pull/11000.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10999
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10999/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10999/comments
https://api.github.com/repos/huggingface/transformers/issues/10999/events
https://github.com/huggingface/transformers/issues/10999
846,934,106
MDU6SXNzdWU4NDY5MzQxMDY=
10,999
ROUGE Multiple References
{ "login": "dptam", "id": 9755416, "node_id": "MDQ6VXNlcjk3NTU0MTY=", "avatar_url": "https://avatars.githubusercontent.com/u/9755416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dptam", "html_url": "https://github.com/dptam", "followers_url": "https://api.github.com/users/dptam/follower...
[]
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/master/CONTRIBUTING.md)...
1,617
1,620
1,620
NONE
null
It appears the current ROUGE metric computes the score with 1 reference per candidate. I was wondering if there is way to compute ROUGE with multiple references per candidate? Thanks
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10999/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/10999/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10998
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10998/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10998/comments
https://api.github.com/repos/huggingface/transformers/issues/10998/events
https://github.com/huggingface/transformers/issues/10998
846,881,541
MDU6SXNzdWU4NDY4ODE1NDE=
10,998
Get following error with EncoderDecoder model: TypeError: forward() got an unexpected keyword argument 'use_cache'
{ "login": "mandareln", "id": 34381470, "node_id": "MDQ6VXNlcjM0MzgxNDcw", "avatar_url": "https://avatars.githubusercontent.com/u/34381470?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mandareln", "html_url": "https://github.com/mandareln", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "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://...
[ { "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", "follo...
[ "Hi @mandareln \r\n\r\nYou should use `BertLMHeadModel` class if you want to use bert as decoder, here you are using `BertForMaskedLM` which is the reason for this error as it does not have the `use_cache` argument.", "This issue has been automatically marked as stale because it has not had recent activity. If yo...
1,617
1,621
1,621
NONE
null
Hi I am trying to create an EncoderDecoder model where i want to use a pre-trained encoder model and initialise decoder from scratch. Following the code snippet. ---------------------------------------------------------- encoder = AutoModel.from_pretrained('bert-base-uncased') decoder_config = BertConfig(vocab...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10998/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/10998/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10997
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10997/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10997/comments
https://api.github.com/repos/huggingface/transformers/issues/10997/events
https://github.com/huggingface/transformers/pull/10997
846,859,033
MDExOlB1bGxSZXF1ZXN0NjA1OTIyMjEy
10,997
[Docs] Add blog to BigBird docs
{ "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
[]
[ "cc @sgugger " ]
1,617
1,617
1,617
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/10997/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/10997/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10997", "html_url": "https://github.com/huggingface/transformers/pull/10997", "diff_url": "https://github.com/huggingface/transformers/pull/10997.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10997.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10996
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10996/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10996/comments
https://api.github.com/repos/huggingface/transformers/issues/10996/events
https://github.com/huggingface/transformers/issues/10996
846,768,753
MDU6SXNzdWU4NDY3Njg3NTM=
10,996
GPT Neo, Print Most Probable Next Word: String Indices Must Be Integers
{ "login": "BigSalmon2", "id": 61605789, "node_id": "MDQ6VXNlcjYxNjA1Nzg5", "avatar_url": "https://avatars.githubusercontent.com/u/61605789?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BigSalmon2", "html_url": "https://github.com/BigSalmon2", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "You're doing something wrong here:\r\n```py\r\nlogits, past = model(myinput, past_key_values = past)\r\n```\r\n\r\nThe model returns a dict. Your `logits` and `past` are the keys of the dicts.\r\n\r\nIf you want the values, then either do:\r\n```py\r\noutput = model(myinput, past_key_values = past)\r\nlogits = out...
1,617
1,620
1,620
NONE
null
This code is supposed to generate the next most probable word. However, the following problem arises. ``` !pip install git+https://github.com/huggingface/transformers.git import torch from transformers import GPTNeoForCausalLM, AutoTokenizer model = GPTNeoForCausalLM.from_pretrained("EleutherAI/gpt-neo-1.3B") ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10996/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/10996/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10995
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10995/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10995/comments
https://api.github.com/repos/huggingface/transformers/issues/10995/events
https://github.com/huggingface/transformers/pull/10995
846,720,261
MDExOlB1bGxSZXF1ZXN0NjA1Nzk2MDY5
10,995
[Notebook] add BigBird trivia qa notebook
{ "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
[]
[]
1,617
1,617
1,617
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/10995/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/10995/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10995", "html_url": "https://github.com/huggingface/transformers/pull/10995", "diff_url": "https://github.com/huggingface/transformers/pull/10995.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10995.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10994
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10994/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10994/comments
https://api.github.com/repos/huggingface/transformers/issues/10994/events
https://github.com/huggingface/transformers/pull/10994
846,528,133
MDExOlB1bGxSZXF1ZXN0NjA1NjE4MDI2
10,994
Fix the checkpoint for I-BERT
{ "login": "LysandreJik", "id": 30755778, "node_id": "MDQ6VXNlcjMwNzU1Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LysandreJik", "html_url": "https://github.com/LysandreJik", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
The I-BERT checkpoint was not configured correctly in the `_CHECKPOINT_FOR_DOC` Fixes https://github.com/huggingface/transformers/issues/10990
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10994/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/10994/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10994", "html_url": "https://github.com/huggingface/transformers/pull/10994", "diff_url": "https://github.com/huggingface/transformers/pull/10994.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10994.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10993
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10993/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10993/comments
https://api.github.com/repos/huggingface/transformers/issues/10993/events
https://github.com/huggingface/transformers/pull/10993
846,519,849
MDExOlB1bGxSZXF1ZXN0NjA1NjEwMzI4
10,993
[GPT Neo] fix example in config
{ "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? Fix example in doc Thanks a lot for spotting this @NielsRogge cc @LysandreJik
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10993/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/10993/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10993", "html_url": "https://github.com/huggingface/transformers/pull/10993", "diff_url": "https://github.com/huggingface/transformers/pull/10993.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10993.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10992
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10992/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10992/comments
https://api.github.com/repos/huggingface/transformers/issues/10992/events
https://github.com/huggingface/transformers/pull/10992
846,515,474
MDExOlB1bGxSZXF1ZXN0NjA1NjA2MTk0
10,992
GPT Neo configuration needs to be set to use GPT2 tokenizer
{ "login": "LysandreJik", "id": 30755778, "node_id": "MDQ6VXNlcjMwNzU1Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LysandreJik", "html_url": "https://github.com/LysandreJik", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
The tokenizer wasn't correctly set and ended up making ~200 slow tests fail. The run in question is here: https://github.com/huggingface/transformers/runs/2232656252?check_suite_focus=true This PR fixes that!
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10992/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10992/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10992", "html_url": "https://github.com/huggingface/transformers/pull/10992", "diff_url": "https://github.com/huggingface/transformers/pull/10992.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10992.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10991
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10991/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10991/comments
https://api.github.com/repos/huggingface/transformers/issues/10991/events
https://github.com/huggingface/transformers/pull/10991
846,506,078
MDExOlB1bGxSZXF1ZXN0NjA1NTk3NDQw
10,991
Add BigBirdPegasus
{ "login": "thevasudevgupta", "id": 53136577, "node_id": "MDQ6VXNlcjUzMTM2NTc3", "avatar_url": "https://avatars.githubusercontent.com/u/53136577?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thevasudevgupta", "html_url": "https://github.com/thevasudevgupta", "followers_url": "https://api...
[]
closed
false
null
[]
[ "For running conversion script for `BigBirdPegasus`:\r\n\r\n```shell\r\npython3 src/transformers/models/bigbird_pegasus/convert_bigbird_pegasus_tf_to_pytorch.py --tf_ckpt_path src/tf_ckpt/bigbird-pegasus-large-arxiv/model.ckpt-300000 --save_dir src/google/bigbird-pegasus-large-arxiv\r\n```\r\n\r\nFor running conver...
1,617
1,620
1,620
CONTRIBUTOR
null
# What does this PR do? This PR will add Google's BigBird-Pegasus. Extending #10183 Following checkpoints will be added: - [x] [bigbird-pegasus-large-pubmed](https://huggingface.co/google/bigbird-pegasus-large-pubmed) - [x] [bigbird-pegasus-large-arxiv](https://huggingface.co/google/bigbird-pegasus-large-arxiv)...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10991/reactions", "total_count": 6, "+1": 0, "-1": 0, "laugh": 0, "hooray": 6, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10991/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10991", "html_url": "https://github.com/huggingface/transformers/pull/10991", "diff_url": "https://github.com/huggingface/transformers/pull/10991.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10991.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10990
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10990/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10990/comments
https://api.github.com/repos/huggingface/transformers/issues/10990/events
https://github.com/huggingface/transformers/issues/10990
846,506,062
MDU6SXNzdWU4NDY1MDYwNjI=
10,990
Can't find ibert-roberta-base model
{ "login": "shon-otmazgin", "id": 17564565, "node_id": "MDQ6VXNlcjE3NTY0NTY1", "avatar_url": "https://avatars.githubusercontent.com/u/17564565?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shon-otmazgin", "html_url": "https://github.com/shon-otmazgin", "followers_url": "https://api.githu...
[]
closed
false
null
[]
[ "Hi @shon-otmazgin, here's the model: https://huggingface.co/kssteven/ibert-roberta-base\r\n\r\nThe documentation is unfortunately wrong. I'm updating it.", "Fixing it in https://github.com/huggingface/transformers/pull/10994", "Hello @LysandreJik, \r\nWe should specify `kssteven/ibert-roberta-base` in `from_p...
1,617
1,617
1,617
NONE
null
## Environment info - `transformers` version: 4.4.2 - Platform: Linux-4.15.0-1109-azure-x86_64-with-Ubuntu-16.04-xenial - Python version: 3.6.13 - PyTorch version (GPU?): 1.4.0 (True) - Tensorflow version (GPU?): not installed (NA) - Using GPU in script?: no - Using distributed or parallel set-up in script?: no ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10990/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/10990/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10989
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10989/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10989/comments
https://api.github.com/repos/huggingface/transformers/issues/10989/events
https://github.com/huggingface/transformers/pull/10989
846,367,862
MDExOlB1bGxSZXF1ZXN0NjA1NDY4Nzkw
10,989
Fixed some typos and removed legacy url
{ "login": "WybeKoper", "id": 40920213, "node_id": "MDQ6VXNlcjQwOTIwMjEz", "avatar_url": "https://avatars.githubusercontent.com/u/40920213?v=4", "gravatar_id": "", "url": "https://api.github.com/users/WybeKoper", "html_url": "https://github.com/WybeKoper", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[ "Thanks a lot for doing this!" ]
1,617
1,617
1,617
CONTRIBUTOR
null
# What does this PR do? Removed legacy url to colab notebook in examples/multiple-choice/README.md Fixed some typos. ## 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/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10989/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/10989/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10989", "html_url": "https://github.com/huggingface/transformers/pull/10989", "diff_url": "https://github.com/huggingface/transformers/pull/10989.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10989.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10988
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10988/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10988/comments
https://api.github.com/repos/huggingface/transformers/issues/10988/events
https://github.com/huggingface/transformers/issues/10988
846,343,138
MDU6SXNzdWU4NDYzNDMxMzg=
10,988
unable to use multiple GPUs with HF integration of DeepSpeed on Jupyter notebooks
{ "login": "saichandrapandraju", "id": 41769919, "node_id": "MDQ6VXNlcjQxNzY5OTE5", "avatar_url": "https://avatars.githubusercontent.com/u/41769919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/saichandrapandraju", "html_url": "https://github.com/saichandrapandraju", "followers_url": "ht...
[ { "id": 2659267025, "node_id": "MDU6TGFiZWwyNjU5MjY3MDI1", "url": "https://api.github.com/repos/huggingface/transformers/labels/DeepSpeed", "name": "DeepSpeed", "color": "4D34F7", "default": false, "description": "" } ]
closed
false
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[ { "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github...
[ "That's correct. \r\n\r\nYou need a separate process for each gpu under DeepSpeed for communications to work. I will update the docs to make this clear.\r\n\r\nIf you want to use multiple gpus you must use the launcher. So you can still use the notebook to set things up, but the training must happen in external pro...
1,617
1,617
1,617
NONE
null
Hi , I'm using HF integration of DeepSpeed in my Jupyter Notebook by setting following env variables as suggested [here](https://huggingface.co/transformers/main_classes/trainer.html#deployment-in-notebooks) ``` os.environ['MASTER_ADDR'] = 'localhost' os.environ['MASTER_PORT'] = '9889' os.environ['RANK'] = "0"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10988/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/10988/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10987
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10987/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10987/comments
https://api.github.com/repos/huggingface/transformers/issues/10987/events
https://github.com/huggingface/transformers/pull/10987
846,301,243
MDExOlB1bGxSZXF1ZXN0NjA1NDA2OTU5
10,987
Sagemaker test fix
{ "login": "philschmid", "id": 32632186, "node_id": "MDQ6VXNlcjMyNjMyMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/32632186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/philschmid", "html_url": "https://github.com/philschmid", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? Fixed test documentation `makefile` command and PyTorch-ddp test when #10975 is merged. Different validation function for `sagemaker-data-parallel`. Can be merged already.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10987/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/10987/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10987", "html_url": "https://github.com/huggingface/transformers/pull/10987", "diff_url": "https://github.com/huggingface/transformers/pull/10987.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10987.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10986
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10986/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10986/comments
https://api.github.com/repos/huggingface/transformers/issues/10986/events
https://github.com/huggingface/transformers/issues/10986
846,156,982
MDU6SXNzdWU4NDYxNTY5ODI=
10,986
BART : Cannot run trainer.evaluate() after trainer.train()
{ "login": "Avditvs", "id": 32792728, "node_id": "MDQ6VXNlcjMyNzkyNzI4", "avatar_url": "https://avatars.githubusercontent.com/u/32792728?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Avditvs", "html_url": "https://github.com/Avditvs", "followers_url": "https://api.github.com/users/Avditv...
[]
closed
false
null
[]
[ "This is not an issue with Transformers but with using Apex with the \"O3\" opt-level. This changes your model during the training and results in the error you're seeing. The best is to re-instantiate a clean `Trainer` for evaluation after you're done with training.", "Thank you for your reply, I just tried it an...
1,617
1,617
1,617
NONE
null
## Environment info - `transformers` version: 4.4.2 - Platform: Linux-4.19.112+-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.10 - PyTorch version (GPU?): 1.8.1+cu101 (True) - Tensorflow version (GPU?): 2.4.1 (True) - Using GPU in script?: True - Using distributed or parallel set-up in script?: False ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10986/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/10986/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10985
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10985/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10985/comments
https://api.github.com/repos/huggingface/transformers/issues/10985/events
https://github.com/huggingface/transformers/pull/10985
846,083,976
MDExOlB1bGxSZXF1ZXN0NjA1MjA2ODUy
10,985
[WIP] GPT Neo cleanup
{ "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[ "As explained in https://github.com/huggingface/transformers/issues/11076#issuecomment-814218202, the loss did decrease over time on this small sample so it looks like there are no regressions w.r.t training.\r\n\r\n~Merge when ready @patil-suraj.~ :point_down: ", "It seems I'm not passing the slow tests locally,...
1,617
1,617
1,617
MEMBER
null
# What does this PR do? This PR refactors the `GPTNeoLocalSelfAttention` layer and adds more tests for it. This PR - adds the `AttentionMixin` class which contains the shared utilities for both global and local attention. The class is meant to be used as a mixin and makes it easy to test it. - the `look_around`...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10985/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/10985/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10985", "html_url": "https://github.com/huggingface/transformers/pull/10985", "diff_url": "https://github.com/huggingface/transformers/pull/10985.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10985.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10984
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10984/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10984/comments
https://api.github.com/repos/huggingface/transformers/issues/10984/events
https://github.com/huggingface/transformers/issues/10984
846,072,367
MDU6SXNzdWU4NDYwNzIzNjc=
10,984
AttributeError due to multi-processing using PyTorchBenchmark
{ "login": "simonschoe", "id": 53626067, "node_id": "MDQ6VXNlcjUzNjI2MDY3", "avatar_url": "https://avatars.githubusercontent.com/u/53626067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/simonschoe", "html_url": "https://github.com/simonschoe", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "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://...
[ { "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", "follo...
[ "Same issue for me. \r\n\r\nWhen running\r\n```python\r\npython run_benchmark.py --no_speed --models a-ware/roberta-large-squad-classification --sequence_lengths 32 --batch_sizes 32\r\n```\r\nI get:\r\n```\r\nAttributeError: Can't pickle local object 'separate_process_wrapper_fn.<locals>.multi_process_func.<locals>...
1,617
1,634
1,624
NONE
null
Hi there, likely my fault, but I can't find a proper solution yet. Tried to follow the structure as in `examples/benchmarking/run_benchmark.py`. My Code: ```python from transformers import AutoConfig, PyTorchBenchmark, PyTorchBenchmarkArguments def main(): config = AutoConfig.from_pretrained('robe...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10984/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/10984/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10983
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10983/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10983/comments
https://api.github.com/repos/huggingface/transformers/issues/10983/events
https://github.com/huggingface/transformers/issues/10983
846,029,865
MDU6SXNzdWU4NDYwMjk4NjU=
10,983
FineTune XLSR-Wav2Vec2 on New Langauge WER still 1
{ "login": "edwin-19", "id": 13368628, "node_id": "MDQ6VXNlcjEzMzY4NjI4", "avatar_url": "https://avatars.githubusercontent.com/u/13368628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/edwin-19", "html_url": "https://github.com/edwin-19", "followers_url": "https://api.github.com/users/edw...
[]
closed
false
{ "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "https://api.github.com/...
[ { "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "htt...
[ "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/master/CONTRIBUTING.md)...
1,617
1,620
1,620
NONE
null
Hi, can i ask is there anyone facing issues fine tuning wav2vec2 for languages not in the common dataset. I am trying to finetune for a language not within in the common datasets, but i get a WER of 1 not matter how many steps i tried to finetune, I have a similar issue here #10884 You can check my code in the ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10983/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/10983/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10982
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10982/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10982/comments
https://api.github.com/repos/huggingface/transformers/issues/10982/events
https://github.com/huggingface/transformers/pull/10982
845,927,667
MDExOlB1bGxSZXF1ZXN0NjA1MDYwOTQ0
10,982
Update setup.py
{ "login": "maryjovita", "id": 62052700, "node_id": "MDQ6VXNlcjYyMDUyNzAw", "avatar_url": "https://avatars.githubusercontent.com/u/62052700?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maryjovita", "html_url": "https://github.com/maryjovita", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "for error fixation" ]
1,617
1,617
1,617
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/10982/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/10982/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10982", "html_url": "https://github.com/huggingface/transformers/pull/10982", "diff_url": "https://github.com/huggingface/transformers/pull/10982.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10982.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10981
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10981/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10981/comments
https://api.github.com/repos/huggingface/transformers/issues/10981/events
https://github.com/huggingface/transformers/pull/10981
845,910,702
MDExOlB1bGxSZXF1ZXN0NjA1MDQ0OTcy
10,981
support passing path to a `config` variable in AutoClass
{ "login": "hwijeen", "id": 29157715, "node_id": "MDQ6VXNlcjI5MTU3NzE1", "avatar_url": "https://avatars.githubusercontent.com/u/29157715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwijeen", "html_url": "https://github.com/hwijeen", "followers_url": "https://api.github.com/users/hwijee...
[]
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/master/CONTRIBUTING.md)...
1,617
1,620
1,620
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/10981/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/10981/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10981", "html_url": "https://github.com/huggingface/transformers/pull/10981", "diff_url": "https://github.com/huggingface/transformers/pull/10981.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10981.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10980
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10980/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10980/comments
https://api.github.com/repos/huggingface/transformers/issues/10980/events
https://github.com/huggingface/transformers/pull/10980
845,684,749
MDExOlB1bGxSZXF1ZXN0NjA0ODMyNDE5
10,980
Enforce string-formatting with f-strings
{ "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
[]
[]
1,617
1,617
1,617
COLLABORATOR
null
# What does this PR do? This PR removes any strings formatted with `.format` or `%` to use f-strings exclusively (unless there is a very good reason to use the other syntax, or the file is in a research_project/legacy folder). The mix of three syntaxes does not make any sense and we all agree in the team that f-s...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10980/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10980/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10980", "html_url": "https://github.com/huggingface/transformers/pull/10980", "diff_url": "https://github.com/huggingface/transformers/pull/10980.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10980.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10979
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10979/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10979/comments
https://api.github.com/repos/huggingface/transformers/issues/10979/events
https://github.com/huggingface/transformers/issues/10979
845,542,678
MDU6SXNzdWU4NDU1NDI2Nzg=
10,979
Tagged Model Version Not Working
{ "login": "rkunani", "id": 35608129, "node_id": "MDQ6VXNlcjM1NjA4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/35608129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkunani", "html_url": "https://github.com/rkunani", "followers_url": "https://api.github.com/users/rkunan...
[]
closed
false
null
[]
[ "I think you're using it wrong indeed. As said in the [docs](https://huggingface.co/transformers/model_sharing.html#model-versioning), you can either specify a tag name, branch name, or commit hash.", "To reiterate over what @NielsRogge already said, this is the revision of the *model*, not the repository. You ca...
1,617
1,617
1,617
NONE
null
I am trying to download a specific version of the `roberta-large` model using the `revision` parameter of `from_pretrained()` as shown below: ``` from transformers import RobertaForSequenceClassification model_type = "roberta-large" v1 = "v3.5.0" model = RobertaForSequenceClassification.from_pretrained(model_typ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10979/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/10979/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10978
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10978/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10978/comments
https://api.github.com/repos/huggingface/transformers/issues/10978/events
https://github.com/huggingface/transformers/issues/10978
845,509,257
MDU6SXNzdWU4NDU1MDkyNTc=
10,978
Add GPT Neo models to Write With Transformer
{ "login": "zxv", "id": 366474, "node_id": "MDQ6VXNlcjM2NjQ3NA==", "avatar_url": "https://avatars.githubusercontent.com/u/366474?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zxv", "html_url": "https://github.com/zxv", "followers_url": "https://api.github.com/users/zxv/followers", "fol...
[ { "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
[]
[ "Very much needed!" ]
1,617
1,622
null
NONE
null
# 🚀 Feature request Would it be possible to get the newly-added GPT Neo models usable on Write With Transformer? ## Motivation It would be helpful to use the new models in the Write With Transformer app since it supports newlines. CC @LysandreJik
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10978/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10978/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/10977
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10977/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10977/comments
https://api.github.com/repos/huggingface/transformers/issues/10977/events
https://github.com/huggingface/transformers/pull/10977
845,373,902
MDExOlB1bGxSZXF1ZXN0NjA0NTQzNzcz
10,977
[Flax] Add other BERT classes
{ "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://...
[ { "id": 2934977194, "node_id": "MDU6TGFiZWwyOTM0OTc3MTk0", "url": "https://api.github.com/repos/huggingface/transformers/labels/Flax", "name": "Flax", "color": "4862AD", "default": false, "description": "" } ]
closed
false
null
[]
[ "> It is so similar to the PyTorch implementation it seems a script could take care of the implementation by copying the PyTorch one and replacing a few strings!\r\n\r\n@marcvanzee and I were also wondering about this in general -- is there a 80/20 solution that requires user input in some cases? It would have to n...
1,617
1,619
1,617
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/10977/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/10977/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10977", "html_url": "https://github.com/huggingface/transformers/pull/10977", "diff_url": "https://github.com/huggingface/transformers/pull/10977.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10977.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10976
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10976/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10976/comments
https://api.github.com/repos/huggingface/transformers/issues/10976/events
https://github.com/huggingface/transformers/issues/10976
845,280,414
MDU6SXNzdWU4NDUyODA0MTQ=
10,976
Transformers QA Online Demo is not working
{ "login": "gavishpoddar", "id": 18366222, "node_id": "MDQ6VXNlcjE4MzY2MjIy", "avatar_url": "https://avatars.githubusercontent.com/u/18366222?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gavishpoddar", "html_url": "https://github.com/gavishpoddar", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "I re-launched the app.\r\n\r\nThe app itself doesn't have much information to help recreate the system though (and is not designed for heavy use :) )\r\n\r\nI'd recommend reading through the blog post instead: https://yjernite.github.io/lfqa.html", "Thank you so much @yjernite " ]
1,617
1,617
1,617
NONE
null
Transformers QA Online Demo is not working: https://huggingface.co/qa/ I am trying to recreate ELI5 but unable to find enough information @yjernite Can you Please help. Please let me know if I can help Thanks
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10976/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/10976/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10975
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10975/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10975/comments
https://api.github.com/repos/huggingface/transformers/issues/10975/events
https://github.com/huggingface/transformers/pull/10975
845,176,019
MDExOlB1bGxSZXF1ZXN0NjA0MzU4Mjgw
10,975
Merge trainers
{ "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
[]
[ "I tested run all our `sagemaker/tests` and a few additional `model_parallel` tests. ✅ \r\nI also tested everything with the upcoming `pytorch 1.7.1` image with the new `smp 1.3.0` (their model parallelism library)✅\r\n\r\nWhat is still open for me is how does this behaves with `Seq2SeqTrainer`. Can users now use t...
1,617
1,617
1,617
COLLABORATOR
null
# What does this PR do? This PR merges the specific `SageMakerTrainer` into the main `Trainer` to make all the scripts work directly with model parallelism. In passing, a few internal breaking changes: - `is_sagemaker_distributed_available` is renamed to `is_sagemaker_dp_enabled` since it's about data parallelism a...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10975/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/10975/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10975", "html_url": "https://github.com/huggingface/transformers/pull/10975", "diff_url": "https://github.com/huggingface/transformers/pull/10975.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10975.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10974
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10974/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10974/comments
https://api.github.com/repos/huggingface/transformers/issues/10974/events
https://github.com/huggingface/transformers/issues/10974
845,059,025
MDU6SXNzdWU4NDUwNTkwMjU=
10,974
Reproducing DistilRoBERTa
{ "login": "DavidHarrison", "id": 2935011, "node_id": "MDQ6VXNlcjI5MzUwMTE=", "avatar_url": "https://avatars.githubusercontent.com/u/2935011?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DavidHarrison", "html_url": "https://github.com/DavidHarrison", "followers_url": "https://api.github....
[]
closed
false
null
[]
[ "Hello, thanks for opening an issue! We try to keep the github issues for bugs/feature requests.\r\nCould you ask your question on the [forum](https://discusss.huggingface.co) instead?\r\n\r\nYou can ping @VictorSanh as he'll be the most helpful regarding distillation.\r\n\r\nThanks!", "Apologies, I've posted to ...
1,617
1,617
1,617
NONE
null
I've been trying to retrain DistilRoBERTa from the information given [here](https://huggingface.co/distilroberta-base) along with the example code/documentation [here](https://github.com/huggingface/transformers/tree/master/examples/research_projects/distillation). I'm a bit unclear on the exact configuration used t...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10974/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/10974/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10973
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10973/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10973/comments
https://api.github.com/repos/huggingface/transformers/issues/10973/events
https://github.com/huggingface/transformers/pull/10973
845,041,256
MDExOlB1bGxSZXF1ZXN0NjA0MjMzMDY1
10,973
accelerate scripts for question answering and qa with beam search
{ "login": "theainerd", "id": 15798640, "node_id": "MDQ6VXNlcjE1Nzk4NjQw", "avatar_url": "https://avatars.githubusercontent.com/u/15798640?v=4", "gravatar_id": "", "url": "https://api.github.com/users/theainerd", "html_url": "https://github.com/theainerd", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
CONTRIBUTOR
null
# What does this PR do? Adding example script for question answering and question answering beam search using accelerate library . ## 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 guideline](https://git...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10973/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/10973/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10973", "html_url": "https://github.com/huggingface/transformers/pull/10973", "diff_url": "https://github.com/huggingface/transformers/pull/10973.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10973.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10972
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10972/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10972/comments
https://api.github.com/repos/huggingface/transformers/issues/10972/events
https://github.com/huggingface/transformers/pull/10972
844,958,495
MDExOlB1bGxSZXF1ZXN0NjA0MTU2MjU1
10,972
Add more metadata to the user agent
{ "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
[]
[]
1,617
1,617
1,617
COLLABORATOR
null
# What does this PR do? This PR adds a bit more metadata to the user agent to allow us to have more statistics on the usage, more precisely, it registers: - the type of the file asked on the hub ("config", "tokenizer", "model" or "model_card") - the framework used for the model ("pytorch", "tensorflow" or "flax")....
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10972/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/10972/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10972", "html_url": "https://github.com/huggingface/transformers/pull/10972", "diff_url": "https://github.com/huggingface/transformers/pull/10972.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10972.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10971
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10971/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10971/comments
https://api.github.com/repos/huggingface/transformers/issues/10971/events
https://github.com/huggingface/transformers/pull/10971
844,939,033
MDExOlB1bGxSZXF1ZXN0NjA0MTM4MTA1
10,971
added py7zr
{ "login": "philschmid", "id": 32632186, "node_id": "MDQ6VXNlcjMyNjMyMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/32632186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/philschmid", "html_url": "https://github.com/philschmid", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[ "Thanks a lot for adding this!" ]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? This PR adds `py7zr` to use `samsum` as a dataset. ```python [1,14]<stdout>: use_auth_token=use_auth_token, [1,14]<stdout>: File "/opt/conda/lib/python3.6/site-packages/datasets/load.py", line 448, in prepare_module [1,14]<stdout>: f"To be able to use this {module_type}, you nee...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10971/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/10971/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10971", "html_url": "https://github.com/huggingface/transformers/pull/10971", "diff_url": "https://github.com/huggingface/transformers/pull/10971.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10971.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10970
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10970/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10970/comments
https://api.github.com/repos/huggingface/transformers/issues/10970/events
https://github.com/huggingface/transformers/pull/10970
844,915,975
MDExOlB1bGxSZXF1ZXN0NjA0MTE2NzM2
10,970
Fixed a bug where the `pipeline.framework` would actually contain a fully qualified model.
{ "login": "Narsil", "id": 204321, "node_id": "MDQ6VXNlcjIwNDMyMQ==", "avatar_url": "https://avatars.githubusercontent.com/u/204321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Narsil", "html_url": "https://github.com/Narsil", "followers_url": "https://api.github.com/users/Narsil/follow...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
CONTRIBUTOR
null
# What does this PR do? We simply forgot to change the call for this one when this landed: https://github.com/huggingface/transformers/pull/10888 It's odd that tests didn't catch that. Should we add some ? (It's a pretty edgy test case, but it does run within the API). <!-- Congratulations! You've made it this far! ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10970/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/10970/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10970", "html_url": "https://github.com/huggingface/transformers/pull/10970", "diff_url": "https://github.com/huggingface/transformers/pull/10970.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10970.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10969
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10969/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10969/comments
https://api.github.com/repos/huggingface/transformers/issues/10969/events
https://github.com/huggingface/transformers/pull/10969
844,869,002
MDExOlB1bGxSZXF1ZXN0NjA0MDczMzU3
10,969
[GPT Neo] defaults for max length and sampling
{ "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? Update defaults , `max_length=50` and `do_sample=True`
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10969/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/10969/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10969", "html_url": "https://github.com/huggingface/transformers/pull/10969", "diff_url": "https://github.com/huggingface/transformers/pull/10969.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10969.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10968
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10968/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10968/comments
https://api.github.com/repos/huggingface/transformers/issues/10968/events
https://github.com/huggingface/transformers/pull/10968
844,693,560
MDExOlB1bGxSZXF1ZXN0NjAzOTEyNjYw
10,968
GPT Neo few fixes
{ "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? - update checkpoint names - auto model
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10968/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/10968/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10968", "html_url": "https://github.com/huggingface/transformers/pull/10968", "diff_url": "https://github.com/huggingface/transformers/pull/10968.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10968.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10967
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10967/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10967/comments
https://api.github.com/repos/huggingface/transformers/issues/10967/events
https://github.com/huggingface/transformers/pull/10967
844,587,182
MDExOlB1bGxSZXF1ZXN0NjAzODE3MTgz
10,967
[BigBird] Fix big bird gpu test
{ "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
[]
[]
1,617
1,617
1,617
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/10967/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/10967/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10967", "html_url": "https://github.com/huggingface/transformers/pull/10967", "diff_url": "https://github.com/huggingface/transformers/pull/10967.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10967.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10966
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10966/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10966/comments
https://api.github.com/repos/huggingface/transformers/issues/10966/events
https://github.com/huggingface/transformers/pull/10966
844,577,613
MDExOlB1bGxSZXF1ZXN0NjAzODA4ODAy
10,966
improved sagemaker documentation for git_config and examples
{ "login": "philschmid", "id": 32632186, "node_id": "MDQ6VXNlcjMyNjMyMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/32632186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/philschmid", "html_url": "https://github.com/philschmid", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? This PR improves Amazon SageMaker documentation to make it more clear how `git_config` works with `examples/`. Related to #10957.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10966/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/10966/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10966", "html_url": "https://github.com/huggingface/transformers/pull/10966", "diff_url": "https://github.com/huggingface/transformers/pull/10966.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10966.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10965
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10965/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10965/comments
https://api.github.com/repos/huggingface/transformers/issues/10965/events
https://github.com/huggingface/transformers/issues/10965
844,556,461
MDU6SXNzdWU4NDQ1NTY0NjE=
10,965
Gradient checkpointing in Wav2Vec2
{ "login": "Getmany1", "id": 26164540, "node_id": "MDQ6VXNlcjI2MTY0NTQw", "avatar_url": "https://avatars.githubusercontent.com/u/26164540?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Getmany1", "html_url": "https://github.com/Getmany1", "followers_url": "https://api.github.com/users/Get...
[]
closed
false
null
[]
[ "Hi! You can check out this related issue: https://github.com/huggingface/transformers/issues/10366", "Thanks @LysandreJik! Yeah, one solution could be modify the `run_asr.py` script and add segmenting long speech samples by manually splitting each `batch[\"speech\"]` into smaller chunks before passing to the _wa...
1,617
1,632
1,620
NONE
null
Hi, Has anyone managed to fine-tune a **Wav2Vec2** model on long audio recordings which cannot fit into a GPU even with `batch_size=1`? I tried out to set `gradient_checkpointing=true`, but it didn't help to solve the _CUDA Out of Memory Error_. Could it mean that gradient checkpointing does not work properly with **...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10965/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/10965/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10964
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10964/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10964/comments
https://api.github.com/repos/huggingface/transformers/issues/10964/events
https://github.com/huggingface/transformers/issues/10964
844,409,264
MDU6SXNzdWU4NDQ0MDkyNjQ=
10,964
pkg_resources' working_set caching breaks transformers import on google colab
{ "login": "konstin", "id": 6826232, "node_id": "MDQ6VXNlcjY4MjYyMzI=", "avatar_url": "https://avatars.githubusercontent.com/u/6826232?v=4", "gravatar_id": "", "url": "https://api.github.com/users/konstin", "html_url": "https://github.com/konstin", "followers_url": "https://api.github.com/users/konstin/...
[]
closed
false
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[ { "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github...
[ "Thank you for this awesome report, @konstin, and identifying the cause of the problem and the solution.\r\n\r\nThis looks like a bug in `pkg_resources`. It should update its cache after install. \r\n\r\nThe other workaround that seems to work is to just do:\r\n```\r\n!pip install -U \"transformers<5.0.0,>=4.0.0\" ...
1,617
1,617
1,617
CONTRIBUTOR
null
## Environment info - `transformers` version: 4.4.2 - Platform: google colab - Python version: 3.7.10 - PyTorch version (GPU?): n/a - Tensorflow version (GPU?): n/a - Using GPU in script?: n/a - Using distributed or parallel set-up in script?: n/a ### Who can help CC @stas00 as this was implemented in...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10964/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/10964/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10963
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10963/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10963/comments
https://api.github.com/repos/huggingface/transformers/issues/10963/events
https://github.com/huggingface/transformers/issues/10963
844,388,116
MDU6SXNzdWU4NDQzODgxMTY=
10,963
compute perplexity using a custom metric function
{ "login": "TheAzouz", "id": 44611898, "node_id": "MDQ6VXNlcjQ0NjExODk4", "avatar_url": "https://avatars.githubusercontent.com/u/44611898?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TheAzouz", "html_url": "https://github.com/TheAzouz", "followers_url": "https://api.github.com/users/The...
[]
closed
false
null
[]
[ "Hello, thanks for opening an issue! We try to keep the github issues for bugs/feature requests.\r\nCould you ask your question on the [forum](https://discusss.huggingface.co) instead?\r\n\r\ncc @sgugger \r\n\r\nThanks!", "The predictions are the logits of your model, so in the case of a language model, it will b...
1,617
1,617
1,617
NONE
null
Hello, I am trying to replicate the "On the Cross-lingual Transferability of Monolingual Representations" paper from Artetxe et al. and I am using the code you're providing, specifically [run_mlm.py] (https://github.com/huggingface/transformers/blob/master/examples/language-modeling/run_mlm.py) I wanted to log ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10963/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/10963/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10962
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10962/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10962/comments
https://api.github.com/repos/huggingface/transformers/issues/10962/events
https://github.com/huggingface/transformers/pull/10962
844,341,148
MDExOlB1bGxSZXF1ZXN0NjAzNTk4NDIx
10,962
fix md file to avoid evaluation crash
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
[]
closed
false
null
[]
[ "@patrickvonplaten It seems the finetune notebook is on your own github repository, not on HuggingFace's transformers.", "@ydshieh yes this is correct - if it's ok for you feel free to open a PR there :-) " ]
1,617
1,651
1,617
COLLABORATOR
null
# What does this PR do? Fix the crash due to the memory usage in the instructions for model evaluation in `FINE_TUNE_XLSR_WAV2VEC2.md`. The original version `test_dataset["speech"][:2]` load the whole speech array into memory which is too large. Change it to `test_dataset[:2]["speech"]` runs smoothly and much fast...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10962/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/10962/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10962", "html_url": "https://github.com/huggingface/transformers/pull/10962", "diff_url": "https://github.com/huggingface/transformers/pull/10962.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10962.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10961
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10961/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10961/comments
https://api.github.com/repos/huggingface/transformers/issues/10961/events
https://github.com/huggingface/transformers/issues/10961
844,294,932
MDU6SXNzdWU4NDQyOTQ5MzI=
10,961
Supporting `config_path` for `AutoModel`
{ "login": "hwijeen", "id": 29157715, "node_id": "MDQ6VXNlcjI5MTU3NzE1", "avatar_url": "https://avatars.githubusercontent.com/u/29157715?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwijeen", "html_url": "https://github.com/hwijeen", "followers_url": "https://api.github.com/users/hwijee...
[]
closed
false
null
[]
[ "Hey @hwijeen! Would the `AutoModel.from_config()` method work for you?", "Thank you @LysandreJik for your quick reply! I checked out the `AutoModel.from_config()` method. It is a convenient method but does not fit my use case, as **it does NOT load weights**.", "Hi @LysandreJik , I update this issue to clarify...
1,617
1,620
1,620
CONTRIBUTOR
null
# 🚀 Feature request <!-- A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist. --> Creating a model like this: ```python AutoModel.from_pretrained('https://myserver/model/pytorch_model.bin', config='path/to/local/config.json') ``` ## Mo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10961/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10961/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10960
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10960/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10960/comments
https://api.github.com/repos/huggingface/transformers/issues/10960/events
https://github.com/huggingface/transformers/issues/10960
844,191,886
MDU6SXNzdWU4NDQxOTE4ODY=
10,960
What is the score of trainer.predict()?
{ "login": "Yuukp", "id": 48003204, "node_id": "MDQ6VXNlcjQ4MDAzMjA0", "avatar_url": "https://avatars.githubusercontent.com/u/48003204?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Yuukp", "html_url": "https://github.com/Yuukp", "followers_url": "https://api.github.com/users/Yuukp/follow...
[]
closed
false
null
[]
[ "These are the logits from your model, check:- https://github.com/huggingface/transformers/blob/8780caa388c7b2aa937454ed96bcdd3f097f851d/src/transformers/trainer.py#L1852", "I see! Thank you so much!!" ]
1,617
1,617
1,617
NONE
null
I want to know the meaning of output of trainer.predict(). example: `PredictionOutput(predictions=array([[-2.2704859, 2.442343 ]], dtype=float32), label_ids=array([1]), metrics={'eval_loss': 0.008939245715737343, 'eval_runtime': 0.0215, 'eval_samples_per_second': 46.56})` What is this score? -> predictions=arra...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10960/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/10960/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10959
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10959/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10959/comments
https://api.github.com/repos/huggingface/transformers/issues/10959/events
https://github.com/huggingface/transformers/pull/10959
844,128,755
MDExOlB1bGxSZXF1ZXN0NjAzNDE4Nzkz
10,959
Fix summarization notebook link
{ "login": "philschmid", "id": 32632186, "node_id": "MDQ6VXNlcjMyNjMyMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/32632186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/philschmid", "html_url": "https://github.com/philschmid", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
This PRs fixes the link to the new summarization notebook
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10959/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/10959/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10959", "html_url": "https://github.com/huggingface/transformers/pull/10959", "diff_url": "https://github.com/huggingface/transformers/pull/10959.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10959.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10958
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10958/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10958/comments
https://api.github.com/repos/huggingface/transformers/issues/10958/events
https://github.com/huggingface/transformers/issues/10958
844,104,069
MDU6SXNzdWU4NDQxMDQwNjk=
10,958
Returning Confidence Score For Extractive QA Task When Using Non-Pipeline Approach
{ "login": "UmerTariq1", "id": 32323864, "node_id": "MDQ6VXNlcjMyMzIzODY0", "avatar_url": "https://avatars.githubusercontent.com/u/32323864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/UmerTariq1", "html_url": "https://github.com/UmerTariq1", "followers_url": "https://api.github.com/use...
[ { "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
[]
[ "Correct me if I am wrong but I think the reason why it's not included in the model output is because it's an utility function and not a direct output of the model.\r\n\r\nIf I am not wrong, calculating the confidence score in a non-pipeline method is straight forward, like how it's done below \r\nhttps://github.c...
1,617
1,641
null
NONE
null
# 🚀 Feature request HF's Extract QA pipeline provides an excellent interface for start. It returns 4 values including a **probability score / confidence score**. Unfortunately same is not the case when using the non-pipeline approach i.e using model and tokenizer for question answering. [Both methods are mentione...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10958/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/10958/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/10957
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10957/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10957/comments
https://api.github.com/repos/huggingface/transformers/issues/10957/events
https://github.com/huggingface/transformers/issues/10957
843,899,645
MDU6SXNzdWU4NDM4OTk2NDU=
10,957
check_version not valid
{ "login": "gwc4github", "id": 3164663, "node_id": "MDQ6VXNlcjMxNjQ2NjM=", "avatar_url": "https://avatars.githubusercontent.com/u/3164663?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gwc4github", "html_url": "https://github.com/gwc4github", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
[ "Hi, what's the problem?", "> Hi, what's the problem?\r\n\r\nSorry, I accidentally saved the ticket before I was done. Then I had to leave my desk for a while. I have updated the ticket with all the info now.\r\n\r\nThanks!", "Ah, I see! This is because you're using a script which comes from the `master` bran...
1,617
1,617
1,617
NONE
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: 4.4.2 - Platform: AWS Sagemaker - Python version: 3.6 - PyTorch version (GPU?): N/A - Tensorflow version (G...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10957/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/10957/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10956
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10956/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10956/comments
https://api.github.com/repos/huggingface/transformers/issues/10956/events
https://github.com/huggingface/transformers/pull/10956
843,882,762
MDExOlB1bGxSZXF1ZXN0NjAzMjA3Nzg0
10,956
[T5/MT5] resolve inf/nan under amp (mixed precision)
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[ { "id": 2796628563, "node_id": "MDU6TGFiZWwyNzk2NjI4NTYz", "url": "https://api.github.com/repos/huggingface/transformers/labels/WIP", "name": "WIP", "color": "234C99", "default": false, "description": "Label your PR/Issue with WIP for some long outstanding Issues/PRs that are work in pro...
open
false
null
[]
[ "> But the 1.2GB download is somewhat big even for @slow tests.\r\n\r\nThe downloads are cached on a shared disk across slow self-hosted runners, so that's not an issue!", "Before I approached this problem, I did a bit of a study on the bfloat16 vs float16 properties. This is not fully complete, but you can see m...
1,617
1,694
null
CONTRIBUTOR
null
As reported in multiple issues t5/mt5 models produce loss of `nan` under mixed precision training, starting with t5-large and mt5-small and up. This PR is an attempt to fix this issue. This is crucial for DeepSpeed where it's always mixed precision training. I spent some time with the debugger and the new `detect_ov...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10956/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10956/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10956", "html_url": "https://github.com/huggingface/transformers/pull/10956", "diff_url": "https://github.com/huggingface/transformers/pull/10956.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10956.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10955
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10955/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10955/comments
https://api.github.com/repos/huggingface/transformers/issues/10955/events
https://github.com/huggingface/transformers/issues/10955
843,821,956
MDU6SXNzdWU4NDM4MjE5NTY=
10,955
Input gets lost when converting mBART decoder to onnx
{ "login": "tobigue", "id": 1560152, "node_id": "MDQ6VXNlcjE1NjAxNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/1560152?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tobigue", "html_url": "https://github.com/tobigue", "followers_url": "https://api.github.com/users/tobigue/...
[]
closed
false
null
[]
[ "It seems that the `encoder_hidden_states` are passed as `key_value_states` into the `MBartAttention` down the line and are not used in case `past_key_value` is given.\r\nhttps://github.com/huggingface/transformers/blob/90ecc29656ce37fdbe7279cf586511ed678c0cb7/src/transformers/models/mbart/modeling_mbart.py#L183\r\...
1,617
1,617
1,617
CONTRIBUTOR
null
I'm trying to convert the mBART decoder to onnx and have the problem, that one of the inputs gets lost during the conversion, which leads to errors when trying to use the onnx model. (See code example below.) I'm trying to understand why this is the case and how to circumvent this. Thanks alot for any help! ##...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10955/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/10955/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10954
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10954/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10954/comments
https://api.github.com/repos/huggingface/transformers/issues/10954/events
https://github.com/huggingface/transformers/pull/10954
843,812,632
MDExOlB1bGxSZXF1ZXN0NjAzMTQ1Njcy
10,954
[vulnerability] dep fix
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[]
closed
false
null
[]
[ "Oh, is this process somehow automated and I didn't know about it? All I see is the file which it complains about and no suggestion to automate the fix.", "Yeah, but usually it's not as good as your suggestion as it offers `==` while you offer `>=`.\r\n\r\nI think I mentioned it here: https://github.com/huggingfa...
1,617
1,617
1,617
CONTRIBUTOR
null
Fixes https://github.com/huggingface/transformers/security/dependabot/examples/research_projects/lxmert/requirements.txt/Pygments/open @LysandreJik
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10954/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/10954/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10954", "html_url": "https://github.com/huggingface/transformers/pull/10954", "diff_url": "https://github.com/huggingface/transformers/pull/10954.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10954.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10953
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10953/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10953/comments
https://api.github.com/repos/huggingface/transformers/issues/10953/events
https://github.com/huggingface/transformers/pull/10953
843,713,432
MDExOlB1bGxSZXF1ZXN0NjAzMDU5MjIy
10,953
Use pre-computed lengths, if available, when grouping by length
{ "login": "pcuenca", "id": 1177582, "node_id": "MDQ6VXNlcjExNzc1ODI=", "avatar_url": "https://avatars.githubusercontent.com/u/1177582?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pcuenca", "html_url": "https://github.com/pcuenca", "followers_url": "https://api.github.com/users/pcuenca/...
[]
closed
false
null
[]
[]
1,617
1,617
1,617
MEMBER
null
# What does this PR do? A new argument `length_column_name` has been added to `TrainingArguments`, with default value `"length"`. If this column exists and `group_by_length` is `True`, the train sampler will use it for grouping rather than computing all lengths before training starts. This is an optimization t...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10953/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/10953/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10953", "html_url": "https://github.com/huggingface/transformers/pull/10953", "diff_url": "https://github.com/huggingface/transformers/pull/10953.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10953.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10952
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10952/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10952/comments
https://api.github.com/repos/huggingface/transformers/issues/10952/events
https://github.com/huggingface/transformers/issues/10952
843,601,571
MDU6SXNzdWU4NDM2MDE1NzE=
10,952
[Trainer] possible DDP memory regression
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[]
closed
false
null
[]
[ "I don't have a setup with 8Gb so I have to rely on nvidia-smi numbers. First command is 13.2Gb on GPU0, 6.5Gb on GPU1, second command is 11.2GB on GPU0 and 10.1GB on GPU1.", "Thank you for the sanity check, @sgugger \r\n\r\nThis is very odd that we get such a discrepancy in memory allocation between the 2 gpus o...
1,617
1,617
1,617
CONTRIBUTOR
null
I think we may have created a memory regression somewhere recently. I tried with pt-1.7 and pt-1.8 with the same results. memory limit on this setup is 8gb on `transformers` master: This takes about 5.5GB/gpu: ``` PYTHONPATH=src USE_TF=0 CUDA_VISIBLE_DEVICES=0,1 python examples/seq2seq/run_translation.py ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10952/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/10952/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10951
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10951/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10951/comments
https://api.github.com/repos/huggingface/transformers/issues/10951/events
https://github.com/huggingface/transformers/pull/10951
843,560,351
MDExOlB1bGxSZXF1ZXN0NjAyOTI0MjEx
10,951
Fixes in the templates
{ "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
[]
[]
1,617
1,617
1,617
COLLABORATOR
null
# What does this PR do? Fixes a few things I noticed from new models PR in the templates directly.
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10951/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/10951/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10951", "html_url": "https://github.com/huggingface/transformers/pull/10951", "diff_url": "https://github.com/huggingface/transformers/pull/10951.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10951.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10950
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10950/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10950/comments
https://api.github.com/repos/huggingface/transformers/issues/10950/events
https://github.com/huggingface/transformers/pull/10950
843,333,922
MDExOlB1bGxSZXF1ZXN0NjAyNzMxNTcy
10,950
Add Vision Transformer and ViTFeatureExtractor
{ "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
[]
[ "I've addressed all comments. The pooler now more closely matches the one of `BertModel`. \r\n\r\nOnly `make fix-copies` is giving an error on CircleCI for now. Other than that the PR is ready.\r\n\r\n", "Thanks for all your work on this @NielsRogge !" ]
1,617
1,617
1,617
CONTRIBUTOR
null
# What does this PR do? Opening up a new PR based on #10513 which uses @sgugger's new `image_utils.py` instead of `torchvision` for the image transformations, and is up-to-date with master. Things to do: - [x] fix one integration test (currently `ViTFeatureExtractor` converts the numpy arrays into DoubleTensor...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10950/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10950/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10950", "html_url": "https://github.com/huggingface/transformers/pull/10950", "diff_url": "https://github.com/huggingface/transformers/pull/10950.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10950.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10949
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10949/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10949/comments
https://api.github.com/repos/huggingface/transformers/issues/10949/events
https://github.com/huggingface/transformers/issues/10949
843,307,960
MDU6SXNzdWU4NDMzMDc5NjA=
10,949
How to freeze Camembert model for Classification tasks?
{ "login": "siwarBM", "id": 53350981, "node_id": "MDQ6VXNlcjUzMzUwOTgx", "avatar_url": "https://avatars.githubusercontent.com/u/53350981?v=4", "gravatar_id": "", "url": "https://api.github.com/users/siwarBM", "html_url": "https://github.com/siwarBM", "followers_url": "https://api.github.com/users/siwarB...
[ { "id": 1897896961, "node_id": "MDU6TGFiZWwxODk3ODk2OTYx", "url": "https://api.github.com/repos/huggingface/transformers/labels/Migration", "name": "Migration", "color": "e99695", "default": false, "description": "" } ]
closed
false
null
[]
[ "See #400", "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/master/CO...
1,617
1,620
1,620
NONE
null
# 📚 Migration ## Information <!-- Important information --> Model I am using (Bert, XLNet ...): Language I am using the model on (English, Chinese ...): The problem arises when using: * [ ] the official example scripts: (give details below) * [ ] my own modified scripts: (give details below) The ta...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10949/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/10949/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10948
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10948/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10948/comments
https://api.github.com/repos/huggingface/transformers/issues/10948/events
https://github.com/huggingface/transformers/issues/10948
843,245,270
MDU6SXNzdWU4NDMyNDUyNzA=
10,948
[MarianMTModel] 'list' object has no attribute 'size'
{ "login": "lacls", "id": 42736388, "node_id": "MDQ6VXNlcjQyNzM2Mzg4", "avatar_url": "https://avatars.githubusercontent.com/u/42736388?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lacls", "html_url": "https://github.com/lacls", "followers_url": "https://api.github.com/users/lacls/follow...
[]
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/master/CONTRIBUTING.md)...
1,617
1,622
1,622
NONE
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: 4.1.1 - Platform: Google Colab - Python version: 3.7 - PyTorch version (GPU?): 1.8.1 - Tensorflow version (...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10948/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/10948/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10947
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10947/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10947/comments
https://api.github.com/repos/huggingface/transformers/issues/10947/events
https://github.com/huggingface/transformers/issues/10947
843,182,597
MDU6SXNzdWU4NDMxODI1OTc=
10,947
Save model error: list index out of range after pass input_processing call
{ "login": "roymondliao", "id": 8049009, "node_id": "MDQ6VXNlcjgwNDkwMDk=", "avatar_url": "https://avatars.githubusercontent.com/u/8049009?v=4", "gravatar_id": "", "url": "https://api.github.com/users/roymondliao", "html_url": "https://github.com/roymondliao", "followers_url": "https://api.github.com/us...
[]
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/master/CONTRIBUTING.md)...
1,617
1,623
1,620
NONE
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: 4.4.0 - Platform: Linux-4.19.0-14-cloud-amd64-x86_64-with-debian-10.8 - Python version: 3.7.10 - PyTorch ver...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10947/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/10947/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10946
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10946/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10946/comments
https://api.github.com/repos/huggingface/transformers/issues/10946/events
https://github.com/huggingface/transformers/pull/10946
843,141,724
MDExOlB1bGxSZXF1ZXN0NjAyNTY3NTky
10,946
[Feature] Add a new tiny feature for self-attention analysis
{ "login": "YNNEKUW", "id": 23073602, "node_id": "MDQ6VXNlcjIzMDczNjAy", "avatar_url": "https://avatars.githubusercontent.com/u/23073602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YNNEKUW", "html_url": "https://github.com/YNNEKUW", "followers_url": "https://api.github.com/users/YNNEKU...
[]
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/master/CONTRIBUTING.md)...
1,617
1,620
1,620
NONE
null
# What does this PR do? To implement the integral in [this paper](https://arxiv.org/abs/2004.11207), users need to take two items out: Output and Attention weights. However, the "Output" here is somewhat special; the attention weights of each layer should be multiplied by a scalar "alpha". I try to put this "alpha" in...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10946/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/10946/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10946", "html_url": "https://github.com/huggingface/transformers/pull/10946", "diff_url": "https://github.com/huggingface/transformers/pull/10946.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10946.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10945
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10945/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10945/comments
https://api.github.com/repos/huggingface/transformers/issues/10945/events
https://github.com/huggingface/transformers/issues/10945
843,134,577
MDU6SXNzdWU4NDMxMzQ1Nzc=
10,945
Are there memory leaks when using DeepSpeed on training T5?
{ "login": "avionkmh", "id": 20922702, "node_id": "MDQ6VXNlcjIwOTIyNzAy", "avatar_url": "https://avatars.githubusercontent.com/u/20922702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/avionkmh", "html_url": "https://github.com/avionkmh", "followers_url": "https://api.github.com/users/avi...
[ { "id": 2659267025, "node_id": "MDU6TGFiZWwyNjU5MjY3MDI1", "url": "https://api.github.com/repos/huggingface/transformers/labels/DeepSpeed", "name": "DeepSpeed", "color": "4D34F7", "default": false, "description": "" } ]
closed
false
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[ { "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github...
[ "Hi, we'll need a bit more information to understand what's going on here. What command did you use? Did you use one of our scripts? What data are you using? What version of Transformers? The more information, the more we'll be able to understand and help you.\r\n\r\nPinging @stas00 ", "Thank you for reporting th...
1,617
1,620
1,620
NONE
null
We’ve been pretraining a T5-small model from scratch with using DeepSpeed v0.3.10. We’ve found that cpu memory was increasing over time. (We’ve trained about 150 hours) Are there memory leaks when using DeepSpeed on training T5?
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10945/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/10945/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10944
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10944/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10944/comments
https://api.github.com/repos/huggingface/transformers/issues/10944/events
https://github.com/huggingface/transformers/issues/10944
843,129,702
MDU6SXNzdWU4NDMxMjk3MDI=
10,944
Please implement DUMA: Reading Comprehension with Transposition Thinking
{ "login": "max-yue", "id": 13486398, "node_id": "MDQ6VXNlcjEzNDg2Mzk4", "avatar_url": "https://avatars.githubusercontent.com/u/13486398?v=4", "gravatar_id": "", "url": "https://api.github.com/users/max-yue", "html_url": "https://github.com/max-yue", "followers_url": "https://api.github.com/users/max-yu...
[ { "id": 1843244711, "node_id": "MDU6TGFiZWwxODQzMjQ0NzEx", "url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model", "name": "New model", "color": "fbca04", "default": false, "description": "" } ]
open
false
null
[]
[ "Are the source code and the model weights avaiable?\r\n\r\nhttps://arxiv.org/abs/2001.09415", "> Are the source code and the model weights avaiable?\r\n> \r\n> https://arxiv.org/abs/2001.09415\r\n\r\nI do not have the source code and model weights." ]
1,617
1,617
null
CONTRIBUTOR
null
# 🚀 Feature request <!-- A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist. --> This one is on the race leaderborad top, will you guys consider implement this? ## Motivation <!-- Please outline the motivation for the proposal. Is you...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10944/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10944/timeline
null
null
null
https://api.github.com/repos/huggingface/transformers/issues/10943
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10943/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10943/comments
https://api.github.com/repos/huggingface/transformers/issues/10943/events
https://github.com/huggingface/transformers/issues/10943
843,119,654
MDU6SXNzdWU4NDMxMTk2NTQ=
10,943
Converting marian tatoeba models
{ "login": "Dmitry-Sn", "id": 43182156, "node_id": "MDQ6VXNlcjQzMTgyMTU2", "avatar_url": "https://avatars.githubusercontent.com/u/43182156?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Dmitry-Sn", "html_url": "https://github.com/Dmitry-Sn", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "https://api.github.com/...
[ { "login": "patil-suraj", "id": 27137566, "node_id": "MDQ6VXNlcjI3MTM3NTY2", "avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/patil-suraj", "html_url": "https://github.com/patil-suraj", "followers_url": "htt...
[ "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/master/CONTRIBUTING.md)...
1,617
1,634
1,634
NONE
null
## Environment info - `transformers` version: 4.4.2 - Platform: Linux-4.19.112+-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.10 - PyTorch version (GPU?): 1.8.0+cu101 (False) - Tensorflow version (GPU?): 2.4.1 (False) - Using GPU in script?: False - Using distributed or parallel set-up in script?: Fals...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10943/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/10943/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10942
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10942/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10942/comments
https://api.github.com/repos/huggingface/transformers/issues/10942/events
https://github.com/huggingface/transformers/issues/10942
843,119,297
MDU6SXNzdWU4NDMxMTkyOTc=
10,942
Wav2Vec2CTCTokenizer does not take the vocabulary into account when identifying tokens in a sentence
{ "login": "guillaume-wisniewski", "id": 73657961, "node_id": "MDQ6VXNlcjczNjU3OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/73657961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guillaume-wisniewski", "html_url": "https://github.com/guillaume-wisniewski", "followers_url...
[]
closed
false
null
[]
[ "Hey @guillaume-wisniewski ,\r\n\r\nThanks a lot for the very clear error description.The PR attached should fix the problem :-) Let me know if you still encounter any problems." ]
1,617
1,619
1,619
NONE
null
## Environment info - `transformers` version: 4.4.0 - Platform: Darwin-19.6.0-x86_64-i386-64bit - Python version: 3.7.9 - PyTorch version (GPU?): 1.8.1 (False) - Tensorflow version (GPU?): not installed (NA) - Using GPU in script?: no - Using distributed or parallel set-up in script?: no ### Who can help @pa...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10942/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/10942/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10941
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10941/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10941/comments
https://api.github.com/repos/huggingface/transformers/issues/10941/events
https://github.com/huggingface/transformers/pull/10941
842,837,261
MDExOlB1bGxSZXF1ZXN0NjAyMzE0MzA5
10,941
Added documentation for data collator.
{ "login": "fghuman", "id": 15870351, "node_id": "MDQ6VXNlcjE1ODcwMzUx", "avatar_url": "https://avatars.githubusercontent.com/u/15870351?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fghuman", "html_url": "https://github.com/fghuman", "followers_url": "https://api.github.com/users/fghuma...
[]
closed
false
null
[]
[ "Thanks again for your contribution!" ]
1,616
1,618
1,618
CONTRIBUTOR
null
# What does this PR do? This PR aims to improve coverage of the documentation for the Data Collators. Fixes #9035 ## 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.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10941/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/10941/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10941", "html_url": "https://github.com/huggingface/transformers/pull/10941", "diff_url": "https://github.com/huggingface/transformers/pull/10941.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10941.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10940
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10940/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10940/comments
https://api.github.com/repos/huggingface/transformers/issues/10940/events
https://github.com/huggingface/transformers/issues/10940
842,826,172
MDU6SXNzdWU4NDI4MjYxNzI=
10,940
Addition of SequenceClassification config specific documentation to XModelForSequenceClassification.
{ "login": "nasheedyasin", "id": 32324972, "node_id": "MDQ6VXNlcjMyMzI0OTcy", "avatar_url": "https://avatars.githubusercontent.com/u/32324972?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nasheedyasin", "html_url": "https://github.com/nasheedyasin", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[ "Those are generic config parameters and as such, they can't be documented on a model (they are config parameters, not model parameters). The documentation is in the [config page](https://huggingface.co/transformers/main_classes/configuration.html).\r\n\r\nThe documentation of the `from_pretrained` [method](https:/...
1,616
1,617
1,617
NONE
null
## Environment info <!-- You can run the command `transformers-cli env` and copy-and-paste its output below. Don't forget to fill out the missing fields in that output! --> - `transformers` version: - Platform: Windows 10 - Python version: 3.6.12 - Tensorflow version (GPU?): 2.3.1 - Using GPU in script?: ...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10940/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/10940/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10939
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10939/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10939/comments
https://api.github.com/repos/huggingface/transformers/issues/10939/events
https://github.com/huggingface/transformers/pull/10939
842,739,284
MDExOlB1bGxSZXF1ZXN0NjAyMjQyMDY2
10,939
[Example] Fixed finename for Saving null_odds in the evaluation stage in QA Examples
{ "login": "bhadreshpsavani", "id": 26653468, "node_id": "MDQ6VXNlcjI2NjUzNDY4", "avatar_url": "https://avatars.githubusercontent.com/u/26653468?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bhadreshpsavani", "html_url": "https://github.com/bhadreshpsavani", "followers_url": "https://api...
[]
closed
false
null
[]
[]
1,616
1,617
1,616
CONTRIBUTOR
null
# What does this PR do? Earlier file `eval_null_odds_eval.json` because of a typo in code now it will save it like `eval_null_odds.json` for squadv2 dataset Saving null_odds in the evaluation stage ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's th...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10939/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10939/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10939", "html_url": "https://github.com/huggingface/transformers/pull/10939", "diff_url": "https://github.com/huggingface/transformers/pull/10939.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10939.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10938
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10938/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10938/comments
https://api.github.com/repos/huggingface/transformers/issues/10938/events
https://github.com/huggingface/transformers/issues/10938
842,713,901
MDU6SXNzdWU4NDI3MTM5MDE=
10,938
saving pretrained models that were obtained from another model
{ "login": "dar-tau", "id": 45885627, "node_id": "MDQ6VXNlcjQ1ODg1NjI3", "avatar_url": "https://avatars.githubusercontent.com/u/45885627?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dar-tau", "html_url": "https://github.com/dar-tau", "followers_url": "https://api.github.com/users/dar-ta...
[]
closed
false
null
[]
[ "@dar-tau even though the file stores only weights, but if you added more layers those weights should be saved right? And when you try to load that model into RobertaForQuestionAnswering without your extra layers it should fail. ", "Thanks for your reply. \r\nI'm using AutoModelForQuestionAnswering.from_pretraine...
1,616
1,620
1,620
NONE
null
I am trying to save a pretrained model that I created from RobertaForQuestionAnswering by changing some layers. However, when I load the model with from_pretrained, my new layers disappear.. It makes sense since binary seems to save only the model weights, but I wonder if there's a way to work around this?
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10938/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/10938/timeline
completed
null
null
https://api.github.com/repos/huggingface/transformers/issues/10937
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10937/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10937/comments
https://api.github.com/repos/huggingface/transformers/issues/10937/events
https://github.com/huggingface/transformers/pull/10937
842,669,671
MDExOlB1bGxSZXF1ZXN0NjAyMTkxMTQz
10,937
[trainer metrics] fix cpu mem metrics; reformat runtime metric
{ "login": "stas00", "id": 10676103, "node_id": "MDQ6VXNlcjEwNjc2MTAz", "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stas00", "html_url": "https://github.com/stas00", "followers_url": "https://api.github.com/users/stas00/fo...
[]
closed
false
null
[]
[ "Woops, didn't mean to approve", "> Thanks for the fix! Like @LysandreJik I would avoid adding `psutils` as a main dependency. We can have it come with a `is_psutils_available` and only compute the mems metrics when it's there.\r\n\r\nOh, I was thinking to assert to say to install it. They can disable the mem met...
1,616
1,617
1,617
CONTRIBUTOR
null
This PR improves and fixes trainer metrics: * reworks the general ram memory tracking replacing `tracemalloc`, with "sampling" via `psutil` - in particular for peak tracking using a thread. `tracemalloc` proved to not track anything but python memory allocations, so we were missing most of the general RAM from repor...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10937/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/10937/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10937", "html_url": "https://github.com/huggingface/transformers/pull/10937", "diff_url": "https://github.com/huggingface/transformers/pull/10937.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10937.patch", "merged_at...
https://api.github.com/repos/huggingface/transformers/issues/10936
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/10936/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/10936/comments
https://api.github.com/repos/huggingface/transformers/issues/10936/events
https://github.com/huggingface/transformers/pull/10936
842,668,919
MDExOlB1bGxSZXF1ZXN0NjAyMTkwNTcy
10,936
Fix initializing BertJapaneseTokenizer with AutoTokenizers
{ "login": "singletongue", "id": 17107587, "node_id": "MDQ6VXNlcjE3MTA3NTg3", "avatar_url": "https://avatars.githubusercontent.com/u/17107587?v=4", "gravatar_id": "", "url": "https://api.github.com/users/singletongue", "html_url": "https://github.com/singletongue", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
[]
1,616
1,617
1,617
CONTRIBUTOR
null
# What does this PR do? This PR fixes a bug in loading some kinds of tokenizers using `AutoTokenizers.from_pretrained()`. This issue is discussed in https://github.com/cl-tohoku/bert-japanese/issues/25. When `sentencepiece` is not installed, the initialization of several tokenizers such as `BertJapaneseTokenizer...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/10936/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/10936/timeline
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/10936", "html_url": "https://github.com/huggingface/transformers/pull/10936", "diff_url": "https://github.com/huggingface/transformers/pull/10936.diff", "patch_url": "https://github.com/huggingface/transformers/pull/10936.patch", "merged_at...