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/6321 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6321/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6321/comments | https://api.github.com/repos/huggingface/transformers/issues/6321/events | https://github.com/huggingface/transformers/pull/6321 | 674,886,481 | MDExOlB1bGxSZXF1ZXN0NDY0NDk2ODA2 | 6,321 | [Community notebooks] Add notebook on fine-tuning Electra and interpreting with IG | {
"login": "elsanns",
"id": 3648991,
"node_id": "MDQ6VXNlcjM2NDg5OTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/3648991?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/elsanns",
"html_url": "https://github.com/elsanns",
"followers_url": "https://api.github.com/users/elsanns/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6321?src=pr&el=h1) Report\n> Merging [#6321](https://codecov.io/gh/huggingface/transformers/pull/6321?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/c72f9c90a160e74108d50568fa71e1f216949846&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Adding a link to a community notebook containing an example of:
- fine-tuning Electra on GLUE SST-2 with Trainer,
- running Captum Integrated Gradients token importance attribution on the results ,
- visualizing attribution with captum.attr.visualization. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6321/reactions",
"total_count": 5,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 3,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6321/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6321",
"html_url": "https://github.com/huggingface/transformers/pull/6321",
"diff_url": "https://github.com/huggingface/transformers/pull/6321.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6321.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6320 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6320/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6320/comments | https://api.github.com/repos/huggingface/transformers/issues/6320/events | https://github.com/huggingface/transformers/issues/6320 | 674,844,085 | MDU6SXNzdWU2NzQ4NDQwODU= | 6,320 | Multi-gpu LM finetuning | {
"login": "cppntn",
"id": 26765504,
"node_id": "MDQ6VXNlcjI2NzY1NTA0",
"avatar_url": "https://avatars.githubusercontent.com/u/26765504?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cppntn",
"html_url": "https://github.com/cppntn",
"followers_url": "https://api.github.com/users/cppntn/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | Hello,
how can I run LM finetuning with more than one gpu (specifically I want to train gpt2-medium on Google Cloud with four nvidia T4, 64GB).
What are the arguments to pass to `run_language_modeling.py` script?
Thanks | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6320/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/6320/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6319 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6319/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6319/comments | https://api.github.com/repos/huggingface/transformers/issues/6319/events | https://github.com/huggingface/transformers/issues/6319 | 674,821,137 | MDU6SXNzdWU2NzQ4MjExMzc= | 6,319 | num_beams error in GPT2DoubleHead model | {
"login": "vibhavagarwal5",
"id": 23319631,
"node_id": "MDQ6VXNlcjIzMzE5NjMx",
"avatar_url": "https://avatars.githubusercontent.com/u/23319631?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vibhavagarwal5",
"html_url": "https://github.com/vibhavagarwal5",
"followers_url": "https://api.gi... | [] | 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... | [
"encountered the same issue",
"I think @patrickvonplaten might have some ideas."
] | 1,596 | 1,598 | 1,598 | NONE | null | ## Environment info
<!-- You can run the command `transformers-cli env` and copy-and-paste its output below.
Don't forget to fill out the missing fields in that output! -->
- `transformers` version: 2.9.1
- Platform: Linux
- Python version: 3.6
- PyTorch version (GPU?): 1.5
- Tensorflow version (GPU?... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6319/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/6319/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6318 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6318/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6318/comments | https://api.github.com/repos/huggingface/transformers/issues/6318/events | https://github.com/huggingface/transformers/issues/6318 | 674,714,837 | MDU6SXNzdWU2NzQ3MTQ4Mzc= | 6,318 | TFBert runs slower than keras-bert, any plan to speed up? | {
"login": "kismit",
"id": 17515460,
"node_id": "MDQ6VXNlcjE3NTE1NDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/17515460?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kismit",
"html_url": "https://github.com/kismit",
"followers_url": "https://api.github.com/users/kismit/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This is related: https://github.com/huggingface/transformers/pull/6877",
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,604 | 1,604 | NONE | null | classification task run with keras-bert using 7ms, but run with TFBert using 50+ms, both of them runing on GPU, detail arguments:
hidden layers: 6
max_seq_length: 64
cuda: 2080ti
As I see, most of time using cost by bert encoder, average 6 ms per encoder layer, while keras-bert encoder per layer use less than 1ms... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6318/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6318/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6317 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6317/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6317/comments | https://api.github.com/repos/huggingface/transformers/issues/6317/events | https://github.com/huggingface/transformers/issues/6317 | 674,714,165 | MDU6SXNzdWU2NzQ3MTQxNjU= | 6,317 | codecov invalid reports due to inconsistent code coverage outputs (non-idempotent test-suite) | {
"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 | [] | [
"Here is another gem - PR to remove a single comment from a test file https://github.com/huggingface/transformers/pull/6338 - guess what codecov's report was - it will increase coverage by 0.32%! Sounds like its output would make a pretty good RNG.",
"Pinging @thomasrockhu\r\n\r\nWe've seen such reports for a whi... | 1,596 | 1,601 | 1,601 | CONTRIBUTOR | null | Currently PRs get a codecov report
1. Observing various commits - especially pure doc commits - It's either not working right or it needs to be configured.
e.g., this PR has 0.00% change to the code:
https://github.com/huggingface/transformers/pull/6315/files
yet, codecov found -0.51% decrease in coverage - t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6317/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6317/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6316 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6316/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6316/comments | https://api.github.com/repos/huggingface/transformers/issues/6316/events | https://github.com/huggingface/transformers/issues/6316 | 674,711,324 | MDU6SXNzdWU2NzQ3MTEzMjQ= | 6,316 | Dataloader number of workers in Trainer | {
"login": "ggaemo",
"id": 8081512,
"node_id": "MDQ6VXNlcjgwODE1MTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8081512?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ggaemo",
"html_url": "https://github.com/ggaemo",
"followers_url": "https://api.github.com/users/ggaemo/foll... | [] | closed | false | null | [] | [
"+1.\r\n\r\nI suppose it should not be difficult to add additional argument to ```self.args``` specifying number of workers to use and to use it as:\r\n```\r\nreturn DataLoader(\r\n self.train_dataset,\r\n batch_size=self.args.train_batch_size,\r\n sampler=train_sampler,\r\n ... | 1,596 | 1,600 | 1,600 | NONE | null | https://github.com/huggingface/transformers/blob/175cd45e13b2e33d1efec9e2ac217cba99f6ae58/src/transformers/trainer.py#L252
If you want to use the Trainer from trainer.py, you only have the option to use only 0 number of workers for your dataloader.
However, even if I change the source code to have 10 number or ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6316/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/6316/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6315 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6315/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6315/comments | https://api.github.com/repos/huggingface/transformers/issues/6315/events | https://github.com/huggingface/transformers/pull/6315 | 674,702,744 | MDExOlB1bGxSZXF1ZXN0NDY0MzQ3MTk3 | 6,315 | [examples] consistently use --gpus, instead of --n_gpu | {
"login": "stas00",
"id": 10676103,
"node_id": "MDQ6VXNlcjEwNjc2MTAz",
"avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stas00",
"html_url": "https://github.com/stas00",
"followers_url": "https://api.github.com/users/stas00/fo... | [] | closed | false | null | [] | [
"I had to update all the files since n_gpu seems like a common param.",
"You could create an issue, suggesting to use `n_gpu` everywhere instead, supporting it with some stats that would be in favor of this naming. As long as it's consistent across the project either way works, IMHO."
] | 1,596 | 1,603 | 1,596 | CONTRIBUTOR | null | - some docs were wrongly suggesting to use `--n_gpu`, when the code is `--gpus`
- `examples/distillation/` had `--n_gpu`, in the code - switched it and the doc to `--gpus` | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6315/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6315/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6315",
"html_url": "https://github.com/huggingface/transformers/pull/6315",
"diff_url": "https://github.com/huggingface/transformers/pull/6315.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6315.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6314 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6314/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6314/comments | https://api.github.com/repos/huggingface/transformers/issues/6314/events | https://github.com/huggingface/transformers/pull/6314 | 674,700,588 | MDExOlB1bGxSZXF1ZXN0NDY0MzQ1NTEx | 6,314 | [pl] restore lr logging behavior for glue, ner examples | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6314?src=pr&el=h1) Report\n> Merging [#6314](https://codecov.io/gh/huggingface/transformers/pull/6314?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/be1520d3a3c09d729649c49fa3163bd938b6a238&el=desc) will **decrease... | 1,596 | 1,603 | 1,597 | CONTRIBUTOR | null | 2 more fixes for https://github.com/huggingface/transformers/pull/6027
1. restore the original code and add what was there already, instead of a complex line of code.
2. restore removed `rate` field - solve the missing bit
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6314/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6314/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6314",
"html_url": "https://github.com/huggingface/transformers/pull/6314",
"diff_url": "https://github.com/huggingface/transformers/pull/6314.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6314.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6313 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6313/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6313/comments | https://api.github.com/repos/huggingface/transformers/issues/6313/events | https://github.com/huggingface/transformers/issues/6313 | 674,674,583 | MDU6SXNzdWU2NzQ2NzQ1ODM= | 6,313 | Error trying to import SquadDataset | {
"login": "brian8128",
"id": 10691563,
"node_id": "MDQ6VXNlcjEwNjkxNTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/10691563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/brian8128",
"html_url": "https://github.com/brian8128",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"Hi @brian8128 , `SquadDataset` was added after the 3.0.2 release. You'll need to install from source to use it",
"Thanks! It's working now. You guys have written some code around this stuff!"
] | 1,596 | 1,596 | 1,596 | NONE | null | ## Environment info
- `transformers` version: 3.0.2
- Platform: Linux-4.15.0-108-generic-x86_64-with-glibc2.10
- Python version: 3.8.2
- PyTorch version (GPU?): 1.4.0 (True)
- Tensorflow version (GPU?): not installed (NA)
- Using GPU in script?: <fill in>
- Using distributed or parallel set-up in script?: <fil... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6313/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6313/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6312 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6312/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6312/comments | https://api.github.com/repos/huggingface/transformers/issues/6312/events | https://github.com/huggingface/transformers/pull/6312 | 674,674,023 | MDExOlB1bGxSZXF1ZXN0NDY0MzI0NDg4 | 6,312 | clarify shuffle | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6312?src=pr&el=h1) Report\n> Merging [#6312](https://codecov.io/gh/huggingface/transformers/pull/6312?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/0eecaceac7a2cb3c067a435a7571a2ee0de619b9?el=desc) will **increase... | 1,596 | 1,598 | 1,598 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6312/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6312/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6312",
"html_url": "https://github.com/huggingface/transformers/pull/6312",
"diff_url": "https://github.com/huggingface/transformers/pull/6312.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6312.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6311 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6311/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6311/comments | https://api.github.com/repos/huggingface/transformers/issues/6311/events | https://github.com/huggingface/transformers/pull/6311 | 674,671,965 | MDExOlB1bGxSZXF1ZXN0NDY0MzIyNzc4 | 6,311 | modify ``val_loss_mean`` | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | CONTRIBUTOR | null | revised by this warning
***/lib/python3.*/site-packages/pytorch_lightning/utilities/distributed.py:25: RuntimeWarning: The metric you returned 1.234 must be a `torch.Tensor` instance, checkpoint not saved HINT: what is the value of val_loss in validation_epoch_end()? | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6311/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6311/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6311",
"html_url": "https://github.com/huggingface/transformers/pull/6311",
"diff_url": "https://github.com/huggingface/transformers/pull/6311.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6311.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6310 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6310/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6310/comments | https://api.github.com/repos/huggingface/transformers/issues/6310/events | https://github.com/huggingface/transformers/issues/6310 | 674,648,681 | MDU6SXNzdWU2NzQ2NDg2ODE= | 6,310 | collision between different cl arg definitions in examples | {
"login": "stas00",
"id": 10676103,
"node_id": "MDQ6VXNlcjEwNjc2MTAz",
"avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stas00",
"html_url": "https://github.com/stas00",
"followers_url": "https://api.github.com/users/stas00/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Here is a potential idea of how to keep all the common cl arg definitions in `BaseTransformer` and then let each example subclass tell which ones it wants to support, w/o needing to duplicate the same thing everywhere.\r\n```\r\nimport argparse\r\n\r\n# removes an option from the parser after parser.add_argument's... | 1,596 | 1,603 | 1,603 | CONTRIBUTOR | null | The `examples` have an incosistency of how the cl args are defined and parsed. Some rely on PL's main args as `finetune.py` does: https://github.com/huggingface/transformers/blob/master/examples/seq2seq/finetune.py#L410
```
parser = argparse.ArgumentParser()
parser = pl.Trainer.add_argparse_args(parser)
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6310/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6310/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6309 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6309/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6309/comments | https://api.github.com/repos/huggingface/transformers/issues/6309/events | https://github.com/huggingface/transformers/pull/6309 | 674,632,888 | MDExOlB1bGxSZXF1ZXN0NDY0MjkwMzQy | 6,309 | pl version: examples/requirements.txt is single source of truth | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6309?src=pr&el=h1) Report\n> Merging [#6309](https://codecov.io/gh/huggingface/transformers/pull/6309?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/175cd45e13b2e33d1efec9e2ac217cba99f6ae58&el=desc) will **increase... | 1,596 | 1,597 | 1,597 | CONTRIBUTOR | null | PL git master is unstable:
```
cd examples/text-classification
./run_pl.sh
```
```
File "run_pl_glue.py", line 12, in <module>
from lightning_base import BaseTransformer, add_generic_args, generic_train
File "/mnt/nvme1/code/huggingface/transformers-master/examples/lightning_base.py", line 7, in <mod... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6309/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6309/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6309",
"html_url": "https://github.com/huggingface/transformers/pull/6309",
"diff_url": "https://github.com/huggingface/transformers/pull/6309.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6309.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6308 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6308/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6308/comments | https://api.github.com/repos/huggingface/transformers/issues/6308/events | https://github.com/huggingface/transformers/issues/6308 | 674,631,919 | MDU6SXNzdWU2NzQ2MzE5MTk= | 6,308 | Debug flag to `run_language_modeling` triggers error | {
"login": "dmlap",
"id": 56667,
"node_id": "MDQ6VXNlcjU2NjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/56667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dmlap",
"html_url": "https://github.com/dmlap",
"followers_url": "https://api.github.com/users/dmlap/followers",
"f... | [] | closed | false | null | [] | [
"The documentation of `debug` clearly points out this parameter is only used for TPU-training:\r\n```\r\ndebug (:obj:`bool`, `optional`, defaults to :obj:`False`):\r\n When training on TPU, whether to print debug metrics or not.\r\n```\r\nIt's called simply debug (and not `tpu_debug`) for harmonization w... | 1,596 | 1,597 | 1,597 | CONTRIBUTOR | null | ## Environment info
- `transformers` version: 3.0.2
- Platform: Linux-5.4.0-42-generic-x86_64-with-glibc2.29
- Python version: 3.8.2
- PyTorch version (GPU?): 1.6.0+cu101 (True)
- Tensorflow version (GPU?): not installed (NA)
- Using GPU in script?: yes, run_language_modeling.py
- Using distributed or parallel... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6308/reactions",
"total_count": 3,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 1,
"eyes": 1
} | https://api.github.com/repos/huggingface/transformers/issues/6308/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6307 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6307/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6307/comments | https://api.github.com/repos/huggingface/transformers/issues/6307/events | https://github.com/huggingface/transformers/pull/6307 | 674,625,886 | MDExOlB1bGxSZXF1ZXN0NDY0Mjg0NTc1 | 6,307 | fix the shuffle agrument usage and the default | {
"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 merged https://github.com/huggingface/transformers/pull/6027 broke `examples/seq2seq/test_seq2seq_examples.py::test_finetune_lr_shedulers` - which I think was flagged by failing CI of that PR.\r\n\r\nyeah, PL already has `--gpus` - so it conflicts with the one added by 6027. So I will look at how to rework tha... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | This is a follow up to the recently merged PR to https://github.com/huggingface/transformers/pull/6027
The `shuffle` wasn't handled correctly:
```
cd examples/text-classification
./run_pl.sh
```
```
TypeError: get_dataloader() missing 1 required positional argument: 'shuffle'
```
this fixes it | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6307/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6307/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6307",
"html_url": "https://github.com/huggingface/transformers/pull/6307",
"diff_url": "https://github.com/huggingface/transformers/pull/6307.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6307.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6306 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6306/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6306/comments | https://api.github.com/repos/huggingface/transformers/issues/6306/events | https://github.com/huggingface/transformers/issues/6306 | 674,567,670 | MDU6SXNzdWU2NzQ1Njc2NzA= | 6,306 | solving `make quality` failures | {
"login": "stas00",
"id": 10676103,
"node_id": "MDQ6VXNlcjEwNjc2MTAz",
"avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stas00",
"html_url": "https://github.com/stas00",
"followers_url": "https://api.github.com/users/stas00/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Confirming the warning started to appear since I did a conda upgrade (for pytorch 1.6.0), never got the error here.",
"> Confirming the warning started to appear since I did a conda upgrade (for pytorch 1.6.0)\r\n\r\nThank you for validating this.\r\n\r\nThe warning is kind of like an error, since it's noisy, so... | 1,596 | 1,602 | 1,602 | CONTRIBUTOR | null | `make quality` currently and for a while now fails with 1 warning and 1 failure:
1. isort warning:
with `isort==4.3.21` or the required by the latest stable `pylint`, or `setup.py`'s current
`git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort`
we get:
```
make sty... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6306/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6306/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6305 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6305/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6305/comments | https://api.github.com/repos/huggingface/transformers/issues/6305/events | https://github.com/huggingface/transformers/pull/6305 | 674,554,075 | MDExOlB1bGxSZXF1ZXN0NDY0MjI1MDk2 | 6,305 | Remove redundant line in run_pl_glue.py | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6305?src=pr&el=h1) Report\n> Merging [#6305](https://codecov.io/gh/huggingface/transformers/pull/6305?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/118ecfd4273b5381aeeb65476a01678c7a96ae3e&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6305/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6305/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6305",
"html_url": "https://github.com/huggingface/transformers/pull/6305",
"diff_url": "https://github.com/huggingface/transformers/pull/6305.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6305.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6304 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6304/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6304/comments | https://api.github.com/repos/huggingface/transformers/issues/6304/events | https://github.com/huggingface/transformers/pull/6304 | 674,550,457 | MDExOlB1bGxSZXF1ZXN0NDY0MjIyMDYz | 6,304 | Add_argument ``gpus`` | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"should be fixed on master, let me know if not."
] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6304/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6304/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6304",
"html_url": "https://github.com/huggingface/transformers/pull/6304",
"diff_url": "https://github.com/huggingface/transformers/pull/6304.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6304.patch",
"merged_at": n... | |
https://api.github.com/repos/huggingface/transformers/issues/6303 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6303/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6303/comments | https://api.github.com/repos/huggingface/transformers/issues/6303/events | https://github.com/huggingface/transformers/pull/6303 | 674,548,004 | MDExOlB1bGxSZXF1ZXN0NDY0MjIwMDMw | 6,303 | default `n_tpu_cores` in lightning_base.py | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"fixed on master, let me know if not."
] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | The original default `n_tpu_cores` value `0` raise Error
``pytorch_lightning.utilities.exceptions.MisconfigurationException: `tpu_cores` can only be 1, 8 or [<1-8>]``
And it should be corrected as `None`. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6303/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6303/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6303",
"html_url": "https://github.com/huggingface/transformers/pull/6303",
"diff_url": "https://github.com/huggingface/transformers/pull/6303.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6303.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6302 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6302/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6302/comments | https://api.github.com/repos/huggingface/transformers/issues/6302/events | https://github.com/huggingface/transformers/issues/6302 | 674,542,965 | MDU6SXNzdWU2NzQ1NDI5NjU= | 6,302 | Default value of `n_tpu_cores` in lightning_base.py | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | https://github.com/huggingface/transformers/blob/2804fff8393dbda5098b8c9f5e36235e89c50023/examples/lightning_base.py#L294
The default setting ``0`` raise Error
``pytorch_lightning.utilities.exceptions.MisconfigurationException: `tpu_cores` can only be 1, 8 or [<1-8>]``
It should be replaced by ``None``. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6302/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6302/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6301 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6301/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6301/comments | https://api.github.com/repos/huggingface/transformers/issues/6301/events | https://github.com/huggingface/transformers/issues/6301 | 674,487,559 | MDU6SXNzdWU2NzQ0ODc1NTk= | 6,301 | Redundant code | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1108649053,
"node_id": "MDU6TGFiZWwxMTA4NjQ5MDUz",
"url": "https://api.github.com/repos/huggingface/transformers/labels/Help%20wanted",
"name": "Help wanted",
"color": "008672",
"default": false,
"description": "Extra attention is needed, help appreciated"
}
] | closed | false | null | [] | [
"Great catch! Feel free to PR a fix!"
] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | https://github.com/huggingface/transformers/blob/2f2aa0c89cab9a77560e6845578f917a61081c67/examples/text-classification/run_pl_glue.py#L57
This line is useless | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6301/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6301/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6300 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6300/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6300/comments | https://api.github.com/repos/huggingface/transformers/issues/6300/events | https://github.com/huggingface/transformers/pull/6300 | 674,453,862 | MDExOlB1bGxSZXF1ZXN0NDY0MTQyODkw | 6,300 | [Reformer] fix default generators for pytorch < 1.6 | {
"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 | [] | [
"Good to merge for me.",
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6300?src=pr&el=h1) Report\n> Merging [#6300](https://codecov.io/gh/huggingface/transformers/pull/6300?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/2f2aa0c89cab9a77560e6845578f917a61081c... | 1,596 | 1,596 | 1,596 | MEMBER | null | As far as I know in PyTorch < 1.6 torch.cuda.default_generators is only defined when running on GPU => so we can simply add a `hasattr(torch.cuda, "default_generators")` to fix Reformer for PyTorch < 1.6. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6300/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6300/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6300",
"html_url": "https://github.com/huggingface/transformers/pull/6300",
"diff_url": "https://github.com/huggingface/transformers/pull/6300.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6300.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6299 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6299/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6299/comments | https://api.github.com/repos/huggingface/transformers/issues/6299/events | https://github.com/huggingface/transformers/pull/6299 | 674,425,745 | MDExOlB1bGxSZXF1ZXN0NDY0MTE5ODc1 | 6,299 | Added an Adapter training example | {
"login": "hmohebbi",
"id": 16359318,
"node_id": "MDQ6VXNlcjE2MzU5MzE4",
"avatar_url": "https://avatars.githubusercontent.com/u/16359318?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hmohebbi",
"html_url": "https://github.com/hmohebbi",
"followers_url": "https://api.github.com/users/hmo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,603 | 1,603 | NONE | null | Contributed an example of adding and training adapters among Hugging's BERT layers according to the paper of [Houlsby et al. (2019)](https://arxiv.org/abs/1902.00751).
GLUE test results have also provided for this implementation where BERT(base, uncased) was used as the pre-trained model. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6299/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6299/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6299",
"html_url": "https://github.com/huggingface/transformers/pull/6299",
"diff_url": "https://github.com/huggingface/transformers/pull/6299.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6299.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6298 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6298/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6298/comments | https://api.github.com/repos/huggingface/transformers/issues/6298/events | https://github.com/huggingface/transformers/pull/6298 | 674,420,400 | MDExOlB1bGxSZXF1ZXN0NDY0MTE1NDg5 | 6,298 | Add a script to check all models are tested and documented | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6298?src=pr&el=h1) Report\n> Merging [#6298](https://codecov.io/gh/huggingface/transformers/pull/6298?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/31da35cc8939e19a292cb7f15cad5c9a1ddf7f23&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | COLLABORATOR | null | This PR adds a new script to `make quality` that checks all models are tested and documented. This way, we will get a CI failure is someone adds a new model but doesn't document it or add it to the tests so that the common tests are applied to it. This will make the library far more robust.
Note: the changes in the ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6298/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6298/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6298",
"html_url": "https://github.com/huggingface/transformers/pull/6298",
"diff_url": "https://github.com/huggingface/transformers/pull/6298.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6298.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6297 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6297/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6297/comments | https://api.github.com/repos/huggingface/transformers/issues/6297/events | https://github.com/huggingface/transformers/issues/6297 | 674,415,420 | MDU6SXNzdWU2NzQ0MTU0MjA= | 6,297 | Question about BERT model size (transformer block number) | {
"login": "ZLKong",
"id": 28882362,
"node_id": "MDQ6VXNlcjI4ODgyMzYy",
"avatar_url": "https://avatars.githubusercontent.com/u/28882362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZLKong",
"html_url": "https://github.com/ZLKong",
"followers_url": "https://api.github.com/users/ZLKong/fo... | [] | closed | false | null | [] | [
"Hi ZLK, we're trying to keep Github issues on our repo strictly related to code. [Our forum](https://discuss.huggingface.co) is a much better place for general questions like yours, and the people over there will better be able to answer it! Cheers"
] | 1,596 | 1,596 | 1,596 | NONE | null | # ❓ Questions & Help
<!-- The GitHub issue tracker is primarly intended for bugs, feature requests,
new models and benchmarks, and migration questions. For all other questions,
we direct you to the Hugging Face forum: https://discuss.huggingface.co/ .
You can also try Stack Overflow (SO) where a wh... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6297/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6297/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6296 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6296/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6296/comments | https://api.github.com/repos/huggingface/transformers/issues/6296/events | https://github.com/huggingface/transformers/pull/6296 | 674,404,426 | MDExOlB1bGxSZXF1ZXN0NDY0MTAyMTc1 | 6,296 | Argument to set GPT2 inner dimension | {
"login": "TevenLeScao",
"id": 26709476,
"node_id": "MDQ6VXNlcjI2NzA5NDc2",
"avatar_url": "https://avatars.githubusercontent.com/u/26709476?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TevenLeScao",
"html_url": "https://github.com/TevenLeScao",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"Ignore the failing test, will be patched by https://github.com/huggingface/transformers/pull/6287",
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6296?src=pr&el=h1) Report\n> Merging [#6296](https://codecov.io/gh/huggingface/transformers/pull/6296?src=pr&el=desc) into [master](https://codecov.... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Contrary to most models in the lib, GPT2 currently does not support user-chosen feedforward dimension values. This PR allows the user to choose one. By default the value is `None`; when that is the case, the model reverts to the default `4 * n_embd`. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6296/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6296/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6296",
"html_url": "https://github.com/huggingface/transformers/pull/6296",
"diff_url": "https://github.com/huggingface/transformers/pull/6296.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6296.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6295 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6295/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6295/comments | https://api.github.com/repos/huggingface/transformers/issues/6295/events | https://github.com/huggingface/transformers/issues/6295 | 674,401,281 | MDU6SXNzdWU2NzQ0MDEyODE= | 6,295 | Fix/test convert_mbart.py | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [
{
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api... | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | CONTRIBUTOR | null | from [forums](https://discuss.huggingface.co/t/how-can-i-convert-a-model-created-with-fairseq/564/10?u=sshleifer)
```
Traceback (most recent call last):
File "./convert_mbart_original_checkpoint_to_pytorch.py", line 7, in <module>
from .convert_bart_original_pytorch_checkpoint_to_pytorch imp... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6295/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6295/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6294 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6294/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6294/comments | https://api.github.com/repos/huggingface/transformers/issues/6294/events | https://github.com/huggingface/transformers/issues/6294 | 674,375,615 | MDU6SXNzdWU2NzQzNzU2MTU= | 6,294 | How to get word and sentence level embeddings from T5-11b | {
"login": "bronpong",
"id": 61424557,
"node_id": "MDQ6VXNlcjYxNDI0NTU3",
"avatar_url": "https://avatars.githubusercontent.com/u/61424557?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bronpong",
"html_url": "https://github.com/bronpong",
"followers_url": "https://api.github.com/users/bro... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | Hi can someone please tell me how to get word and sentence level embeddings for a given sentence from T5-11b? | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6294/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6294/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6293 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6293/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6293/comments | https://api.github.com/repos/huggingface/transformers/issues/6293/events | https://github.com/huggingface/transformers/pull/6293 | 674,371,964 | MDExOlB1bGxSZXF1ZXN0NDY0MDc1NjY2 | 6,293 | [s2s]Use prepare_translation_batch for Marian finetuning | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6293?src=pr&el=h1) Report\n> Merging [#6293](https://codecov.io/gh/huggingface/transformers/pull/6293?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d5bc32ce92ace9aaec7752e0b89d51ba18903a1b&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Fix #6262 | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6293/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6293/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6293",
"html_url": "https://github.com/huggingface/transformers/pull/6293",
"diff_url": "https://github.com/huggingface/transformers/pull/6293.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6293.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6292 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6292/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6292/comments | https://api.github.com/repos/huggingface/transformers/issues/6292/events | https://github.com/huggingface/transformers/issues/6292 | 674,370,247 | MDU6SXNzdWU2NzQzNzAyNDc= | 6,292 | inconclusive truncation strategies in encode_plus? | {
"login": "fhamborg",
"id": 18700166,
"node_id": "MDQ6VXNlcjE4NzAwMTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/18700166?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fhamborg",
"html_url": "https://github.com/fhamborg",
"followers_url": "https://api.github.com/users/fha... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | # ❓ Questions & Help
## Details
Not sure if this is a bug or missing feature or I just misunderstood something: specifically, I'm wondering whether a common truncation strategy is missing from [`encode_plus`](https://huggingface.co/transformers/main_classes/tokenizer.html#transformers.PreTrainedTokenizer.__call__... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6292/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6292/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6291 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6291/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6291/comments | https://api.github.com/repos/huggingface/transformers/issues/6291/events | https://github.com/huggingface/transformers/issues/6291 | 674,347,603 | MDU6SXNzdWU2NzQzNDc2MDM= | 6,291 | Why is the lm_head layer in GPT2LMHeadModel not a parameter? | {
"login": "jimmyjimmy94",
"id": 32017400,
"node_id": "MDQ6VXNlcjMyMDE3NDAw",
"avatar_url": "https://avatars.githubusercontent.com/u/32017400?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jimmyjimmy94",
"html_url": "https://github.com/jimmyjimmy94",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | [
"It is tied to the input layer, see https://github.com/huggingface/transformers/issues/3799 or the docs here: https://huggingface.co/transformers/model_doc/gpt2.html#transformers.GPT2LMHeadModel. ",
"If you want to know more about how to fine-tune the model, maybe this helps: https://github.com/huggingface/transf... | 1,596 | 1,596 | 1,596 | NONE | null | I loaded the model by
```
from transformers import GPT2LMHeadModel
gpt2 = GPT2LMHeadModel.from_pretrained('distilgpt2')
```
doing `[n for n,p in gpt2.named_parameters()]` gives me:
```
['gpt2.transformer.wte.weight', 'gpt2.transformer.wpe.weight', 'gpt2.transformer.h.0.ln_1.weight', 'gpt2.transformer.h.0.ln_1.b... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6291/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6291/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6290 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6290/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6290/comments | https://api.github.com/repos/huggingface/transformers/issues/6290/events | https://github.com/huggingface/transformers/pull/6290 | 674,339,804 | MDExOlB1bGxSZXF1ZXN0NDY0MDQ4OTM5 | 6,290 | Update model card | {
"login": "mrm8488",
"id": 3653789,
"node_id": "MDQ6VXNlcjM2NTM3ODk=",
"avatar_url": "https://avatars.githubusercontent.com/u/3653789?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mrm8488",
"html_url": "https://github.com/mrm8488",
"followers_url": "https://api.github.com/users/mrm8488/... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6290?src=pr&el=h1) Report\n> Merging [#6290](https://codecov.io/gh/huggingface/transformers/pull/6290?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d5bc32ce92ace9aaec7752e0b89d51ba18903a1b&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Add links to RuPERTa models fine-tuned on Spanish SQUAD datasets | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6290/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6290/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6290",
"html_url": "https://github.com/huggingface/transformers/pull/6290",
"diff_url": "https://github.com/huggingface/transformers/pull/6290.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6290.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6289 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6289/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6289/comments | https://api.github.com/repos/huggingface/transformers/issues/6289/events | https://github.com/huggingface/transformers/pull/6289 | 674,325,332 | MDExOlB1bGxSZXF1ZXN0NDY0MDM2ODYx | 6,289 | added functionality to output the probabilities of the generated tokens #5164 | {
"login": "guyeyal",
"id": 3502557,
"node_id": "MDQ6VXNlcjM1MDI1NTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3502557?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/guyeyal",
"html_url": "https://github.com/guyeyal",
"followers_url": "https://api.github.com/users/guyeyal/... | [] | closed | false | null | [] | [
"Hi, is there any reason why this function not merged into the generate function? Hope to use this functionality to incorporate with reinforcement learning in my work.",
"Hey @ngoquanghuy99,\r\n\r\nSorry to answer only now. It is already possible to output probabilities as shown here: https://discuss.huggingface.... | 1,596 | 1,642 | 1,596 | NONE | null | see https://github.com/huggingface/transformers/issues/5164
running:
from transformers import AutoTokenizer, GPT2LMHeadModel, AutoModelWithLMHead
model_name = 'facebook/bart-base'
print("load tokenizer")
tokenizer = AutoTokenizer.from_pretrained(model_name)
print("load model")
model =... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6289/reactions",
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6289/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6289",
"html_url": "https://github.com/huggingface/transformers/pull/6289",
"diff_url": "https://github.com/huggingface/transformers/pull/6289.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6289.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6288 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6288/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6288/comments | https://api.github.com/repos/huggingface/transformers/issues/6288/events | https://github.com/huggingface/transformers/pull/6288 | 674,237,929 | MDExOlB1bGxSZXF1ZXN0NDYzOTYzOTk5 | 6,288 | Adding a translation end-to-end example. | {
"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 | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [
{
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api... | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6288?src=pr&el=h1) Report\n> Merging [#6288](https://codecov.io/gh/huggingface/transformers/pull/6288?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d5bc32ce92ace9aaec7752e0b89d51ba18903a1b&el=desc) will **decrease... | 1,596 | 1,604 | 1,604 | CONTRIBUTOR | null | This is an attempt to get translation example but end-to-end not just finetuning (so we actually run the tokenizer's training for instance). Is this something worth anything ?
Also, I felt a bit confused that summarizing and translation were in `seq2seq`, it might be more readable to split this folder into `summariza... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6288/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6288/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6288",
"html_url": "https://github.com/huggingface/transformers/pull/6288",
"diff_url": "https://github.com/huggingface/transformers/pull/6288.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6288.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6287 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6287/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6287/comments | https://api.github.com/repos/huggingface/transformers/issues/6287/events | https://github.com/huggingface/transformers/pull/6287 | 674,236,982 | MDExOlB1bGxSZXF1ZXN0NDYzOTYzMjA4 | 6,287 | CI dependency wheel caching | {
"login": "LysandreJik",
"id": 30755778,
"node_id": "MDQ6VXNlcjMwNzU1Nzc4",
"avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LysandreJik",
"html_url": "https://github.com/LysandreJik",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6287?src=pr&el=h1) Report\n> Merging [#6287](https://codecov.io/gh/huggingface/transformers/pull/6287?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d89acd07cc42a2352cca18c8facefb9442fd08ab&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | MEMBER | null | In the past week there has been a drastic increase of Circle CI test failures due to mismatching hash for large dependencies (Torch and TensorFlow), exemple [here](https://app.circleci.com/pipelines/github/huggingface/transformers/9954/workflows/2e3a66e6-8aa5-414a-9ee0-ba395be226cb/jobs/68258):
```
ERROR: THESE PACKA... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6287/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/6287/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6287",
"html_url": "https://github.com/huggingface/transformers/pull/6287",
"diff_url": "https://github.com/huggingface/transformers/pull/6287.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6287.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6286 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6286/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6286/comments | https://api.github.com/repos/huggingface/transformers/issues/6286/events | https://github.com/huggingface/transformers/issues/6286 | 674,214,467 | MDU6SXNzdWU2NzQyMTQ0Njc= | 6,286 | F1 decreases resuming from last saved checkpoint of fine-tuning | {
"login": "paulthemagno",
"id": 38130299,
"node_id": "MDQ6VXNlcjM4MTMwMjk5",
"avatar_url": "https://avatars.githubusercontent.com/u/38130299?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/paulthemagno",
"html_url": "https://github.com/paulthemagno",
"followers_url": "https://api.github.c... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | I'm doing a simple fine-tuning on a Camembert-like model on SQUAD task. Because of different bugs (not of the script, but of my internal storage) the fine-tuning crashed twice and so I restarted from the **last saved checkpoint**. When I evaluated the results I noticed that, **considering every first checkpoint after r... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6286/reactions",
"total_count": 4,
"+1": 4,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6286/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6285 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6285/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6285/comments | https://api.github.com/repos/huggingface/transformers/issues/6285/events | https://github.com/huggingface/transformers/issues/6285 | 674,177,764 | MDU6SXNzdWU2NzQxNzc3NjQ= | 6,285 | 🌟 T5 V1.1 | {
"login": "timoschick",
"id": 4427290,
"node_id": "MDQ6VXNlcjQ0MjcyOTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4427290?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/timoschick",
"html_url": "https://github.com/timoschick",
"followers_url": "https://api.github.com/users... | [
{
"id": 1843244711,
"node_id": "MDU6TGFiZWwxODQzMjQ0NzEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model",
"name": "New model",
"color": "fbca04",
"default": false,
"description": ""
}
] | closed | false | {
"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... | [
"Sorry for the long delay on this one - I hope to be able to take a look in the next two weeks :-) ",
"And thanks a lot for the very in-detail description here!",
"Any update on this task?",
"Hi all, in case it is helpful Noam recently wrote up a maybe-exhaustive list of the differences between T5.1.1 and a v... | 1,596 | 1,605 | 1,605 | NONE | null | # 🌟 New model addition
## Model description
T5 version t5.1.1.* is very similar to the original T5 model, with the following differences:
- GEGLU activation in feed-forward hidden layer, rather than ReLU - see https://arxiv.org/abs/2002.05202 .
- Dropout was turned off in pre-training (quality win). Dropout sh... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6285/reactions",
"total_count": 14,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 13
} | https://api.github.com/repos/huggingface/transformers/issues/6285/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6284 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6284/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6284/comments | https://api.github.com/repos/huggingface/transformers/issues/6284/events | https://github.com/huggingface/transformers/pull/6284 | 674,138,841 | MDExOlB1bGxSZXF1ZXN0NDYzODgxODA1 | 6,284 | Fix the tests for Electra | {
"login": "jplu",
"id": 959590,
"node_id": "MDQ6VXNlcjk1OTU5MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/959590?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jplu",
"html_url": "https://github.com/jplu",
"followers_url": "https://api.github.com/users/jplu/followers",
... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6284?src=pr&el=h1) Report\n> Merging [#6284](https://codecov.io/gh/huggingface/transformers/pull/6284?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/c67d1a0259cbb3aef31952b4f37d4fee0e36f134&el=desc) will **decrease... | 1,596 | 1,600 | 1,596 | CONTRIBUTOR | null | Add the tests for `TFElectraForSequenceClassification` and `TFElectraForMultipleChoice` and fix them. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6284/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6284/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6284",
"html_url": "https://github.com/huggingface/transformers/pull/6284",
"diff_url": "https://github.com/huggingface/transformers/pull/6284.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6284.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6283 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6283/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6283/comments | https://api.github.com/repos/huggingface/transformers/issues/6283/events | https://github.com/huggingface/transformers/issues/6283 | 674,124,495 | MDU6SXNzdWU2NzQxMjQ0OTU= | 6,283 | Problem with converting XLM checkpoint to pytorch (missing merges.txt) | {
"login": "sebastian-nehrdich",
"id": 18755480,
"node_id": "MDQ6VXNlcjE4NzU1NDgw",
"avatar_url": "https://avatars.githubusercontent.com/u/18755480?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sebastian-nehrdich",
"html_url": "https://github.com/sebastian-nehrdich",
"followers_url": "ht... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,607 | 1,607 | NONE | null | Hello,
I would like to use a checkpoint that I trained with XLM before (https://github.com/facebookresearch/XLM).
For that I am using the following script: https://github.com/huggingface/transformers/blob/master/src/transformers/convert_xlm_original_pytorch_checkpoint_to_pytorch.py
The conversion works fine but ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6283/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6283/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6282 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6282/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6282/comments | https://api.github.com/repos/huggingface/transformers/issues/6282/events | https://github.com/huggingface/transformers/issues/6282 | 674,109,803 | MDU6SXNzdWU2NzQxMDk4MDM= | 6,282 | Using tensorrt model.engine Inference speed is relatively fast. Why is onnxruntime based on tensorrt as slow as CPU inference | {
"login": "ye1024",
"id": 69297740,
"node_id": "MDQ6VXNlcjY5Mjk3NzQw",
"avatar_url": "https://avatars.githubusercontent.com/u/69297740?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ye1024",
"html_url": "https://github.com/ye1024",
"followers_url": "https://api.github.com/users/ye1024/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | # ❓ Questions & Help
https://github.com/huggingface/transformers/blob/master/notebooks/04-onnx-export.ipynb
Based on different providers to infer the .onnx model, why is CUDA the fastest and tensorrt based model particularly slow
Using tensorrt model.engine Inference speed is relatively fast. Why is onnxruntime bas... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6282/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6282/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6281 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6281/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6281/comments | https://api.github.com/repos/huggingface/transformers/issues/6281/events | https://github.com/huggingface/transformers/pull/6281 | 674,088,212 | MDExOlB1bGxSZXF1ZXN0NDYzODQwNDg4 | 6,281 | Patch GPU failures | {
"login": "LysandreJik",
"id": 30755778,
"node_id": "MDQ6VXNlcjMwNzU1Nzc4",
"avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LysandreJik",
"html_url": "https://github.com/LysandreJik",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6281?src=pr&el=h1) Report\n> Merging [#6281](https://codecov.io/gh/huggingface/transformers/pull/6281?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d89acd07cc42a2352cca18c8facefb9442fd08ab&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | MEMBER | null | Pins torch != 1.6.0 as this version fails with random CUDA errors.
Fixes XLM when no `lengths` are specified.
Fix https://github.com/huggingface/transformers/issues/6182 | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6281/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6281/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6281",
"html_url": "https://github.com/huggingface/transformers/pull/6281",
"diff_url": "https://github.com/huggingface/transformers/pull/6281.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6281.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6280 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6280/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6280/comments | https://api.github.com/repos/huggingface/transformers/issues/6280/events | https://github.com/huggingface/transformers/pull/6280 | 674,012,487 | MDExOlB1bGxSZXF1ZXN0NDYzNzc4NDEw | 6,280 | Add strip_accents to basic BertTokenizer. | {
"login": "PhilipMay",
"id": 229382,
"node_id": "MDQ6VXNlcjIyOTM4Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/229382?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PhilipMay",
"html_url": "https://github.com/PhilipMay",
"followers_url": "https://api.github.com/users/Phil... | [] | closed | false | null | [] | [
"Strange CI problem with checksum of Torch:\r\n```\r\nERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.\r\n torch from https://files.... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | The BertTokenizerFast can turn off strip_accents with `strip_accents=False`. This PR also adds this option to the basic BertTokenizer.
Also see #6186 | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6280/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6280/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6280",
"html_url": "https://github.com/huggingface/transformers/pull/6280",
"diff_url": "https://github.com/huggingface/transformers/pull/6280.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6280.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6279 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6279/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6279/comments | https://api.github.com/repos/huggingface/transformers/issues/6279/events | https://github.com/huggingface/transformers/issues/6279 | 673,982,480 | MDU6SXNzdWU2NzM5ODI0ODA= | 6,279 | TFRobertaMarkedLM model output issue | {
"login": "yxu02",
"id": 31361743,
"node_id": "MDQ6VXNlcjMxMzYxNzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/31361743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yxu02",
"html_url": "https://github.com/yxu02",
"followers_url": "https://api.github.com/users/yxu02/follow... | [] | closed | false | null | [] | [
"Hey @yxu02, we are trying to move questions on how to use transformer models to https://discuss.huggingface.co/. Would you mind posting it there again? :-) "
] | 1,596 | 1,596 | 1,596 | NONE | null | # ❓ Questions & Help
<!-- The GitHub issue tracker is primarly intended for bugs, feature requests,
new models and benchmarks, and migration questions. For all other questions,
we direct you to the Hugging Face forum: https://discuss.huggingface.co/ .
You can also try Stack Overflow (SO) where a wh... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6279/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6279/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6278 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6278/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6278/comments | https://api.github.com/repos/huggingface/transformers/issues/6278/events | https://github.com/huggingface/transformers/issues/6278 | 673,956,215 | MDU6SXNzdWU2NzM5NTYyMTU= | 6,278 | Returning the attention heads using Longformer | {
"login": "codeninja",
"id": 14914,
"node_id": "MDQ6VXNlcjE0OTE0",
"avatar_url": "https://avatars.githubusercontent.com/u/14914?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/codeninja",
"html_url": "https://github.com/codeninja",
"followers_url": "https://api.github.com/users/codeninja/... | [] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | NONE | null | # ❓ Questions & Help
<!-- The GitHub issue tracker is primarly intended for bugs, feature requests,
new models and benchmarks, and migration questions. For all other questions,
we direct you to the Hugging Face forum: https://discuss.huggingface.co/ .
You can also try Stack Overflow (SO) where a wh... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6278/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6278/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6277 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6277/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6277/comments | https://api.github.com/repos/huggingface/transformers/issues/6277/events | https://github.com/huggingface/transformers/issues/6277 | 673,872,255 | MDU6SXNzdWU2NzM4NzIyNTU= | 6,277 | Reformer now requires PyTorch 1.6.0 | {
"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 | [] | [
"yes! I think the change #6244 is also only necessary in PyTorch 1.6 -> maybe we can even hard-code `torch.__version__` in the code and use the appropriate functions accordingly. Think this is also very much related to the previous bug: https://github.com/pytorch/pytorch/issues/33546",
"#6300 should fix it."
] | 1,596 | 1,596 | 1,596 | COLLABORATOR | null | @patrickvonplaten, one of your recent PR (#6244) on Reformer introduces a dep on PyTorch 1.6.0 minimum by using `torch.cuda.default_generators`. We should see if we can find a way to work around this. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6277/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6277/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6276 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6276/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6276/comments | https://api.github.com/repos/huggingface/transformers/issues/6276/events | https://github.com/huggingface/transformers/pull/6276 | 673,824,738 | MDExOlB1bGxSZXF1ZXN0NDYzNjIzODk2 | 6,276 | Add tensorflow version of ElectraForSequenceClassification | {
"login": "schmidek",
"id": 442328,
"node_id": "MDQ6VXNlcjQ0MjMyOA==",
"avatar_url": "https://avatars.githubusercontent.com/u/442328?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/schmidek",
"html_url": "https://github.com/schmidek",
"followers_url": "https://api.github.com/users/schmide... | [] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Adds missing TFElectraForSequenceClassification that matches the pytorch version ElectraForSequenceClassification | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6276/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6276/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6276",
"html_url": "https://github.com/huggingface/transformers/pull/6276",
"diff_url": "https://github.com/huggingface/transformers/pull/6276.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6276.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6275 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6275/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6275/comments | https://api.github.com/repos/huggingface/transformers/issues/6275/events | https://github.com/huggingface/transformers/issues/6275 | 673,715,204 | MDU6SXNzdWU2NzM3MTUyMDQ= | 6,275 | How to access the parameters of the uppermost layer of the HuggingFace Transformers via ".modules()"? | {
"login": "h56cho",
"id": 52889259,
"node_id": "MDQ6VXNlcjUyODg5MjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/52889259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/h56cho",
"html_url": "https://github.com/h56cho",
"followers_url": "https://api.github.com/users/h56cho/fo... | [] | 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... | [
"Hello,\r\nI'd hate to keep bother you on this, but could you quickly tell me how I should adjust `model_RobertaForMultipleChoice.modules()` to only return those parameters that pertains to the uppermost layer of `roberta-large` pre-trained model?\r\n\r\nI know how to convert the HuggingFace Transformers into Pyro ... | 1,596 | 1,596 | 1,596 | NONE | null | Hello,
I would like to apply the function `module.PyroSample()` to the parameters that pertains to the 24th layer (the uppermost layer) of the `RobertaForMultipleChoice` pre-trained model (`roberta-large`). How should I fix the loop below so that I only fix the parameters that are from the 24th layer? Currently, the l... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6275/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6275/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6274 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6274/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6274/comments | https://api.github.com/repos/huggingface/transformers/issues/6274/events | https://github.com/huggingface/transformers/pull/6274 | 673,702,106 | MDExOlB1bGxSZXF1ZXN0NDYzNTIxMTI5 | 6,274 | Jme p development | {
"login": "JME-P",
"id": 55997171,
"node_id": "MDQ6VXNlcjU1OTk3MTcx",
"avatar_url": "https://avatars.githubusercontent.com/u/55997171?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JME-P",
"html_url": "https://github.com/JME-P",
"followers_url": "https://api.github.com/users/JME-P/follow... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6274?src=pr&el=h1) Report\n> Merging [#6274](https://codecov.io/gh/huggingface/transformers/pull/6274?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/c67d1a0259cbb3aef31952b4f37d4fee0e36f134&el=desc) will **increase... | 1,596 | 1,601 | 1,601 | CONTRIBUTOR | null | Should delete this file as a separate model card has been created and this is a duplication | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6274/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6274/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6274",
"html_url": "https://github.com/huggingface/transformers/pull/6274",
"diff_url": "https://github.com/huggingface/transformers/pull/6274.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6274.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6273 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6273/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6273/comments | https://api.github.com/repos/huggingface/transformers/issues/6273/events | https://github.com/huggingface/transformers/pull/6273 | 673,687,752 | MDExOlB1bGxSZXF1ZXN0NDYzNTA5NDc1 | 6,273 | Create README.md | {
"login": "JME-P",
"id": 55997171,
"node_id": "MDQ6VXNlcjU1OTk3MTcx",
"avatar_url": "https://avatars.githubusercontent.com/u/55997171?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JME-P",
"html_url": "https://github.com/JME-P",
"followers_url": "https://api.github.com/users/JME-P/follow... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | I am adding a descriptive README.md file to my recently uploaded twitter classification model: shrugging-grace/tweetclassifier. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6273/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6273/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6273",
"html_url": "https://github.com/huggingface/transformers/pull/6273",
"diff_url": "https://github.com/huggingface/transformers/pull/6273.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6273.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6272 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6272/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6272/comments | https://api.github.com/repos/huggingface/transformers/issues/6272/events | https://github.com/huggingface/transformers/pull/6272 | 673,684,416 | MDExOlB1bGxSZXF1ZXN0NDYzNTA2Njc4 | 6,272 | Create README.md for uploaded classifier | {
"login": "JME-P",
"id": 55997171,
"node_id": "MDQ6VXNlcjU1OTk3MTcx",
"avatar_url": "https://avatars.githubusercontent.com/u/55997171?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JME-P",
"html_url": "https://github.com/JME-P",
"followers_url": "https://api.github.com/users/JME-P/follow... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | I am adding a descriptive README.md file to my recently uploaded twitter classification model: shrugging-grace/tweetclassifier. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6272/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6272/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6272",
"html_url": "https://github.com/huggingface/transformers/pull/6272",
"diff_url": "https://github.com/huggingface/transformers/pull/6272.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6272.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6271 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6271/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6271/comments | https://api.github.com/repos/huggingface/transformers/issues/6271/events | https://github.com/huggingface/transformers/issues/6271 | 673,683,761 | MDU6SXNzdWU2NzM2ODM3NjE= | 6,271 | Deleting position IDS when fine-tuning BERT | {
"login": "Bushra-Aljbawi",
"id": 58123337,
"node_id": "MDQ6VXNlcjU4MTIzMzM3",
"avatar_url": "https://avatars.githubusercontent.com/u/58123337?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Bushra-Aljbawi",
"html_url": "https://github.com/Bushra-Aljbawi",
"followers_url": "https://api.gi... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | Hi,
I want help regarding this problem:
I want to fine-tune BERT model on my custom dataset to fill in the missing words. So, I'm using run_language_modeling to do this. However, as my dataset contains sets of words and not real sentences, I don't really care about the order so I want to try deleting the positi... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6271/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6271/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6270 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6270/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6270/comments | https://api.github.com/repos/huggingface/transformers/issues/6270/events | https://github.com/huggingface/transformers/issues/6270 | 673,637,345 | MDU6SXNzdWU2NzM2MzczNDU= | 6,270 | Adding example with Finnish BERT fine-tuning for NER task | {
"login": "bmichele",
"id": 21679029,
"node_id": "MDQ6VXNlcjIxNjc5MDI5",
"avatar_url": "https://avatars.githubusercontent.com/u/21679029?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmichele",
"html_url": "https://github.com/bmichele",
"followers_url": "https://api.github.com/users/bmi... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Hi @bmichele , \r\nThe `/examples/token-classification` is pretty generic, you won't need to add new example. If you process the data in the format expected by the example the you can pass the `bert-base-finnish-cased-v1` model using the model_name_or_path argument.\r\n\r\nHope this helps.",
"Hi @patil-suraj , t... | 1,596 | 1,602 | 1,602 | NONE | null | # 🚀 Feature request
Add an example in `/examples/token-classification`. The example consists in the fine-tuning of the Finnish BERT models (`bert-base-finnish-cased-v1` and `bert-base-finnish-uncased-v1`) with the FiNER dataset (https://github.com/mpsilfve/finer-data).
The example is similar to the already exist... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6270/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6270/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6269 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6269/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6269/comments | https://api.github.com/repos/huggingface/transformers/issues/6269/events | https://github.com/huggingface/transformers/pull/6269 | 673,636,685 | MDExOlB1bGxSZXF1ZXN0NDYzNDY0ODAz | 6,269 | added t5 base and small bahasa summarization readme | {
"login": "huseinzol05",
"id": 19810909,
"node_id": "MDQ6VXNlcjE5ODEwOTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/19810909?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/huseinzol05",
"html_url": "https://github.com/huseinzol05",
"followers_url": "https://api.github.com/... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6269?src=pr&el=h1) Report\n> Merging [#6269](https://codecov.io/gh/huggingface/transformers/pull/6269?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/bd0eab351a338175053998ddfc059f1cb6424ab4&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6269/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6269/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6269",
"html_url": "https://github.com/huggingface/transformers/pull/6269",
"diff_url": "https://github.com/huggingface/transformers/pull/6269.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6269.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6268 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6268/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6268/comments | https://api.github.com/repos/huggingface/transformers/issues/6268/events | https://github.com/huggingface/transformers/pull/6268 | 673,636,251 | MDExOlB1bGxSZXF1ZXN0NDYzNDY0NDM5 | 6,268 | [Don't merge yet][T5, Bart] Allow t5 torch trace | {
"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 | [] | [
"Looks innocuous to me, is there some test this allows us to enable for jit and T5?",
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6268?src=pr&el=h1) Report\n> Merging [#6268](https://codecov.io/gh/huggingface/transformers/pull/6268?src=pr&el=desc) into [master](https://codecov.io/gh/huggingfa... | 1,596 | 1,601 | 1,601 | MEMBER | null | This PR would fix #5647 .
It's not a great solution IMO though.
The problem with torch script is that one **cannot** pass keyword arguments, but has to pass positional arguments and it is not possible to pass `None` because every input is required to be a tensor.
Because T5 requires both `input_ids` and `decoder_... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6268/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6268/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6268",
"html_url": "https://github.com/huggingface/transformers/pull/6268",
"diff_url": "https://github.com/huggingface/transformers/pull/6268.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6268.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/6267 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6267/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6267/comments | https://api.github.com/repos/huggingface/transformers/issues/6267/events | https://github.com/huggingface/transformers/issues/6267 | 673,525,932 | MDU6SXNzdWU2NzM1MjU5MzI= | 6,267 | Unable to make inference from hosted api for a pretrained model that I uploaded. | {
"login": "JME-P",
"id": 55997171,
"node_id": "MDQ6VXNlcjU1OTk3MTcx",
"avatar_url": "https://avatars.githubusercontent.com/u/55997171?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JME-P",
"html_url": "https://github.com/JME-P",
"followers_url": "https://api.github.com/users/JME-P/follow... | [] | closed | false | {
"login": "julien-c",
"id": 326577,
"node_id": "MDQ6VXNlcjMyNjU3Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/326577?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/julien-c",
"html_url": "https://github.com/julien-c",
"followers_url": "https://api.github.com/users/julien-... | [
{
"login": "julien-c",
"id": 326577,
"node_id": "MDQ6VXNlcjMyNjU3Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/326577?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/julien-c",
"html_url": "https://github.com/julien-c",
"followers_url": "https://api.gith... | [
"Fixed now. \r\n\r\nhttps://huggingface.co/shrugging-grace/tweetclassifier?text=I+like+you.+I+love+you\r\n\r\nYou should add a label map to get the correct labels displayed in the widget.\r\n\r\nThanks!",
"Thank you! Really appreciate the help and prompt response. "
] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | I have successfully managed to upload a model (https://huggingface.co/shrugging-grace/tweetclassifier) via the transformers cli. I am also able to generate inferences from a local Jupyter notebook to that model.
However, when I go on the https://huggingface.co/shrugging-grace/tweetclassifier, it comes up with the fo... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6267/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6267/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6266 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6266/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6266/comments | https://api.github.com/repos/huggingface/transformers/issues/6266/events | https://github.com/huggingface/transformers/issues/6266 | 673,436,188 | MDU6SXNzdWU2NzM0MzYxODg= | 6,266 | Bert Mesh Tensorflow | {
"login": "agemagician",
"id": 6087313,
"node_id": "MDQ6VXNlcjYwODczMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/agemagician",
"html_url": "https://github.com/agemagician",
"followers_url": "https://api.github.com/us... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
},
{
"id": 1843244711,
"node_id": "MDU6TGFiZWwxODQzMjQ0NzEx",
... | 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... | [
"Thanks a lot for open this @agemagician ! I think we should be able to adapt `modeling_bert.py` to be compatible with this model.\r\nFor model parallelism one could take a look at this PR: https://github.com/huggingface/transformers/pull/3578.\r\nRegarding \"relative attention encoding\" does this just correspond ... | 1,596 | 1,611 | 1,611 | CONTRIBUTOR | null | # 🌟 New model addition
## Model description
Bert Mesh Tensorflow is a modification of the original Bert that allows two important features:
1. Model parallelism.
2. Relative attention encoding.
## Open source status
* [X] the model implementation is available: (give details)
https://github.com/tensorflo... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6266/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6266/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6265 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6265/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6265/comments | https://api.github.com/repos/huggingface/transformers/issues/6265/events | https://github.com/huggingface/transformers/pull/6265 | 673,393,496 | MDExOlB1bGxSZXF1ZXN0NDYzMjYxNTc2 | 6,265 | fix consistency CrossEntropyLoss in modeling_bart | {
"login": "idoh",
"id": 5303103,
"node_id": "MDQ6VXNlcjUzMDMxMDM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5303103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/idoh",
"html_url": "https://github.com/idoh",
"followers_url": "https://api.github.com/users/idoh/followers",
... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6265?src=pr&el=h1) Report\n> Merging [#6265](https://codecov.io/gh/huggingface/transformers/pull/6265?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Other modeling architectures (`modeling_*.py`) use `CrossEntropyLoss` and not `F.cross_entropy`.
Fixed this consistency in `modeling_bart.py`. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6265/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6265/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6265",
"html_url": "https://github.com/huggingface/transformers/pull/6265",
"diff_url": "https://github.com/huggingface/transformers/pull/6265.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6265.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6264 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6264/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6264/comments | https://api.github.com/repos/huggingface/transformers/issues/6264/events | https://github.com/huggingface/transformers/issues/6264 | 673,389,429 | MDU6SXNzdWU2NzMzODk0Mjk= | 6,264 | TF LMHead very slow: TFGPT2LMHeadModel is 7 times slower than Torch GPT2LMHeadModel | {
"login": "gyin94",
"id": 67664443,
"node_id": "MDQ6VXNlcjY3NjY0NDQz",
"avatar_url": "https://avatars.githubusercontent.com/u/67664443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gyin94",
"html_url": "https://github.com/gyin94",
"followers_url": "https://api.github.com/users/gyin94/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | 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... | [
"Multiple issues may be related to this.\r\n[My finetuned gpt2 model is taking wayy too long to generate samples, like 5-8 minutes] \r\nhttps://github.com/huggingface/transformers/issues/6173\r\n[[Benchmark] TFGPT2LMHeadModel is five times slower than GPT2LMHeadModel]\r\nhttps://github.com/huggingface/transformers/... | 1,596 | 1,646 | 1,609 | NONE | null | The benchmark shows the Tensorflow TFGPT2LMHeadModel is 7 times (140ms) slower than Torch GPT2LMHeadModel implementation (20ms). Based on the profile tool from latest https://www.tensorflow.org/tfx/serving/tensorboard, the bottleneck is here. https://github.com/huggingface/transformers/blob/d9149f00d1a4650bafa7e1cd73e1... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6264/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/6264/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6263 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6263/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6263/comments | https://api.github.com/repos/huggingface/transformers/issues/6263/events | https://github.com/huggingface/transformers/issues/6263 | 673,317,977 | MDU6SXNzdWU2NzMzMTc5Nzc= | 6,263 | RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)` | {
"login": "mt324010",
"id": 35977320,
"node_id": "MDQ6VXNlcjM1OTc3MzIw",
"avatar_url": "https://avatars.githubusercontent.com/u/35977320?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mt324010",
"html_url": "https://github.com/mt324010",
"followers_url": "https://api.github.com/users/mt3... | [] | closed | false | null | [] | [
"I'm getting the same issue. Curious how did you solve yours? @mt324010 ",
"> I'm getting the same issue. Curious how did you solve yours? @mt324010\r\nI was using another embedding and the index was out of the given range. \r\nI think it's better to double check your code\r\n",
"Yeah, you're right. I had probl... | 1,596 | 1,686 | 1,596 | NONE | null | Hi, I tried to add some other embeddings in your BertEmbedding source code and then load the pretrained weights 'bert-base-chinese'.
When I run the forward method, I got the issue
'RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)`'
Can someone help please? Thanks a lot | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6263/reactions",
"total_count": 53,
"+1": 48,
"-1": 0,
"laugh": 0,
"hooray": 2,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/huggingface/transformers/issues/6263/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6262 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6262/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6262/comments | https://api.github.com/repos/huggingface/transformers/issues/6262/events | https://github.com/huggingface/transformers/issues/6262 | 673,295,998 | MDU6SXNzdWU2NzMyOTU5OTg= | 6,262 | Incorrect tokenization for MarianNMT models in example script. | {
"login": "yvespeirsman",
"id": 3431621,
"node_id": "MDQ6VXNlcjM0MzE2MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/3431621?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yvespeirsman",
"html_url": "https://github.com/yvespeirsman",
"followers_url": "https://api.github.com... | [] | closed | false | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [
{
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api... | [
"Thanks for this catch and detailed report. Feel free to chime in on the Linked pull request #6293 !\r\n"
] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | ## Environment info
<!-- You can run the command `transformers-cli env` and copy-and-paste its output below.
Don't forget to fill out the missing fields in that output! -->
- `transformers` version: 3.0.2
- Platform: Linux-4.4.0-1110-aws-x86_64-with-Ubuntu-16.04-xenial
- Python version: 3.7.8
- PyTorc... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6262/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6262/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6261 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6261/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6261/comments | https://api.github.com/repos/huggingface/transformers/issues/6261/events | https://github.com/huggingface/transformers/pull/6261 | 673,275,806 | MDExOlB1bGxSZXF1ZXN0NDYzMTYzNjQ1 | 6,261 | Fix typo at get_linear_schedule_with_warmup. | {
"login": "ninfueng",
"id": 28499769,
"node_id": "MDQ6VXNlcjI4NDk5NzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/28499769?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ninfueng",
"html_url": "https://github.com/ninfueng",
"followers_url": "https://api.github.com/users/nin... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6261?src=pr&el=h1) Report\n> Merging [#6261](https://codecov.io/gh/huggingface/transformers/pull/6261?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Fix typo at get_linear_schedule_with_warmup from `totale` to `total`. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6261/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6261/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6261",
"html_url": "https://github.com/huggingface/transformers/pull/6261",
"diff_url": "https://github.com/huggingface/transformers/pull/6261.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6261.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6260 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6260/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6260/comments | https://api.github.com/repos/huggingface/transformers/issues/6260/events | https://github.com/huggingface/transformers/pull/6260 | 673,241,993 | MDExOlB1bGxSZXF1ZXN0NDYzMTM1NTAy | 6,260 | cleanup tf unittests: part 2 | {
"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 | [] | [
"Hmm, looks like `isort` and `flake` are in conflict with each other. `make style` reformatted the code to:\r\n```\r\n result = DictAttr({\"sequence_output\": sequence_output.numpy(), \"pooled_output\": pooled_output.numpy(),})\r\n```\r\nand flake complains:\r\n```\r\ntests/test_modeling_tf_albert.py:139:110... | 1,596 | 1,597 | 1,597 | CONTRIBUTOR | null | This is part 2 of https://github.com/huggingface/transformers/pull/6196 and the original issue https://github.com/huggingface/transformers/issues/5973. This PR brings the tf and pt tests and templates to an almost identical template.
**edit: as other parts of code have evolved, the part of this comment below this li... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6260/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6260/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6260",
"html_url": "https://github.com/huggingface/transformers/pull/6260",
"diff_url": "https://github.com/huggingface/transformers/pull/6260.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6260.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6259 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6259/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6259/comments | https://api.github.com/repos/huggingface/transformers/issues/6259/events | https://github.com/huggingface/transformers/issues/6259 | 673,229,882 | MDU6SXNzdWU2NzMyMjk4ODI= | 6,259 | Bart encoder with add_final_layer_norm | {
"login": "ruotianluo",
"id": 16023153,
"node_id": "MDQ6VXNlcjE2MDIzMTUz",
"avatar_url": "https://avatars.githubusercontent.com/u/16023153?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ruotianluo",
"html_url": "https://github.com/ruotianluo",
"followers_url": "https://api.github.com/use... | [] | closed | false | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [
{
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api... | [
"Any idea?",
"You are correct. It will be fixed in the blenderbot PR if not sooner."
] | 1,596 | 1,601 | 1,601 | NONE | null | https://github.com/huggingface/transformers/blob/91cb95461e438dc57555c4f57f8ce95a56328036/src/transformers/modeling_bart.py#L305
I feel like it should be
self.layer_norm = LayerNorm(config.d_model) if config.add_final_layer_norm else None
as in the BartDecoder.
https://github.com/huggingface/transformers/blob/... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6259/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6259/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6258 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6258/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6258/comments | https://api.github.com/repos/huggingface/transformers/issues/6258/events | https://github.com/huggingface/transformers/issues/6258 | 673,210,392 | MDU6SXNzdWU2NzMyMTAzOTI= | 6,258 | Gradient Checkpointing with Transformers BERT model | {
"login": "sajastu",
"id": 10419055,
"node_id": "MDQ6VXNlcjEwNDE5MDU1",
"avatar_url": "https://avatars.githubusercontent.com/u/10419055?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sajastu",
"html_url": "https://github.com/sajastu",
"followers_url": "https://api.github.com/users/sajast... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"> Another observation: while checkpointing, the model's training speed also increases considerably which is totally odd to what I have learned from gradient checkpointing. Is there any problem with the implementation? or have I done any part wrong?\r\n\r\nfrom torch docs\r\n> Checkpointing works by trading compute... | 1,596 | 1,602 | 1,602 | NONE | null | Hi @sshleifer. I'm doing a summarization task (finetuning bert for extractive summarization). I'd like to use gradient checkpointing to save GPU memory. Here, I'm posting a description of the problem that I'm facing. I'd be grateful if you'd help me get around this.
- `transformers` version: 3.0.2
- Platform: Linux... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6258/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6258/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6257 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6257/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6257/comments | https://api.github.com/repos/huggingface/transformers/issues/6257/events | https://github.com/huggingface/transformers/pull/6257 | 673,181,229 | MDExOlB1bGxSZXF1ZXN0NDYzMDg4OTY2 | 6,257 | Fix dostring of class XLNetConfig | {
"login": "ZhuBaohe",
"id": 35796307,
"node_id": "MDQ6VXNlcjM1Nzk2MzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/35796307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZhuBaohe",
"html_url": "https://github.com/ZhuBaohe",
"followers_url": "https://api.github.com/users/Zhu... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6257?src=pr&el=h1) Report\n> Merging [#6257](https://codecov.io/gh/huggingface/transformers/pull/6257?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | This PR fixes dostring of class XLNetConfig due to web page display problem. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6257/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6257/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6257",
"html_url": "https://github.com/huggingface/transformers/pull/6257",
"diff_url": "https://github.com/huggingface/transformers/pull/6257.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6257.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6256 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6256/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6256/comments | https://api.github.com/repos/huggingface/transformers/issues/6256/events | https://github.com/huggingface/transformers/issues/6256 | 673,133,741 | MDU6SXNzdWU2NzMxMzM3NDE= | 6,256 | LongformerForSequenceClassification has unused layers, making it unable to fine-tune with Data Distributed Parallel (required for gradient checkpointing) | {
"login": "Weilin37",
"id": 5770543,
"node_id": "MDQ6VXNlcjU3NzA1NDM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5770543?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Weilin37",
"html_url": "https://github.com/Weilin37",
"followers_url": "https://api.github.com/users/Weili... | [] | 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... | [
"Hey @Weilin37 , sorry to answer so late - this looks like a difficult bug. Let's start with this:\r\nCan you check if your code works on this branch: `try_if_works_for_longformer_mult_gpu` . The changes I did to the branch can be seen here: https://github.com/huggingface/transformers/pull/6607. Since the pooler is... | 1,596 | 1,628 | 1,601 | NONE | null | ## Environment info
<!-- You can run the command `transformers-cli env` and copy-and-paste its output below.
Don't forget to fill out the missing fields in that output! -->
- `transformers` version: 3.0.2
- Platform: Linux-4.14.186-110.268.amzn1.x86_64-x86_64-with-glibc2.2.5
- Python version: 3.6.5
- ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6256/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6256/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6255 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6255/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6255/comments | https://api.github.com/repos/huggingface/transformers/issues/6255/events | https://github.com/huggingface/transformers/pull/6255 | 673,130,136 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4MzU5 | 6,255 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6255?src=pr&el=h1) Report\n> Merging [#6255](https://codecov.io/gh/huggingface/transformers/pull/6255?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6255/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6255/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6255",
"html_url": "https://github.com/huggingface/transformers/pull/6255",
"diff_url": "https://github.com/huggingface/transformers/pull/6255.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6255.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6254 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6254/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6254/comments | https://api.github.com/repos/huggingface/transformers/issues/6254/events | https://github.com/huggingface/transformers/pull/6254 | 673,130,119 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4MzQ2 | 6,254 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6254?src=pr&el=h1) Report\n> Merging [#6254](https://codecov.io/gh/huggingface/transformers/pull/6254?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6254/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6254/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6254",
"html_url": "https://github.com/huggingface/transformers/pull/6254",
"diff_url": "https://github.com/huggingface/transformers/pull/6254.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6254.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6253 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6253/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6253/comments | https://api.github.com/repos/huggingface/transformers/issues/6253/events | https://github.com/huggingface/transformers/pull/6253 | 673,130,094 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4MzIz | 6,253 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6253/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6253/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6253",
"html_url": "https://github.com/huggingface/transformers/pull/6253",
"diff_url": "https://github.com/huggingface/transformers/pull/6253.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6253.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6252 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6252/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6252/comments | https://api.github.com/repos/huggingface/transformers/issues/6252/events | https://github.com/huggingface/transformers/pull/6252 | 673,130,075 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4MzA4 | 6,252 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6252?src=pr&el=h1) Report\n> Merging [#6252](https://codecov.io/gh/huggingface/transformers/pull/6252?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6252/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6252/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6252",
"html_url": "https://github.com/huggingface/transformers/pull/6252",
"diff_url": "https://github.com/huggingface/transformers/pull/6252.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6252.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6251 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6251/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6251/comments | https://api.github.com/repos/huggingface/transformers/issues/6251/events | https://github.com/huggingface/transformers/pull/6251 | 673,130,053 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4Mjkw | 6,251 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6251?src=pr&el=h1) Report\n> Merging [#6251](https://codecov.io/gh/huggingface/transformers/pull/6251?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6251/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6251/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6251",
"html_url": "https://github.com/huggingface/transformers/pull/6251",
"diff_url": "https://github.com/huggingface/transformers/pull/6251.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6251.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6250 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6250/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6250/comments | https://api.github.com/repos/huggingface/transformers/issues/6250/events | https://github.com/huggingface/transformers/pull/6250 | 673,129,889 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4MTQ3 | 6,250 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6250?src=pr&el=h1) Report\n> Merging [#6250](https://codecov.io/gh/huggingface/transformers/pull/6250?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6250/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6250/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6250",
"html_url": "https://github.com/huggingface/transformers/pull/6250",
"diff_url": "https://github.com/huggingface/transformers/pull/6250.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6250.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6249 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6249/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6249/comments | https://api.github.com/repos/huggingface/transformers/issues/6249/events | https://github.com/huggingface/transformers/pull/6249 | 673,129,780 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ4MDU4 | 6,249 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6249?src=pr&el=h1) Report\n> Merging [#6249](https://codecov.io/gh/huggingface/transformers/pull/6249?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6249/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6249/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6249",
"html_url": "https://github.com/huggingface/transformers/pull/6249",
"diff_url": "https://github.com/huggingface/transformers/pull/6249.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6249.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6248 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6248/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6248/comments | https://api.github.com/repos/huggingface/transformers/issues/6248/events | https://github.com/huggingface/transformers/pull/6248 | 673,129,647 | MDExOlB1bGxSZXF1ZXN0NDYzMDQ3OTQ2 | 6,248 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6248?src=pr&el=h1) Report\n> Merging [#6248](https://codecov.io/gh/huggingface/transformers/pull/6248?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d9149f00d1a4650bafa7e1cd73e10398193c852c&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6248/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6248/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6248",
"html_url": "https://github.com/huggingface/transformers/pull/6248",
"diff_url": "https://github.com/huggingface/transformers/pull/6248.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6248.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6247 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6247/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6247/comments | https://api.github.com/repos/huggingface/transformers/issues/6247/events | https://github.com/huggingface/transformers/pull/6247 | 673,103,725 | MDExOlB1bGxSZXF1ZXN0NDYzMDI2Mjc3 | 6,247 | Tf model outputs | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6247?src=pr&el=h1) Report\n> Merging [#6247](https://codecov.io/gh/huggingface/transformers/pull/6247?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/e4920c92d65f5efded4cc4c8c754d0d553ef4bbc&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | COLLABORATOR | null | This PR continues the work on model outputs and treats all TF models (except T5) to use them. Since the new output type is opt-in only (default to `return_dict` is `False`) there is no breaking changes.
In the tests, I've enabled the new output types and this makes two changes necessary:
- we can no longer unpack o... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6247/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6247/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6247",
"html_url": "https://github.com/huggingface/transformers/pull/6247",
"diff_url": "https://github.com/huggingface/transformers/pull/6247.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6247.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6246 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6246/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6246/comments | https://api.github.com/repos/huggingface/transformers/issues/6246/events | https://github.com/huggingface/transformers/pull/6246 | 673,090,928 | MDExOlB1bGxSZXF1ZXN0NDYzMDE1NjA5 | 6,246 | Update Model Card | {
"login": "binny-mathew",
"id": 10741860,
"node_id": "MDQ6VXNlcjEwNzQxODYw",
"avatar_url": "https://avatars.githubusercontent.com/u/10741860?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/binny-mathew",
"html_url": "https://github.com/binny-mathew",
"followers_url": "https://api.github.c... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6246?src=pr&el=h1) Report\n> Merging [#6246](https://codecov.io/gh/huggingface/transformers/pull/6246?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/972535ea74c7b30987bc31c6621a2bbb58f82ca6&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | Added citation and paper links. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6246/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6246/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6246",
"html_url": "https://github.com/huggingface/transformers/pull/6246",
"diff_url": "https://github.com/huggingface/transformers/pull/6246.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6246.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6245 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6245/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6245/comments | https://api.github.com/repos/huggingface/transformers/issues/6245/events | https://github.com/huggingface/transformers/pull/6245 | 673,056,843 | MDExOlB1bGxSZXF1ZXN0NDYyOTg3MDUz | 6,245 | fix zero shot pipeline docs | {
"login": "joeddav",
"id": 9353833,
"node_id": "MDQ6VXNlcjkzNTM4MzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9353833?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joeddav",
"html_url": "https://github.com/joeddav",
"followers_url": "https://api.github.com/users/joeddav/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6245?src=pr&el=h1) Report\n> Merging [#6245](https://codecov.io/gh/huggingface/transformers/pull/6245?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/268bf34630aaae4036dbe3e45a0e8a0fa75e18f9&el=desc) will **increase... | 1,596 | 1,598 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6245/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6245/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6245",
"html_url": "https://github.com/huggingface/transformers/pull/6245",
"diff_url": "https://github.com/huggingface/transformers/pull/6245.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6245.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6244 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6244/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6244/comments | https://api.github.com/repos/huggingface/transformers/issues/6244/events | https://github.com/huggingface/transformers/pull/6244 | 672,947,064 | MDExOlB1bGxSZXF1ZXN0NDYyODk1MTkw | 6,244 | [Reformer] Make random seed generator available on random seed and not on model device | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6244?src=pr&el=h1) Report\n> Merging [#6244](https://codecov.io/gh/huggingface/transformers/pull/6244?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/0513f8d275022d4055b710a33cd520b2000982bf&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | MEMBER | null | @LysandreJik - that might possibly fix the circle ci error. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6244/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6244/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6244",
"html_url": "https://github.com/huggingface/transformers/pull/6244",
"diff_url": "https://github.com/huggingface/transformers/pull/6244.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6244.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6243 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6243/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6243/comments | https://api.github.com/repos/huggingface/transformers/issues/6243/events | https://github.com/huggingface/transformers/issues/6243 | 672,921,478 | MDU6SXNzdWU2NzI5MjE0Nzg= | 6,243 | Implement DeLighT: Very Deep and Light-weight Transformers | {
"login": "bratao",
"id": 1090152,
"node_id": "MDQ6VXNlcjEwOTAxNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1090152?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bratao",
"html_url": "https://github.com/bratao",
"followers_url": "https://api.github.com/users/bratao/foll... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
},
{
"id": 1843244711,
"node_id": "MDU6TGFiZWwxODQzMjQ0NzEx",
... | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | NONE | null | # 🌟 New model addition
## Model description
DeLight, that delivers similar or better performance than transformer-based models with significantly fewer parameters. DeLighT more efficiently allocates parameters both (1) within each Transformer block using DExTra, a deep and light-weight transformation and (2) acros... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6243/reactions",
"total_count": 17,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 9,
"confused": 0,
"heart": 5,
"rocket": 3,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6243/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6242 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6242/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6242/comments | https://api.github.com/repos/huggingface/transformers/issues/6242/events | https://github.com/huggingface/transformers/pull/6242 | 672,914,342 | MDExOlB1bGxSZXF1ZXN0NDYyODY4MTQ0 | 6,242 | Add license info to German Bert models | {
"login": "Timoeller",
"id": 3264870,
"node_id": "MDQ6VXNlcjMyNjQ4NzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3264870?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Timoeller",
"html_url": "https://github.com/Timoeller",
"followers_url": "https://api.github.com/users/Ti... | [
{
"id": 1838412367,
"node_id": "MDU6TGFiZWwxODM4NDEyMzY3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/model%20card",
"name": "model card",
"color": "92d5f4",
"default": false,
"description": "Related to pretrained model cards"
}
] | closed | false | null | [] | [
"Sorry, it is really annoying that it shows old commits (that have been squashed and merged into transformers in a previous PR).\r\n\r\nAny idea how I could remove those old commits?",
"No big deal, I'll squash everything anyways.\r\n\r\nIn the future you can just delete your master branch and recreate it from up... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6242/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6242/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6242",
"html_url": "https://github.com/huggingface/transformers/pull/6242",
"diff_url": "https://github.com/huggingface/transformers/pull/6242.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6242.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6241 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6241/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6241/comments | https://api.github.com/repos/huggingface/transformers/issues/6241/events | https://github.com/huggingface/transformers/pull/6241 | 672,856,991 | MDExOlB1bGxSZXF1ZXN0NDYyODIwMzQx | 6,241 | Trainer + wandb quality of life logging tweaks | {
"login": "TevenLeScao",
"id": 26709476,
"node_id": "MDQ6VXNlcjI2NzA5NDc2",
"avatar_url": "https://avatars.githubusercontent.com/u/26709476?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TevenLeScao",
"html_url": "https://github.com/TevenLeScao",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6241?src=pr&el=h1) Report\n> Merging [#6241](https://codecov.io/gh/huggingface/transformers/pull/6241?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/0513f8d275022d4055b710a33cd520b2000982bf&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | As discussed on Slack, this PR adds the possibility for users to specify a `name` for the run in their wandb project, and logs the model config in addition to the trainer args in the `wandb.init` call (if there is a duplicate key, it is overriden by the trainer args) | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6241/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6241/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6241",
"html_url": "https://github.com/huggingface/transformers/pull/6241",
"diff_url": "https://github.com/huggingface/transformers/pull/6241.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6241.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6240 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6240/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6240/comments | https://api.github.com/repos/huggingface/transformers/issues/6240/events | https://github.com/huggingface/transformers/issues/6240 | 672,850,875 | MDU6SXNzdWU2NzI4NTA4NzU= | 6,240 | Documentation bug in GPT2Config | {
"login": "miguelvictor",
"id": 6831138,
"node_id": "MDQ6VXNlcjY4MzExMzg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6831138?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/miguelvictor",
"html_url": "https://github.com/miguelvictor",
"followers_url": "https://api.github.com... | [] | 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... | [
"Good catch!",
"#6352"
] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | In [this page](https://huggingface.co/transformers/model_doc/gpt2.html), GPT2Config's initializer_range default value is 16. But the source code [says](https://github.com/huggingface/transformers/blob/master/src/transformers/configuration_gpt2.py#L130) it is 0.02. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6240/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6240/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6239 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6239/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6239/comments | https://api.github.com/repos/huggingface/transformers/issues/6239/events | https://github.com/huggingface/transformers/pull/6239 | 672,830,515 | MDExOlB1bGxSZXF1ZXN0NDYyNzk4MTQ2 | 6,239 | add targets arg to fill-mask pipeline | {
"login": "joeddav",
"id": 9353833,
"node_id": "MDQ6VXNlcjkzNTM4MzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9353833?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joeddav",
"html_url": "https://github.com/joeddav",
"followers_url": "https://api.github.com/users/joeddav/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6239?src=pr&el=h1) Report\n> Merging [#6239](https://codecov.io/gh/huggingface/transformers/pull/6239?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/0513f8d275022d4055b710a33cd520b2000982bf&el=desc) will **increase... | 1,596 | 1,598 | 1,597 | CONTRIBUTOR | null | Proposal to add a `targets` arg when calling `FillMaskPipeline`, allowing a user to compare different target tokens in addition to getting the top k predictions. This could be useful in a number of areas, such as in probing model behavior:
```python
nlp = pipeline('fill-mask', topk=2)
nlp("<mask> should be at home... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6239/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6239/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6239",
"html_url": "https://github.com/huggingface/transformers/pull/6239",
"diff_url": "https://github.com/huggingface/transformers/pull/6239.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6239.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6238 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6238/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6238/comments | https://api.github.com/repos/huggingface/transformers/issues/6238/events | https://github.com/huggingface/transformers/issues/6238 | 672,771,917 | MDU6SXNzdWU2NzI3NzE5MTc= | 6,238 | Discrepancy in the pad_token_id between the tokenizer and the model code of the T5 | {
"login": "eyal-str",
"id": 3134190,
"node_id": "MDQ6VXNlcjMxMzQxOTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3134190?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/eyal-str",
"html_url": "https://github.com/eyal-str",
"followers_url": "https://api.github.com/users/eyal-... | [] | closed | false | null | [] | [
"Hi @eyal-str , `pad_token_id` is indeed 0 for T5. But it's a convention to use -100 as ignore index in `CrossEntropyLoss`, so when preparing `labels` the `pad_token_ids` are replaced by -100. ",
"@patil-suraj Thanks for the prompt reply. I just saw what you meant in the DataCollatorForLanguageModeling.mask_token... | 1,596 | 1,596 | 1,596 | NONE | null | - `transformers` version: 2.11.0
- Platform: Darwin-19.3.0-x86_64-i386-64bit
- Python version: 3.7.6
tokenizers: @mfuntowicz
T5: @patrickvonplaten
It seems that there's a discrepancy between the tokenizer and the model code of the T5 regarding the pad_token_id.
looking at the following output the pad_token_... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6238/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6238/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6237 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6237/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6237/comments | https://api.github.com/repos/huggingface/transformers/issues/6237/events | https://github.com/huggingface/transformers/pull/6237 | 672,700,741 | MDExOlB1bGxSZXF1ZXN0NDYyNjg5OTQ4 | 6,237 | [Reformer] fix reformer fp16 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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6237?src=pr&el=h1) Report\n> Merging [#6237](https://codecov.io/gh/huggingface/transformers/pull/6237?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/7ea9b2db3732904014b9121fb8a5c896ae00d4cf&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | MEMBER | null | Fp16 tests were failing because of typo. Pinging @LysandreJik @sgugger for notification. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6237/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6237/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6237",
"html_url": "https://github.com/huggingface/transformers/pull/6237",
"diff_url": "https://github.com/huggingface/transformers/pull/6237.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6237.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6236 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6236/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6236/comments | https://api.github.com/repos/huggingface/transformers/issues/6236/events | https://github.com/huggingface/transformers/issues/6236 | 672,680,183 | MDU6SXNzdWU2NzI2ODAxODM= | 6,236 | losses does not decrease when trainning with TFTransfoXLLMHeadModel . | {
"login": "gaiyongbo",
"id": 1594897,
"node_id": "MDQ6VXNlcjE1OTQ4OTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/1594897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gaiyongbo",
"html_url": "https://github.com/gaiyongbo",
"followers_url": "https://api.github.com/users/ga... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | 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... | [
"Hey @gaiyongbo,\r\n\r\nThanks for the issue. Will ping our TransfoXL master - @TevenLeScao can you take look maybe? ",
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,603 | 1,603 | NONE | null | I inspect the source code , because the weight initializer in class TFAdaptiveSoftmaxMask were all set to zeros. This causes the gradient can't propagate back . please double check that .
eg: weight = self.add_weight(
shape=(r_idx - l_idx, d_emb_i,),
initializer='ze... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6236/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6236/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6235 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6235/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6235/comments | https://api.github.com/repos/huggingface/transformers/issues/6235/events | https://github.com/huggingface/transformers/pull/6235 | 672,551,617 | MDExOlB1bGxSZXF1ZXN0NDYyNTY2NjY0 | 6,235 | Upgrade pip ci | {
"login": "LysandreJik",
"id": 30755778,
"node_id": "MDQ6VXNlcjMwNzU1Nzc4",
"avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LysandreJik",
"html_url": "https://github.com/LysandreJik",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6235?src=pr&el=h1) Report\n> Merging [#6235](https://codecov.io/gh/huggingface/transformers/pull/6235?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/5deed37f9f1a0f5794a2a7cd02164ff265c59524&el=desc) will **increase... | 1,596 | 1,596 | 1,596 | MEMBER | null | The SHA failures that made the tests flaky the last few weeks seem to come from a mismatch of SHA signatures from the pip cache and downloaded package, which may be due to incomplete/failed downloads. This PR removes the cache usage, which does not slow down the test and makes them more robust. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6235/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6235/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6235",
"html_url": "https://github.com/huggingface/transformers/pull/6235",
"diff_url": "https://github.com/huggingface/transformers/pull/6235.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6235.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6234 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6234/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6234/comments | https://api.github.com/repos/huggingface/transformers/issues/6234/events | https://github.com/huggingface/transformers/pull/6234 | 672,539,165 | MDExOlB1bGxSZXF1ZXN0NDYyNTU2MzQz | 6,234 | Upgrade pip when doing CI | {
"login": "LysandreJik",
"id": 30755778,
"node_id": "MDQ6VXNlcjMwNzU1Nzc4",
"avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LysandreJik",
"html_url": "https://github.com/LysandreJik",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6234?src=pr&el=h1) Report\n> Merging [#6234](https://codecov.io/gh/huggingface/transformers/pull/6234?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/57eb1cb68d1c567b25ac256444e5c1a77b8817a7&el=desc) will **not chan... | 1,596 | 1,596 | 1,596 | MEMBER | null | Try to fix the flaky tests by upgrading pip before installing dependencies. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6234/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6234/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6234",
"html_url": "https://github.com/huggingface/transformers/pull/6234",
"diff_url": "https://github.com/huggingface/transformers/pull/6234.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6234.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6233 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6233/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6233/comments | https://api.github.com/repos/huggingface/transformers/issues/6233/events | https://github.com/huggingface/transformers/issues/6233 | 672,519,327 | MDU6SXNzdWU2NzI1MTkzMjc= | 6,233 | mismatch keys of glue tasks | {
"login": "xujiaze13",
"id": 37360975,
"node_id": "MDQ6VXNlcjM3MzYwOTc1",
"avatar_url": "https://avatars.githubusercontent.com/u/37360975?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xujiaze13",
"html_url": "https://github.com/xujiaze13",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"
] | 1,596 | 1,602 | 1,602 | CONTRIBUTOR | null |
```
>>> from transformers import glue_output_modes, glue_processors, glue_tasks_num_labels, glue_compute_metrics``
>>> glue_tasks_num_labels.keys()
dict_keys(['cola', 'mnli', 'mrpc', 'sst-2', 'sts-b', 'qqp', 'qnli', 'rte', 'wnli'])
>>> glue_output_modes.keys()
dict_keys(['cola', 'mnli', 'mnli-mm', 'mrpc', 's... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6233/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/6233/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6232 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6232/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6232/comments | https://api.github.com/repos/huggingface/transformers/issues/6232/events | https://github.com/huggingface/transformers/pull/6232 | 672,496,514 | MDExOlB1bGxSZXF1ZXN0NDYyNTIxMDk1 | 6,232 | [WIP] lightning_base: support --lr_scheduler with multiple possibilities | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6232?src=pr&el=h1) Report\n> Merging [#6232](https://codecov.io/gh/huggingface/transformers/pull/6232?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d8dbf3b75d58667e2ecaf42b4aa076e83d034d26&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | This is step 1 to implement https://github.com/huggingface/transformers/issues/6070
This PR adds support to:
```
python finetune.py [...] --lr_scheduler=SCHEDULER [...]
```
in lightning_base (so seq2seq examples, etc.)
to get help:
```
python finetune.py [...] --lr_scheduler=help [...]
```
gives:
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6232/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6232/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6232",
"html_url": "https://github.com/huggingface/transformers/pull/6232",
"diff_url": "https://github.com/huggingface/transformers/pull/6232.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6232.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6231 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6231/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6231/comments | https://api.github.com/repos/huggingface/transformers/issues/6231/events | https://github.com/huggingface/transformers/pull/6231 | 672,484,635 | MDExOlB1bGxSZXF1ZXN0NDYyNTExNjA2 | 6,231 | testing utils: capturing std streams context manager | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6231?src=pr&el=h1) Report\n> Merging [#6231](https://codecov.io/gh/huggingface/transformers/pull/6231?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/57eb1cb68d1c567b25ac256444e5c1a77b8817a7&el=desc) will **decrease... | 1,596 | 1,597 | 1,597 | CONTRIBUTOR | null | A while ago I developed this set of classes `CaptureStd`, `CaptureStdout`, `CaptureStderr`, which are very useful in testing outputs.
Usage examples:
```
with CaptureStdout() as cs:
print("Secret message")
print(f"captured: {cs.out}")
import sys
with CaptureStderr() as cs:
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6231/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6231/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6231",
"html_url": "https://github.com/huggingface/transformers/pull/6231",
"diff_url": "https://github.com/huggingface/transformers/pull/6231.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6231.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6230 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6230/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6230/comments | https://api.github.com/repos/huggingface/transformers/issues/6230/events | https://github.com/huggingface/transformers/pull/6230 | 672,384,136 | MDExOlB1bGxSZXF1ZXN0NDYyNDMxMDA1 | 6,230 | mBART Conversion script | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6230?src=pr&el=h1) Report\n> Merging [#6230](https://codecov.io/gh/huggingface/transformers/pull/6230?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/268bf34630aaae4036dbe3e45a0e8a0fa75e18f9&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | I forgot to check in an mbart conversion script a few months ago after converting mbart-large-en-ro and mbart-large-cc25 in jupyter.
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6230/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6230/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6230",
"html_url": "https://github.com/huggingface/transformers/pull/6230",
"diff_url": "https://github.com/huggingface/transformers/pull/6230.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6230.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6229 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6229/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6229/comments | https://api.github.com/repos/huggingface/transformers/issues/6229/events | https://github.com/huggingface/transformers/pull/6229 | 672,377,029 | MDExOlB1bGxSZXF1ZXN0NDYyNDI1MDUy | 6,229 | [s2s] Document better mbart finetuning command | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [] | closed | false | null | [] | [] | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6229/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6229/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6229",
"html_url": "https://github.com/huggingface/transformers/pull/6229",
"diff_url": "https://github.com/huggingface/transformers/pull/6229.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6229.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6228 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6228/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6228/comments | https://api.github.com/repos/huggingface/transformers/issues/6228/events | https://github.com/huggingface/transformers/issues/6228 | 672,361,373 | MDU6SXNzdWU2NzIzNjEzNzM= | 6,228 | ValueError: Unrecognized model identifier in facebook/bart-large-cnn. | {
"login": "SagarPalyal",
"id": 38795924,
"node_id": "MDQ6VXNlcjM4Nzk1OTI0",
"avatar_url": "https://avatars.githubusercontent.com/u/38795924?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SagarPalyal",
"html_url": "https://github.com/SagarPalyal",
"followers_url": "https://api.github.com/... | [] | closed | false | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [
{
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api... | [
"Please only tag one or two people.\r\nI think `pip install transformers --upgrade` will fix your problem."
] | 1,596 | 1,598 | 1,598 | NONE | null | ## Environment info
- `transformers` version: 2.2.2
- Platform: windows 10
- Python version: 3.7.8
- PyTorch version (GPU?): 1.6.0+cpu
- Tensorflow version (GPU?):
- Using GPU in script?:No
- Using distributed or parallel set-up in script?:No
albert, bert, GPT2, XLM: @LysandreJik
tokenizers: @... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6228/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6228/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6227 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6227/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6227/comments | https://api.github.com/repos/huggingface/transformers/issues/6227/events | https://github.com/huggingface/transformers/pull/6227 | 672,343,791 | MDExOlB1bGxSZXF1ZXN0NDYyMzk3OTI0 | 6,227 | Add SequenceClassification and MultipleChoice TF models to Electra | {
"login": "jplu",
"id": 959590,
"node_id": "MDQ6VXNlcjk1OTU5MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/959590?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jplu",
"html_url": "https://github.com/jplu",
"followers_url": "https://api.github.com/users/jplu/followers",
... | [] | closed | false | null | [] | [
"@LysandreJik I don't understand why the Torch tests are trying to execute a TF test :thinking: \r\n\r\n```\r\n______________ ERROR collecting tests/test_modeling_tf_electra.py ______________\r\nImportError while importing test module '/home/circleci/transformers/tests/test_modeling_tf_electra.py'.\r\nHint: make su... | 1,596 | 1,600 | 1,596 | CONTRIBUTOR | null | This PR adds SequenceClassification and MultipleChoice TF models to Electra. It is a follow up to the PR https://github.com/huggingface/transformers/pull/4654.
@LysandreJik is it possible to add `"summary_proj_to_labels": true` to the Electra config? | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6227/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6227/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6227",
"html_url": "https://github.com/huggingface/transformers/pull/6227",
"diff_url": "https://github.com/huggingface/transformers/pull/6227.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6227.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6226 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6226/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6226/comments | https://api.github.com/repos/huggingface/transformers/issues/6226/events | https://github.com/huggingface/transformers/issues/6226 | 672,330,181 | MDU6SXNzdWU2NzIzMzAxODE= | 6,226 | Can't load config for [community model] | {
"login": "abedkhooli",
"id": 11407254,
"node_id": "MDQ6VXNlcjExNDA3MjU0",
"avatar_url": "https://avatars.githubusercontent.com/u/11407254?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abedkhooli",
"html_url": "https://github.com/abedkhooli",
"followers_url": "https://api.github.com/use... | [] | closed | false | {
"login": "mfuntowicz",
"id": 2241520,
"node_id": "MDQ6VXNlcjIyNDE1MjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/2241520?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mfuntowicz",
"html_url": "https://github.com/mfuntowicz",
"followers_url": "https://api.github.com/users... | [
{
"login": "mfuntowicz",
"id": 2241520,
"node_id": "MDQ6VXNlcjIyNDE1MjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/2241520?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mfuntowicz",
"html_url": "https://github.com/mfuntowicz",
"followers_url": "https://... | [
"Currently working on a fix. Will update here",
"Should be fixed now",
"Hey I'm facing the same issue with two models I uploaded today\r\nhttps://huggingface.co/rohanrajpal/bert-base-en-hi-codemix-cased?text=I+like+you.+I+love+you\r\nhttps://huggingface.co/rohanrajpal/bert-base-en-es-codemix-cased?text=I+like+y... | 1,596 | 1,627 | 1,596 | CONTRIBUTOR | null | Although I can use a fine-tuned GPT2 model from code, the model page complains about the config file (which is already uploaded).
at https://huggingface.co/akhooli/gpt2-small-arabic-poetry (for a prompt), I get:
```
Can't load config for 'akhooli/gpt2-small-arabic-poetry'. Make sure that: - 'akhooli/gpt2-small-ara... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6226/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6226/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6225 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6225/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6225/comments | https://api.github.com/repos/huggingface/transformers/issues/6225/events | https://github.com/huggingface/transformers/pull/6225 | 672,309,309 | MDExOlB1bGxSZXF1ZXN0NDYyMzY5MDc1 | 6,225 | typo | {
"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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6225?src=pr&el=h1) Report\n> Merging [#6225](https://codecov.io/gh/huggingface/transformers/pull/6225?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/0513f8d275022d4055b710a33cd520b2000982bf&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6225/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6225/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6225",
"html_url": "https://github.com/huggingface/transformers/pull/6225",
"diff_url": "https://github.com/huggingface/transformers/pull/6225.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6225.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/6224 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6224/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6224/comments | https://api.github.com/repos/huggingface/transformers/issues/6224/events | https://github.com/huggingface/transformers/pull/6224 | 672,306,531 | MDExOlB1bGxSZXF1ZXN0NDYyMzY2ODEz | 6,224 | test_tokenization_common.py: Remove redundant coverage | {
"login": "sshleifer",
"id": 6045025,
"node_id": "MDQ6VXNlcjYwNDUwMjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sshleifer",
"html_url": "https://github.com/sshleifer",
"followers_url": "https://api.github.com/users/ss... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/6224?src=pr&el=h1) Report\n> Merging [#6224](https://codecov.io/gh/huggingface/transformers/pull/6224?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/0513f8d275022d4055b710a33cd520b2000982bf&el=desc) will **decrease... | 1,596 | 1,596 | 1,596 | CONTRIBUTOR | null | The deleted logic is already covered [here](https://github.com/huggingface/transformers/blob/3a58d6b22d436c71ee7511dbcae5128ed787ebf5/tests/test_tokenization_common.py#L1079)
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6224/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6224/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/6224",
"html_url": "https://github.com/huggingface/transformers/pull/6224",
"diff_url": "https://github.com/huggingface/transformers/pull/6224.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/6224.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/6223 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6223/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6223/comments | https://api.github.com/repos/huggingface/transformers/issues/6223/events | https://github.com/huggingface/transformers/issues/6223 | 672,300,072 | MDU6SXNzdWU2NzIzMDAwNzI= | 6,223 | benchmarking API: `no_` arguments, double negation, defaults | {
"login": "stas00",
"id": 10676103,
"node_id": "MDQ6VXNlcjEwNjc2MTAz",
"avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stas00",
"html_url": "https://github.com/stas00",
"followers_url": "https://api.github.com/users/stas00/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"> the reason for having both no_ and \"no-negation-prefix\" arguments is that all boolean arguments should be set to False as a default: e.g. the default should be to benchmark \"inference\", but to not benchmark \"training\". Guess it's up for discussion whether this is the best design choice.\r\n\r\nWhy can't th... | 1,596 | 1,602 | 1,602 | CONTRIBUTOR | null | Another discussion moved to an issue:
Here is the gist of it:
This help entry: https://github.com/huggingface/transformers/blob/master/src/transformers/benchmark/benchmark_args_utils.py#L74
goes:
```
"help": "Don't use multiprocessing for memory and speed measurement. It is highly recommended to
use multip... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6223/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6223/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/6222 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/6222/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/6222/comments | https://api.github.com/repos/huggingface/transformers/issues/6222/events | https://github.com/huggingface/transformers/issues/6222 | 672,289,802 | MDU6SXNzdWU2NzIyODk4MDI= | 6,222 | memory benchmarking: should the cudnn kernels loading be included | {
"login": "stas00",
"id": 10676103,
"node_id": "MDQ6VXNlcjEwNjc2MTAz",
"avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stas00",
"html_url": "https://github.com/stas00",
"followers_url": "https://api.github.com/users/stas00/fo... | [
{
"id": 1314768611,
"node_id": "MDU6TGFiZWwxMzE0NzY4NjEx",
"url": "https://api.github.com/repos/huggingface/transformers/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
"description": null
}
] | closed | false | null | [] | [
"Thinking more about it. Perhaps it's a question of benchmarking the whole vs. parts. \r\n\r\nFor example, if we want to memory profile a specific function, measuring the whole (that is including everything else that came before the function) could give us wrong results, because perhaps some parts of the whole got ... | 1,596 | 1,607 | 1,607 | CONTRIBUTOR | null | Bringing this discussion from slack to a dedicated issue so it's easier to track and discuss:
Here is the gist of the discussion so far:
I said:
Currently `benchmark._measure_memory()` doesn't take into account cudnn kernel loading, so even if you measure the most trivial function on pytorch you end up with ~0... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/6222/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/6222/timeline | completed | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.