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/17371 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17371/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17371/comments | https://api.github.com/repos/huggingface/transformers/issues/17371/events | https://github.com/huggingface/transformers/issues/17371 | 1,243,448,735 | I_kwDOCUB6oc5KHYWf | 17,371 | tokenizer object incorrectly modified in PreTrainedTokenizerFast.train_new_from_iterator() | {
"login": "dctelus",
"id": 93535080,
"node_id": "U_kgDOBZM7aA",
"avatar_url": "https://avatars.githubusercontent.com/u/93535080?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dctelus",
"html_url": "https://github.com/dctelus",
"followers_url": "https://api.github.com/users/dctelus/follow... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Maybe also cc @Narsil "
] | 1,653 | 1,654 | 1,654 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.19.2
- Platform: Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29
- Python version: 3.8.10
- Huggingface_hub version: 0.6.0
- PyTorch version (GPU?): 1.11.0+cu102 (False)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17371/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/17371/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17370 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17370/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17370/comments | https://api.github.com/repos/huggingface/transformers/issues/17370/events | https://github.com/huggingface/transformers/issues/17370 | 1,243,301,760 | I_kwDOCUB6oc5KG0eA | 17,370 | `_fast_init` overwrites weights passed to custom model | {
"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": 1834081910,
"node_id": "MDU6TGFiZWwxODM0MDgxOTEw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/Usage",
"name": "Usage",
"color": "e28436",
"default": false,
"description": "General questions about the library"
}
] | closed | false | null | [] | [
"To describe what happens here:\r\n\r\nIf `_fast_init=True` (which is set by default) the following happens. All weight names of the `state_dict` loaded from `bert-base-uncased` are compared with all weight names of a random `state_dict` that is generated when calling `MyCustomModel()`. \r\nInside `from_pretrained(... | 1,653 | 1,656 | 1,656 | MEMBER | null | ### System Info
```shell
Transformers > 4.6.0
```
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17370/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/17370/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17369 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17369/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17369/comments | https://api.github.com/repos/huggingface/transformers/issues/17369/events | https://github.com/huggingface/transformers/pull/17369 | 1,243,204,031 | PR_kwDOCUB6oc44MZRb | 17,369 | Try to make push CI less noisy on commit pages. | {
"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 | [] | [
"@LysandreJik This is still in WIP (just need to add back the failure report in the caller), but I think you can review it already :).\r\n\r\nI follow [this guide](https://medium.com/prompt/trigger-another-github-workflow-without-using-a-personal-access-token-f594c21373ef) to add 2 keys in our `Settings`.",
"_The... | 1,653 | 1,655 | 1,654 | COLLABORATOR | null | # What does this PR do?
Try to make push CI less noisy on commit pages.
(Current commit page shows all push CI jobs (more than 256 now) status, which is noisy to check which tests failed.)
### Idea
1. push to `main` -> trigger a workflow, that push to another branch `push-ci`
2. push to `push-ci` -> trig... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17369/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/17369/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17369",
"html_url": "https://github.com/huggingface/transformers/pull/17369",
"diff_url": "https://github.com/huggingface/transformers/pull/17369.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17369.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17368 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17368/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17368/comments | https://api.github.com/repos/huggingface/transformers/issues/17368/events | https://github.com/huggingface/transformers/pull/17368 | 1,243,171,681 | PR_kwDOCUB6oc44MSXF | 17,368 | Pin dill to fix examples | {
"login": "sgugger",
"id": 35901082,
"node_id": "MDQ6VXNlcjM1OTAxMDgy",
"avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sgugger",
"html_url": "https://github.com/sgugger",
"followers_url": "https://api.github.com/users/sgugge... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Merging to fix the example test failures on main"
] | 1,653 | 1,653 | 1,653 | COLLABORATOR | null | # What does this PR do?
This PR addresses the recent failures in the examples by pinning dill to exclude the latest version. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17368/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/17368/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17368",
"html_url": "https://github.com/huggingface/transformers/pull/17368",
"diff_url": "https://github.com/huggingface/transformers/pull/17368.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17368.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17367 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17367/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17367/comments | https://api.github.com/repos/huggingface/transformers/issues/17367/events | https://github.com/huggingface/transformers/pull/17367 | 1,242,987,880 | PR_kwDOCUB6oc44LrSK | 17,367 | Fix cvt docstrings | {
"login": "AnugunjNaman",
"id": 42839570,
"node_id": "MDQ6VXNlcjQyODM5NTcw",
"avatar_url": "https://avatars.githubusercontent.com/u/42839570?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AnugunjNaman",
"html_url": "https://github.com/AnugunjNaman",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Will merge as soon as it's green!",
"@LysandreJik @NielsRogge You can merge it now. Thanks for review! 😊"
] | 1,653 | 1,653 | 1,653 | CONTRIBUTOR | null | # What does this PR do?
This PR does the following:
1. Remove the error in `README.md` where `CvT` description was copy of `CTRL`
2. Fix `size` of image for `feature extractor` which was set to `224`.
3. fix the input docstring for forward classes of `CvtModel` and `CvtForImageClassification` (head mask etc not n... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17367/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/17367/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17367",
"html_url": "https://github.com/huggingface/transformers/pull/17367",
"diff_url": "https://github.com/huggingface/transformers/pull/17367.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17367.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17366 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17366/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17366/comments | https://api.github.com/repos/huggingface/transformers/issues/17366/events | https://github.com/huggingface/transformers/pull/17366 | 1,242,964,463 | PR_kwDOCUB6oc44LmLT | 17,366 | Fix a typo `relative_postion_if_large` -> `relative_position_if_large` | {
"login": "stancld",
"id": 46073029,
"node_id": "MDQ6VXNlcjQ2MDczMDI5",
"avatar_url": "https://avatars.githubusercontent.com/u/46073029?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stancld",
"html_url": "https://github.com/stancld",
"followers_url": "https://api.github.com/users/stancl... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,653 | 1,653 | 1,653 | CONTRIBUTOR | null | # What does this PR do?
This PR fixes a minor typo in `T5` and `WavLM` model codes.
<!-- Remove if not applicable -->
Fixes # (issue)
## Before submitting
- [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
## Who can review?
@patil-suraj | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17366/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/17366/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17366",
"html_url": "https://github.com/huggingface/transformers/pull/17366",
"diff_url": "https://github.com/huggingface/transformers/pull/17366.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17366.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17365 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17365/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17365/comments | https://api.github.com/repos/huggingface/transformers/issues/17365/events | https://github.com/huggingface/transformers/issues/17365 | 1,242,918,977 | I_kwDOCUB6oc5KFXBB | 17,365 | Export Generated Text 1 Token at a Time | {
"login": "anujnayyar1",
"id": 29458156,
"node_id": "MDQ6VXNlcjI5NDU4MTU2",
"avatar_url": "https://avatars.githubusercontent.com/u/29458156?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anujnayyar1",
"html_url": "https://github.com/anujnayyar1",
"followers_url": "https://api.github.com/... | [] | 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... | [
"WDYT of such a feature @Narsil?",
"I like the idea.\r\n\r\nHow would that look like though code wise ?\r\n\r\n```python\r\n\r\npipe = pipeline('text-generation\")\r\n# Regular usage\r\n\r\ngenerated = pipe(\"This is my prompt\")\r\n\r\nfor out in pipe(\"This is my prompt\", continuous=True):\r\n # out = [{\"g... | 1,653 | 1,678 | 1,659 | NONE | null | ### Feature request
When using the text-generation pipeline. We would like to be able export each token as it is generated. Currently we have to wait for the generation to be completed to view the results.
### Motivation
Using text-generation in a production environment, this would greatly improve the user experien... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17365/reactions",
"total_count": 4,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 2,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/huggingface/transformers/issues/17365/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17364 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17364/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17364/comments | https://api.github.com/repos/huggingface/transformers/issues/17364/events | https://github.com/huggingface/transformers/issues/17364 | 1,242,855,276 | I_kwDOCUB6oc5KFHds | 17,364 | Nana123 | {
"login": "Nana12345678910",
"id": 95056882,
"node_id": "U_kgDOBapz8g",
"avatar_url": "https://avatars.githubusercontent.com/u/95056882?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Nana12345678910",
"html_url": "https://github.com/Nana12345678910",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | [
"Savings 💰 can be a real issue, but it does not seem to be a `transformers` issue :)"
] | 1,653 | 1,653 | 1,653 | NONE | null | Savings | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17364/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/17364/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17363 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17363/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17363/comments | https://api.github.com/repos/huggingface/transformers/issues/17363/events | https://github.com/huggingface/transformers/issues/17363 | 1,242,638,261 | I_kwDOCUB6oc5KESe1 | 17,363 | TFGenerationMixin.generate should support a parameter such as logit_mask | {
"login": "TheHonestBob",
"id": 58240629,
"node_id": "MDQ6VXNlcjU4MjQwNjI5",
"avatar_url": "https://avatars.githubusercontent.com/u/58240629?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TheHonestBob",
"html_url": "https://github.com/TheHonestBob",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | [
"Hey @TheHonestBob 👋 If your task is not TensorFlow-dependent, would the constraints-related arguments in the more complete pytorch version help? ([docs here](https://huggingface.co/docs/transformers/main/en/main_classes/text_generation#transformers.generation_utils.GenerationMixin))",
"> Hey @TheHonestBob 👋 If... | 1,653 | 1,656 | 1,656 | NONE | null | ### Feature request
when i use encoder-decoder model for relation extract task, I make sure the decoder output must in encoder input text. so a parameter such logit_mask should be necessary.
### Motivation
when I use prompt finetuning a encoder-decoder to extract spo, I make sure the decoder output must in encode... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17363/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/17363/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17362 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17362/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17362/comments | https://api.github.com/repos/huggingface/transformers/issues/17362/events | https://github.com/huggingface/transformers/issues/17362 | 1,242,525,670 | I_kwDOCUB6oc5KD2_m | 17,362 | About model loading without parameter | {
"login": "LiuJinzhe-Keepgoing",
"id": 77256390,
"node_id": "MDQ6VXNlcjc3MjU2Mzkw",
"avatar_url": "https://avatars.githubusercontent.com/u/77256390?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LiuJinzhe-Keepgoing",
"html_url": "https://github.com/LiuJinzhe-Keepgoing",
"followers_url": ... | [] | closed | false | null | [] | [
"To initialize a model without any pretrained weights, you can just load it with a configuration:\r\n\r\n```\r\nfrom transformers import ViltConfig, ViltForImageAndTextRetrieval\r\n\r\nconfig = ViltConfig()\r\nmodel = ViltForImageAndTextRetrieval(config)\r\n```\r\nAll weights will be randomly initialized.",
"Clos... | 1,653 | 1,654 | 1,654 | NONE | null | https://github.com/huggingface/transformers/blob/6e535425feae20ca61a8b10ae5e8a7fab4d394ba/src/transformers/models/vilt/modeling_vilt.py#L1175
Hello, I want to use vilt in other fields through from_ Can Pretrain only load models without loading model parameters. Because the coco dataset is very different from my domain... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17362/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/17362/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17361 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17361/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17361/comments | https://api.github.com/repos/huggingface/transformers/issues/17361/events | https://github.com/huggingface/transformers/issues/17361 | 1,242,412,805 | I_kwDOCUB6oc5KDbcF | 17,361 | Remove/ablating particular head in a Transformer model | {
"login": "Jirigesi",
"id": 50706568,
"node_id": "MDQ6VXNlcjUwNzA2NTY4",
"avatar_url": "https://avatars.githubusercontent.com/u/50706568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Jirigesi",
"html_url": "https://github.com/Jirigesi",
"followers_url": "https://api.github.com/users/Jir... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"I resolved this problem. Refer to Issue 850. https://github.com/huggingface/transformers/issues/850\r\n\r\nThanks "
] | 1,653 | 1,653 | 1,653 | NONE | null | ### System Info
```shell
I am currently working on some research in which I am to analyze the important heads, which is similar to the work done in the paper "Are Sixteen Heads Really Better than One?". Basically, what they did is to iteratively ablate each head of each layer one by one, and then observe the size of t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17361/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/17361/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17360 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17360/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17360/comments | https://api.github.com/repos/huggingface/transformers/issues/17360/events | https://github.com/huggingface/transformers/issues/17360 | 1,242,367,564 | I_kwDOCUB6oc5KDQZM | 17,360 | VisualBERT: Low accuracy on VQA v2 | {
"login": "nikich28",
"id": 57706963,
"node_id": "MDQ6VXNlcjU3NzA2OTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/57706963?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nikich28",
"html_url": "https://github.com/nikich28",
"followers_url": "https://api.github.com/users/nik... | [] | closed | false | null | [] | [
"Has anyone found a problem solution?",
"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... | 1,652 | 1,699 | 1,657 | NONE | null | I use the exact code from visual bert demo, but only got about 46% accuracy on VQA v2 validation data. Has anyone had the same issue? | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17360/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/17360/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17359 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17359/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17359/comments | https://api.github.com/repos/huggingface/transformers/issues/17359/events | https://github.com/huggingface/transformers/pull/17359 | 1,242,340,481 | PR_kwDOCUB6oc44Jj76 | 17,359 | [Test OPT] Add batch generation test opt | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | 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/17359/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/17359/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17359",
"html_url": "https://github.com/huggingface/transformers/pull/17359",
"diff_url": "https://github.com/huggingface/transformers/pull/17359.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17359.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17358 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17358/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17358/comments | https://api.github.com/repos/huggingface/transformers/issues/17358/events | https://github.com/huggingface/transformers/pull/17358 | 1,242,337,486 | PR_kwDOCUB6oc44JjQF | 17,358 | wip: testing https://github.com/huggingface/doc-builder/pull/214 | {
"login": "mishig25",
"id": 11827707,
"node_id": "MDQ6VXNlcjExODI3NzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11827707?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mishig25",
"html_url": "https://github.com/mishig25",
"followers_url": "https://api.github.com/users/mis... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,653 | 1,653 | CONTRIBUTOR | null | wip: testing https://github.com/huggingface/doc-builder/pull/214 | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17358/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/17358/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17358",
"html_url": "https://github.com/huggingface/transformers/pull/17358",
"diff_url": "https://github.com/huggingface/transformers/pull/17358.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17358.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17357 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17357/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17357/comments | https://api.github.com/repos/huggingface/transformers/issues/17357/events | https://github.com/huggingface/transformers/issues/17357 | 1,242,308,993 | I_kwDOCUB6oc5KDCGB | 17,357 | Example of TFMarianMTModel is not working very well | {
"login": "Zhenzi-Weng",
"id": 93537294,
"node_id": "U_kgDOBZNEDg",
"avatar_url": "https://avatars.githubusercontent.com/u/93537294?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhenzi-Weng",
"html_url": "https://github.com/Zhenzi-Weng",
"followers_url": "https://api.github.com/users/Zh... | [] | closed | false | null | [] | [
"Hey @Zhenzi-Weng, \r\n\r\nWhen I execute the code above, I'm getting an error. I'm assuming you want to execute the following:\r\n\r\n```python\r\nfrom transformers import MarianTokenizer, TFMarianMTModel\r\nfrom typing import List\r\n\r\nsrc = \"fr\" # source language\r\ntrg = \"en\" # target language\r\nsample... | 1,652 | 1,667 | 1,656 | NONE | null | Hello, I copied the TFMarianMTModel example code from [https://huggingface.co/docs/transformers/v4.19.2/en/model_doc/marian#transformers.TFMarianMTModel](url) and compiled in Tensorflow 2.4.1. But it turned out the output length of "model.generate(**batch)" is always 512.
```python
from transformers import MarianTo... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17357/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/17357/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17356 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17356/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17356/comments | https://api.github.com/repos/huggingface/transformers/issues/17356/events | https://github.com/huggingface/transformers/pull/17356 | 1,242,242,333 | PR_kwDOCUB6oc44JPfD | 17,356 | Fixes #17128 . | {
"login": "mygithubid1",
"id": 19863166,
"node_id": "MDQ6VXNlcjE5ODYzMTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/19863166?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mygithubid1",
"html_url": "https://github.com/mygithubid1",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Thank you for your contribution, @mygithubid1!"
] | 1,652 | 1,654 | 1,654 | CONTRIBUTOR | null | # What does this PR do?
Finalize changes as per this [PR](https://github.com/huggingface/transformers/pull/17277).
Sorry. I messed up changes during merge and hence this new PR.
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the relea... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17356/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/17356/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17356",
"html_url": "https://github.com/huggingface/transformers/pull/17356",
"diff_url": "https://github.com/huggingface/transformers/pull/17356.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17356.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17355 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17355/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17355/comments | https://api.github.com/repos/huggingface/transformers/issues/17355/events | https://github.com/huggingface/transformers/issues/17355 | 1,242,115,171 | I_kwDOCUB6oc5KCSxj | 17,355 | [BigBird] random attention in FlaxBigBird is not random | {
"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... | [
{
"id": 2392046359,
"node_id": "MDU6TGFiZWwyMzkyMDQ2MzU5",
"url": "https://api.github.com/repos/huggingface/transformers/labels/Good%20Second%20Issue",
"name": "Good Second Issue",
"color": "dd935a",
"default": false,
"description": "Issues that are more difficult to do than \"Good First... | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a... | 1,652 | 1,683 | 1,683 | CONTRIBUTOR | null | ### System Info
```shell
NOT NEEDED
```
### Who can help?
@patrickvonplaten
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give deta... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17355/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/17355/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17354 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17354/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17354/comments | https://api.github.com/repos/huggingface/transformers/issues/17354/events | https://github.com/huggingface/transformers/pull/17354 | 1,241,914,804 | PR_kwDOCUB6oc44IKq2 | 17,354 | add MobileViT model | {
"login": "hollance",
"id": 346853,
"node_id": "MDQ6VXNlcjM0Njg1Mw==",
"avatar_url": "https://avatars.githubusercontent.com/u/346853?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hollance",
"html_url": "https://github.com/hollance",
"followers_url": "https://api.github.com/users/hollanc... | [
{
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"What is holding on the merge here? It's been a month and a half so let's try to merge this soon :-)",
"I can't seem to be able to run the tests again? (It's not failing on my code.)",
"You will probably need to rebase on main to ... | 1,652 | 1,656 | 1,656 | CONTRIBUTOR | null | # What does this PR do?
Add the MobileViT model to Transformers. This is a computer vision model that combines CNNs with transformers: https://machinelearning.apple.com/research/vision-transformer
The model comes in three sizes: small, extra small, and xx-small. There are two heads: image classification and seman... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17354/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/17354/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17354",
"html_url": "https://github.com/huggingface/transformers/pull/17354",
"diff_url": "https://github.com/huggingface/transformers/pull/17354.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17354.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17353 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17353/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17353/comments | https://api.github.com/repos/huggingface/transformers/issues/17353/events | https://github.com/huggingface/transformers/pull/17353 | 1,241,867,903 | PR_kwDOCUB6oc44IAs4 | 17,353 | [OPT] Run test in lower precision on GPU | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | 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/17353/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/17353/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17353",
"html_url": "https://github.com/huggingface/transformers/pull/17353",
"diff_url": "https://github.com/huggingface/transformers/pull/17353.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17353.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17352 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17352/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17352/comments | https://api.github.com/repos/huggingface/transformers/issues/17352/events | https://github.com/huggingface/transformers/pull/17352 | 1,241,728,273 | PR_kwDOCUB6oc44Hjki | 17,352 | Adding the Portuguese version of the tasks/sequence_classification.mdx documentation | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Muito obrigado pelo seu PR @jonatasgrosman! If you wish to contribute with the translation of another doc please let me know in the Issue 🤗.\r\n\r\n@sgugger I find it ready to merge :)",
"Thanks a lot for your help!"
] | 1,652 | 1,653 | 1,653 | CONTRIBUTOR | null | # What does this PR do?
Adding the Portuguese version of the tasks/sequence_classification.mdx documentation
Work on #16824
## 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... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17352/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/17352/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17352",
"html_url": "https://github.com/huggingface/transformers/pull/17352",
"diff_url": "https://github.com/huggingface/transformers/pull/17352.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17352.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17351 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17351/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17351/comments | https://api.github.com/repos/huggingface/transformers/issues/17351/events | https://github.com/huggingface/transformers/pull/17351 | 1,241,567,009 | PR_kwDOCUB6oc44HBOm | 17,351 | fix ZeroDivisionError: division by zero | {
"login": "JackKuo666",
"id": 41313632,
"node_id": "MDQ6VXNlcjQxMzEzNjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/41313632?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JackKuo666",
"html_url": "https://github.com/JackKuo666",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_17351). All of your documentation changes will be reflected on that endpoint.",
"No, this is incorrect. Some `IterableDataset` do have a length and we don't want this specific check here. You did not share your code in your... | 1,652 | 1,656 | 1,656 | NONE | null | The logic of if len_dataloader is not None should be to determine whether train_dataset is IterableDataset,But whether train_dataset is IterableDataset or not, len dataloader is 1,so, it should be change `if not isinstance(self.train_dataset, torch.utils.data.IterableDataset)`
# What does this PR do?
<!--
Congra... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17351/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/17351/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17351",
"html_url": "https://github.com/huggingface/transformers/pull/17351",
"diff_url": "https://github.com/huggingface/transformers/pull/17351.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17351.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17350 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17350/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17350/comments | https://api.github.com/repos/huggingface/transformers/issues/17350/events | https://github.com/huggingface/transformers/issues/17350 | 1,241,559,883 | I_kwDOCUB6oc5KALNL | 17,350 | ZeroDivisionError: division by zero | {
"login": "JackKuo666",
"id": 41313632,
"node_id": "MDQ6VXNlcjQxMzEzNjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/41313632?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JackKuo666",
"html_url": "https://github.com/JackKuo666",
"followers_url": "https://api.github.com/use... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a... | 1,652 | 1,668 | 1,656 | NONE | null | ### System Info
```shell
transformers v4.9.2
python v3.8
```
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [X] My own task or dataset (give detail... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17350/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/17350/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17349 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17349/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17349/comments | https://api.github.com/repos/huggingface/transformers/issues/17349/events | https://github.com/huggingface/transformers/pull/17349 | 1,241,530,519 | PR_kwDOCUB6oc44G5iS | 17,349 | Spanish docs - Fix nits and wording | {
"login": "omarespejel",
"id": 4755430,
"node_id": "MDQ6VXNlcjQ3NTU0MzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/omarespejel",
"html_url": "https://github.com/omarespejel",
"followers_url": "https://api.github.com/us... | [] | closed | false | null | [] | [
"@sgugger links to current docs that don't exist (eg `./main_classes/pipelines`) don't work. Do you think it would be worth linking them to the English docs while the Spanish versions become available? Or should we wait?\r\n\r\nfyi @osanseviero ",
"_The documentation is not available anymore as the PR was closed ... | 1,652 | 1,654 | 1,654 | CONTRIBUTOR | null | # What does this PR do?
Fix wording and nits in the merged Spanish documentation.
## Before submitting
- [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17349/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/17349/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17349",
"html_url": "https://github.com/huggingface/transformers/pull/17349",
"diff_url": "https://github.com/huggingface/transformers/pull/17349.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17349.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17348 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17348/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17348/comments | https://api.github.com/repos/huggingface/transformers/issues/17348/events | https://github.com/huggingface/transformers/issues/17348 | 1,241,415,924 | I_kwDOCUB6oc5J_oD0 | 17,348 | ImportError: cannot import name 'AutoProcessor' from 'transformers' | {
"login": "nawalouldamer-zz",
"id": 3446095,
"node_id": "MDQ6VXNlcjM0NDYwOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/3446095?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nawalouldamer-zz",
"html_url": "https://github.com/nawalouldamer-zz",
"followers_url": "https://ap... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"I don't think `AutoProcessor` was already available in Transformers 4.11.\r\n\r\nSo you might need an upgrade to the latest version:\r\n\r\n```\r\npip install --upgrade transformers\r\n```",
"Yes you are right! Thanks for your help :) "
] | 1,652 | 1,652 | 1,652 | NONE | null | ### System Info
```shell
- `transformers` version: 4.11.3
- Platform: macOS-10.15.7-x86_64-i386-64bit
- Python version: 3.8.13
- PyTorch version (GPU?): 1.11.0 (False)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): not installed (NA)
- Jax version: not installed
- JaxLib ver... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17348/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/17348/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17347 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17347/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17347/comments | https://api.github.com/repos/huggingface/transformers/issues/17347/events | https://github.com/huggingface/transformers/pull/17347 | 1,240,931,644 | PR_kwDOCUB6oc44E70j | 17,347 | Add support for conditional DETR model | {
"login": "DeppMeng",
"id": 26196079,
"node_id": "MDQ6VXNlcjI2MTk2MDc5",
"avatar_url": "https://avatars.githubusercontent.com/u/26196079?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DeppMeng",
"html_url": "https://github.com/DeppMeng",
"followers_url": "https://api.github.com/users/Dep... | [] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a... | 1,652 | 1,656 | 1,656 | 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/17347/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/17347/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17347",
"html_url": "https://github.com/huggingface/transformers/pull/17347",
"diff_url": "https://github.com/huggingface/transformers/pull/17347.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17347.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17346 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17346/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17346/comments | https://api.github.com/repos/huggingface/transformers/issues/17346/events | https://github.com/huggingface/transformers/issues/17346 | 1,240,912,736 | I_kwDOCUB6oc5J9tNg | 17,346 | failed doctests examples for data2vec_audio, 1 failed, 4 passed | {
"login": "artemisep",
"id": 4677340,
"node_id": "MDQ6VXNlcjQ2NzczNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4677340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artemisep",
"html_url": "https://github.com/artemisep",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"I am closing this ticket as it is part of the doctest task, merged to https://github.com/huggingface/transformers/issues/17338"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.20.0.dev0
- Platform: Linux-5.13.0-41-generic-x86_64-with-glibc2.29
- Python version: 3.8.0
- Huggingface_hub version: 0.6.0
- PyTorch version (GPU?): 1.11.0+cu102 (False)
- Tensorflow version (GPU?): 2.9.0 (False)
- Flax version (CPU?/GPU?/TPU?): 0.4.2 (cpu)
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17346/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/17346/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17345 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17345/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17345/comments | https://api.github.com/repos/huggingface/transformers/issues/17345/events | https://github.com/huggingface/transformers/issues/17345 | 1,240,904,786 | I_kwDOCUB6oc5J9rRS | 17,345 | failed doctests examples for data2vec_text, 5 failed, 2 passed | {
"login": "artemisep",
"id": 4677340,
"node_id": "MDQ6VXNlcjQ2NzczNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4677340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artemisep",
"html_url": "https://github.com/artemisep",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"I am closing this ticket as it is part of the doctest task, merged to https://github.com/huggingface/transformers/issues/17338"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.20.0.dev0
- Platform: Linux-5.13.0-41-generic-x86_64-with-glibc2.29
- Python version: 3.8.0
- Huggingface_hub version: 0.6.0
- PyTorch version (GPU?): 1.11.0+cu102 (False)
- Tensorflow version (GPU?): 2.9.0 (False)
- Flax version (CPU?/GPU?/TPU?): 0.4.2 (cpu)
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17345/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/17345/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17344 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17344/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17344/comments | https://api.github.com/repos/huggingface/transformers/issues/17344/events | https://github.com/huggingface/transformers/issues/17344 | 1,240,786,425 | I_kwDOCUB6oc5J9OX5 | 17,344 | Illegal instruction (core dumped) error: PowerPC8 | {
"login": "leonardottl",
"id": 6475562,
"node_id": "MDQ6VXNlcjY0NzU1NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6475562?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/leonardottl",
"html_url": "https://github.com/leonardottl",
"followers_url": "https://api.github.com/us... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a... | 1,652 | 1,656 | 1,656 | NONE | null | ### System Info
```shell
transformers 2.5.1
python3.8
pytorch 1.10.2
All packages installed with conda by way of the conda-forge or powerai repositories, all of them are ppc64-le compatible
```
### Who can help?
I am trying to load a BERT pre-trained model. All imports work fine... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17344/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/17344/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17343 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17343/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17343/comments | https://api.github.com/repos/huggingface/transformers/issues/17343/events | https://github.com/huggingface/transformers/issues/17343 | 1,240,566,335 | I_kwDOCUB6oc5J8Yo_ | 17,343 | Generate.py doesn't support gpt-j | {
"login": "randywreed",
"id": 5059871,
"node_id": "MDQ6VXNlcjUwNTk4NzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5059871?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randywreed",
"html_url": "https://github.com/randywreed",
"followers_url": "https://api.github.com/users... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Hello! We recommend using pipelines now for generation.",
"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://git... | 1,652 | 1,656 | 1,656 | NONE | null | ### System Info
```shell
- `transformers` version: 4.20.0.dev0
- Platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.31
- Python version: 3.9.7
- Huggingface_hub version: 0.6.0
- PyTorch version (GPU?): 1.11.0+cu102 (True)
- Tensorflow version (GPU?): 2.9.0 (False)
- Flax version (CPU?/GPU?/TPU?): 0.4.2 (cpu)
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17343/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/17343/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17342 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17342/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17342/comments | https://api.github.com/repos/huggingface/transformers/issues/17342/events | https://github.com/huggingface/transformers/issues/17342 | 1,240,541,684 | I_kwDOCUB6oc5J8Sn0 | 17,342 | Add support for MacOS Apple Metal "mps" backend | {
"login": "acostin1",
"id": 5156563,
"node_id": "MDQ6VXNlcjUxNTY1NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5156563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/acostin1",
"html_url": "https://github.com/acostin1",
"followers_url": "https://api.github.com/users/acost... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"```\r\n>>> classifier = pipeline(\"sentiment-analysis\")\r\n>>> classifier.device = torch.device(\"mps\")\r\n>>> classifier.model.to(\"mps\")\r\n>>> classifier(\"We are very sad to mps backend is not supporter in Transformers.\")\r\n[{'label': 'NEGATIVE', 'score': 0.5000945329666138}]\r\n```\r\n\r\nUnfortunately, ... | 1,652 | 1,681 | 1,656 | NONE | null | ### System Info
```shell
MacOS, M1 architecture, Python 3.10, Pytorch 1.12 nightly, Transformers latest (4.19.2)
```
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` f... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17342/reactions",
"total_count": 9,
"+1": 9,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/17342/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17341 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17341/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17341/comments | https://api.github.com/repos/huggingface/transformers/issues/17341/events | https://github.com/huggingface/transformers/pull/17341 | 1,240,484,177 | PR_kwDOCUB6oc44DXyp | 17,341 | Use Accelerate in `from_pretrained` for big model inference | {
"login": "sgugger",
"id": 35901082,
"node_id": "MDQ6VXNlcjM1OTAxMDgy",
"avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sgugger",
"html_url": "https://github.com/sgugger",
"followers_url": "https://api.github.com/users/sgugge... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Not necessarily linked to this PR, but in general the following code fails:\r\n\r\n```python\r\nfrom transformers import AutoTokenizer, AutoModelForSequenceClassification\r\n\r\nmodel = AutoModelForSequenceClassification.from_pretrai... | 1,652 | 1,653 | 1,653 | COLLABORATOR | null | # What does this PR do?
This PR is a first draft for using the newly released big model inference APIs from Accelerate inside `from_pretrained`. For now it does this with the option `low_cpu_mem_usage=True` and:
- instantiates the model inside the context manager to initialize empty weights (faster and less memory-... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17341/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/17341/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17341",
"html_url": "https://github.com/huggingface/transformers/pull/17341",
"diff_url": "https://github.com/huggingface/transformers/pull/17341.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17341.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17340 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17340/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17340/comments | https://api.github.com/repos/huggingface/transformers/issues/17340/events | https://github.com/huggingface/transformers/pull/17340 | 1,240,467,569 | PR_kwDOCUB6oc44DUFp | 17,340 | fix delete error when checkpoints exceed save_total_limit | {
"login": "randywreed",
"id": 5059871,
"node_id": "MDQ6VXNlcjUwNTk4NzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5059871?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/randywreed",
"html_url": "https://github.com/randywreed",
"followers_url": "https://api.github.com/users... | [] | closed | false | null | [] | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_17340). All of your documentation changes will be reflected on that endpoint."
] | 1,652 | 1,652 | 1,652 | 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/17340/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/17340/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17340",
"html_url": "https://github.com/huggingface/transformers/pull/17340",
"diff_url": "https://github.com/huggingface/transformers/pull/17340.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17340.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17339 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17339/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17339/comments | https://api.github.com/repos/huggingface/transformers/issues/17339/events | https://github.com/huggingface/transformers/issues/17339 | 1,240,463,119 | I_kwDOCUB6oc5J7_cP | 17,339 | Google's Trillson Audio Classification | {
"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": 1843244711,
"node_id": "MDU6TGFiZWwxODQzMjQ0NzEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model",
"name": "New model",
"color": "fbca04",
"default": false,
"description": ""
},
{
"id": 2392046359,
"node_id": "MDU6TGFiZWwyMzkyMDQ2MzU... | open | false | null | [] | [
"Those models are quite small <100MB, so they would be very interesting for mobile applications.\r\n\r\nHappy to help on the integration here :-) ",
"Hi @patrickvonplaten , I am interested in taking a look. Do you by chance have a good example on top of your head, maybe a pulling request for adding a model I can... | 1,652 | 1,655 | null | MEMBER | null | ### Model description
The TRILLsson models are described in the publication TRILLsson: Distilling Universal Paralingistic Speech Representations. From audio, they generate generally-useful paralinguistic speech representations (paralinguistics are aspects of speech other than text, such as emotion, language identifica... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17339/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/17339/timeline | null | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17338 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17338/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17338/comments | https://api.github.com/repos/huggingface/transformers/issues/17338/events | https://github.com/huggingface/transformers/issues/17338 | 1,240,404,283 | I_kwDOCUB6oc5J7xE7 | 17,338 | add doctests for data2VecText | {
"login": "artemisep",
"id": 4677340,
"node_id": "MDQ6VXNlcjQ2NzczNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4677340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artemisep",
"html_url": "https://github.com/artemisep",
"followers_url": "https://api.github.com/users/ar... | [] | closed | false | null | [] | [
"Hey @Ruihua-Fang,\r\n\r\nWould you like to give it a try? :-)",
"Hey @patrickvonplaten , yep, Thanks :)\r\n",
"Following the instruction in https://github.com/huggingface/transformers/issues/16292 as listed below:\r\nMake sure to run the doc example doc test locally as described in https://github.com/huggingfa... | 1,652 | 1,656 | 1,656 | CONTRIBUTOR | null | ### Feature request
Enable doctests for data2VecText model, as part of https://github.com/huggingface/transformers/issues/16292
### Motivation
please see https://github.com/huggingface/transformers/issues/16292
### Your contribution
implement this feature | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17338/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/17338/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17337 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17337/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17337/comments | https://api.github.com/repos/huggingface/transformers/issues/17337/events | https://github.com/huggingface/transformers/pull/17337 | 1,240,388,875 | PR_kwDOCUB6oc44DFQf | 17,337 | fix style | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
Not sure why it is in main, but when I run `make style` it changes `generation_utils.py` | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17337/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/17337/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17337",
"html_url": "https://github.com/huggingface/transformers/pull/17337",
"diff_url": "https://github.com/huggingface/transformers/pull/17337.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17337.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17336 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17336/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17336/comments | https://api.github.com/repos/huggingface/transformers/issues/17336/events | https://github.com/huggingface/transformers/issues/17336 | 1,240,382,013 | I_kwDOCUB6oc5J7ro9 | 17,336 | issue with loading pretrained model using DeepSpeed Zero Stage 3 | {
"login": "pacman100",
"id": 13534540,
"node_id": "MDQ6VXNlcjEzNTM0NTQw",
"avatar_url": "https://avatars.githubusercontent.com/u/13534540?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pacman100",
"html_url": "https://github.com/pacman100",
"followers_url": "https://api.github.com/users/... | [
{
"id": 2659267025,
"node_id": "MDU6TGFiZWwyNjU5MjY3MDI1",
"url": "https://api.github.com/repos/huggingface/transformers/labels/DeepSpeed",
"name": "DeepSpeed",
"color": "4D34F7",
"default": false,
"description": ""
},
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw"... | 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... | [
"sounds like a potential problem with pt-nightly?\r\n\r\nIt works just fine on pt-1.11 - this is adapted to use the files from repo directly:\r\n\r\n```\r\ntorchrun --nproc_per_node=2 examples/pytorch/text-classification/run_glue.py \\\r\n--task_name mrpc --max_seq_len 128 --model_name_or_path bert-base-uncased \\\... | 1,652 | 1,664 | 1,664 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.19.0.dev0
- Platform: Linux-5.4.0-90-generic-x86_64-with-glibc2.29
- Python version: 3.8.10
- Huggingface_hub version: 0.5.1
- PyTorch version (GPU?): 1.12.0.dev20220505+cu113 (True)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17336/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/17336/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17335 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17335/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17335/comments | https://api.github.com/repos/huggingface/transformers/issues/17335/events | https://github.com/huggingface/transformers/pull/17335 | 1,240,366,996 | PR_kwDOCUB6oc44DAp- | 17,335 | Enable pytorch nightly CI | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"@stas00, @LysandreJik \r\n\r\nI run the docker image `transformers-pytorch-deepspeed-latest-gpu` and found it's `PyTroch` has version `1.9.0`.\r\nThis image is based on `nvcr.io/nvidia/pytorch:21.03-py3`, which is used in the job `Te... | 1,652 | 1,655 | 1,655 | COLLABORATOR | null | # What does this PR do?
- Make necessary changes to build `huggingface/transformers-pytorch-nightly-gpu`
- Update `self-nightly-scheduled.yml` to run PyTorch nightly build CI (almost a copy from scheduled CI)
[test workflow run](https://github.com/huggingface/transformers/actions/runs/2354046716) here.
[docker ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17335/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/17335/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17335",
"html_url": "https://github.com/huggingface/transformers/pull/17335",
"diff_url": "https://github.com/huggingface/transformers/pull/17335.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17335.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17334 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17334/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17334/comments | https://api.github.com/repos/huggingface/transformers/issues/17334/events | https://github.com/huggingface/transformers/pull/17334 | 1,240,328,283 | PR_kwDOCUB6oc44C49s | 17,334 | Fixing docstrings for cvt | {
"login": "AnugunjNaman",
"id": 42839570,
"node_id": "MDQ6VXNlcjQyODM5NTcw",
"avatar_url": "https://avatars.githubusercontent.com/u/42839570?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AnugunjNaman",
"html_url": "https://github.com/AnugunjNaman",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,653 | 1,653 | CONTRIBUTOR | null | # What does this PR do?
This PR does the following:
1. Remove the error in `README.md` where `CvT` description was copy of `CTRL`
2. Fix `size` of image for `feature extractor` which was set to `224`.
3. fix the input docstring for forward classes of `CvtModel` and `CvtForImageClassification` (head mask etc not n... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17334/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/17334/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17334",
"html_url": "https://github.com/huggingface/transformers/pull/17334",
"diff_url": "https://github.com/huggingface/transformers/pull/17334.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17334.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17333 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17333/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17333/comments | https://api.github.com/repos/huggingface/transformers/issues/17333/events | https://github.com/huggingface/transformers/pull/17333 | 1,240,327,915 | PR_kwDOCUB6oc44C44w | 17,333 | Enable PyTorch nightly build CI | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,654 | 1,652 | COLLABORATOR | null | # What does this PR do?
- Make necessary changes to build `huggingface/transformers-pytorch-nightly-gpu`
- Update `self-nightly-scheduled.yml` to run PyTorch nightly build CI (almost a copy from scheduled CI)
[A run](https://github.com/huggingface/transformers/actions/runs/2347272872) here.
<img width="280" a... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17333/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/17333/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17333",
"html_url": "https://github.com/huggingface/transformers/pull/17333",
"diff_url": "https://github.com/huggingface/transformers/pull/17333.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17333.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17332 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17332/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17332/comments | https://api.github.com/repos/huggingface/transformers/issues/17332/events | https://github.com/huggingface/transformers/pull/17332 | 1,240,313,324 | PR_kwDOCUB6oc44C10G | 17,332 | Fix ci_url might be None | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
In `notification_service.py`, we have
```
ci_url = os.environ.get("CI_COMMIT_URL")
commit_number = ci_url.split("/")[-1]
```
but `ci_url` might be `None`, for example, for scheduled CI.
This PR moves the involved block inside
```
if ci_title is not None:
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17332/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/17332/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17332",
"html_url": "https://github.com/huggingface/transformers/pull/17332",
"diff_url": "https://github.com/huggingface/transformers/pull/17332.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17332.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17331 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17331/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17331/comments | https://api.github.com/repos/huggingface/transformers/issues/17331/events | https://github.com/huggingface/transformers/pull/17331 | 1,240,307,432 | PR_kwDOCUB6oc44C0kS | 17,331 | Fix metric calculation in examples and setup tests to run on multi-gpu for no_trainer scripts | {
"login": "muellerzr",
"id": 7831895,
"node_id": "MDQ6VXNlcjc4MzE4OTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/7831895?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muellerzr",
"html_url": "https://github.com/muellerzr",
"followers_url": "https://api.github.com/users/mu... | [
{
"id": 1936351150,
"node_id": "MDU6TGFiZWwxOTM2MzUxMTUw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/Examples",
"name": "Examples",
"color": "d4c5f9",
"default": false,
"description": "Which is related to examples in general"
},
{
"id": 3817266200,
... | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
This PR fixes all failing tests in a multi-gpu setting for all `no_trainer` example scripts. This includes an issue with when the logger was called before `Accelerator()` was created, adjusting when the conditional to add to the `samples_seen`, and adjusting `samples_seen` to use the length w... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17331/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/17331/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17331",
"html_url": "https://github.com/huggingface/transformers/pull/17331",
"diff_url": "https://github.com/huggingface/transformers/pull/17331.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17331.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17330 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17330/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17330/comments | https://api.github.com/repos/huggingface/transformers/issues/17330/events | https://github.com/huggingface/transformers/pull/17330 | 1,240,233,076 | PR_kwDOCUB6oc44CmWo | 17,330 | Adding `batch_size` test to QA pipeline. | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
Just adds a test on the `batch_size` argument of the pipeline (which shouldn't
affect returned results but can sometimes break because automatic batching
can fail on some specific models/architectures)
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merge... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17330/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/17330/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17330",
"html_url": "https://github.com/huggingface/transformers/pull/17330",
"diff_url": "https://github.com/huggingface/transformers/pull/17330.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17330.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17329 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17329/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17329/comments | https://api.github.com/repos/huggingface/transformers/issues/17329/events | https://github.com/huggingface/transformers/pull/17329 | 1,240,186,298 | PR_kwDOCUB6oc44CcXL | 17,329 | Not send successful report | {
"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 | [] | [
"There is duplication. Forgot to remove one block. Don't merge for now 🙏 ",
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
Here we go. Bye, successful run report 😢 ~
[workflow run](https://github.com/huggingface/transformers/runs/6492878791?check_suite_focus=true)
but no report on Slack. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17329/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/17329/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17329",
"html_url": "https://github.com/huggingface/transformers/pull/17329",
"diff_url": "https://github.com/huggingface/transformers/pull/17329.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17329.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17328 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17328/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17328/comments | https://api.github.com/repos/huggingface/transformers/issues/17328/events | https://github.com/huggingface/transformers/pull/17328 | 1,240,045,788 | PR_kwDOCUB6oc44B-_X | 17,328 | Fix typo | {
"login": "kamalkraj",
"id": 17096858,
"node_id": "MDQ6VXNlcjE3MDk2ODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/17096858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kamalkraj",
"html_url": "https://github.com/kamalkraj",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_17328). All of your documentation changes will be reflected on that endpoint."
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
Fix typo in Readme
@sgugger
<!--
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 contributi... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17328/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/17328/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17328",
"html_url": "https://github.com/huggingface/transformers/pull/17328",
"diff_url": "https://github.com/huggingface/transformers/pull/17328.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17328.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17327 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17327/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17327/comments | https://api.github.com/repos/huggingface/transformers/issues/17327/events | https://github.com/huggingface/transformers/issues/17327 | 1,240,043,832 | I_kwDOCUB6oc5J6ZE4 | 17,327 | Shape mismatch with documentation for cross attentions tensor when performing sequence generation with encoder-decoder model | {
"login": "fgbelidji",
"id": 32633752,
"node_id": "MDQ6VXNlcjMyNjMzNzUy",
"avatar_url": "https://avatars.githubusercontent.com/u/32633752?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fgbelidji",
"html_url": "https://github.com/fgbelidji",
"followers_url": "https://api.github.com/users/... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | 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... | [
"Thanks a lot @fgbelidji ! @patil-suraj do you want to give it a try? :-)",
"Yes, will look into it.",
"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 fo... | 1,652 | 1,663 | 1,662 | MEMBER | null | ### System Info
```shell
- `transformers` version: 4.18.0
- Platform: Linux-4.19.0-20-cloud-amd64-x86_64-with-debian-10.12
- Python version: 3.7.12
- Huggingface_hub version: 0.4.0
- PyTorch version (GPU?): 1.11.0+cu102 (True)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): no... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17327/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/17327/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17326 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17326/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17326/comments | https://api.github.com/repos/huggingface/transformers/issues/17326/events | https://github.com/huggingface/transformers/pull/17326 | 1,240,000,660 | PR_kwDOCUB6oc44B1kP | 17,326 | Fix bug in Wav2Vec2 pretrain example | {
"login": "ddobokki",
"id": 44228269,
"node_id": "MDQ6VXNlcjQ0MjI4MjY5",
"avatar_url": "https://avatars.githubusercontent.com/u/44228269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ddobokki",
"html_url": "https://github.com/ddobokki",
"followers_url": "https://api.github.com/users/ddo... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Thanks!"
] | 1,652 | 1,652 | 1,652 | 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/17326/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/17326/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17326",
"html_url": "https://github.com/huggingface/transformers/pull/17326",
"diff_url": "https://github.com/huggingface/transformers/pull/17326.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17326.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17325 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17325/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17325/comments | https://api.github.com/repos/huggingface/transformers/issues/17325/events | https://github.com/huggingface/transformers/pull/17325 | 1,239,940,250 | PR_kwDOCUB6oc44Bor3 | 17,325 | Remove notification_service_deprecated.py | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,662 | 1,652 | COLLABORATOR | null | # What does this PR do?
Remove `notification_service_deprecated.py`. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17325/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/17325/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17325",
"html_url": "https://github.com/huggingface/transformers/pull/17325",
"diff_url": "https://github.com/huggingface/transformers/pull/17325.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17325.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17324 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17324/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17324/comments | https://api.github.com/repos/huggingface/transformers/issues/17324/events | https://github.com/huggingface/transformers/pull/17324 | 1,239,905,641 | PR_kwDOCUB6oc44Bg7S | 17,324 | [BC] Fixing usage of text pairs | {
"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 | [] | [
"Pinging two persons, since this contains a backward breaking change (even if it was bugged usage) I would rather have more eyes than not here.\r\n\r\nThe linked issue contains more information that could be helpful too.",
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # This contains a BC please read full description
# What does this PR do?
The BC is actually preventing users from misusing the pipeline since
users could have been willing to send text pairs and the pipeline would
instead understand the thing as a batch returning bogus results.
The correct usage of text pairs... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17324/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/17324/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17324",
"html_url": "https://github.com/huggingface/transformers/pull/17324",
"diff_url": "https://github.com/huggingface/transformers/pull/17324.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17324.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17323 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17323/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17323/comments | https://api.github.com/repos/huggingface/transformers/issues/17323/events | https://github.com/huggingface/transformers/issues/17323 | 1,239,901,047 | I_kwDOCUB6oc5J52N3 | 17,323 | There is a minor bug in run_pretrain.py for Wav2Vec2 example | {
"login": "ddobokki",
"id": 44228269,
"node_id": "MDQ6VXNlcjQ0MjI4MjY5",
"avatar_url": "https://avatars.githubusercontent.com/u/44228269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ddobokki",
"html_url": "https://github.com/ddobokki",
"followers_url": "https://api.github.com/users/ddo... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Hey @ddobokki,\r\n\r\ngood observation! Would you like to open a PR to fix it? :-)",
"Ok! I will 😁"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.18.0
- Platform: Linux-4.15.0-144-generic-x86_64-with-glibc2.27
- Python version: 3.9.12
- Huggingface_hub version: 0.5.1
- PyTorch version (GPU?): 1.7.1+cu110 (True)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): not installe... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17323/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/17323/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17322 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17322/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17322/comments | https://api.github.com/repos/huggingface/transformers/issues/17322/events | https://github.com/huggingface/transformers/pull/17322 | 1,239,679,033 | PR_kwDOCUB6oc44Av98 | 17,322 | Keep only Roberta's position_embeddings initialisation in modeling_roberta.py | {
"login": "AlexandreNap",
"id": 85485132,
"node_id": "MDQ6VXNlcjg1NDg1MTMy",
"avatar_url": "https://avatars.githubusercontent.com/u/85485132?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AlexandreNap",
"html_url": "https://github.com/AlexandreNap",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,653 | 1,653 | NONE | null | # What does this PR do?
There was two position_embeddings initialisations, first one was left from Bert's code and second one is Roberta's tweaked version. Remove first one.
## Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors wh... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17322/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/17322/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17322",
"html_url": "https://github.com/huggingface/transformers/pull/17322",
"diff_url": "https://github.com/huggingface/transformers/pull/17322.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17322.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17321 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17321/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17321/comments | https://api.github.com/repos/huggingface/transformers/issues/17321/events | https://github.com/huggingface/transformers/pull/17321 | 1,239,671,405 | PR_kwDOCUB6oc44AuXZ | 17,321 | Remove Bert's position_embeddings init in modeling_roberta.py | {
"login": "AlexandreNap",
"id": 85485132,
"node_id": "MDQ6VXNlcjg1NDg1MTMy",
"avatar_url": "https://avatars.githubusercontent.com/u/85485132?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AlexandreNap",
"html_url": "https://github.com/AlexandreNap",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | [] | 1,652 | 1,652 | 1,652 | NONE | null | # What does this PR do?
Remove useless position_embeddings initialisation in modeling_roberta.
First one was from Bert's code and second one is the tweaked Roberta's one.
Removed first one.
## Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
memb... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17321/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/17321/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17321",
"html_url": "https://github.com/huggingface/transformers/pull/17321",
"diff_url": "https://github.com/huggingface/transformers/pull/17321.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17321.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17320 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17320/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17320/comments | https://api.github.com/repos/huggingface/transformers/issues/17320/events | https://github.com/huggingface/transformers/pull/17320 | 1,239,627,790 | PR_kwDOCUB6oc44AlIY | 17,320 | Fix a TF-T5 test | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
`test_t5_decoder_model_past_large_inputs` pass incorrect args to `create_and_check_t5_decoder_model_past_large_inputs`.
Don't know why it works so far, but I got errors when working on another PR. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17320/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/17320/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17320",
"html_url": "https://github.com/huggingface/transformers/pull/17320",
"diff_url": "https://github.com/huggingface/transformers/pull/17320.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17320.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17319 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17319/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17319/comments | https://api.github.com/repos/huggingface/transformers/issues/17319/events | https://github.com/huggingface/transformers/issues/17319 | 1,239,604,148 | I_kwDOCUB6oc5J4tu0 | 17,319 | automatically update config file for models | {
"login": "artemisep",
"id": 4677340,
"node_id": "MDQ6VXNlcjQ2NzczNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4677340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artemisep",
"html_url": "https://github.com/artemisep",
"followers_url": "https://api.github.com/users/ar... | [] | closed | false | null | [] | [
"cc @lewtun @michaelbenayoun ",
"Hi @Ruihua-Fang, \r\nDue to the variety of models we support, I think it would be hard to have a very generic class that handles all cases. \r\nThat being said we can still work on making the base classes the most generic possible so that adding model specific ONNX configs becomes... | 1,652 | 1,654 | 1,654 | CONTRIBUTOR | null | ### Feature request
automatically update config files for large number of models
### Motivation
For the ONNXConfig project https://github.com/huggingface/transformers/issues/16308 where onnxConfig need to be added to 90 models. Currently it is done manually, mostly copy paste. Can this be done automatically? Do... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17319/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/17319/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17318 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17318/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17318/comments | https://api.github.com/repos/huggingface/transformers/issues/17318/events | https://github.com/huggingface/transformers/pull/17318 | 1,239,560,598 | PR_kwDOCUB6oc44AW6d | 17,318 | Accepting real pytorch device as arguments. | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
Fix #17290
<!--
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 t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17318/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/17318/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17318",
"html_url": "https://github.com/huggingface/transformers/pull/17318",
"diff_url": "https://github.com/huggingface/transformers/pull/17318.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17318.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17317 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17317/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17317/comments | https://api.github.com/repos/huggingface/transformers/issues/17317/events | https://github.com/huggingface/transformers/issues/17317 | 1,239,560,010 | I_kwDOCUB6oc5J4i9K | 17,317 | M1 MacOS: "OSError: Can't load config for 'bert-base-uncased'" | {
"login": "ugm2",
"id": 25923343,
"node_id": "MDQ6VXNlcjI1OTIzMzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/25923343?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ugm2",
"html_url": "https://github.com/ugm2",
"followers_url": "https://api.github.com/users/ugm2/followers"... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"I got this error because of the way I installed python in MacOS. **It seems that if you don't execute the script with sudo powers then the script is not able to write to disk and thus it fails at downloading the model.**\r\n\r\nI couldn't find a better way than using sudo, since giving full access to disk to Pytho... | 1,652 | 1,652 | 1,652 | NONE | null | ### System Info
```shell
WARNING:tensorflow:From /Users/unaigaraymaestre/miniforge3/envs/test/lib/python3.9/site-packages/transformers/commands/env.py:52: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version.
Instructions for updating:
Use `tf.config.... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17317/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/17317/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17316 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17316/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17316/comments | https://api.github.com/repos/huggingface/transformers/issues/17316/events | https://github.com/huggingface/transformers/pull/17316 | 1,239,555,046 | PR_kwDOCUB6oc44AVvj | 17,316 | Updating the docs for `max_seq_len` in QA pipeline | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
Fixes #17241
<!--
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... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17316/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/17316/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17316",
"html_url": "https://github.com/huggingface/transformers/pull/17316",
"diff_url": "https://github.com/huggingface/transformers/pull/17316.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17316.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17315 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17315/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17315/comments | https://api.github.com/repos/huggingface/transformers/issues/17315/events | https://github.com/huggingface/transformers/pull/17315 | 1,239,447,522 | PR_kwDOCUB6oc43__QX | 17,315 | Add OnnxConfig for SqueezeBert iss17314 | {
"login": "artemisep",
"id": 4677340,
"node_id": "MDQ6VXNlcjQ2NzczNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4677340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artemisep",
"html_url": "https://github.com/artemisep",
"followers_url": "https://api.github.com/users/ar... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I run pytest on those 4 failed tests in CircleCI shown above on my local dev, no error message was found, all says skipped except the following one says passed\r\ntests/models/pegasus/test_modeling_pegasus.py::PegasusStandaloneDecode... | 1,652 | 1,654 | 1,654 | CONTRIBUTOR | null | # What does this PR do?
<!--
As part of #16308, this PR adds OnnxConfig for SqueezeBert.
-->
## Who can review?
@lewtun @LysandreJik
Anyone in the community is free to review the PR once the tests have passed.
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17315/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/17315/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17315",
"html_url": "https://github.com/huggingface/transformers/pull/17315",
"diff_url": "https://github.com/huggingface/transformers/pull/17315.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17315.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17314 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17314/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17314/comments | https://api.github.com/repos/huggingface/transformers/issues/17314/events | https://github.com/huggingface/transformers/issues/17314 | 1,239,333,868 | I_kwDOCUB6oc5J3rvs | 17,314 | implement onnx config for SqueezeBert | {
"login": "artemisep",
"id": 4677340,
"node_id": "MDQ6VXNlcjQ2NzczNDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4677340?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artemisep",
"html_url": "https://github.com/artemisep",
"followers_url": "https://api.github.com/users/ar... | [] | closed | false | null | [] | [
"Hi @lewtun , @LysandreJik here are a few things about the testing results\r\n1. pytest test_onnx_v2.py:\r\n 3 passes, 204 skipped, 8 warnings, no errors\r\n\r\n2. RUN_SLOW=1 pytest tests/onnx/test_onnx_v2.py -s -k \"squeezebert\" \r\n gave warning \"No GPU/TPU found, falling back to CPU\"\r\n then com... | 1,652 | 1,655 | 1,655 | CONTRIBUTOR | null | ### Feature request
see https://github.com/huggingface/transformers/issues/16308
### Motivation
see https://github.com/huggingface/transformers/issues/16308
### Your contribution
added onnx config for SqueezeBert | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17314/reactions",
"total_count": 2,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/17314/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17313 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17313/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17313/comments | https://api.github.com/repos/huggingface/transformers/issues/17313/events | https://github.com/huggingface/transformers/pull/17313 | 1,239,274,674 | PR_kwDOCUB6oc43_bct | 17,313 | Adding GroupViT Models | {
"login": "xvjiarui",
"id": 18479688,
"node_id": "MDQ6VXNlcjE4NDc5Njg4",
"avatar_url": "https://avatars.githubusercontent.com/u/18479688?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xvjiarui",
"html_url": "https://github.com/xvjiarui",
"followers_url": "https://api.github.com/users/xvj... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"CI somehow failed due to connection issue. Could you please restart it?",
"Hi @NielsRogge \r\nI have resolved all the comments. \r\n\r\nRegarding your concern, I think it's a little bit hard to combine them since `GroupViTVisionLay... | 1,652 | 1,656 | 1,656 | CONTRIBUTOR | null | # What does this PR do?
This PR implements paper [GroupViT: Semantic Segmentation Emerges from Text Supervision](https://arxiv.org/abs/2202.11094), the model is converted from [official implementation](https://github.com/NVlabs/GroupViT).
- [x] Inference accuracy matched
- [x] Complete docstring and model cards
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17313/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/17313/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17313",
"html_url": "https://github.com/huggingface/transformers/pull/17313",
"diff_url": "https://github.com/huggingface/transformers/pull/17313.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17313.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17312 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17312/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17312/comments | https://api.github.com/repos/huggingface/transformers/issues/17312/events | https://github.com/huggingface/transformers/pull/17312 | 1,239,274,275 | PR_kwDOCUB6oc43_bXL | 17,312 | [tests] fix copy-n-paste error | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | I noticed a wrong comment in a few tests - bad copy-n-paste - fixing it.
@sgugger | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17312/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/17312/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17312",
"html_url": "https://github.com/huggingface/transformers/pull/17312",
"diff_url": "https://github.com/huggingface/transformers/pull/17312.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17312.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17311 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17311/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17311/comments | https://api.github.com/repos/huggingface/transformers/issues/17311/events | https://github.com/huggingface/transformers/pull/17311 | 1,239,212,454 | PR_kwDOCUB6oc43_OiD | 17,311 | [Generation] Fix Transition probs | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I'll talk about this feature in more-detail in a tutorial",
"Hello,\r\nRegarding the follow up to these 3 posts: https://discuss.huggingface.co/t/generation-probabilities-how-to-compute-probabilities-of-output-scores-for-gpt2/3175/... | 1,652 | 1,664 | 1,652 | 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/17311/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/17311/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17311",
"html_url": "https://github.com/huggingface/transformers/pull/17311",
"diff_url": "https://github.com/huggingface/transformers/pull/17311.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17311.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17310 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17310/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17310/comments | https://api.github.com/repos/huggingface/transformers/issues/17310/events | https://github.com/huggingface/transformers/pull/17310 | 1,239,208,166 | PR_kwDOCUB6oc43_Nls | 17,310 | [Fix-copies] Correct main fix-copies | {
"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 | [] | [
"Fixes https://app.circleci.com/pipelines/github/huggingface/transformers/40462/workflows/c13c81f0-5db9-4556-8340-f64dc8871e26/jobs/458163\r\n\r\nNot sure why it didn't show up on the PR: https://github.com/huggingface/transformers/pull/16441",
"_The documentation is not available anymore as the PR was closed or ... | 1,652 | 1,652 | 1,652 | 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/17310/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/17310/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17310",
"html_url": "https://github.com/huggingface/transformers/pull/17310",
"diff_url": "https://github.com/huggingface/transformers/pull/17310.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17310.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17309 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17309/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17309/comments | https://api.github.com/repos/huggingface/transformers/issues/17309/events | https://github.com/huggingface/transformers/issues/17309 | 1,239,044,749 | I_kwDOCUB6oc5J2lKN | 17,309 | UNETR: Transformers for 3D Medical Image Segmentation | {
"login": "pri1311",
"id": 64613009,
"node_id": "MDQ6VXNlcjY0NjEzMDA5",
"avatar_url": "https://avatars.githubusercontent.com/u/64613009?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pri1311",
"html_url": "https://github.com/pri1311",
"followers_url": "https://api.github.com/users/pri131... | [
{
"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 | [] | [
"Hello. What is the status of the implementation? I would like to contribute to it.",
"Hey @Puranjay-del-Mishra, to the best of my knowledge nobody has started working on it. We'd be very happy for you to take a stab at adding it!\r\n\r\nYou can follow the tutorial here: [adding a new model](https://github.com/hu... | 1,652 | 1,679 | null | NONE | null | ### Model description
I would like to add a new model:
Proposed in the paper: [UNETR: Transformers for 3D Medical Image Segmentation](https://arxiv.org/abs/2103.10504)
UNEt TRansformers (UNETR) utilize a transformer as the encoder to learn sequence representations of the input volume and effectively capture th... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17309/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/17309/timeline | null | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17308 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17308/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17308/comments | https://api.github.com/repos/huggingface/transformers/issues/17308/events | https://github.com/huggingface/transformers/pull/17308 | 1,239,027,536 | PR_kwDOCUB6oc43-muq | 17,308 | Support compilation via Torchdynamo, AOT Autograd, NVFuser | {
"login": "anijain2305",
"id": 13822661,
"node_id": "MDQ6VXNlcjEzODIyNjYx",
"avatar_url": "https://avatars.githubusercontent.com/u/13822661?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anijain2305",
"html_url": "https://github.com/anijain2305",
"followers_url": "https://api.github.com/... | [
{
"id": 2690307185,
"node_id": "MDU6TGFiZWwyNjkwMzA3MTg1",
"url": "https://api.github.com/repos/huggingface/transformers/labels/Performance",
"name": "Performance",
"color": "207F32",
"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... | [
"_The documentation is not available anymore as the PR was closed or merged._",
"@kevinstephano could you please take a quick look at this PR? Thanks!",
"> LGTM, thanks for iterating! @stas00 are you okay with the changes?\r\n\r\nI primarily would like to hold off on merging this just yet to hear from @Chillee... | 1,652 | 1,655 | 1,653 | CONTRIBUTOR | null | # What does this PR do?
Adding support for TorchDynamo compilation with AOT Autograd and nvfuser backends. Detailed context available at - https://github.com/huggingface/transformers/pull/17204
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ca... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17308/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/17308/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17308",
"html_url": "https://github.com/huggingface/transformers/pull/17308",
"diff_url": "https://github.com/huggingface/transformers/pull/17308.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17308.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17307 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17307/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17307/comments | https://api.github.com/repos/huggingface/transformers/issues/17307/events | https://github.com/huggingface/transformers/issues/17307 | 1,239,024,117 | I_kwDOCUB6oc5J2gH1 | 17,307 | 404 Errors on Loading Artifacts due to mispellings could suggest a model/tokenizer/dataset to the API user in the error message. | {
"login": "domenicrosati",
"id": 15069938,
"node_id": "MDQ6VXNlcjE1MDY5OTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/15069938?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/domenicrosati",
"html_url": "https://github.com/domenicrosati",
"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/main/CONTRIBUTING.md) a... | 1,652 | 1,656 | 1,656 | CONTRIBUTOR | null | ### Feature request
When loading a model/tokenizer/config/Datasets with Auto* (or even other loader classes). It would be fun to autosuggest a model from HF hub if you make a typo in the 404 error message from the API.
Feel free to close this if you think its silly and freviolous.
An implementation could use ed... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17307/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/17307/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17306 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17306/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17306/comments | https://api.github.com/repos/huggingface/transformers/issues/17306/events | https://github.com/huggingface/transformers/pull/17306 | 1,238,909,543 | PR_kwDOCUB6oc43-NR_ | 17,306 | Fix -1e4 as attn mask | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Generally, this looks good to me. I'd prefer though to not factor out a one-liner into a function (even if we have to add the one-liner 100+ times). It's not good for readability to have to jump to `modeling_utils.py` and the code sa... | 1,652 | 1,656 | 1,655 | COLLABORATOR | null | # What does this PR do?
Fix the issues regarding `-1e4` as attention mask.
Fix #17215 #17121 #14859 | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17306/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/17306/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17306",
"html_url": "https://github.com/huggingface/transformers/pull/17306",
"diff_url": "https://github.com/huggingface/transformers/pull/17306.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17306.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17305 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17305/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17305/comments | https://api.github.com/repos/huggingface/transformers/issues/17305/events | https://github.com/huggingface/transformers/issues/17305 | 1,238,721,757 | I_kwDOCUB6oc5J1WTd | 17,305 | Pipeline inference with text pair is broken | {
"login": "fxmarty",
"id": 9808326,
"node_id": "MDQ6VXNlcjk4MDgzMjY=",
"avatar_url": "https://avatars.githubusercontent.com/u/9808326?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fxmarty",
"html_url": "https://github.com/fxmarty",
"followers_url": "https://api.github.com/users/fxmarty/... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Hi @fxmarty ,\r\n\r\nText pair was indeed never supported by the pipeline, so it's not tested against. We could definitely add support.\r\nWithout any code change you could do :\r\n```python\r\nres = pipe([[[txt, txt_pair]]] padding=True, truncation=True)\r\n```\r\n\r\nThen we could also have a fix within the pipe... | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | ### System Info
```shell
- `transformers` version: 4.20.0.dev0
- Platform: Linux-5.15.0-27-generic-x86_64-with-glibc2.35
- Python version: 3.9.12
- Huggingface_hub version: 0.4.0
- PyTorch version (GPU?): 1.11.0+cu113 (True)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): not ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17305/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/17305/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17304 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17304/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17304/comments | https://api.github.com/repos/huggingface/transformers/issues/17304/events | https://github.com/huggingface/transformers/pull/17304 | 1,238,677,979 | PR_kwDOCUB6oc439bG9 | 17,304 | Fix dummy creation script | {
"login": "sgugger",
"id": 35901082,
"node_id": "MDQ6VXNlcjM1OTAxMDgy",
"avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sgugger",
"html_url": "https://github.com/sgugger",
"followers_url": "https://api.github.com/users/sgugge... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
The `check_dummies` script was not adapted to the recent changes in the main init. As a result `make fix-copies` stopped creating dummy objects. By some miracle, none were missing, but this PR fixes the script (tested locally after adding new objects). | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17304/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/17304/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17304",
"html_url": "https://github.com/huggingface/transformers/pull/17304",
"diff_url": "https://github.com/huggingface/transformers/pull/17304.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17304.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17303 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17303/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17303/comments | https://api.github.com/repos/huggingface/transformers/issues/17303/events | https://github.com/huggingface/transformers/pull/17303 | 1,238,674,759 | PR_kwDOCUB6oc439aaT | 17,303 | [Test] Fix W2V-Conformer integration 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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | 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/17303/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/17303/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17303",
"html_url": "https://github.com/huggingface/transformers/pull/17303",
"diff_url": "https://github.com/huggingface/transformers/pull/17303.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17303.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17302 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17302/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17302/comments | https://api.github.com/repos/huggingface/transformers/issues/17302/events | https://github.com/huggingface/transformers/pull/17302 | 1,238,672,719 | PR_kwDOCUB6oc439Z-W | 17,302 | [Speech Model] Add Emformer | {
"login": "anton-l",
"id": 26864830,
"node_id": "MDQ6VXNlcjI2ODY0ODMw",
"avatar_url": "https://avatars.githubusercontent.com/u/26864830?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anton-l",
"html_url": "https://github.com/anton-l",
"followers_url": "https://api.github.com/users/anton-... | [] | 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... | [
"@anton-l could you leave some comments in the code so that I know where I should take a look for the model design here?",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_17302). All of your documentation changes will be reflected on that endpoint.",
"@anton-l do you w... | 1,652 | 1,664 | 1,664 | MEMBER | null | # What does this PR do?
This PR adds the Emformer model: an auto-regressive ASR model with an option for RNN-Transducer decoding.
This model shows promising result for real-time speech recognition and there are 3 pretrained checkpoints available via the torchaudio library:
https://pytorch.org/audio/main/tutorials/... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17302/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/17302/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17302",
"html_url": "https://github.com/huggingface/transformers/pull/17302",
"diff_url": "https://github.com/huggingface/transformers/pull/17302.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17302.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17301 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17301/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17301/comments | https://api.github.com/repos/huggingface/transformers/issues/17301/events | https://github.com/huggingface/transformers/pull/17301 | 1,238,646,648 | PR_kwDOCUB6oc439US3 | 17,301 | [Tests] Fix opt integration 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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Let's see whether this fixes the CI"
] | 1,652 | 1,652 | 1,652 | 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/17301/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/17301/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17301",
"html_url": "https://github.com/huggingface/transformers/pull/17301",
"diff_url": "https://github.com/huggingface/transformers/pull/17301.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17301.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17300 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17300/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17300/comments | https://api.github.com/repos/huggingface/transformers/issues/17300/events | https://github.com/huggingface/transformers/pull/17300 | 1,238,573,415 | PR_kwDOCUB6oc439EY3 | 17,300 | Fix tests of mixed precision now that experimental is deprecated | {
"login": "Rocketknight1",
"id": 12866554,
"node_id": "MDQ6VXNlcjEyODY2NTU0",
"avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Rocketknight1",
"html_url": "https://github.com/Rocketknight1",
"followers_url": "https://api.githu... | [] | closed | false | null | [] | [
"Thanks, @Rocketknight1 \r\n\r\nI saw we have a few\r\n\r\n```\r\ntf.keras.mixed_precision.experimental.Policy\r\n```\r\n\r\nin `src/transformers/training_args_tf.py`. Maybe we also need to update these places? (I am OK if you prefer to do it in another PR, if the change is indeed necessary)",
"@ydshieh I'll fix ... | 1,652 | 1,652 | 1,652 | MEMBER | null | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17300/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/17300/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17300",
"html_url": "https://github.com/huggingface/transformers/pull/17300",
"diff_url": "https://github.com/huggingface/transformers/pull/17300.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17300.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17299 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17299/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17299/comments | https://api.github.com/repos/huggingface/transformers/issues/17299/events | https://github.com/huggingface/transformers/pull/17299 | 1,238,547,180 | PR_kwDOCUB6oc438-rD | 17,299 | Add CvT | {
"login": "NielsRogge",
"id": 48327001,
"node_id": "MDQ6VXNlcjQ4MzI3MDAx",
"avatar_url": "https://avatars.githubusercontent.com/u/48327001?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NielsRogge",
"html_url": "https://github.com/NielsRogge",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
Co-authored-by: AnugunjNaman <anugunjjha@gmail.com>
This PR adds CvT (Convolutional Vision Transformer) by Microsoft Research.
I just cleaned up the branch of @AnugunjNaman.
To do:
- [x] make @AnugunjNaman co-author of this PR | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17299/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/17299/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17299",
"html_url": "https://github.com/huggingface/transformers/pull/17299",
"diff_url": "https://github.com/huggingface/transformers/pull/17299.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17299.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17298 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17298/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17298/comments | https://api.github.com/repos/huggingface/transformers/issues/17298/events | https://github.com/huggingface/transformers/pull/17298 | 1,238,208,847 | PR_kwDOCUB6oc43712C | 17,298 | Add PR author in CI report + merged by info | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
As title. The result looks like
<img width="502" alt="Screenshot 2022-05-17 093737" src="https://user-images.githubusercontent.com/2521628/168756091-6969528d-a7c7-492e-89f4-ae3649fb10bd.png">
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17298/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/17298/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17298",
"html_url": "https://github.com/huggingface/transformers/pull/17298",
"diff_url": "https://github.com/huggingface/transformers/pull/17298.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17298.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17297 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17297/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17297/comments | https://api.github.com/repos/huggingface/transformers/issues/17297/events | https://github.com/huggingface/transformers/issues/17297 | 1,238,182,109 | I_kwDOCUB6oc5JzSjd | 17,297 | Error while finetuning XLM-RoBERTa on Tensorflow-Keras | {
"login": "tdr1991",
"id": 28622364,
"node_id": "MDQ6VXNlcjI4NjIyMzY0",
"avatar_url": "https://avatars.githubusercontent.com/u/28622364?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tdr1991",
"html_url": "https://github.com/tdr1991",
"followers_url": "https://api.github.com/users/tdr199... | [] | closed | false | null | [] | [
"Hey @tdr1991 👋 The error seems to come from `Precision` and `Recall`, which are designed for binary classification -- see this StackOverflow thread: https://stackoverflow.com/questions/59305514/tensorflow-how-to-use-tf-keras-metrics-in-multiclass-classification\r\n\r\n(Closing the issue, since it is not related ... | 1,652 | 1,652 | 1,652 | NONE | null | ## env:
tensorflow 2.8.0
keras 2.8.0
transformers 4.18.0
python 3.8
## code
### data loader
```python
def gen_dataset_iter(model_config):
data_files = {"train": model_config.train_path, "validation": model_config.dev_path, "tes... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17297/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/17297/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17296 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17296/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17296/comments | https://api.github.com/repos/huggingface/transformers/issues/17296/events | https://github.com/huggingface/transformers/issues/17296 | 1,238,168,352 | I_kwDOCUB6oc5JzPMg | 17,296 | about the opt model KeyError: 'opt' | {
"login": "DericZhao",
"id": 54764601,
"node_id": "MDQ6VXNlcjU0NzY0NjAx",
"avatar_url": "https://avatars.githubusercontent.com/u/54764601?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DericZhao",
"html_url": "https://github.com/DericZhao",
"followers_url": "https://api.github.com/users/... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"I met the same problem. Have you fixed this?",
"> \r\n\r\nYou can download the latest version of transformers, have a good day.",
"@DericZhao I installed the latest version, I am still getting the error. Any help?",
"I met the same problem. Any solutions?",
"me too!my transformers version is 4.4.1,I still... | 1,652 | 1,678 | 1,652 | NONE | null | ### System Info
```shell
I just copy the code from the model card on the https://huggingface.co/facebook/opt-30b, then there is an error, can you help me to find what's the problem of it?
Traceback (most recent call last):
File "D:\SentenceRewrite\opt.py", line 4, in <module>
model = AutoModelForCausalLM.fr... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17296/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/17296/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17295 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17295/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17295/comments | https://api.github.com/repos/huggingface/transformers/issues/17295/events | https://github.com/huggingface/transformers/issues/17295 | 1,238,130,438 | I_kwDOCUB6oc5JzF8G | 17,295 | ValueError: If training, make sure that config.axial_pos_shape factors: (512, 1024) multiply to sequence length. Got prod((512, 1024)) != sequence_length: 1024. You might want to consider padding your sequence length to 524288 or changing config.axial_pos_shape for ReformerForSequenceClassification | {
"login": "ShubhamKumarNigam",
"id": 19687704,
"node_id": "MDQ6VXNlcjE5Njg3NzA0",
"avatar_url": "https://avatars.githubusercontent.com/u/19687704?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ShubhamKumarNigam",
"html_url": "https://github.com/ShubhamKumarNigam",
"followers_url": "https... | [] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.\n\nPlease note that issues that do not follow the [contributing guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md) a... | 1,652 | 1,660 | 1,660 | NONE | null | `
from transformers import ReformerTokenizer, ReformerForSequenceClassification, ReformerConfig
model_name = "google/reformer-crime-and-punishment"
tokenizer = ReformerTokenizer.from_pretrained(model_name)
def input_id_maker(dataf, tokenizer):
input_ids = []
lengths... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17295/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/17295/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17294 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17294/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17294/comments | https://api.github.com/repos/huggingface/transformers/issues/17294/events | https://github.com/huggingface/transformers/pull/17294 | 1,237,836,090 | PR_kwDOCUB6oc436l6g | 17,294 | [T5] Fix init in TF and Flax for pretraining | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | 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/17294/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/17294/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17294",
"html_url": "https://github.com/huggingface/transformers/pull/17294",
"diff_url": "https://github.com/huggingface/transformers/pull/17294.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17294.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17293 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17293/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17293/comments | https://api.github.com/repos/huggingface/transformers/issues/17293/events | https://github.com/huggingface/transformers/pull/17293 | 1,237,818,719 | PR_kwDOCUB6oc436iC_ | 17,293 | fix for 17292 | {
"login": "nadahlberg",
"id": 58701810,
"node_id": "MDQ6VXNlcjU4NzAxODEw",
"avatar_url": "https://avatars.githubusercontent.com/u/58701810?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nadahlberg",
"html_url": "https://github.com/nadahlberg",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | Fixes #17292
## Before submitting
- [N/A] 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/main/CONTRIBUTING.md#start-contributing-pull-requests),
Pull Request se... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17293/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/17293/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17293",
"html_url": "https://github.com/huggingface/transformers/pull/17293",
"diff_url": "https://github.com/huggingface/transformers/pull/17293.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17293.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17292 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17292/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17292/comments | https://api.github.com/repos/huggingface/transformers/issues/17292/events | https://github.com/huggingface/transformers/issues/17292 | 1,237,807,457 | I_kwDOCUB6oc5Jx3Fh | 17,292 | Misleading error when from_pretrained fails, says there are flax weights when there aren't | {
"login": "nadahlberg",
"id": 58701810,
"node_id": "MDQ6VXNlcjU4NzAxODEw",
"avatar_url": "https://avatars.githubusercontent.com/u/58701810?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nadahlberg",
"html_url": "https://github.com/nadahlberg",
"followers_url": "https://api.github.com/use... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.20.0.dev0
- Platform: Linux-5.14.0-1031-oem-x86_64-with-glibc2.17
- Python version: 3.8.12
- Huggingface_hub version: 0.4.0
- PyTorch version (GPU?): 1.10.0+cu102 (True)
- Tensorflow version (GPU?): 2.9.0 (False)
- Flax version (CPU?/GPU?/TPU?): not installed ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17292/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/17292/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17291 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17291/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17291/comments | https://api.github.com/repos/huggingface/transformers/issues/17291/events | https://github.com/huggingface/transformers/pull/17291 | 1,237,806,692 | PR_kwDOCUB6oc436fVz | 17,291 | Fix CodeParrot training script | {
"login": "loubnabnl",
"id": 44069155,
"node_id": "MDQ6VXNlcjQ0MDY5MTU1",
"avatar_url": "https://avatars.githubusercontent.com/u/44069155?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/loubnabnl",
"html_url": "https://github.com/loubnabnl",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,653 | 1,653 | CONTRIBUTOR | null | This PR fixes some features in the training script of CodeParrot:
* use `Pytorch` implementation of `AdamW` instead of `transformers` implementation
* add shuffling of the sequences in the batches
* fix error in weight decay for LayerNorm
* change the tracked loss to the average over batches instead of the main w... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17291/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/17291/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17291",
"html_url": "https://github.com/huggingface/transformers/pull/17291",
"diff_url": "https://github.com/huggingface/transformers/pull/17291.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17291.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17290 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17290/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17290/comments | https://api.github.com/repos/huggingface/transformers/issues/17290/events | https://github.com/huggingface/transformers/issues/17290 | 1,237,522,840 | I_kwDOCUB6oc5JwxmY | 17,290 | Accepting torch device objects in the Pipeline init | {
"login": "courtneysprouse",
"id": 25102613,
"node_id": "MDQ6VXNlcjI1MTAyNjEz",
"avatar_url": "https://avatars.githubusercontent.com/u/25102613?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/courtneysprouse",
"html_url": "https://github.com/courtneysprouse",
"followers_url": "https://api... | [] | closed | false | null | [] | [
"cc @Narsil ",
"@courtneysprouse you're entirely correct, there's no real reason why we don't accept those.\r\n\r\nThe reason why we want to be able to accept `int` is to support seamless `TF` and `PyTorch` (which don't use the same conventions for devices) but the pipeline abstracts that away. But if you want to... | 1,652 | 1,652 | 1,652 | NONE | null | ### Feature request
Currently Pipeline init only takes an integer as a device argument in the constructor. It would make it a little easier to interface with and integrate with existing code if it also took a pytorch device object.
### Motivation
It's frustrating not be to be able to use the model.device/self.devic... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17290/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/17290/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17289 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17289/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17289/comments | https://api.github.com/repos/huggingface/transformers/issues/17289/events | https://github.com/huggingface/transformers/pull/17289 | 1,237,503,870 | PR_kwDOCUB6oc435cGW | 17,289 | Better error in the Auto API when a dep is missing | {
"login": "sgugger",
"id": 35901082,
"node_id": "MDQ6VXNlcjM1OTAxMDgy",
"avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sgugger",
"html_url": "https://github.com/sgugger",
"followers_url": "https://api.github.com/users/sgugge... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
As reported in #17266, the error message when an auto API is used to load a class that can't be loaded because a dep is missing is not helpful (it actually got worse since #17250).
This PR addresses the problem by returning the associated dummy class when the right class can't be loaded, w... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17289/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/17289/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17289",
"html_url": "https://github.com/huggingface/transformers/pull/17289",
"diff_url": "https://github.com/huggingface/transformers/pull/17289.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17289.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17288 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17288/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17288/comments | https://api.github.com/repos/huggingface/transformers/issues/17288/events | https://github.com/huggingface/transformers/pull/17288 | 1,237,497,139 | PR_kwDOCUB6oc435aoJ | 17,288 | Make TrainerHyperParameterSigOptIntegrationTest slow test | {
"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 | [] | [
"Add @sgugger for a double check :-)",
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
As discussed offline, make `TrainerHyperParameterSigOptIntegrationTest` a slow test. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17288/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/17288/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17288",
"html_url": "https://github.com/huggingface/transformers/pull/17288",
"diff_url": "https://github.com/huggingface/transformers/pull/17288.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17288.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17287 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17287/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17287/comments | https://api.github.com/repos/huggingface/transformers/issues/17287/events | https://github.com/huggingface/transformers/pull/17287 | 1,237,443,109 | PR_kwDOCUB6oc435O5C | 17,287 | Improved Documentation for Encoder Decoder models | {
"login": "Threepointone4",
"id": 22583613,
"node_id": "MDQ6VXNlcjIyNTgzNjEz",
"avatar_url": "https://avatars.githubusercontent.com/u/22583613?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Threepointone4",
"html_url": "https://github.com/Threepointone4",
"followers_url": "https://api.gi... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"> Very nice! Thanks for taking the initiative here @Threepointone4. Left some suggestions to make the text a bit clearer :-) Let me know what you think!\r\n\r\nThese make sense, Thanks for the edits. \r\n",
"@patrickvonplaten what ... | 1,652 | 1,655 | 1,655 | CONTRIBUTOR | null |
# What does this PR do?
This PR improves the documentation of encoder decoder model.
<!--
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 ext... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17287/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/17287/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17287",
"html_url": "https://github.com/huggingface/transformers/pull/17287",
"diff_url": "https://github.com/huggingface/transformers/pull/17287.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17287.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17286 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17286/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17286/comments | https://api.github.com/repos/huggingface/transformers/issues/17286/events | https://github.com/huggingface/transformers/pull/17286 | 1,237,384,735 | PR_kwDOCUB6oc435CQp | 17,286 | Add Visual Question Answering (VQA) pipeline | {
"login": "sijunhe",
"id": 11987277,
"node_id": "MDQ6VXNlcjExOTg3Mjc3",
"avatar_url": "https://avatars.githubusercontent.com/u/11987277?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sijunhe",
"html_url": "https://github.com/sijunhe",
"followers_url": "https://api.github.com/users/sijunh... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Hi,\r\n\r\nCan you first make sure that your branch is up to date with the main branch? You can achieve that as follows:\r\n\r\n```\r\ngit remote add upstream https://github.com/huggingface/transformers.git\r\ngit fetch upstream\r\ng... | 1,652 | 1,659 | 1,655 | CONTRIBUTOR | null | # What does this PR do?
Add Visual Question Answering (VQA) pipeline, as described in #17208. The pipeline currently defaults to [ViLT](https://huggingface.co/docs/transformers/model_doc/vilt), which is also the only model it supports for now.
It also adds all the necessary class such as `AutoModelForVisualQuest... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17286/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/17286/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17286",
"html_url": "https://github.com/huggingface/transformers/pull/17286",
"diff_url": "https://github.com/huggingface/transformers/pull/17286.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17286.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17285 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17285/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17285/comments | https://api.github.com/repos/huggingface/transformers/issues/17285/events | https://github.com/huggingface/transformers/issues/17285 | 1,237,349,459 | I_kwDOCUB6oc5JwHRT | 17,285 | TF: all models can run in Graph mode | {
"login": "gante",
"id": 12240844,
"node_id": "MDQ6VXNlcjEyMjQwODQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gante",
"html_url": "https://github.com/gante",
"followers_url": "https://api.github.com/users/gante/follow... | [
{
"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... | closed | false | {
"login": "gante",
"id": 12240844,
"node_id": "MDQ6VXNlcjEyMjQwODQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gante",
"html_url": "https://github.com/gante",
"followers_url": "https://api.github.com/users/gante/follow... | [
{
"login": "gante",
"id": 12240844,
"node_id": "MDQ6VXNlcjEyMjQwODQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gante",
"html_url": "https://github.com/gante",
"followers_url": "https://api.github.co... | [
"cc @Rocketknight1 and @ydshieh -- link related issues as you see them plz :D ",
"Strong +1 on this, since compiling in graph mode is needed for all the other downstream things we want to do (TF Serving, tf.js, etc.)",
"Link a potentially related issue as early as possible, as I have a poor memory capability\r\... | 1,652 | 1,658 | 1,658 | MEMBER | null | ### Feature request
Our models are executed in Eager mode by default. Eager mode is more permissive than Graph mode, and we have models that don't work in Graph mode at the moment. This (self) feature request is being added to bring visibility to the problem, link issues, and track progress.
### Motivation
It ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17285/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/17285/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17284 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17284/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17284/comments | https://api.github.com/repos/huggingface/transformers/issues/17284/events | https://github.com/huggingface/transformers/pull/17284 | 1,237,316,685 | PR_kwDOCUB6oc434zmO | 17,284 | Bug fix: move tensors to GPU in GeneralizedRCNN.inference() | {
"login": "yutanakamura-tky",
"id": 51123494,
"node_id": "MDQ6VXNlcjUxMTIzNDk0",
"avatar_url": "https://avatars.githubusercontent.com/u/51123494?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yutanakamura-tky",
"html_url": "https://github.com/yutanakamura-tky",
"followers_url": "https://... | [] | closed | false | null | [] | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_17284). All of your documentation changes will be reflected on that endpoint.",
"Pinging @eltoto1219 as the author of that research project!",
"@LysandreJik @eltoto1219 Thank you! Please let me know if there is anything r... | 1,652 | 1,656 | 1,656 | NONE | null | # What does this PR do?
This PR fixes a bug in `research_projects/lxmert`.
Currently, visual feature extraction using `GeneralizedRCNN` fails when `GeneralizedRCNN` is moved onto GPU
because some intermediate outputs in `GeneralizedRCNN.inference()` are generated and left on CPU.
I fixed the bug by adding `.t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17284/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/17284/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17284",
"html_url": "https://github.com/huggingface/transformers/pull/17284",
"diff_url": "https://github.com/huggingface/transformers/pull/17284.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17284.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17283 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17283/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17283/comments | https://api.github.com/repos/huggingface/transformers/issues/17283/events | https://github.com/huggingface/transformers/issues/17283 | 1,237,310,243 | I_kwDOCUB6oc5Jv9sj | 17,283 | GPT-neo generate is ignoring passed position ids | {
"login": "SwordShieldMouse",
"id": 10066280,
"node_id": "MDQ6VXNlcjEwMDY2Mjgw",
"avatar_url": "https://avatars.githubusercontent.com/u/10066280?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SwordShieldMouse",
"html_url": "https://github.com/SwordShieldMouse",
"followers_url": "https://... | [
{
"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 | [] | [
"Hey @SwordShieldMouse,\r\n\r\nnote that `position_ids` does not have a huge influence on the output. It is not very surprising to me that the generated output ids (that we generated by taking the `argmax(...)` logits) are the same. It essentially just means that different positions ids still lead to the model outp... | 1,652 | 1,668 | null | NONE | null | ### System Info
```shell
python version: 3.9
transformers version: 4.18
```
### Who can help?
@patil-suraj @patrickvonplaten
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17283/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/17283/timeline | null | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17282 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17282/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17282/comments | https://api.github.com/repos/huggingface/transformers/issues/17282/events | https://github.com/huggingface/transformers/pull/17282 | 1,237,294,058 | PR_kwDOCUB6oc434ut5 | 17,282 | [Tests] Fix slow opt tests | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Hey, will review that ASAP (~1-2h) "
] | 1,652 | 1,652 | 1,652 | MEMBER | null | Fixes failing circle ci tests:
```
tests/models/opt/test_modeling_opt.py::OPTEmbeddingsTest::test_logits
tests/models/opt/test_modeling_opt.py::OPTModelIntegrationTests::test_inference_no_head
``` | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17282/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/17282/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17282",
"html_url": "https://github.com/huggingface/transformers/pull/17282",
"diff_url": "https://github.com/huggingface/transformers/pull/17282.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17282.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17281 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17281/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17281/comments | https://api.github.com/repos/huggingface/transformers/issues/17281/events | https://github.com/huggingface/transformers/pull/17281 | 1,237,224,329 | PR_kwDOCUB6oc434fl_ | 17,281 | Add Deformable DETR | {
"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 | {
"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... | [
{
"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.git... | [
"Addressed most comments. I would like to have:\r\n\r\n- [ ] @Narsil reviewing the initialization of the model using the custom CUDA kernel\r\n- [ ] @LysandreJik (and possibly @Narsil) help me out regarding making the CI green for a model that only runs on GPU. Should we define a custom CI job for this particular m... | 1,652 | 1,673 | 1,663 | CONTRIBUTOR | null | # What does this PR do?
This PR implements [Deformable DETR](https://github.com/fundamentalvision/Deformable-DETR), which improves the original [DETR](https://huggingface.co/docs/transformers/model_doc/detr) using a new "deformable attention" module.
This model requires a custom CUDA kernel (hence it can only be ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17281/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/17281/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17281",
"html_url": "https://github.com/huggingface/transformers/pull/17281",
"diff_url": "https://github.com/huggingface/transformers/pull/17281.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17281.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17280 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17280/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17280/comments | https://api.github.com/repos/huggingface/transformers/issues/17280/events | https://github.com/huggingface/transformers/pull/17280 | 1,237,108,121 | PR_kwDOCUB6oc434Gjk | 17,280 | [ConvNeXT] Fix drop_path_rate | {
"login": "NielsRogge",
"id": 48327001,
"node_id": "MDQ6VXNlcjQ4MzI3MDAx",
"avatar_url": "https://avatars.githubusercontent.com/u/48327001?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NielsRogge",
"html_url": "https://github.com/NielsRogge",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._",
"@sgugger ok for you?"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | # What does this PR do?
As pointed out by #16699, the drop path rate attribute of `ConvNextConfig` wasn't implemented correctly.
This PR fixes that, for both the PyTorch and Tensorflow implementations. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17280/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/17280/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17280",
"html_url": "https://github.com/huggingface/transformers/pull/17280",
"diff_url": "https://github.com/huggingface/transformers/pull/17280.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17280.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17279 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17279/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17279/comments | https://api.github.com/repos/huggingface/transformers/issues/17279/events | https://github.com/huggingface/transformers/pull/17279 | 1,236,939,889 | PR_kwDOCUB6oc433ic4 | 17,279 | Change `config.encoder_ffn_dim` to `config.decoder_ffn_dim` for decoder impl | {
"login": "cloudhan",
"id": 1279292,
"node_id": "MDQ6VXNlcjEyNzkyOTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1279292?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cloudhan",
"html_url": "https://github.com/cloudhan",
"followers_url": "https://api.github.com/users/cloud... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | Change `config.encoder_ffn_dim` to `config.decoder_ffn_dim` for decoder.
These typos are detected during loading flax from pytorch checkpoint where `encoder_ffn_dim` != `decoder_ffn_dim`
# What does this PR do?
This PR fix typos, these typos is critical!!!
@patrickvonplaten @patil-suraj
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17279/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/17279/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17279",
"html_url": "https://github.com/huggingface/transformers/pull/17279",
"diff_url": "https://github.com/huggingface/transformers/pull/17279.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17279.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17278 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17278/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17278/comments | https://api.github.com/repos/huggingface/transformers/issues/17278/events | https://github.com/huggingface/transformers/issues/17278 | 1,236,908,253 | I_kwDOCUB6oc5Jubjd | 17,278 | `LayoutXLMProcessor` returns unexpected `offset_mapping` | {
"login": "fredo838",
"id": 11276933,
"node_id": "MDQ6VXNlcjExMjc2OTMz",
"avatar_url": "https://avatars.githubusercontent.com/u/11276933?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fredo838",
"html_url": "https://github.com/fredo838",
"followers_url": "https://api.github.com/users/fre... | [
{
"id": 3817266200,
"node_id": "MDU6TGFiZWwzODE3MjY2MjAw",
"url": "https://api.github.com/repos/huggingface/transformers/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"@NielsRogge Pick me pick me pick me!",
"Pinging @SaulLu here as she might have a better clue regarding the tokenization. For context, LayoutXLM uses the same tokenization as XLMRoBERTa. ",
"Hi @fredo838 ,\r\n\r\nThank you very much for the detailed issue! Quite a few things seem to come into play here.\r\n\r\n... | 1,652 | 1,654 | 1,654 | CONTRIBUTOR | null | ### System Info
```shell
- `transformers` version: 4.19.1
- Platform: Linux-5.13.0-39-generic-x86_64-with-glibc2.31
- Python version: 3.10.0
- Huggingface_hub version: 0.6.0
- PyTorch version (GPU?): 1.11.0+cu102 (False)
- Tensorflow version (GPU?): 2.8.0 (False)
- Flax version (CPU?/GPU?/TPU?): not installed... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17278/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/17278/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17277 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17277/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17277/comments | https://api.github.com/repos/huggingface/transformers/issues/17277/events | https://github.com/huggingface/transformers/pull/17277 | 1,236,884,239 | PR_kwDOCUB6oc433Wto | 17,277 | Issue 17128 | {
"login": "mygithubid1",
"id": 19863166,
"node_id": "MDQ6VXNlcjE5ODYzMTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/19863166?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mygithubid1",
"html_url": "https://github.com/mygithubid1",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/transformers/pr_17277). All of your documentation changes will be reflected on that endpoint.",
"Thank you, Narsil. I don't have write access. So, please merge to `main`.",
"I will ping a wait for a core maintainer second eye.\r\n\r\n@Ly... | 1,652 | 1,652 | 1,652 | 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/17277/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/17277/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17277",
"html_url": "https://github.com/huggingface/transformers/pull/17277",
"diff_url": "https://github.com/huggingface/transformers/pull/17277.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17277.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17276 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17276/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17276/comments | https://api.github.com/repos/huggingface/transformers/issues/17276/events | https://github.com/huggingface/transformers/pull/17276 | 1,236,882,855 | PR_kwDOCUB6oc433WbH | 17,276 | Remove next sentence prediction from supported ONNX tasks | {
"login": "lewtun",
"id": 26859204,
"node_id": "MDQ6VXNlcjI2ODU5MjA0",
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lewtun",
"html_url": "https://github.com/lewtun",
"followers_url": "https://api.github.com/users/lewtun/fo... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | MEMBER | null | # What does this PR do?
This PR removes the `next-sentence-prediction` feature that was added in https://github.com/huggingface/transformers/pull/17029 as part of the MobileBERT ONNX export.
It turns out that the `forward()` method of MobileBERT and BERT includes `kwargs`, which is not supported with PyTorch's ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17276/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/17276/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17276",
"html_url": "https://github.com/huggingface/transformers/pull/17276",
"diff_url": "https://github.com/huggingface/transformers/pull/17276.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17276.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17275 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17275/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17275/comments | https://api.github.com/repos/huggingface/transformers/issues/17275/events | https://github.com/huggingface/transformers/pull/17275 | 1,236,839,590 | PR_kwDOCUB6oc433NR5 | 17,275 | Fixes #17128 . | {
"login": "mygithubid1",
"id": 19863166,
"node_id": "MDQ6VXNlcjE5ODYzMTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/19863166?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mygithubid1",
"html_url": "https://github.com/mygithubid1",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | CONTRIBUTOR | null | VisibleDeprecationWarning is addressed by specifying dtype=object when creating numpy array.
# 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 t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17275/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/17275/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17275",
"html_url": "https://github.com/huggingface/transformers/pull/17275",
"diff_url": "https://github.com/huggingface/transformers/pull/17275.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17275.patch",
"merged_at... |
https://api.github.com/repos/huggingface/transformers/issues/17274 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17274/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17274/comments | https://api.github.com/repos/huggingface/transformers/issues/17274/events | https://github.com/huggingface/transformers/issues/17274 | 1,236,776,777 | I_kwDOCUB6oc5Jt7dJ | 17,274 | Add pipeline for cross-modal / uni-modal ranking | {
"login": "ggoggam",
"id": 47265378,
"node_id": "MDQ6VXNlcjQ3MjY1Mzc4",
"avatar_url": "https://avatars.githubusercontent.com/u/47265378?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ggoggam",
"html_url": "https://github.com/ggoggam",
"followers_url": "https://api.github.com/users/ggogga... | [] | closed | false | null | [] | [
"I think there are some image-text retrieval capabilities already, such as [ViltForImageAndTextRetrieval](https://huggingface.co/docs/transformers/model_doc/vilt#transformers.ViltForImageAndTextRetrieval). But these can only work for a toy example set of queries and keys due to its interaction-based nature. A true ... | 1,652 | 1,655 | 1,655 | NONE | null | ### Feature request
Given queries and keys, the proposed pipeline returns a ranked list of keys that are most similar to each respective query.
This pipeline should support uni-modal and cross-modal retrieval, i.e.
- Text-to-Text
- Text-to-Image
- Image-to-Text
- Image-to-Image
Prominent use cases would be... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17274/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/17274/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17273 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17273/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17273/comments | https://api.github.com/repos/huggingface/transformers/issues/17273/events | https://github.com/huggingface/transformers/issues/17273 | 1,236,766,428 | I_kwDOCUB6oc5Jt47c | 17,273 | How to input word2vec embeddings to gpt2 model? | {
"login": "tejaravi675",
"id": 65293989,
"node_id": "MDQ6VXNlcjY1MjkzOTg5",
"avatar_url": "https://avatars.githubusercontent.com/u/65293989?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tejaravi675",
"html_url": "https://github.com/tejaravi675",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"Hi @tejaravi675 👋 Yes, you can pass embeddings to the model as you described (through `inputs_embeds`), but the embeddings will be unknown to the model, as it was not trained with them. In essence, you will have to build a script to finetune the model using your embeddings (for GPT-2, with the causal language mo... | 1,652 | 1,652 | 1,652 | NONE | null | Hi,
I am working on the huggingface gpt2 model. I have a word2vec model trained on a dataset (dimensions similar to gpt2, 768). Now I want to input these embeddings to gpt2. I understand I must use inputs_embeds to input the embeddings but I am little unclear about how exactly to do it. Any source or help would be a... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17273/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/17273/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/17272 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/17272/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/17272/comments | https://api.github.com/repos/huggingface/transformers/issues/17272/events | https://github.com/huggingface/transformers/pull/17272 | 1,236,679,733 | PR_kwDOCUB6oc432r6U | 17,272 | Fix wrong PT/TF categories in CI report | {
"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 | [] | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 1,652 | 1,652 | 1,652 | COLLABORATOR | null | # What does this PR do?
Current `notification_service.py` has
```
if re.search("_tf_", line):
model_results[model]["failed"]["TensorFlow"][artifact_path["gpu"]] += 1
```
which will put all `test_pt_tf_model_equivalence` under `TensorFlow` even it is from the PT (cross) tests, like
```
tests/models/albert/... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/17272/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/17272/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/17272",
"html_url": "https://github.com/huggingface/transformers/pull/17272",
"diff_url": "https://github.com/huggingface/transformers/pull/17272.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/17272.patch",
"merged_at... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.