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/5820 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5820/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5820/comments | https://api.github.com/repos/huggingface/transformers/issues/5820/events | https://github.com/huggingface/transformers/issues/5820 | 658,424,836 | MDU6SXNzdWU2NTg0MjQ4MzY= | 5,820 | Migrate Marian models names to ISO-639-3 where possible | {
"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
},
{
"id": 2039044877,
"node_id": "MDU6TGFiZWwyMDM5MDQ0ODc3",
... | 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... | [
"> for NORTH_EU, why is the code \"multilingual\"\r\n\r\nCouldn't find a better qualifier and I think there were a lot of languages\r\n\r\n> how will people know if a model requires a target language code?\r\n\r\nHow do they know now? Maybe add it to the model card? or you could detect if `code.includes('_')`?\r\n\... | 1,594 | 1,600 | 1,600 | CONTRIBUTOR | null | Proposed renamings:
ROMANCE-> roa
CELTIC -> cel
NORWAY -> no (check for conflicts w existing bilingual norwegian models.)
remove ch_group
@julien-c for NORTH_EU, why is the code ["multilingual"](https://github.com/huggingface/moon-landing/blob/d50efc4725a7546fb8159626470f3babacd44911/server/lib/ModelInfo.ts#L... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5820/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5820/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5819 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5819/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5819/comments | https://api.github.com/repos/huggingface/transformers/issues/5819/events | https://github.com/huggingface/transformers/pull/5819 | 658,394,236 | MDExOlB1bGxSZXF1ZXN0NDUwMzYyNDA4 | 5,819 | [seq2seq] pack_dataset.py rewrites dataset in max_tokens format | {
"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/5819?src=pr&el=h1) Report\n> Merging [#5819](https://codecov.io/gh/huggingface/transformers/pull/5819?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/63761614eb7a5f96e089b77d5469ea31a7177e16&el=desc) will **decrease... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Inspired by fairseq max_tokens_dataset.
This works on disk, by regenerating the data directory, so it can work with or without @Pradhy729 's PR.
It is especially useful for avoiding padding computation in a multigpu setup, where SortishSampler doesn't work.
It will also play nice with TPU by allowing us to always ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5819/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5819/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5819",
"html_url": "https://github.com/huggingface/transformers/pull/5819",
"diff_url": "https://github.com/huggingface/transformers/pull/5819.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5819.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5818 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5818/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5818/comments | https://api.github.com/repos/huggingface/transformers/issues/5818/events | https://github.com/huggingface/transformers/pull/5818 | 658,364,099 | MDExOlB1bGxSZXF1ZXN0NDUwMzM2MjI2 | 5,818 | [seq2seq] Don't copy self.source in sortishsampler | {
"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/5818?src=pr&el=h1) Report\n> Merging [#5818](https://codecov.io/gh/huggingface/transformers/pull/5818?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/63761614eb7a5f96e089b77d5469ea31a7177e16&el=desc) will **decrease... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5818/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5818/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5818",
"html_url": "https://github.com/huggingface/transformers/pull/5818",
"diff_url": "https://github.com/huggingface/transformers/pull/5818.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5818.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5817 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5817/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5817/comments | https://api.github.com/repos/huggingface/transformers/issues/5817/events | https://github.com/huggingface/transformers/issues/5817 | 658,353,297 | MDU6SXNzdWU2NTgzNTMyOTc= | 5,817 | error with transformers 2.9.1 but not with 2.3.0, same code, why? | {
"login": "wenfeixiang1991",
"id": 26091157,
"node_id": "MDQ6VXNlcjI2MDkxMTU3",
"avatar_url": "https://avatars.githubusercontent.com/u/26091157?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wenfeixiang1991",
"html_url": "https://github.com/wenfeixiang1991",
"followers_url": "https://api... | [] | closed | false | null | [] | [
"Hi! Indeed, I can reproduce. This seems to be an edge-case we were not testing for in late v2+ versions. It does run correctly on v2.3.0, as you've shown, and on recent versions (v3+) as well.\r\n\r\nAfter looking a bit deeper into it, it seems to have happened because of the introduction of `BatchEncoding`, in ve... | 1,594 | 1,595 | 1,595 | NONE | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Bert
Language I am using the model on (English, Chinese ...): Chinese
The problem arises when using:
* [ ] the official example scripts: (give details below)
* [x] my own modified scripts: (give details below)
The tasks I am working on is:
* ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5817/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5817/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5816 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5816/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5816/comments | https://api.github.com/repos/huggingface/transformers/issues/5816/events | https://github.com/huggingface/transformers/issues/5816 | 658,337,725 | MDU6SXNzdWU2NTgzMzc3MjU= | 5,816 | Additional layers to BERT | {
"login": "psureshmagadi17",
"id": 52900849,
"node_id": "MDQ6VXNlcjUyOTAwODQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/52900849?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/psureshmagadi17",
"html_url": "https://github.com/psureshmagadi17",
"followers_url": "https://api... | [
{
"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 @psureshmagadi17 , you can add additional layers easily, take a loot the source code for `BERTForSequenceClassification`, you can take that code as it is and add the additional layers before the final classifier. ",
"> Hi @psureshmagadi17 , you can add additional layers easily, take a loot the source code for... | 1,594 | 1,643 | 1,601 | 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/5816/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5816/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5815 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5815/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5815/comments | https://api.github.com/repos/huggingface/transformers/issues/5815/events | https://github.com/huggingface/transformers/issues/5815 | 658,335,782 | MDU6SXNzdWU2NTgzMzU3ODI= | 5,815 | cast_bool_to_primitive breaks TensorFlow graph support. | {
"login": "AndreasMadsen",
"id": 505333,
"node_id": "MDQ6VXNlcjUwNTMzMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/505333?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreasMadsen",
"html_url": "https://github.com/AndreasMadsen",
"followers_url": "https://api.github.co... | [
{
"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 @AndreasMadsen, \r\n\r\nThanks a lot for the detailed error description! I added this function, so I will try to take a look as soon as possible. I will be off for the next two weeks though (but will not this issue down). If by change @jplu you find some time, feel free to take a look :-) ",
"Should be fixed... | 1,594 | 1,602 | 1,602 | CONTRIBUTOR | null | # 🐛 Bug
## To reproduce
```python
import transformers
bert = tf.function(transformers.TFBertForMaskedLM.from_pretrained('bert-base-uncased'))
for i in range(2):
(_, hidden_state) = bert(tf.constant([[10,11,12]]), output_hidden_states=True)
print(f'computed {i}')
```
Errors with
```
ValueEr... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5815/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5815/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5814 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5814/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5814/comments | https://api.github.com/repos/huggingface/transformers/issues/5814/events | https://github.com/huggingface/transformers/issues/5814 | 658,272,065 | MDU6SXNzdWU2NTgyNzIwNjU= | 5,814 | How to download original weights of gpt2 | {
"login": "nuradilK",
"id": 26120466,
"node_id": "MDQ6VXNlcjI2MTIwNDY2",
"avatar_url": "https://avatars.githubusercontent.com/u/26120466?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nuradilK",
"html_url": "https://github.com/nuradilK",
"followers_url": "https://api.github.com/users/nur... | [
{
"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 | [] | [
"Hey @nuradilK,\r\n\r\n1) The GPT2 weight initialization is a known warning bug we should remove, but which does not affect model performance, \r\nsee https://github.com/huggingface/transformers/issues/5800 e.g.\r\n\r\n2) It's very hard for us to track down low performance of specific user code (which data to use, ... | 1,594 | 1,600 | 1,600 | NONE | null | # ❓ Questions & Help
Hi, I have been trying to reproduce losses from [this paper](https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf), but I realized that my losses are lower than the ones from the paper. Also, I noticed a warning - Some weights of GPT2LMHeadModel wer... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5814/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5814/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5813 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5813/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5813/comments | https://api.github.com/repos/huggingface/transformers/issues/5813/events | https://github.com/huggingface/transformers/pull/5813 | 658,232,398 | MDExOlB1bGxSZXF1ZXN0NDUwMjI0MjE0 | 5,813 | Create README.md | {
"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/5813?src=pr&el=h1) Report\n> Merging [#5813](https://codecov.io/gh/huggingface/transformers/pull/5813?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/89a78be51f1c2afd263da66ec76d3297432f0c2a&el=desc) will **not chan... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5813/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5813/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5813",
"html_url": "https://github.com/huggingface/transformers/pull/5813",
"diff_url": "https://github.com/huggingface/transformers/pull/5813.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5813.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5812 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5812/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5812/comments | https://api.github.com/repos/huggingface/transformers/issues/5812/events | https://github.com/huggingface/transformers/pull/5812 | 658,226,320 | MDExOlB1bGxSZXF1ZXN0NDUwMjE5MDY1 | 5,812 | Update README.md | {
"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/5812?src=pr&el=h1) Report\n> Merging [#5812](https://codecov.io/gh/huggingface/transformers/pull/5812?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/89a78be51f1c2afd263da66ec76d3297432f0c2a&el=desc) will **increase... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Fix missig "-" in meta data | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5812/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5812/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5812",
"html_url": "https://github.com/huggingface/transformers/pull/5812",
"diff_url": "https://github.com/huggingface/transformers/pull/5812.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5812.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5811 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5811/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5811/comments | https://api.github.com/repos/huggingface/transformers/issues/5811/events | https://github.com/huggingface/transformers/pull/5811 | 658,218,445 | MDExOlB1bGxSZXF1ZXN0NDUwMjEyNDE2 | 5,811 | [Longformer] fix longformer slow-down | {
"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/5811?src=pr&el=h1) Report\n> Merging [#5811](https://codecov.io/gh/huggingface/transformers/pull/5811?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/89a78be51f1c2afd263da66ec76d3297432f0c2a&el=desc) will **decrease... | 1,594 | 1,594 | 1,594 | MEMBER | null | A drastic slow-down of Longformer after the PR: https://github.com/huggingface/transformers/pull/5219 was deteced by @HHousen (thanks a lot!) here: https://github.com/huggingface/transformers/issues/4406#issuecomment-658483050 .
After digging a bit into the code it can be seen that the line:
`is_global_attn = any(i... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5811/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5811/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5811",
"html_url": "https://github.com/huggingface/transformers/pull/5811",
"diff_url": "https://github.com/huggingface/transformers/pull/5811.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5811.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5810 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5810/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5810/comments | https://api.github.com/repos/huggingface/transformers/issues/5810/events | https://github.com/huggingface/transformers/pull/5810 | 658,215,534 | MDExOlB1bGxSZXF1ZXN0NDUwMjA5OTA5 | 5,810 | Add missing arguments for BertWordPieceTokenizer | {
"login": "monologg",
"id": 28896432,
"node_id": "MDQ6VXNlcjI4ODk2NDMy",
"avatar_url": "https://avatars.githubusercontent.com/u/28896432?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/monologg",
"html_url": "https://github.com/monologg",
"followers_url": "https://api.github.com/users/mon... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5810?src=pr&el=h1) Report\n> Merging [#5810](https://codecov.io/gh/huggingface/transformers/pull/5810?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/89a78be51f1c2afd263da66ec76d3297432f0c2a&el=desc) will **decrease... | 1,594 | 1,599 | 1,599 | CONTRIBUTOR | null | Hi:)
It seems that in `__init__` of `BertTokenizerFast`, arguments of `pad_token` and `mask_token` of `BertWordPieceTokenizer` are missing.
I've added them in this commit. If these missed arguments are intended, please let me know:)
Thank you!
```python
class BertTokenizerFast(PreTrainedTokenizerFast):
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5810/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5810/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5810",
"html_url": "https://github.com/huggingface/transformers/pull/5810",
"diff_url": "https://github.com/huggingface/transformers/pull/5810.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5810.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5809 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5809/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5809/comments | https://api.github.com/repos/huggingface/transformers/issues/5809/events | https://github.com/huggingface/transformers/issues/5809 | 658,182,976 | MDU6SXNzdWU2NTgxODI5NzY= | 5,809 | TypeError: forward() got an unexpected keyword argument 'head_mask' | {
"login": "gandharvsuri",
"id": 31670690,
"node_id": "MDQ6VXNlcjMxNjcwNjkw",
"avatar_url": "https://avatars.githubusercontent.com/u/31670690?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gandharvsuri",
"html_url": "https://github.com/gandharvsuri",
"followers_url": "https://api.github.c... | [] | 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... | [
"The `EncoderDecoderModel` does not work with longformer yet. Closing this in favor of https://github.com/huggingface/transformers/issues/4225 ."
] | 1,594 | 1,594 | 1,594 | NONE | null | I'm getting the above error while training for EncoderDecoder Model for longformer.
Following is the code snippet from the training loop, followed by the model definition.
` output = model(input_ids = b_input_ids, attention_mask = b_input_masks, decoder_input_ids = b_decoder_input_ids, decoder_attention_mask =... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5809/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5809/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5808 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5808/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5808/comments | https://api.github.com/repos/huggingface/transformers/issues/5808/events | https://github.com/huggingface/transformers/pull/5808 | 658,179,055 | MDExOlB1bGxSZXF1ZXN0NDUwMTc4ODc1 | 5,808 | [Benchmark] Fix models without `architectures` param in config | {
"login": "patrickvonplaten",
"id": 23423619,
"node_id": "MDQ6VXNlcjIzNDIzNjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patrickvonplaten",
"html_url": "https://github.com/patrickvonplaten",
"followers_url": "https://... | [] | closed | false | null | [] | [] | 1,594 | 1,594 | 1,594 | MEMBER | null | This PR fixes a bug, when running benchmarks for models that have `config.architectures = None`, *e.g.* `longformer-base-4096`. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5808/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/5808/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5808",
"html_url": "https://github.com/huggingface/transformers/pull/5808",
"diff_url": "https://github.com/huggingface/transformers/pull/5808.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5808.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5807 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5807/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5807/comments | https://api.github.com/repos/huggingface/transformers/issues/5807/events | https://github.com/huggingface/transformers/issues/5807 | 658,175,416 | MDU6SXNzdWU2NTgxNzU0MTY= | 5,807 | While running finetune.py in seq2seq examples on a custom dataset, I am getting the following error. | {
"login": "laibamehnaz",
"id": 36405283,
"node_id": "MDQ6VXNlcjM2NDA1Mjgz",
"avatar_url": "https://avatars.githubusercontent.com/u/36405283?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/laibamehnaz",
"html_url": "https://github.com/laibamehnaz",
"followers_url": "https://api.github.com/... | [
{
"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 @laibamehnaz , what is your batch size ?\r\n\r\nHere's my wild guess. I think one of your batch has empty lines. The batches are trimmed using the below function to remove excessive pad tokens\r\n\r\n```python3\r\ndef trim_batch(\r\n input_ids, pad_token_id, attention_mask=None,\r\n):\r\n \"\"\"Remove col... | 1,594 | 1,601 | 1,601 | NONE | null | ### This is what I'm getting:
Can I get some help? Thank you
Epoch 1: 34% 3410/10000 [1:43:10<3:19:22, 1.82s/it, loss=3.052, v_num=6]Traceback (most recent call last):
File "finetune.py", line 344, in <module>
main(args)
File "finetune.py", line 322, in main
logger=logger,
File "/content/drive/... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5807/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5807/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5806 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5806/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5806/comments | https://api.github.com/repos/huggingface/transformers/issues/5806/events | https://github.com/huggingface/transformers/issues/5806 | 658,140,970 | MDU6SXNzdWU2NTgxNDA5NzA= | 5,806 | BERT-viewer is broken for russian? | {
"login": "Dronte",
"id": 3256572,
"node_id": "MDQ6VXNlcjMyNTY1NzI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3256572?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Dronte",
"html_url": "https://github.com/Dronte",
"followers_url": "https://api.github.com/users/Dronte/foll... | [
{
"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 | [] | [
"I don't see anything obviously wrong on our side, so you should ask the model authors (@deeppavlov and other members of @deepmipt) – maybe they uploaded the model without a trained final LM prediction layer, for instance.\r\n\r\nOff topic, but e.g. by contrast this translation model works very well for russian: ht... | 1,594 | 1,600 | 1,600 | NONE | null | # 🐛 Bug
Hi I'm looking at BERT demos for russian, for example:
https://huggingface.co/DeepPavlov/rubert-base-cased?text=%D0%AF+%5BMASK%5D+%D1%81%D0%B0%D0%BB%D0%B0%D1%82+%D0%BD%D0%B0+%D0%BE%D0%B1%D0%B5%D0%B4.
English version for comparison:
https://huggingface.co/bert-base-cased?text=I+%5BMASK%5D+salad+for+lunch.... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5806/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/huggingface/transformers/issues/5806/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5805 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5805/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5805/comments | https://api.github.com/repos/huggingface/transformers/issues/5805/events | https://github.com/huggingface/transformers/pull/5805 | 658,127,381 | MDExOlB1bGxSZXF1ZXN0NDUwMTM0NDE3 | 5,805 | [Fix] Checkpoint saving and I/O for XLNetQASimple | {
"login": "jerrykuo7727",
"id": 13695584,
"node_id": "MDQ6VXNlcjEzNjk1NTg0",
"avatar_url": "https://avatars.githubusercontent.com/u/13695584?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jerrykuo7727",
"html_url": "https://github.com/jerrykuo7727",
"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,594 | 1,601 | 1,601 | NONE | null | **1. [Fix] Create directories for model checkpoints**
Saving model checkpoints without making directories would lead to error.
(i.e. The output directory will not exist using the currenct script.)
The [older version](https://github.com/huggingface/transformers/blob/3f5ccb183e3cfa755dea2dd2afd9abbf1a0f93b8/exa... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5805/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5805/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5805",
"html_url": "https://github.com/huggingface/transformers/pull/5805",
"diff_url": "https://github.com/huggingface/transformers/pull/5805.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5805.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/5804 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5804/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5804/comments | https://api.github.com/repos/huggingface/transformers/issues/5804/events | https://github.com/huggingface/transformers/pull/5804 | 658,120,899 | MDExOlB1bGxSZXF1ZXN0NDUwMTI4NzUz | 5,804 | Add MPNet | {
"login": "StillKeepTry",
"id": 6577458,
"node_id": "MDQ6VXNlcjY1Nzc0NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6577458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/StillKeepTry",
"html_url": "https://github.com/StillKeepTry",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | [
"@StillKeepTry Don't forget to ping me if you need another round of review!\r\n\r\nBy the way, I haven't seen any refactorization for code like this:\r\n```python\r\nfrom .modeling_bert import (\r\n BertEmbeddings, \r\n BertPreTrainedModel, \r\n BertIntermediate, \r\n BertOutput, \r\n BertSelfAttenti... | 1,594 | 1,606 | 1,606 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5804/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5804/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5804",
"html_url": "https://github.com/huggingface/transformers/pull/5804",
"diff_url": "https://github.com/huggingface/transformers/pull/5804.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5804.patch",
"merged_at": n... | |
https://api.github.com/repos/huggingface/transformers/issues/5803 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5803/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5803/comments | https://api.github.com/repos/huggingface/transformers/issues/5803/events | https://github.com/huggingface/transformers/issues/5803 | 658,100,264 | MDU6SXNzdWU2NTgxMDAyNjQ= | 5,803 | Hosted Inference API: Error loading tokenizer Can't load config | {
"login": "sampathkethineedi",
"id": 30796835,
"node_id": "MDQ6VXNlcjMwNzk2ODM1",
"avatar_url": "https://avatars.githubusercontent.com/u/30796835?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sampathkethineedi",
"html_url": "https://github.com/sampathkethineedi",
"followers_url": "https... | [] | closed | false | null | [] | [
"I can load the pipeline locally so I am not sure what's happening here, indeed. Will post here when we know more.",
"Hey @julien-c, thanks for the quick response!\r\n\r\nI'm assuming the inference API is using the `transformers-cli serve` ?\r\nWhen I do the same locally, I'm able to get results at **localhost:88... | 1,594 | 1,601 | 1,595 | NONE | null | Hi,
[https://huggingface.co/sampathkethineedi/industry-classification-api](https://huggingface.co/sampathkethineedi/industry-classification-api)
I uploaded my classification model fine tuned on BERT. There is no issue running the model from the hub and using the ‘sentiment-analysis’ pipeline. But there seems to b... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5803/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5803/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5802 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5802/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5802/comments | https://api.github.com/repos/huggingface/transformers/issues/5802/events | https://github.com/huggingface/transformers/pull/5802 | 658,069,672 | MDExOlB1bGxSZXF1ZXN0NDUwMDg0MjQ1 | 5,802 | [WIP - Benchmark] Add generate function | {
"login": "patrickvonplaten",
"id": 23423619,
"node_id": "MDQ6VXNlcjIzNDIzNjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patrickvonplaten",
"html_url": "https://github.com/patrickvonplaten",
"followers_url": "https://... | [
{
"id": 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,594 | 1,600 | 1,600 | MEMBER | null | This PR adds the `generate` function to Benchmarks. You can try it out by running:
```
python examples/benchmarking/run_benchmark.py --models gpt2 --batch_sizes 1 --sequence_lengths 20 --no_inference --generate
```
## TODO
- [ ] Add for TF as well | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5802/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5802/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5802",
"html_url": "https://github.com/huggingface/transformers/pull/5802",
"diff_url": "https://github.com/huggingface/transformers/pull/5802.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5802.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/5801 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5801/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5801/comments | https://api.github.com/repos/huggingface/transformers/issues/5801/events | https://github.com/huggingface/transformers/pull/5801 | 658,048,854 | MDExOlB1bGxSZXF1ZXN0NDUwMDY2MzU4 | 5,801 | [Benchmark] fix benchmark non standard model | {
"login": "patrickvonplaten",
"id": 23423619,
"node_id": "MDQ6VXNlcjIzNDIzNjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patrickvonplaten",
"html_url": "https://github.com/patrickvonplaten",
"followers_url": "https://... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5801?src=pr&el=h1) Report\n> Merging [#5801](https://codecov.io/gh/huggingface/transformers/pull/5801?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/8ce610bc96ace8be6b514c0f2c3fb0f76eb7ee15&el=desc) will **increase... | 1,594 | 1,595 | 1,594 | MEMBER | null | This PR fixes a typo in Benchmark, that allows to load specifc architectures and not just the base model. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5801/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5801/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5801",
"html_url": "https://github.com/huggingface/transformers/pull/5801",
"diff_url": "https://github.com/huggingface/transformers/pull/5801.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5801.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5800 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5800/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5800/comments | https://api.github.com/repos/huggingface/transformers/issues/5800/events | https://github.com/huggingface/transformers/issues/5800 | 658,023,693 | MDU6SXNzdWU2NTgwMjM2OTM= | 5,800 | GPT2 weights don't initialize from checkpoint | {
"login": "alma-lindborg",
"id": 8694790,
"node_id": "MDQ6VXNlcjg2OTQ3OTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/8694790?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alma-lindborg",
"html_url": "https://github.com/alma-lindborg",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | [
"Hey @almaLindborg,\r\n\r\nThis is a known warning. We should probably disable this...a couple of other models have it as well. But the model works as intended, so no worries about the message.\r\n\r\nAlso pinging @sshleifer for notification."
] | 1,594 | 1,594 | 1,594 | NONE | null | OS: OSX 10.15.5 (Catalina)
Transformers version 3.0.2
I'm running into this warning when I'm trying to initialize a pre-trained GPT2 model.
This looks a bit worrying to me because it looks like like it ignores all the pre-trained attention heads, or am I missing something here?
<img width="1087" alt="Screensh... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5800/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5800/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5799 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5799/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5799/comments | https://api.github.com/repos/huggingface/transformers/issues/5799/events | https://github.com/huggingface/transformers/issues/5799 | 657,942,620 | MDU6SXNzdWU2NTc5NDI2MjA= | 5,799 | Issue when load pretrained weights | {
"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... | [
{
"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 | [] | [
"Cannot reproduce. The command:\r\n\r\n```python \r\nfrom transformers import AutoModelWithLMHead\r\nmodel = AutoModelWithLMHead.from_pretrained(\"bert-base-chinese\")\r\n```\r\n\r\nworks fine on master. Can you update to v3.0.2 `pip install --upgrade transformers` and check again? :-) ",
"> Cannot reproduce. The... | 1,594 | 1,631 | 1,603 | NONE | null | I got the following error when running
AutoModelWithLMHead.from_pretrained("bert-base-chinese")
OSError: Can't load weights for 'bert-base-chinese'. Make sure that:
- 'bert-base-chinese' is a correct model identifier listed on 'https://huggingface.co/models'
- or 'bert-base-chinese' is the correct path t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5799/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5799/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5798 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5798/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5798/comments | https://api.github.com/repos/huggingface/transformers/issues/5798/events | https://github.com/huggingface/transformers/pull/5798 | 657,877,381 | MDExOlB1bGxSZXF1ZXN0NDQ5OTIxMTc4 | 5,798 | Lightning Updates for v0.8.5 | {
"login": "nateraw",
"id": 32437151,
"node_id": "MDQ6VXNlcjMyNDM3MTUx",
"avatar_url": "https://avatars.githubusercontent.com/u/32437151?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nateraw",
"html_url": "https://github.com/nateraw",
"followers_url": "https://api.github.com/users/natera... | [] | 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... | [
"@sshleifer have any guidance on these two errors?\r\n\r\n\r\n## T5\r\n\r\n```python\r\n________________ test_finetune[patrickvonplaten/t5-tiny-random] ________________\r\n[gw3] linux -- Python 3.6.11 /usr/local/bin/python\r\n\r\nmodel = 'patrickvonplaten/t5-tiny-random'\r\n\r\n @pytest.mark.parametrize(\r\n ... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | Fixing #5361 ...battling with unittests. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5798/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5798/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5798",
"html_url": "https://github.com/huggingface/transformers/pull/5798",
"diff_url": "https://github.com/huggingface/transformers/pull/5798.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5798.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5797 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5797/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5797/comments | https://api.github.com/repos/huggingface/transformers/issues/5797/events | https://github.com/huggingface/transformers/issues/5797 | 657,876,278 | MDU6SXNzdWU2NTc4NzYyNzg= | 5,797 | Can I use the pretrained BERT-Base model directly for predict isNextSentence task? | {
"login": "nomadlx",
"id": 10513140,
"node_id": "MDQ6VXNlcjEwNTEzMTQw",
"avatar_url": "https://avatars.githubusercontent.com/u/10513140?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nomadlx",
"html_url": "https://github.com/nomadlx",
"followers_url": "https://api.github.com/users/nomadl... | [] | closed | false | null | [] | [
"I have find anwser in [code](https://github.com/huggingface/transformers/blob/master/src/transformers/modeling_bert.py#L1138)."
] | 1,594 | 1,594 | 1,594 | NONE | null | # ❓ Can I use the pretrained BERT-Base model directly for predict isNextSentence task?
<!-- 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.huggi... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5797/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5797/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5796 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5796/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5796/comments | https://api.github.com/repos/huggingface/transformers/issues/5796/events | https://github.com/huggingface/transformers/pull/5796 | 657,861,294 | MDExOlB1bGxSZXF1ZXN0NDQ5OTA3ODI4 | 5,796 | Moving transformers package import statements to relative imports in some files | {
"login": "afcruzs",
"id": 4340932,
"node_id": "MDQ6VXNlcjQzNDA5MzI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4340932?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/afcruzs",
"html_url": "https://github.com/afcruzs",
"followers_url": "https://api.github.com/users/afcruzs/... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5796?src=pr&el=h1) Report\n> Merging [#5796](https://codecov.io/gh/huggingface/transformers/pull/5796?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/7214954db42ec96603ea596c5f68b16f574fba89&el=desc) will **increase... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | When using the transformers library as a local submodule (eg git submodule) instead of a python package, it's important to have relative import instead of doing `from transformers` directly which would look at the installed version of the python package. Regardless, it seems like the codebase favors relative imports in... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5796/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5796/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5796",
"html_url": "https://github.com/huggingface/transformers/pull/5796",
"diff_url": "https://github.com/huggingface/transformers/pull/5796.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5796.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5795 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5795/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5795/comments | https://api.github.com/repos/huggingface/transformers/issues/5795/events | https://github.com/huggingface/transformers/issues/5795 | 657,828,556 | MDU6SXNzdWU2NTc4Mjg1NTY= | 5,795 | LongFormerAttention For AutoRegressive Models | {
"login": "santhoshkolloju",
"id": 4193817,
"node_id": "MDQ6VXNlcjQxOTM4MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/4193817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/santhoshkolloju",
"html_url": "https://github.com/santhoshkolloju",
"followers_url": "https://api.g... | [] | closed | false | null | [] | [
"Yes! This will be added when starting the `Longformer` Encoder framework :-) Closing this in favor of https://github.com/huggingface/transformers/issues/5170 and https://github.com/huggingface/transformers/issues/4225"
] | 1,594 | 1,594 | 1,594 | NONE | null | Longformer Currently supports only Bidirectional Attention,It would be a great feature to finetune current language models like GPT-2 on longer sequences . | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5795/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5795/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5794 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5794/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5794/comments | https://api.github.com/repos/huggingface/transformers/issues/5794/events | https://github.com/huggingface/transformers/issues/5794 | 657,796,341 | MDU6SXNzdWU2NTc3OTYzNDE= | 5,794 | Print all next tokens of a sentence over a certain probability threshold. | {
"login": "BigSalmon2",
"id": 61605789,
"node_id": "MDQ6VXNlcjYxNjA1Nzg5",
"avatar_url": "https://avatars.githubusercontent.com/u/61605789?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BigSalmon2",
"html_url": "https://github.com/BigSalmon2",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | [
"Hey @zanderbush, we are trying to move special feature requests / research questions to https://discuss.huggingface.co/ - would you mind posting it there again? "
] | 1,594 | 1,594 | 1,594 | NONE | null | How would I do this using GPT-2? | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5794/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5794/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5793 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5793/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5793/comments | https://api.github.com/repos/huggingface/transformers/issues/5793/events | https://github.com/huggingface/transformers/pull/5793 | 657,782,227 | MDExOlB1bGxSZXF1ZXN0NDQ5ODQyNzU5 | 5,793 | Adding the LXMERT pretraining model (MultiModal languageXvision) to HuggingFace's suite of models | {
"login": "eltoto1219",
"id": 14030663,
"node_id": "MDQ6VXNlcjE0MDMwNjYz",
"avatar_url": "https://avatars.githubusercontent.com/u/14030663?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/eltoto1219",
"html_url": "https://github.com/eltoto1219",
"followers_url": "https://api.github.com/use... | [] | closed | false | {
"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/... | [
{
"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": "htt... | [
"Thank you so much!!! I really appreciate you offering to help too!\r\n\r\nTo cover what you mentioned quickly, I can upload the model weights tomorrow! For updating the documentation, that should be no problem either. I think for the model outputs regarding this model, there probably is quite a bit of information ... | 1,594 | 1,599 | 1,599 | CONTRIBUTOR | null | LXMERT is considered a dual-stream language-vision model. Dual stream meaning that it uses a transformer encoder to perform self-attention between each modality of data and then a cross-modality transformer encoder for a fine-grained cross-attention between each modality. It's achieved tremendous (STOTA results) succes... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5793/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5793/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5793",
"html_url": "https://github.com/huggingface/transformers/pull/5793",
"diff_url": "https://github.com/huggingface/transformers/pull/5793.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5793.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5792 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5792/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5792/comments | https://api.github.com/repos/huggingface/transformers/issues/5792/events | https://github.com/huggingface/transformers/pull/5792 | 657,768,278 | MDExOlB1bGxSZXF1ZXN0NDQ5ODMxNzI5 | 5,792 | Seq2SeqDataset uses linecache to save memory by @Pradhy729 (#5792) | {
"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 | {
"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... | [
"The isort check doesn't fail when I run it on my end. Other than that - I would say this is complete.\r\n",
"Awesome, I'm testing it now on WMT english-romanian translation.",
"OK, I have it running with many modifications and it works much better. Very little cpu ram wasted!\r\n\r\nIs it OK if I make a new PR... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5792/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5792/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5792",
"html_url": "https://github.com/huggingface/transformers/pull/5792",
"diff_url": "https://github.com/huggingface/transformers/pull/5792.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5792.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5791 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5791/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5791/comments | https://api.github.com/repos/huggingface/transformers/issues/5791/events | https://github.com/huggingface/transformers/pull/5791 | 657,718,587 | MDExOlB1bGxSZXF1ZXN0NDQ5Nzg5NzQ2 | 5,791 | Add script to convert tf2.x checkpoint to PyTorch | {
"login": "mar-muel",
"id": 19345805,
"node_id": "MDQ6VXNlcjE5MzQ1ODA1",
"avatar_url": "https://avatars.githubusercontent.com/u/19345805?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mar-muel",
"html_url": "https://github.com/mar-muel",
"followers_url": "https://api.github.com/users/mar... | [] | closed | false | {
"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/... | [
{
"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": "htt... | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5791?src=pr&el=h1) Report\n> Merging [#5791](https://codecov.io/gh/huggingface/transformers/pull/5791?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/3b924fabeef717be8399f1888280c29c69e9ab00&el=desc) will **decrease... | 1,594 | 1,596 | 1,596 | CONTRIBUTOR | null | The script converts the newer TF2.x checkpoints (as published on their [official GitHub](https://github.com/tensorflow/models/tree/master/official/nlp/bert) to Pytorch. The [existing script](https://github.com/huggingface/transformers/blob/master/src/transformers/convert_bert_original_tf_checkpoint_to_pytorch.py) only ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5791/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5791/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5791",
"html_url": "https://github.com/huggingface/transformers/pull/5791",
"diff_url": "https://github.com/huggingface/transformers/pull/5791.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5791.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5790 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5790/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5790/comments | https://api.github.com/repos/huggingface/transformers/issues/5790/events | https://github.com/huggingface/transformers/pull/5790 | 657,707,204 | MDExOlB1bGxSZXF1ZXN0NDQ5NzgwMTEw | 5,790 | github issue template suggests who to tag | {
"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/5790?src=pr&el=h1) Report\n> Merging [#5790](https://codecov.io/gh/huggingface/transformers/pull/5790?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/d088d744adb4e5aa45262a34acab3ae9e81de169&el=desc) will **decrease... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | Fewer issues get lost if people tag the relevant developer. It also saves @LysandreJik time.
While he is out, I figured we could experiment with trying to nudge issue raisers to tag.
Here is the comment at the beginning of the "Bug Report" template:
Your issue will be replied to more quickly if you can figure ou... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5790/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5790/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5790",
"html_url": "https://github.com/huggingface/transformers/pull/5790",
"diff_url": "https://github.com/huggingface/transformers/pull/5790.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5790.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5789 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5789/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5789/comments | https://api.github.com/repos/huggingface/transformers/issues/5789/events | https://github.com/huggingface/transformers/pull/5789 | 657,700,109 | MDExOlB1bGxSZXF1ZXN0NDQ5Nzc0MTMx | 5,789 | Update README.md | {
"login": "mar-muel",
"id": 19345805,
"node_id": "MDQ6VXNlcjE5MzQ1ODA1",
"avatar_url": "https://avatars.githubusercontent.com/u/19345805?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mar-muel",
"html_url": "https://github.com/mar-muel",
"followers_url": "https://api.github.com/users/mar... | [
{
"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/5789?src=pr&el=h1) Report\n> Merging [#5789](https://codecov.io/gh/huggingface/transformers/pull/5789?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/3b924fabeef717be8399f1888280c29c69e9ab00&el=desc) will **increase... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Created PyTorch version of model. Minor update on README. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5789/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5789/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5789",
"html_url": "https://github.com/huggingface/transformers/pull/5789",
"diff_url": "https://github.com/huggingface/transformers/pull/5789.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5789.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5788 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5788/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5788/comments | https://api.github.com/repos/huggingface/transformers/issues/5788/events | https://github.com/huggingface/transformers/issues/5788 | 657,674,990 | MDU6SXNzdWU2NTc2NzQ5OTA= | 5,788 | add attention_dropout, relu_dropout command line args to lightning_base.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": 2206883508,
"node_id": "MDU6TGFiZWwyMjA2ODgzNTA4",
"url": "https://api.github.com/repos/huggingface/transformers/labels/lightning",
"name": "lightning",
"color": "a707bc",
"default": false,
"description": ""
}
] | closed | false | null | [] | [
"This is a duplicate."
] | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | then pass them to config in `__init__`.
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5788/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5788/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5787 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5787/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5787/comments | https://api.github.com/repos/huggingface/transformers/issues/5787/events | https://github.com/huggingface/transformers/issues/5787 | 657,627,823 | MDU6SXNzdWU2NTc2Mjc4MjM= | 5,787 | Can't load weights for GPT2 error | {
"login": "aclifton314",
"id": 53267795,
"node_id": "MDQ6VXNlcjUzMjY3Nzk1",
"avatar_url": "https://avatars.githubusercontent.com/u/53267795?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aclifton314",
"html_url": "https://github.com/aclifton314",
"followers_url": "https://api.github.com/... | [
{
"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! This is probably because the error reponse for a request is silenced . You can place a breakpont [here](https://github.com/huggingface/transformers/blob/0533cf470659b97c6279bd04f65536a1ec88404a/src/transformers/file_utils.py#L681) and check. Mine was SSL error, so I set `REQUESTS_CA_BUNDLE` env var to `/etc/ss... | 1,594 | 1,614 | 1,614 | NONE | null | ## System Info
Pop!_OS 20.04
Pytorch: 1.5.1
Transformers: 2.11.0
Python: 3.7.6
## Details
I am working behind a proxy. If I run the following:
```python
from transformers import GPT2Tokenizer
proxies = {'http':'http://my.proxy.com:port', 'https':'https://my.proxy.com:port'}
tokenizer = GPT2Tokenizer.from_... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5787/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5787/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5786 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5786/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5786/comments | https://api.github.com/repos/huggingface/transformers/issues/5786/events | https://github.com/huggingface/transformers/issues/5786 | 657,583,981 | MDU6SXNzdWU2NTc1ODM5ODE= | 5,786 | Faster mBART 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... | [
{
"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"
},
{
"id": 1845... | 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... | [
"Hi @sshleifer , can embed pruning affect accuracy(bleu) ? TPU option seems good as it won't result in less accuracy ",
"https://github.com/pytorch/fairseq/issues/2120#issuecomment-647915216 suggests it costs 2 BLEU points.\r\n\r\nOne of our goals with examples is to make train loops that people can run on their ... | 1,594 | 1,658 | 1,600 | CONTRIBUTOR | null | Goal: Get BLEU 20 in 1 epoch on wmt-en-ro.
Can't run a bs=1 without `--freeze_embeds`.
1 epoch takes 6H on 16GB GPU with fp16, with `--freeze_embeds` and `--freeze_encoder`. Max bs=4
Ideas:
- [ ] Dataset that fits as many sentences as possible into an example, to increase gpu utilization.
- [ ] Only store em... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5786/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5786/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5785 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5785/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5785/comments | https://api.github.com/repos/huggingface/transformers/issues/5785/events | https://github.com/huggingface/transformers/issues/5785 | 657,565,974 | MDU6SXNzdWU2NTc1NjU5NzQ= | 5,785 | Sentence-transformers model outputs different than when loaded in HuggingFace | {
"login": "petulla",
"id": 3466817,
"node_id": "MDQ6VXNlcjM0NjY4MTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3466817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/petulla",
"html_url": "https://github.com/petulla",
"followers_url": "https://api.github.com/users/petulla/... | [] | closed | false | null | [] | [
"This is just one of those days.. There's a[ mean pooling function](https://huggingface.co/sentence-transformers/bert-base-nli-mean-tokens) here that can be adapted."
] | 1,594 | 1,594 | 1,594 | NONE | null | # 🐛 Bug
## Information
The outputs I'm seeing from generating sentence embeddings with the steps in the model zoo for getting sentence-transformers embeddings deviate from those generated from the SentenceTransformers package.
I'm assuming this is due to the lack of pooling. Is there a way to convert a ST mo... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5785/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5785/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5784 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5784/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5784/comments | https://api.github.com/repos/huggingface/transformers/issues/5784/events | https://github.com/huggingface/transformers/pull/5784 | 657,550,464 | MDExOlB1bGxSZXF1ZXN0NDQ5NjQ3NjQx | 5,784 | [fix] Style. Trying again | {
"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,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5784/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5784/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5784",
"html_url": "https://github.com/huggingface/transformers/pull/5784",
"diff_url": "https://github.com/huggingface/transformers/pull/5784.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5784.patch",
"merged_at": n... | |
https://api.github.com/repos/huggingface/transformers/issues/5783 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5783/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5783/comments | https://api.github.com/repos/huggingface/transformers/issues/5783/events | https://github.com/huggingface/transformers/issues/5783 | 657,549,975 | MDU6SXNzdWU2NTc1NDk5NzU= | 5,783 | Marian Conversion Script | {
"login": "Ahmedkoptan",
"id": 25284719,
"node_id": "MDQ6VXNlcjI1Mjg0NzE5",
"avatar_url": "https://avatars.githubusercontent.com/u/25284719?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Ahmedkoptan",
"html_url": "https://github.com/Ahmedkoptan",
"followers_url": "https://api.github.com/... | [
{
"id": 2039044877,
"node_id": "MDU6TGFiZWwyMDM5MDQ0ODc3",
"url": "https://api.github.com/repos/huggingface/transformers/labels/marian",
"name": "marian",
"color": "30cc95",
"default": false,
"description": ""
}
] | 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... | [
"The script you want is at `src/transformers/convert_marian_to_pytorch.py` \r\nIt requires you to download the marian model you wish to convert and also to clone\r\n```bash\r\ngit clone git@github.com:Helsinki-NLP/Opus-MT-train.git\r\n```\r\nyou may have to adjust some paths in the script (like `repo_path`) based o... | 1,594 | 1,688 | 1,595 | NONE | null | I want to utilize and train the machine translation models posted on Github: https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models on my own corpus. These models are C++ based.
Are these models exactly the same as the ones posted by Hugging Face’s website: https://huggingface.co/Helsinki-NLP ?
If they ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5783/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5783/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5782 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5782/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5782/comments | https://api.github.com/repos/huggingface/transformers/issues/5782/events | https://github.com/huggingface/transformers/pull/5782 | 657,540,660 | MDExOlB1bGxSZXF1ZXN0NDQ5NjM5NTA5 | 5,782 | Create README.md | {
"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 | [] | [] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5782/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5782/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5782",
"html_url": "https://github.com/huggingface/transformers/pull/5782",
"diff_url": "https://github.com/huggingface/transformers/pull/5782.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5782.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5781 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5781/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5781/comments | https://api.github.com/repos/huggingface/transformers/issues/5781/events | https://github.com/huggingface/transformers/pull/5781 | 657,535,944 | MDExOlB1bGxSZXF1ZXN0NDQ5NjM1NjE4 | 5,781 | Create README.md | {
"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 | [] | [] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5781/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5781/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5781",
"html_url": "https://github.com/huggingface/transformers/pull/5781",
"diff_url": "https://github.com/huggingface/transformers/pull/5781.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5781.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5780 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5780/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5780/comments | https://api.github.com/repos/huggingface/transformers/issues/5780/events | https://github.com/huggingface/transformers/issues/5780 | 657,521,947 | MDU6SXNzdWU2NTc1MjE5NDc= | 5,780 | Error in conversion to tensorflow | {
"login": "AIshutin",
"id": 30271345,
"node_id": "MDQ6VXNlcjMwMjcxMzQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/30271345?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AIshutin",
"html_url": "https://github.com/AIshutin",
"followers_url": "https://api.github.com/users/AIs... | [] | 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 @Alshutin, \r\n\r\nI am not able to reproduce the error. It might be because PyTorch uses a GPU and Tensorflow does not. \r\nCould you try to run your code when disabling GPU (`export CUDA_VISIBLE_DEVICES=\"\"`) and see whether the \r\nerror persists?",
"Hi! I just tried it with another version of TensorFlow... | 1,594 | 1,594 | 1,594 | NONE | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): DistilBERT
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [ ] the official example scripts: (give details below)
* [x] my own modified scripts: (give details below)
The tasks I am working on i... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5780/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5780/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5779 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5779/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5779/comments | https://api.github.com/repos/huggingface/transformers/issues/5779/events | https://github.com/huggingface/transformers/issues/5779 | 657,484,930 | MDU6SXNzdWU2NTc0ODQ5MzA= | 5,779 | [bart] decoder.last_hidden_state shape changes when passing labels | {
"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 | {
"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... | [
"NVM, it's a me problem.",
"FFR, You have to manually pass `use_cache=False` to bart forward now if you're not generating"
] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | ```
config = BartConfig(
vocab_size=99,
d_model=24,
encoder_layers=2,
decoder_layers=2,
encoder_attention_heads=2,
decoder_attention_heads=2,
encoder_ffn_dim=32,
decoder_ffn_dim=32,
max_position_embeddi... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5779/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5779/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5778 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5778/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5778/comments | https://api.github.com/repos/huggingface/transformers/issues/5778/events | https://github.com/huggingface/transformers/issues/5778 | 657,455,474 | MDU6SXNzdWU2NTc0NTU0NzQ= | 5,778 | Error using DataParallel with reformer model: There were no tensor arguments to this function | {
"login": "ghost",
"id": 10137,
"node_id": "MDQ6VXNlcjEwMTM3",
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ghost",
"html_url": "https://github.com/ghost",
"followers_url": "https://api.github.com/users/ghost/followers",
"f... | [
{
"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... | [
"Update: This seems relevant https://github.com/pytorch/pytorch/issues/36035",
"I face the same error when using multi GPUs on Reformer model:\r\n```Traceback (most recent call last):\r\n File \"src/run_language_modeling.py\", line 305, in <module>\r\n main()\r\n File \"src/run_language_modeling.py\", line 2... | 1,594 | 1,646 | 1,602 | NONE | null | # 🐛 Bug
## Information
I'm having some issues using DataParallel with the reformer model with 4 GPUs. I am trying to feed the ReformerModel input embeddings, and output the last hidden state. I am using apex amp, however I get the same error when I don't use amp. I also get the same error when I use input IDs, r... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5778/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/5778/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5777 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5777/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5777/comments | https://api.github.com/repos/huggingface/transformers/issues/5777/events | https://github.com/huggingface/transformers/issues/5777 | 657,453,753 | MDU6SXNzdWU2NTc0NTM3NTM= | 5,777 | Bug in MiniLM-L12-H384-uncased modelhub model files | {
"login": "kolk",
"id": 9049591,
"node_id": "MDQ6VXNlcjkwNDk1OTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9049591?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kolk",
"html_url": "https://github.com/kolk",
"followers_url": "https://api.github.com/users/kolk/followers",
... | [] | closed | false | null | [] | [
"I will be off for the next two weeks - maybe @sshleifer @sgugger @julien-c can take a look? ",
"@JetRunner Do you know who from @microsoft uploaded the MiniLM model?",
"@patrickvonplaten did it if I remember it right. He's on vocation so I'll take a look.\n",
"Here's the diff\r\n: microsoft/MiniLM-L12-H384-uncased
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [x] the official example scripts: (give details below)
* [x] my own modified scripts: (give details below)
The ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5777/reactions",
"total_count": 3,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5777/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5776 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5776/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5776/comments | https://api.github.com/repos/huggingface/transformers/issues/5776/events | https://github.com/huggingface/transformers/pull/5776 | 657,453,077 | MDExOlB1bGxSZXF1ZXN0NDQ5NTY2Mzc5 | 5,776 | Update README.md | {
"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 | [] | [] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Add cherry picked example for the widget | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5776/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5776/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5776",
"html_url": "https://github.com/huggingface/transformers/pull/5776",
"diff_url": "https://github.com/huggingface/transformers/pull/5776.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5776.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5775 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5775/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5775/comments | https://api.github.com/repos/huggingface/transformers/issues/5775/events | https://github.com/huggingface/transformers/pull/5775 | 657,431,896 | MDExOlB1bGxSZXF1ZXN0NDQ5NTQ4Nzg5 | 5,775 | [squad] make examples and dataset accessible from SquadDataset object | {
"login": "lazovich",
"id": 678679,
"node_id": "MDQ6VXNlcjY3ODY3OQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/678679?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lazovich",
"html_url": "https://github.com/lazovich",
"followers_url": "https://api.github.com/users/lazovic... | [] | closed | false | null | [] | [
"There seem to be some issues with CircleCI right now causing all the integration tests to fail. Please let me know if there is an issue on my end."
] | 1,594 | 1,598 | 1,598 | CONTRIBUTOR | null | In order to do evaluation on the SQuAD dataset using `squad_evaluate`, the user needs access to both the examples loaded in the dataset and the `TensorDataset` that contains values like `unique_id` and the like that are used in constructing the list of `SquadResult` objects. This PR surfaces the examples and dataset to... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5775/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5775/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5775",
"html_url": "https://github.com/huggingface/transformers/pull/5775",
"diff_url": "https://github.com/huggingface/transformers/pull/5775.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5775.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/5774 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5774/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5774/comments | https://api.github.com/repos/huggingface/transformers/issues/5774/events | https://github.com/huggingface/transformers/pull/5774 | 657,427,295 | MDExOlB1bGxSZXF1ZXN0NDQ5NTQ0OTMx | 5,774 | [fix] check_code_quality | {
"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,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5774/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5774/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5774",
"html_url": "https://github.com/huggingface/transformers/pull/5774",
"diff_url": "https://github.com/huggingface/transformers/pull/5774.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5774.patch",
"merged_at": n... | |
https://api.github.com/repos/huggingface/transformers/issues/5773 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5773/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5773/comments | https://api.github.com/repos/huggingface/transformers/issues/5773/events | https://github.com/huggingface/transformers/pull/5773 | 657,410,400 | MDExOlB1bGxSZXF1ZXN0NDQ5NTMwOTg4 | 5,773 | Ensure OpenAI GPT position_ids is correctly initialized and registered at init. | {
"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... | [] | closed | false | null | [] | [
"Fixes for the failing tests are not detected by Github while being present on the branch ... Lets see if it comes back to life in a while ...",
"CI failure has been fixed on master.",
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5773?src=pr&el=h1) Report\n> Merging [#5773](https://codecov.i... | 1,594 | 1,597 | 1,595 | MEMBER | null | This will make it compatible with TorchScript export and avoid hardcoded `position_ids` tensor's device in the generated graph.
Solve the following issue: #5664
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co> | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5773/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5773/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5773",
"html_url": "https://github.com/huggingface/transformers/pull/5773",
"diff_url": "https://github.com/huggingface/transformers/pull/5773.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5773.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5772 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5772/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5772/comments | https://api.github.com/repos/huggingface/transformers/issues/5772/events | https://github.com/huggingface/transformers/pull/5772 | 657,403,771 | MDExOlB1bGxSZXF1ZXN0NDQ5NTI1NDg5 | 5,772 | [fix] check code quality | {
"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 | [] | [
"Merging without circleci."
] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5772/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5772/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5772",
"html_url": "https://github.com/huggingface/transformers/pull/5772",
"diff_url": "https://github.com/huggingface/transformers/pull/5772.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5772.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5771 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5771/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5771/comments | https://api.github.com/repos/huggingface/transformers/issues/5771/events | https://github.com/huggingface/transformers/issues/5771 | 657,403,345 | MDU6SXNzdWU2NTc0MDMzNDU= | 5,771 | Fine-tune BERT for regression problem | {
"login": "rxlian",
"id": 35382484,
"node_id": "MDQ6VXNlcjM1MzgyNDg0",
"avatar_url": "https://avatars.githubusercontent.com/u/35382484?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rxlian",
"html_url": "https://github.com/rxlian",
"followers_url": "https://api.github.com/users/rxlian/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 | [] | [
"Hey @rxlian, \r\n\r\nWe are trying to move more general and \"researchy\" questions to our discussion forum here: https://discuss.huggingface.co/ and use github issues mainly for bugs. \r\n\r\nWould you mind posting your questions at the forum - other people might be interested as well :-) ",
"This issue has be... | 1,594 | 1,600 | 1,600 | 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/5771/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5771/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5770 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5770/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5770/comments | https://api.github.com/repos/huggingface/transformers/issues/5770/events | https://github.com/huggingface/transformers/pull/5770 | 657,372,863 | MDExOlB1bGxSZXF1ZXN0NDQ5NDk5Nzg1 | 5,770 | XLNet `use_cache` refactor | {
"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/5770?src=pr&el=h1) Report\n> Merging [#5770](https://codecov.io/gh/huggingface/transformers/pull/5770?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/3653d01f2af0389207f2239875a8ceae41bf0598&el=desc) will **decrease... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | As discussed with @joeddav and @sgugger, this PR lightly refactors the `use_cache` argument in XLNet.
- In line with #5438, in the model methods `use_cache` defaults to None, which redirects to the model config value if no value is passed.
- `use_cache` is independent of `mem_len`: if `use_cache` is True and `mem_l... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5770/reactions",
"total_count": 2,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5770/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5770",
"html_url": "https://github.com/huggingface/transformers/pull/5770",
"diff_url": "https://github.com/huggingface/transformers/pull/5770.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5770.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5769 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5769/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5769/comments | https://api.github.com/repos/huggingface/transformers/issues/5769/events | https://github.com/huggingface/transformers/pull/5769 | 657,317,032 | MDExOlB1bGxSZXF1ZXN0NDQ5NDUzNzM2 | 5,769 | [fix] T5 ONNX test: model.to(torch_device) | {
"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... | [] | closed | false | null | [] | [
"Code Quality is failing due to files that were not modified in this PR, not addressing to avoid rebasing somewhere else.",
"ill fix code quality."
] | 1,594 | 1,594 | 1,594 | MEMBER | null | Should fix #5724
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co> | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5769/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5769/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5769",
"html_url": "https://github.com/huggingface/transformers/pull/5769",
"diff_url": "https://github.com/huggingface/transformers/pull/5769.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5769.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5768 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5768/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5768/comments | https://api.github.com/repos/huggingface/transformers/issues/5768/events | https://github.com/huggingface/transformers/issues/5768 | 657,315,849 | MDU6SXNzdWU2NTczMTU4NDk= | 5,768 | Confidence score prediction of pretrained models in extractive QA - similar to pipeline | {
"login": "govindraj513",
"id": 8316702,
"node_id": "MDQ6VXNlcjgzMTY3MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8316702?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/govindraj513",
"html_url": "https://github.com/govindraj513",
"followers_url": "https://api.github.com... | [
{
"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",
"Have you got your answer? I got the same question.."
] | 1,594 | 1,606 | 1,600 | NONE | null | How can we calculate the confidence of a single sentence predicted from extractive question answering using autotokenizer. we will get a score using the pipeline method for a sentence, but what we get from the extractive qa are answer_Start_scores and answer_end_scores. How can we get one single score ? | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5768/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5768/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5767 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5767/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5767/comments | https://api.github.com/repos/huggingface/transformers/issues/5767/events | https://github.com/huggingface/transformers/issues/5767 | 657,284,096 | MDU6SXNzdWU2NTcyODQwOTY= | 5,767 | How to get parameters from a Query. | {
"login": "thiagomoeng",
"id": 64150563,
"node_id": "MDQ6VXNlcjY0MTUwNTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/64150563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thiagomoeng",
"html_url": "https://github.com/thiagomoeng",
"followers_url": "https://api.github.com/... | [
{
"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 | [] | [
"It seems you're trying to identify entities in your query? You could use an NER model to do so, but I'm not sure the entities the NER models on the hub are trained on would work in your use-case. You can still check them out, and check the [NER script](https://github.com/huggingface/transformers/tree/master/exampl... | 1,594 | 1,601 | 1,601 | NONE | null | # ❓ Questions & Help
Hi maybe someone can help me with a problem, I need to get parameters from a query.
I already use question answering pipeline to identify a report and now I want to get some parameters to use as filter, example:
Query: How many electric cars sold in 2019?
Output: (Item: eletric cars / Ye... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5767/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5767/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5766 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5766/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5766/comments | https://api.github.com/repos/huggingface/transformers/issues/5766/events | https://github.com/huggingface/transformers/issues/5766 | 657,206,339 | MDU6SXNzdWU2NTcyMDYzMzk= | 5,766 | Hello,I have this problem in running 'run_glue.py'! | {
"login": "BCWang93",
"id": 31853251,
"node_id": "MDQ6VXNlcjMxODUzMjUx",
"avatar_url": "https://avatars.githubusercontent.com/u/31853251?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BCWang93",
"html_url": "https://github.com/BCWang93",
"followers_url": "https://api.github.com/users/BCW... | [] | closed | false | null | [] | [
"Hi @BCWang93, I had the same issue, you need to have scikit-learn installed to run 'run_glue.py'.\r\n\r\n`pip install scikit-learn` solved the issue for me.",
"Indeed, this issue happens when `scikit-learn` is not installed. Thanks @nassim-yagoub!"
] | 1,594 | 1,595 | 1,595 | 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/5766/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5766/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5765 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5765/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5765/comments | https://api.github.com/repos/huggingface/transformers/issues/5765/events | https://github.com/huggingface/transformers/issues/5765 | 657,172,707 | MDU6SXNzdWU2NTcxNzI3MDc= | 5,765 | When using "transformers.WarmUp" with tensorflow 2.0.0, warming up restart in each epoch! | {
"login": "Wchenguang",
"id": 22413087,
"node_id": "MDQ6VXNlcjIyNDEzMDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/22413087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Wchenguang",
"html_url": "https://github.com/Wchenguang",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | [
"Hello!\r\n\r\nCan you give a code that better explain your issue and a way to reproduce it please? Thanks :) ",
"Sorry! I check again and it works well!\r\nClose it!\r\n"
] | 1,594 | 1,596 | 1,596 | NONE | null | When using "transformers.WarmUp" with tensorflow 2.0.0, warming up restart in each epoch!
That is because, in keras "Callbacks.on_batch_begin(self, batch, logs)", batch start from zero in each epoch when using "fit" method. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5765/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5765/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5764 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5764/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5764/comments | https://api.github.com/repos/huggingface/transformers/issues/5764/events | https://github.com/huggingface/transformers/pull/5764 | 657,153,899 | MDExOlB1bGxSZXF1ZXN0NDQ5MzE5OTg5 | 5,764 | TF Longformer | {
"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 | [] | [
"In `RUN_SLOW=1` the new tests: `test_saved_model_with_attentions_outputs` and `test_saved_model_with_hidden_states_output` fail @jplu from https://github.com/huggingface/transformers/pull/5468. The problem is that I have to use `tf.cond(...)` and it seems like this forces me to also use `cast_bool_...`. Not sure i... | 1,594 | 1,597 | 1,597 | MEMBER | null | This PR adds Longformer
In a first step, it is made sure that code is clean and that all tests pass. Todo:
### ToDo List:
- [x] same output for local attention only
- [x] same output for local + global attention only
- [x] same output for aggressive test
- [x] add all other tests
- [x] add longformer QA
-... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5764/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5764/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5764",
"html_url": "https://github.com/huggingface/transformers/pull/5764",
"diff_url": "https://github.com/huggingface/transformers/pull/5764.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5764.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5763 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5763/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5763/comments | https://api.github.com/repos/huggingface/transformers/issues/5763/events | https://github.com/huggingface/transformers/pull/5763 | 657,122,525 | MDExOlB1bGxSZXF1ZXN0NDQ5Mjk0OTkz | 5,763 | ADD ERNIE model | {
"login": "nghuyong",
"id": 16462374,
"node_id": "MDQ6VXNlcjE2NDYyMzc0",
"avatar_url": "https://avatars.githubusercontent.com/u/16462374?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nghuyong",
"html_url": "https://github.com/nghuyong",
"followers_url": "https://api.github.com/users/ngh... | [
{
"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 | [] | [
"We shouldn't have to add those because the library should work out of the box with the models at https://huggingface.co/nghuyong\r\n\r\nThe discoverability of those models on huggingface.co is a different thing and we're open to suggestions to improve it\r\n\r\nFor instance, you should upload model cards describin... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | ERNIE is a serial model released by Baidu including:
ERNIE1.0: [Ernie: Enhanced representation through knowledge integration](https://arxiv.org/abs/1904.09223)
ERNIE2.0: [ERNIE 2.0: A Continual Pre-training Framework for Language Understanding](https://arxiv.org/abs/1907.12412)
ERNIE-tiny: Use data distillation from... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5763/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/5763/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5763",
"html_url": "https://github.com/huggingface/transformers/pull/5763",
"diff_url": "https://github.com/huggingface/transformers/pull/5763.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5763.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5762 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5762/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5762/comments | https://api.github.com/repos/huggingface/transformers/issues/5762/events | https://github.com/huggingface/transformers/issues/5762 | 657,062,034 | MDU6SXNzdWU2NTcwNjIwMzQ= | 5,762 | Feature request of Sparselty Gated Mixture-of-Experts and PowerNorm | {
"login": "AranKomat",
"id": 29173653,
"node_id": "MDQ6VXNlcjI5MTczNjUz",
"avatar_url": "https://avatars.githubusercontent.com/u/29173653?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AranKomat",
"html_url": "https://github.com/AranKomat",
"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 | [] | [
"Is there any update on this? Thanks.",
"@lucidrains made this [repo](https://github.com/lucidrains/mixture-of-experts) with me.",
"Thanks!",
"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 contribut... | 1,594 | 1,605 | 1,605 | NONE | null | # 🚀 Feature request
- The newer variant of MoE for Transformer as in [GShard: Scaling Giant Models with Conditional
Computation and Automatic Sharding](https://arxiv.org/abs/2006.16668) ([Relevant codes](https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/models/research/moe.py))
- PowerNorm of ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5762/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5762/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5761 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5761/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5761/comments | https://api.github.com/repos/huggingface/transformers/issues/5761/events | https://github.com/huggingface/transformers/pull/5761 | 657,015,861 | MDExOlB1bGxSZXF1ZXN0NDQ5MjA4MjE4 | 5,761 | [cleanup] T5 test, warnings | {
"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": 2139563322,
"node_id": "MDU6TGFiZWwyMTM5NTYzMzIy",
"url": "https://api.github.com/repos/huggingface/transformers/labels/cleanup",
"name": "cleanup",
"color": "e7fc49",
"default": false,
"description": ""
}
] | closed | false | null | [] | [] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | - simplify shape checking, task specific params usage
- add task specific params logger statement to examples
- Let model.config.max_length determine document length for evaluation | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5761/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5761/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5761",
"html_url": "https://github.com/huggingface/transformers/pull/5761",
"diff_url": "https://github.com/huggingface/transformers/pull/5761.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5761.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5760 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5760/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5760/comments | https://api.github.com/repos/huggingface/transformers/issues/5760/events | https://github.com/huggingface/transformers/pull/5760 | 656,963,482 | MDExOlB1bGxSZXF1ZXN0NDQ5MTY3MTM3 | 5,760 | Zero shot classification 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 | [] | [
"> The UI for inputting a list of potential labels + possibly a hypothesis template is non trivial\r\n\r\nI think for purposes of the early inference API, customizing the hypothesis template is not all that important. I added support for providing labels as a list of comma-delimited strings instead of a list.\r\n\r... | 1,594 | 1,656 | 1,595 | CONTRIBUTOR | null | This PR adds a pipeline for zero-shot classification using pre-trained NLI models as demonstrated in our [zero-shot topic classification demo](https://huggingface.co/zero-shot/) and [blog post](https://joeddav.github.io/blog/2020/05/29/ZSL.html).
Addresses #5756, where @clmnt requested zero-shot classification in t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5760/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/5760/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5760",
"html_url": "https://github.com/huggingface/transformers/pull/5760",
"diff_url": "https://github.com/huggingface/transformers/pull/5760.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5760.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5759 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5759/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5759/comments | https://api.github.com/repos/huggingface/transformers/issues/5759/events | https://github.com/huggingface/transformers/pull/5759 | 656,945,256 | MDExOlB1bGxSZXF1ZXN0NDQ5MTUyMzQw | 5,759 | T5 Model Cards | {
"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": 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 | [] | [
"The file paths aren't correct. (we have a \"legacy\" format for non-namespaced models – model pages link to the correct paths)\r\n\r\nIn fact if you look at the model pages, e.g. https://huggingface.co/t5-base – they already have (non-textual) model cards. Can you update those? Thanks=)",
"Up, @sshleifer ",
"#... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | All are identical.
Happy to update w more info!
I didn't have task tags because they seem to already work. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5759/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5759/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5759",
"html_url": "https://github.com/huggingface/transformers/pull/5759",
"diff_url": "https://github.com/huggingface/transformers/pull/5759.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5759.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5758 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5758/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5758/comments | https://api.github.com/repos/huggingface/transformers/issues/5758/events | https://github.com/huggingface/transformers/pull/5758 | 656,929,467 | MDExOlB1bGxSZXF1ZXN0NDQ5MTM5MjUx | 5,758 | metadata | {
"login": "piegu",
"id": 20000948,
"node_id": "MDQ6VXNlcjIwMDAwOTQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/20000948?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/piegu",
"html_url": "https://github.com/piegu",
"followers_url": "https://api.github.com/users/piegu/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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5758?src=pr&el=h1) Report\n> Merging [#5758](https://codecov.io/gh/huggingface/transformers/pull/5758?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/8ab565a4be5a7fd96b19ef88d474037ef31f27e5&el=desc) will **not chan... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5758/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5758/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5758",
"html_url": "https://github.com/huggingface/transformers/pull/5758",
"diff_url": "https://github.com/huggingface/transformers/pull/5758.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5758.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5757 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5757/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5757/comments | https://api.github.com/repos/huggingface/transformers/issues/5757/events | https://github.com/huggingface/transformers/issues/5757 | 656,923,974 | MDU6SXNzdWU2NTY5MjM5NzQ= | 5,757 | BART/T5 eli5 in model hub | {
"login": "clmnt",
"id": 821155,
"node_id": "MDQ6VXNlcjgyMTE1NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/821155?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/clmnt",
"html_url": "https://github.com/clmnt",
"followers_url": "https://api.github.com/users/clmnt/followers"... | [
{
"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": "yjernite",
"id": 10469459,
"node_id": "MDQ6VXNlcjEwNDY5NDU5",
"avatar_url": "https://avatars.githubusercontent.com/u/10469459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yjernite",
"html_url": "https://github.com/yjernite",
"followers_url": "https://api.github.com/users/yje... | [
{
"login": "yjernite",
"id": 10469459,
"node_id": "MDQ6VXNlcjEwNDY5NDU5",
"avatar_url": "https://avatars.githubusercontent.com/u/10469459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yjernite",
"html_url": "https://github.com/yjernite",
"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,594 | 1,600 | 1,600 | MEMBER | null | # 🚀 Feature request
Would love to have https://huggingface.co/qa in the model hub mostly for the inference widget/api (the demo is down quite regularly)
## Motivation
A lot of companies might want to test it/use it!
## Your contribution
🔥 emojis on slack | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5757/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5757/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5756 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5756/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5756/comments | https://api.github.com/repos/huggingface/transformers/issues/5756/events | https://github.com/huggingface/transformers/issues/5756 | 656,902,341 | MDU6SXNzdWU2NTY5MDIzNDE= | 5,756 | BART MNLI + yahoo answer in the model hub for inference API | {
"login": "clmnt",
"id": 821155,
"node_id": "MDQ6VXNlcjgyMTE1NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/821155?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/clmnt",
"html_url": "https://github.com/clmnt",
"followers_url": "https://api.github.com/users/clmnt/followers"... | [
{
"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": "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/... | [
{
"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.githu... | [
"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,594 | 1,600 | 1,600 | MEMBER | null | # 🚀 Feature request
would love to be able to use https://huggingface.co/zero-shot/ with the inference API
## Motivation
it would help many companies run zero-shot classification of long documents
## Your contribution
I can provide 🔥 emojis on slack
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5756/reactions",
"total_count": 4,
"+1": 2,
"-1": 0,
"laugh": 2,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5756/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5755 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5755/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5755/comments | https://api.github.com/repos/huggingface/transformers/issues/5755/events | https://github.com/huggingface/transformers/issues/5755 | 656,891,791 | MDU6SXNzdWU2NTY4OTE3OTE= | 5,755 | Problems with generating text using mbart-large-cc25 | {
"login": "Mehrad0711",
"id": 28717374,
"node_id": "MDQ6VXNlcjI4NzE3Mzc0",
"avatar_url": "https://avatars.githubusercontent.com/u/28717374?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Mehrad0711",
"html_url": "https://github.com/Mehrad0711",
"followers_url": "https://api.github.com/use... | [
{
"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... | [
"Thanks for flagging. We are still trying to get to the bottom of which special tokens to use for mbart-large-cc25. See https://github.com/pytorch/fairseq/issues/2258 .",
"This might not be the best solution but after experimenting with the tokenizer special tokens a bit, it seems like the model is insensitive to... | 1,594 | 1,619 | 1,619 | CONTRIBUTOR | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): MBART
Language I am using the model on (English, Chinese ...): English, Romanian
The problem arises when using:
* [ ] the official example scripts: (give details below)
* [x] my own modified scripts: (give details below)
The tasks I am working... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5755/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5755/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5754 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5754/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5754/comments | https://api.github.com/repos/huggingface/transformers/issues/5754/events | https://github.com/huggingface/transformers/issues/5754 | 656,859,987 | MDU6SXNzdWU2NTY4NTk5ODc= | 5,754 | T5 fine-tuned model doesn't appear in the model hub | {
"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/... | [] | closed | false | null | [] | [
"I can see it now: https://huggingface.co/mrm8488/t5-base-finetuned-wikiSQL\r\n\r\nLet us know if something looks wrong (otherwise, feel free to close)",
"Everything right. Maybe I searched it too soon and was not indexed yet."
] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Hi guys,
I have fine-tuned T5-base on wikiSQL dataset and uploaded it to HF model hub. The problem is that the model doesn't appear there. AFAIK it is because the config file is not right. Should I change anything?
Thanks. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5754/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5754/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5753 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5753/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5753/comments | https://api.github.com/repos/huggingface/transformers/issues/5753/events | https://github.com/huggingface/transformers/issues/5753 | 656,838,895 | MDU6SXNzdWU2NTY4Mzg4OTU= | 5,753 | Can't load `facebook/mbart-large-cc25` tokenizer | {
"login": "SamuelLarkin",
"id": 7314973,
"node_id": "MDQ6VXNlcjczMTQ5NzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7314973?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SamuelLarkin",
"html_url": "https://github.com/SamuelLarkin",
"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... | [
"Should we be using `sshleifer/mbart-large-cc25` has it has a name very similar to `facebook/mbart-large-cc25`? @sshleifer is the name of a HuggingFace contributor and there could be a rename mismatch.\r\n\r\nAfter downloading both `sshleifer/mbart-large-cc25` and `facebook/mbart-large-cc25`\r\n\r\n```\r\nfrom tra... | 1,594 | 1,598 | 1,594 | CONTRIBUTOR | null | # 🐛 Bug
Trying to use the [example](https://huggingface.co/facebook/mbart-large-cc25) fails to load the tokenizer
```
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("facebook/mbart-large-cc25")
```
## Information
Model I am using `facebook/mbart-large-cc25`
The... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5753/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5753/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5752 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5752/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5752/comments | https://api.github.com/repos/huggingface/transformers/issues/5752/events | https://github.com/huggingface/transformers/pull/5752 | 656,831,699 | MDExOlB1bGxSZXF1ZXN0NDQ5MDU4MzA3 | 5,752 | Update README.md | {
"login": "bashartalafha",
"id": 26685171,
"node_id": "MDQ6VXNlcjI2Njg1MTcx",
"avatar_url": "https://avatars.githubusercontent.com/u/26685171?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bashartalafha",
"html_url": "https://github.com/bashartalafha",
"followers_url": "https://api.githu... | [
{
"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/5752?src=pr&el=h1) Report\n> Merging [#5752](https://codecov.io/gh/huggingface/transformers/pull/5752?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/5d178954c909141363df4513eb5f0cc80e5e829c&el=desc) will **increase... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5752/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5752/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5752",
"html_url": "https://github.com/huggingface/transformers/pull/5752",
"diff_url": "https://github.com/huggingface/transformers/pull/5752.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5752.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5751 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5751/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5751/comments | https://api.github.com/repos/huggingface/transformers/issues/5751/events | https://github.com/huggingface/transformers/pull/5751 | 656,746,816 | MDExOlB1bGxSZXF1ZXN0NDQ4OTg5Mjg2 | 5,751 | tiny ppl typo fix | {
"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 | [] | [] | 1,594 | 1,598 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5751/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5751/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5751",
"html_url": "https://github.com/huggingface/transformers/pull/5751",
"diff_url": "https://github.com/huggingface/transformers/pull/5751.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5751.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5750 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5750/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5750/comments | https://api.github.com/repos/huggingface/transformers/issues/5750/events | https://github.com/huggingface/transformers/issues/5750 | 656,721,399 | MDU6SXNzdWU2NTY3MjEzOTk= | 5,750 | fail to run trainer.train() with huggingface transformer | {
"login": "wjzhan",
"id": 1878453,
"node_id": "MDQ6VXNlcjE4Nzg0NTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1878453?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wjzhan",
"html_url": "https://github.com/wjzhan",
"followers_url": "https://api.github.com/users/wjzhan/foll... | [
{
"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,594 | 1,600 | 1,600 | 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/5750/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5750/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5749 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5749/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5749/comments | https://api.github.com/repos/huggingface/transformers/issues/5749/events | https://github.com/huggingface/transformers/pull/5749 | 656,652,903 | MDExOlB1bGxSZXF1ZXN0NDQ4OTEzNDk1 | 5,749 | Reintroduce clean_text on BertTokenizer call which was removed by mistake in #4723 | {
"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... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5749?src=pr&el=h1) Report\n> Merging [#5749](https://codecov.io/gh/huggingface/transformers/pull/5749?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/5668fdb09e1bcd888930c1ff242bf200649da39c?el=desc) will **increase... | 1,594 | 1,602 | 1,602 | MEMBER | null | Signed-off-by: Morgan Funtowicz <funtowiczmo@gmail.com>
closes #7665 | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5749/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5749/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5749",
"html_url": "https://github.com/huggingface/transformers/pull/5749",
"diff_url": "https://github.com/huggingface/transformers/pull/5749.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5749.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5748 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5748/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5748/comments | https://api.github.com/repos/huggingface/transformers/issues/5748/events | https://github.com/huggingface/transformers/issues/5748 | 656,646,801 | MDU6SXNzdWU2NTY2NDY4MDE= | 5,748 | Long BERT TypeError: forward() takes from 2 to 4 positional arguments but 7 were given | {
"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 | {
"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... | [
"**Update:** I have downgraded transformers to the version `transformers==2.11.0` and it seems working, even if for now I have used little datasets for test. I will update this issue if someone is interested",
"The code in Longformer has changed quite a bit. I think a simply remedy to make your code work with the... | 1,594 | 1,633 | 1,602 | NONE | null | I'm having an issue on the pretraining of a BERT-like model. I used the following function twice: the first time with [bert-base-multilingual-cased](https://storage.googleapis.com/bert_models/2018_11_23/multi_cased_L-12_H-768_A-12.zip) and the second time with a simil version, but more efficient for **long documents**,... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5748/reactions",
"total_count": 3,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 3
} | https://api.github.com/repos/huggingface/transformers/issues/5748/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5747 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5747/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5747/comments | https://api.github.com/repos/huggingface/transformers/issues/5747/events | https://github.com/huggingface/transformers/issues/5747 | 656,644,141 | MDU6SXNzdWU2NTY2NDQxNDE= | 5,747 | Unrecognized configuration class <class 'transformers.configuration_electra.ElectraConfig'> | {
"login": "cktsangal",
"id": 53075457,
"node_id": "MDQ6VXNlcjUzMDc1NDU3",
"avatar_url": "https://avatars.githubusercontent.com/u/53075457?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cktsangal",
"html_url": "https://github.com/cktsangal",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"Hi! Even though the ELECTRA model was added in version v2.8.0, the `ElectraForQuestionAnswering` head was only added in v3.0.0. You would need to upgrade your `transformers` version to at at least v3.0.0 for your code to work!",
"I am trying to use pretrained Distilbert in EncoderDecoderModel but i am getting th... | 1,594 | 1,602 | 1,595 | NONE | null | # 🐛 Bug
## Information
Model I am using : ahotrod/electra_large_discriminator_squad2_512
This problem happened again, when I use ELECTRA on question-answering pipeline. My Transformers version is 2.11.0.
Code:
> from transformers import pipeline, AutoTokenizer, AutoModelForQuestionAnswering
>
> tokeniz... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5747/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5747/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5746 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5746/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5746/comments | https://api.github.com/repos/huggingface/transformers/issues/5746/events | https://github.com/huggingface/transformers/issues/5746 | 656,633,717 | MDU6SXNzdWU2NTY2MzM3MTc= | 5,746 | Where can I find raw code for char_to_token function. | {
"login": "jainnitk",
"id": 22263148,
"node_id": "MDQ6VXNlcjIyMjYzMTQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/22263148?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jainnitk",
"html_url": "https://github.com/jainnitk",
"followers_url": "https://api.github.com/users/jai... | [] | closed | false | null | [] | [
"I figured it out. Thanks."
] | 1,594 | 1,594 | 1,594 | NONE | null | I understand the function has been defined in tokenization_utils_base.py but in the return statement there is a recursive call to the same function. I am unable to understand where does the actual offset calculation takes place.
Tapan
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5746/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5746/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5745 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5745/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5745/comments | https://api.github.com/repos/huggingface/transformers/issues/5745/events | https://github.com/huggingface/transformers/issues/5745 | 656,630,486 | MDU6SXNzdWU2NTY2MzA0ODY= | 5,745 | google/reformer-enwik8 tokenizer was not found in tokenizers model name list | {
"login": "pzelasko",
"id": 15930688,
"node_id": "MDQ6VXNlcjE1OTMwNjg4",
"avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pzelasko",
"html_url": "https://github.com/pzelasko",
"followers_url": "https://api.github.com/users/pze... | [
{
"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 | [] | [
"That's because only the crime and punishment modell has an uploaded tokenizer.\r\n",
"`google/reformer-enwik8` is the only model that is a char language model and does not need a tokenizer. If you take a look here: https://huggingface.co/google/reformer-enwik8#reformer-language-model-on-character-level-and-train... | 1,594 | 1,600 | 1,600 | NONE | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Reformer
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [x] the official example scripts: (give details below)
* [ ] my own modified scripts: (give details below)
The tasks I am working on is:... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5745/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5745/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5744 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5744/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5744/comments | https://api.github.com/repos/huggingface/transformers/issues/5744/events | https://github.com/huggingface/transformers/pull/5744 | 656,605,425 | MDExOlB1bGxSZXF1ZXN0NDQ4ODc1MjAy | 5,744 | Create README.md for the model card of GPorTuguese-2 model (Portuguese GPT-2 small) | {
"login": "piegu",
"id": 20000948,
"node_id": "MDQ6VXNlcjIwMDAwOTQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/20000948?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/piegu",
"html_url": "https://github.com/piegu",
"followers_url": "https://api.github.com/users/piegu/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 | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5744?src=pr&el=h1) Report\n> Merging [#5744](https://codecov.io/gh/huggingface/transformers/pull/5744?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/838950ee44360ca427f345441502d4e7ab2772b8&el=desc) will **increase... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5744/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5744/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5744",
"html_url": "https://github.com/huggingface/transformers/pull/5744",
"diff_url": "https://github.com/huggingface/transformers/pull/5744.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5744.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5743 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5743/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5743/comments | https://api.github.com/repos/huggingface/transformers/issues/5743/events | https://github.com/huggingface/transformers/pull/5743 | 656,528,525 | MDExOlB1bGxSZXF1ZXN0NDQ4ODExMzE4 | 5,743 | Customize inference widget input | {
"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/5743?src=pr&el=h1) Report\n> Merging [#5743](https://codecov.io/gh/huggingface/transformers/pull/5743?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/838950ee44360ca427f345441502d4e7ab2772b8&el=desc) will **decrease... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5743/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5743/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5743",
"html_url": "https://github.com/huggingface/transformers/pull/5743",
"diff_url": "https://github.com/huggingface/transformers/pull/5743.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5743.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5742 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5742/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5742/comments | https://api.github.com/repos/huggingface/transformers/issues/5742/events | https://github.com/huggingface/transformers/issues/5742 | 656,499,473 | MDU6SXNzdWU2NTY0OTk0NzM= | 5,742 | How to use pytorch_model.bin to classify a single sentence? | {
"login": "HiroshigeAoki",
"id": 58395317,
"node_id": "MDQ6VXNlcjU4Mzk1MzE3",
"avatar_url": "https://avatars.githubusercontent.com/u/58395317?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HiroshigeAoki",
"html_url": "https://github.com/HiroshigeAoki",
"followers_url": "https://api.githu... | [] | closed | false | null | [] | [
"Which task did you fine tune the model on? For single sentence it is probably Cola or SST-2 task right? \r\nYou must use predict function by specifying do_predict in the input parameters.",
"Thank you for answering my question!\r\nI fine-tuned my model on a original task for binary classifications of Japanese s... | 1,594 | 1,594 | 1,594 | NONE | null | Hi!
I fine-turned BERT on my own datasets by using run_glue.py. And I got pytorch_model.bin as output. I want to use pytorch_model.bin in another system to classify a single sentence from web browser.
I would be grateful if you could teach me about usage. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5742/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5742/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5741 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5741/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5741/comments | https://api.github.com/repos/huggingface/transformers/issues/5741/events | https://github.com/huggingface/transformers/issues/5741 | 656,494,117 | MDU6SXNzdWU2NTY0OTQxMTc= | 5,741 | FileNotFoundError: File not found when running run_squad.py to fine-tune the BERT on SQuAD v1.1. | {
"login": "ghost",
"id": 10137,
"node_id": "MDQ6VXNlcjEwMTM3",
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ghost",
"html_url": "https://github.com/ghost",
"followers_url": "https://api.github.com/users/ghost/followers",
"f... | [
{
"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 a mismatch between the file location and what you're indicating to the script. Are you sure you're pointing to the correct directory? If so, can you try using absolute paths?",
"This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activ... | 1,594 | 1,601 | 1,601 | NONE | null | Hi, I am just following this tutorial https://github.com/huggingface/transformers/tree/master/examples/question-answering and created a folder named SQUAD_DIR under transformers. The train and test file were downloaded and put into the SQUAD_DIR folder. But the error is that such a file can not be found. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5741/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5741/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5740 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5740/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5740/comments | https://api.github.com/repos/huggingface/transformers/issues/5740/events | https://github.com/huggingface/transformers/pull/5740 | 656,491,822 | MDExOlB1bGxSZXF1ZXN0NDQ4NzgxNTcz | 5,740 | [ModelOutput] Proposal to fix compatibility issue with torch.DataParallel | {
"login": "thomwolf",
"id": 7353373,
"node_id": "MDQ6VXNlcjczNTMzNzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7353373?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thomwolf",
"html_url": "https://github.com/thomwolf",
"followers_url": "https://api.github.com/users/thomw... | [] | closed | false | null | [] | [
"Update: this is actually not working because it breaks the possibility to unpack the output of the model's forward pass which is obviously a common pattern (cf failure in the tests) :-/",
"This is superseded by #6138 now."
] | 1,594 | 1,651 | 1,596 | MEMBER | null | This is a proposal to fix #5693 by making `ModelOutput` inherit from a dictionary and behave like a dictionary on iteration (i.e. iterate over the keys rather than the values).
This could break backward compatibility when users iterates over the output tuple rather than indexing it.
On the other hand, we regain b... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5740/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5740/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5740",
"html_url": "https://github.com/huggingface/transformers/pull/5740",
"diff_url": "https://github.com/huggingface/transformers/pull/5740.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5740.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/5739 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5739/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5739/comments | https://api.github.com/repos/huggingface/transformers/issues/5739/events | https://github.com/huggingface/transformers/issues/5739 | 656,467,567 | MDU6SXNzdWU2NTY0Njc1Njc= | 5,739 | TypeError: join() argument must be str or bytes, not 'NoneType' | {
"login": "marton-avrios",
"id": 59836119,
"node_id": "MDQ6VXNlcjU5ODM2MTE5",
"avatar_url": "https://avatars.githubusercontent.com/u/59836119?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/marton-avrios",
"html_url": "https://github.com/marton-avrios",
"followers_url": "https://api.githu... | [
{
"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 | [] | [
"Hopefully fixed by https://github.com/huggingface/transformers/pull/5361",
"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,594 | 1,600 | 1,600 | NONE | null | Trying to run seq2seq example scripts with multiple gpus and wandb logging and I get
```
Traceback (most recent call last):
File "/home/martongyorgy/projects/tmp/transformers/examples/seq2seq/finetune.py", line 364, in <module>
xsum_rouge.json
File "/home/martongyorgy/projects/tmp/transformers/examples/seq2se... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5739/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5739/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5738 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5738/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5738/comments | https://api.github.com/repos/huggingface/transformers/issues/5738/events | https://github.com/huggingface/transformers/issues/5738 | 656,461,696 | MDU6SXNzdWU2NTY0NjE2OTY= | 5,738 | Unicode normalization for bert-cased models | {
"login": "alexeyr",
"id": 24733,
"node_id": "MDQ6VXNlcjI0NzMz",
"avatar_url": "https://avatars.githubusercontent.com/u/24733?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alexeyr",
"html_url": "https://github.com/alexeyr",
"followers_url": "https://api.github.com/users/alexeyr/follower... | [
{
"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,594 | 1,600 | 1,600 | NONE | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Bert
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [ ] the official example scripts: (give details below)
* [x] my own modified scripts: (give details below)
The tasks I am working on is:
* ... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5738/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/5738/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5737 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5737/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5737/comments | https://api.github.com/repos/huggingface/transformers/issues/5737/events | https://github.com/huggingface/transformers/pull/5737 | 656,451,065 | MDExOlB1bGxSZXF1ZXN0NDQ4NzQ4MTgx | 5,737 | Update model_summary.rst | {
"login": "xwen99",
"id": 48824317,
"node_id": "MDQ6VXNlcjQ4ODI0MzE3",
"avatar_url": "https://avatars.githubusercontent.com/u/48824317?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xwen99",
"html_url": "https://github.com/xwen99",
"followers_url": "https://api.github.com/users/xwen99/fo... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5737?src=pr&el=h1) Report\n> Merging [#5737](https://codecov.io/gh/huggingface/transformers/pull/5737?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/cd30f98fd24837f285cfc221b91cfa66b1b38c32&el=desc) will **decrease... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | Add '-' to make the reference of Transformer-XL more accurate and formal. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5737/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5737/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5737",
"html_url": "https://github.com/huggingface/transformers/pull/5737",
"diff_url": "https://github.com/huggingface/transformers/pull/5737.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5737.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5736 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5736/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5736/comments | https://api.github.com/repos/huggingface/transformers/issues/5736/events | https://github.com/huggingface/transformers/issues/5736 | 656,438,905 | MDU6SXNzdWU2NTY0Mzg5MDU= | 5,736 | TypeError: an integer is required (got type NoneType) while using run_language_modeling.py | {
"login": "cabhijith",
"id": 45108441,
"node_id": "MDQ6VXNlcjQ1MTA4NDQx",
"avatar_url": "https://avatars.githubusercontent.com/u/45108441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cabhijith",
"html_url": "https://github.com/cabhijith",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | [
"The error was caused because I did not specify the type of dataset (```LinebyLine``` in my case). After doing that, it worked. ",
"I'm facing the same error and below is my run command. Any pointers, @cabhijith ?\r\n`cmd = \"python run_language_modeling.py \\\r\n --output_dir ./bertout \\\r\n --model_type ... | 1,594 | 1,617 | 1,594 | NONE | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): BERT
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [ ] the official example scripts: (give details below) Yes
* [ ] my own modified scripts: (give details below)
The tasks I am working on is:... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5736/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5736/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5735 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5735/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5735/comments | https://api.github.com/repos/huggingface/transformers/issues/5735/events | https://github.com/huggingface/transformers/pull/5735 | 656,435,428 | MDExOlB1bGxSZXF1ZXN0NDQ4NzM1MjMw | 5,735 | Create README.md (Model card for Norod78/hewiki-articles-distilGPT2py-il) | {
"login": "Norod",
"id": 3617152,
"node_id": "MDQ6VXNlcjM2MTcxNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3617152?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Norod",
"html_url": "https://github.com/Norod",
"followers_url": "https://api.github.com/users/Norod/follower... | [
{
"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/5735?src=pr&el=h1) Report\n> Merging [#5735](https://codecov.io/gh/huggingface/transformers/pull/5735?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/cd30f98fd24837f285cfc221b91cfa66b1b38c32&el=desc) will **increase... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Model card for Norod78/hewiki-articles-distilGPT2py-il
A tiny GPT2 model for generating Hebrew text | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5735/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/5735/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5735",
"html_url": "https://github.com/huggingface/transformers/pull/5735",
"diff_url": "https://github.com/huggingface/transformers/pull/5735.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5735.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5734 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5734/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5734/comments | https://api.github.com/repos/huggingface/transformers/issues/5734/events | https://github.com/huggingface/transformers/pull/5734 | 656,343,180 | MDExOlB1bGxSZXF1ZXN0NDQ4NjU4ODQy | 5,734 | Fix typo (model saving TF) | {
"login": "astariul",
"id": 43774355,
"node_id": "MDQ6VXNlcjQzNzc0MzU1",
"avatar_url": "https://avatars.githubusercontent.com/u/43774355?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/astariul",
"html_url": "https://github.com/astariul",
"followers_url": "https://api.github.com/users/ast... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5734?src=pr&el=h1) Report\n> Merging [#5734](https://codecov.io/gh/huggingface/transformers/pull/5734?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/f0bda06f43a0d5e4ef80ad0f1812027b658b724d&el=desc) will **increase... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5734/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5734/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5734",
"html_url": "https://github.com/huggingface/transformers/pull/5734",
"diff_url": "https://github.com/huggingface/transformers/pull/5734.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5734.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5733 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5733/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5733/comments | https://api.github.com/repos/huggingface/transformers/issues/5733/events | https://github.com/huggingface/transformers/pull/5733 | 656,322,496 | MDExOlB1bGxSZXF1ZXN0NDQ4NjQxOTQ3 | 5,733 | DataParallel fixes | {
"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/5733?src=pr&el=h1) Report\n> Merging [#5733](https://codecov.io/gh/huggingface/transformers/pull/5733?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/c3c61ea01733403210a1d159114e8c3d042dabb7&el=desc) will **increase... | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | 1. switched to a more precise check as suggested by @thomwolf
```
- if self.args.n_gpu > 1:
+ if isinstance(model, nn.DataParallel):
```
discussion: https://github.com/huggingface/transformers/issues/5693#issuecomment-657937349
2. fix tests - require the same fixup under DataParallel as the tr... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5733/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5733/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5733",
"html_url": "https://github.com/huggingface/transformers/pull/5733",
"diff_url": "https://github.com/huggingface/transformers/pull/5733.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5733.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5732 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5732/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5732/comments | https://api.github.com/repos/huggingface/transformers/issues/5732/events | https://github.com/huggingface/transformers/pull/5732 | 656,313,333 | MDExOlB1bGxSZXF1ZXN0NDQ4NjM0MzU2 | 5,732 | Add `power` argument for TF PolynomialDecay | {
"login": "astariul",
"id": 43774355,
"node_id": "MDQ6VXNlcjQzNzc0MzU1",
"avatar_url": "https://avatars.githubusercontent.com/u/43774355?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/astariul",
"html_url": "https://github.com/astariul",
"followers_url": "https://api.github.com/users/ast... | [] | closed | false | null | [] | [
"Thanks for the PR!!\r\n\r\nCan you just go a bit forward and create a parameter in `training_args_tf.py` for this?",
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5732?src=pr&el=h1) Report\n> Merging [#5732](https://codecov.io/gh/huggingface/transformers/pull/5732?src=pr&el=desc) into [master]... | 1,594 | 1,601 | 1,601 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5732/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5732/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5732",
"html_url": "https://github.com/huggingface/transformers/pull/5732",
"diff_url": "https://github.com/huggingface/transformers/pull/5732.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5732.patch",
"merged_at": 1... | |
https://api.github.com/repos/huggingface/transformers/issues/5731 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5731/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5731/comments | https://api.github.com/repos/huggingface/transformers/issues/5731/events | https://github.com/huggingface/transformers/pull/5731 | 656,304,568 | MDExOlB1bGxSZXF1ZXN0NDQ4NjI3NTIy | 5,731 | [fix] mbart_en_ro_generate test now identical to fairseq | {
"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 | [] | [
"I think CI is spurious.",
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5731?src=pr&el=h1) Report\n> Merging [#5731](https://codecov.io/gh/huggingface/transformers/pull/5731?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/c3c61ea01733403210a1d159114e8c3d042d... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | violentele -> violenţa
Slow test was previously failing. | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5731/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/5731/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5731",
"html_url": "https://github.com/huggingface/transformers/pull/5731",
"diff_url": "https://github.com/huggingface/transformers/pull/5731.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5731.patch",
"merged_at": 1... |
https://api.github.com/repos/huggingface/transformers/issues/5730 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5730/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5730/comments | https://api.github.com/repos/huggingface/transformers/issues/5730/events | https://github.com/huggingface/transformers/issues/5730 | 656,277,438 | MDU6SXNzdWU2NTYyNzc0Mzg= | 5,730 | Using pipeline('ner'), partial tokens returned when grouped_entities=True | {
"login": "JamesDeAntonis",
"id": 33379057,
"node_id": "MDQ6VXNlcjMzMzc5MDU3",
"avatar_url": "https://avatars.githubusercontent.com/u/33379057?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JamesDeAntonis",
"html_url": "https://github.com/JamesDeAntonis",
"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,594 | 1,600 | 1,600 | CONTRIBUTOR | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): pipeline('ner', grouped_entities=True)
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [ ] the official example scripts: (give details below)
* [x] my own modified scripts: (give details below)
... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5730/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5730/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5729 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5729/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5729/comments | https://api.github.com/repos/huggingface/transformers/issues/5729/events | https://github.com/huggingface/transformers/issues/5729 | 656,276,886 | MDU6SXNzdWU2NTYyNzY4ODY= | 5,729 | [Feature request] Pass any Iterable to tokenizer.__call__() | {
"login": "jarednielsen",
"id": 4564897,
"node_id": "MDQ6VXNlcjQ1NjQ4OTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/4564897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jarednielsen",
"html_url": "https://github.com/jarednielsen",
"followers_url": "https://api.github.com... | [
{
"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 should be handle in `nlp` in my opinion.\r\n\r\nIt's related to https://github.com/huggingface/nlp/issues/387\r\n\r\ncc @lhoestq ",
"Nice find on the `nlp` side! There are also other use cases when users might want to pass in a NumPy array, or other type of Iterable. Any reason we shouldn't extend to all It... | 1,594 | 1,601 | 1,601 | CONTRIBUTOR | null | # 🚀 Feature request
Currently `tokenizer.__call__` accepts `List[List[str]]`, for pre-tokenized inputs. It should also accept `List[np.ndarray[str]]`.
## Motivation
The `nlp` library stores a batch of pre-tokenized strings as `List[np.ndarray[str]]` after creating them with `dset.map(batched=True)`. Currently... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5729/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/5729/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5728 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5728/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5728/comments | https://api.github.com/repos/huggingface/transformers/issues/5728/events | https://github.com/huggingface/transformers/pull/5728 | 656,257,626 | MDExOlB1bGxSZXF1ZXN0NDQ4NTkwMzMw | 5,728 | Return tokens from tokenizer.__call__() | {
"login": "jarednielsen",
"id": 4564897,
"node_id": "MDQ6VXNlcjQ1NjQ4OTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/4564897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jarednielsen",
"html_url": "https://github.com/jarednielsen",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | [
"# [Codecov](https://codecov.io/gh/huggingface/transformers/pull/5728?src=pr&el=h1) Report\n> Merging [#5728](https://codecov.io/gh/huggingface/transformers/pull/5728?src=pr&el=desc) into [master](https://codecov.io/gh/huggingface/transformers/commit/c3c61ea01733403210a1d159114e8c3d042dabb7&el=desc) will **increase... | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | Currently, pre-tokenizing (not encode tokens to ids, just generating the tokens) a batch of strings requires a manual for-loop. I'm adding a method to call the underlying Rust batch_encode implementation, which runs about 2x faster than a Python for-loop. I was expecting an even greater speedup, so if there's any way t... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5728/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5728/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5728",
"html_url": "https://github.com/huggingface/transformers/pull/5728",
"diff_url": "https://github.com/huggingface/transformers/pull/5728.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5728.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/5727 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5727/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5727/comments | https://api.github.com/repos/huggingface/transformers/issues/5727/events | https://github.com/huggingface/transformers/issues/5727 | 656,256,843 | MDU6SXNzdWU2NTYyNTY4NDM= | 5,727 | t5 model card | {
"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": 1834067346,
"node_id": "MDU6TGFiZWwxODM0MDY3MzQ2",
"url": "https://api.github.com/repos/huggingface/transformers/labels/Documentation",
"name": "Documentation",
"color": "77cc3b",
"default": false,
"description": ""
}
] | 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... | [] | 1,594 | 1,595 | 1,595 | CONTRIBUTOR | null | Add Model Card for all t5 checkpoints.
cc @clmnt | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5727/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5727/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5726 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5726/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5726/comments | https://api.github.com/repos/huggingface/transformers/issues/5726/events | https://github.com/huggingface/transformers/issues/5726 | 656,230,983 | MDU6SXNzdWU2NTYyMzA5ODM= | 5,726 | Finetuning GPT2 with Custom Loss | {
"login": "aclifton314",
"id": 53267795,
"node_id": "MDQ6VXNlcjUzMjY3Nzk1",
"avatar_url": "https://avatars.githubusercontent.com/u/53267795?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aclifton314",
"html_url": "https://github.com/aclifton314",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | [
"Saw your question on `discussion.huggingface.co` => thanks for posting it there. We are trying to handle these kinds of questions (longer questions / very researchy bugs/problems in the forum) - so let's move it there :-) ",
"https://discuss.huggingface.co/t/finetuning-gpt2-with-user-defined-loss/163/12?u=patric... | 1,594 | 1,594 | 1,594 | NONE | null | ## System Info
- Ubuntu 20.04
- Pytorch: 1.5.1+cpu
- Transformers: 3.0.2
- Python: 3.7.6
## Details
Ultimately, I would like to finetune GPT2 on my dataset using a custom loss from an `NGrams` model I have created. Here is what I for the model:
```python
from transformers import GPT2LMHeadModel
from FeatureE... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5726/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5726/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5725 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5725/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5725/comments | https://api.github.com/repos/huggingface/transformers/issues/5725/events | https://github.com/huggingface/transformers/pull/5725 | 656,174,683 | MDExOlB1bGxSZXF1ZXN0NDQ4NTIwMzc3 | 5,725 | TPU CI testing | {
"login": "zcain117",
"id": 14796584,
"node_id": "MDQ6VXNlcjE0Nzk2NTg0",
"avatar_url": "https://avatars.githubusercontent.com/u/14796584?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zcain117",
"html_url": "https://github.com/zcain117",
"followers_url": "https://api.github.com/users/zca... | [] | closed | false | null | [] | [
"@LysandreJik I'm wondering if CircleCI does not run the pending changes to `.circleci/config.yml` if the changes came from a PR from a forked repo.\r\n\r\nWhen testing on my private repo, I used a branch on the main repo and CircleCI did include the pending changes when running. I've seen lots of differences betwe... | 1,594 | 1,596 | 1,596 | CONTRIBUTOR | null | Run TPU CI testing using CircleCI.
I sent a guide in Slack with steps needed on the owner side for CircleCI and Google Cloud to make this work (setting env vars, creating GKE cluster, and populating the dataset).
| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5725/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5725/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/transformers/pulls/5725",
"html_url": "https://github.com/huggingface/transformers/pull/5725",
"diff_url": "https://github.com/huggingface/transformers/pull/5725.diff",
"patch_url": "https://github.com/huggingface/transformers/pull/5725.patch",
"merged_at": n... |
https://api.github.com/repos/huggingface/transformers/issues/5724 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5724/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5724/comments | https://api.github.com/repos/huggingface/transformers/issues/5724/events | https://github.com/huggingface/transformers/issues/5724 | 656,144,660 | MDU6SXNzdWU2NTYxNDQ2NjA= | 5,724 | T5 ONNX Export Test Failing on GPU | {
"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 | {
"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://... | [] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | https://github.com/huggingface/transformers/runs/863647649?check_suite_focus=true

| {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5724/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5724/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5723 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5723/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5723/comments | https://api.github.com/repos/huggingface/transformers/issues/5723/events | https://github.com/huggingface/transformers/issues/5723 | 656,142,497 | MDU6SXNzdWU2NTYxNDI0OTc= | 5,723 | Fix slow test_enro_generate | {
"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 | {
"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... | [] | 1,594 | 1,594 | 1,594 | CONTRIBUTOR | null | see https://user-images.githubusercontent.com/6045025/87226810-6103b400-c364-11ea-875a-dcbd7c1e49ca.png | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5723/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5723/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5722 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5722/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5722/comments | https://api.github.com/repos/huggingface/transformers/issues/5722/events | https://github.com/huggingface/transformers/issues/5722 | 656,119,783 | MDU6SXNzdWU2NTYxMTk3ODM= | 5,722 | Cannot preprocess WNUT'17 dataset for token-classification | {
"login": "kushalj001",
"id": 32245327,
"node_id": "MDQ6VXNlcjMyMjQ1MzI3",
"avatar_url": "https://avatars.githubusercontent.com/u/32245327?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kushalj001",
"html_url": "https://github.com/kushalj001",
"followers_url": "https://api.github.com/use... | [
{
"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 | [] | [
"@kushalj001 It may take a while to preprocess the whole dataset. Not sure if you waited long enough. Check if your have enough RAM when you are doing this since if the dataset is too large you might run out of memory.",
"This issue has been automatically marked as stale because it has not had recent activity. It... | 1,594 | 1,602 | 1,602 | CONTRIBUTOR | null | # 🐛 Bug
## Information
Model I am using (Bert, XLNet ...):BERT
Language I am using the model on (English, Chinese ...):
The problem arises when using:
* [x] the official example scripts: I am trying to run the run_ner.py script for the WNUT’17 dataset. I followed the preprocessing steps mentioned in the R... | {
"url": "https://api.github.com/repos/huggingface/transformers/issues/5722/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5722/timeline | completed | null | null |
https://api.github.com/repos/huggingface/transformers/issues/5721 | https://api.github.com/repos/huggingface/transformers | https://api.github.com/repos/huggingface/transformers/issues/5721/labels{/name} | https://api.github.com/repos/huggingface/transformers/issues/5721/comments | https://api.github.com/repos/huggingface/transformers/issues/5721/events | https://github.com/huggingface/transformers/issues/5721 | 656,073,054 | MDU6SXNzdWU2NTYwNzMwNTQ= | 5,721 | Unable to finetune BERT on own dataset | {
"login": "noabenefraim",
"id": 13383820,
"node_id": "MDQ6VXNlcjEzMzgzODIw",
"avatar_url": "https://avatars.githubusercontent.com/u/13383820?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/noabenefraim",
"html_url": "https://github.com/noabenefraim",
"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 | [] | [
"Seems you are using Powershell. Since this is a bash shell file, you will need to run it outside of Powershell in bash shell.\r\n\r\nHere's an example using Google Colab\r\n\r\nhttps://colab.research.google.com/github/interactive-fiction-class/interactive-fiction-class.github.io/blob/master/homeworks/language-mod... | 1,594 | 1,600 | 1,600 | 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/5721/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/transformers/issues/5721/timeline | completed | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.