url large_stringlengths 58 61 | repository_url large_stringclasses 1
value | labels_url large_stringlengths 72 75 | comments_url large_stringlengths 67 70 | events_url large_stringlengths 65 68 | html_url large_stringlengths 46 51 | id int64 599M 4.37B | node_id large_stringlengths 18 32 | number int64 1 8.17k | title large_stringlengths 1 290 | user dict | labels listlengths 0 4 | state large_stringclasses 2
values | locked bool 1
class | assignees listlengths 0 4 | milestone dict | comments listlengths 0 30 | created_at large_stringdate 2020-04-14 10:18:02 2026-05-01 20:27:58 | updated_at large_stringdate 2020-04-27 16:04:17 2026-05-02 02:19:38 | closed_at large_stringlengths 20 20 ⌀ | assignee dict | author_association large_stringclasses 4
values | issue_field_values listlengths 0 0 | type float64 | active_lock_reason float64 | sub_issues_summary dict | issue_dependencies_summary dict | body large_stringlengths 0 228k ⌀ | closed_by dict | reactions dict | timeline_url large_stringlengths 67 70 | performed_via_github_app float64 | state_reason large_stringclasses 4
values | pinned_comment float64 | draft float64 0 1 ⌀ | pull_request dict | is_pull_request bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/1479 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1479/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1479/comments | https://api.github.com/repos/huggingface/datasets/issues/1479/events | https://github.com/huggingface/datasets/pull/1479 | 762,320,736 | MDExOlB1bGxSZXF1ZXN0NTM2ODc3NTEz | 1,479 | Add narrativeQA | {
"login": "ghomasHudson",
"id": 13795113,
"node_id": "MDQ6VXNlcjEzNzk1MTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/13795113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ghomasHudson",
"html_url": "https://github.com/ghomasHudson",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | [
"@lhoestq this is now only failing some random windows test (it appears to be somewhere in wnut_17)",
"This is a connection error, you can ignore it :) \r\nThe level of activity on the lib is quite overwhelming, it stresses a bit the CI ^^"
] | 2020-12-11T12:58:31Z | 2020-12-11T13:33:23Z | 2020-12-11T13:33:23Z | null | CONTRIBUTOR | [] | null | null | null | null | Redo of #1368 #309 #499
In redoing the dummy data a few times, I ended up adding a load of files to git. Hopefully this should work. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1479/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1479/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1479",
"html_url": "https://github.com/huggingface/datasets/pull/1479",
"diff_url": "https://github.com/huggingface/datasets/pull/1479.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1479.patch",
"merged_at": "2020-12-11T13:33... | true |
https://api.github.com/repos/huggingface/datasets/issues/1478 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1478/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1478/comments | https://api.github.com/repos/huggingface/datasets/issues/1478/events | https://github.com/huggingface/datasets/issues/1478 | 762,293,076 | MDU6SXNzdWU3NjIyOTMwNzY= | 1,478 | Inconsistent argument names. | {
"login": "Fraser-Greenlee",
"id": 8402500,
"node_id": "MDQ6VXNlcjg0MDI1MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/8402500?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Fraser-Greenlee",
"html_url": "https://github.com/Fraser-Greenlee",
"followers_url": "https://api.g... | [] | closed | false | [] | null | [
"Also for the `Accuracy` metric the `accuracy_score` method should have its args in the opposite order so `accuracy_score(predictions, references,,,)`.",
"Thanks for pointing this out ! 🕵🏻 \r\nPredictions and references should indeed be swapped in the docstring.\r\nHowever, the call to `accuracy_score` should n... | 2020-12-11T12:19:38Z | 2020-12-19T15:03:39Z | 2020-12-19T15:03:39Z | null | CONTRIBUTOR | [] | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | Just find it a wee bit odd that in the transformers library `predictions` are those made by the model:
https://github.com/huggingface/transformers/blob/master/src/transformers/trainer_utils.py#L51-L61
While in many datasets metrics they are the ground truth labels:
https://github.com/huggingface/datasets/blob/c3f5... | {
"login": "Fraser-Greenlee",
"id": 8402500,
"node_id": "MDQ6VXNlcjg0MDI1MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/8402500?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Fraser-Greenlee",
"html_url": "https://github.com/Fraser-Greenlee",
"followers_url": "https://api.g... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1478/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1478/timeline | null | completed | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1477 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1477/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1477/comments | https://api.github.com/repos/huggingface/datasets/issues/1477/events | https://github.com/huggingface/datasets/pull/1477 | 762,288,811 | MDExOlB1bGxSZXF1ZXN0NTM2ODQ5NzM4 | 1,477 | Jigsaw toxicity pred | {
"login": "taihim",
"id": 13764071,
"node_id": "MDQ6VXNlcjEzNzY0MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/13764071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/taihim",
"html_url": "https://github.com/taihim",
"followers_url": "https://api.github.com/users/taihim/fo... | [] | closed | false | [] | null | [] | 2020-12-11T12:13:20Z | 2020-12-14T13:19:35Z | 2020-12-14T13:19:35Z | null | CONTRIBUTOR | [] | null | null | null | null | Managed to mess up my original pull request, opening a fresh one incorporating the changes suggested by @lhoestq. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1477/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1477/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1477",
"html_url": "https://github.com/huggingface/datasets/pull/1477",
"diff_url": "https://github.com/huggingface/datasets/pull/1477.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1477.patch",
"merged_at": "2020-12-14T13:19... | true |
https://api.github.com/repos/huggingface/datasets/issues/1476 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1476/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1476/comments | https://api.github.com/repos/huggingface/datasets/issues/1476/events | https://github.com/huggingface/datasets/pull/1476 | 762,256,048 | MDExOlB1bGxSZXF1ZXN0NTM2ODIxNDI5 | 1,476 | Add Spanish Billion Words Corpus | {
"login": "mariagrandury",
"id": 57645283,
"node_id": "MDQ6VXNlcjU3NjQ1Mjgz",
"avatar_url": "https://avatars.githubusercontent.com/u/57645283?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mariagrandury",
"html_url": "https://github.com/mariagrandury",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | [] | 2020-12-11T11:24:58Z | 2020-12-17T17:04:08Z | 2020-12-14T13:14:31Z | null | CONTRIBUTOR | [] | null | null | null | null | Add an unannotated Spanish corpus of nearly 1.5 billion words, compiled from different resources from the web. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1476/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1476/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1476",
"html_url": "https://github.com/huggingface/datasets/pull/1476",
"diff_url": "https://github.com/huggingface/datasets/pull/1476.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1476.patch",
"merged_at": "2020-12-14T13:14... | true |
https://api.github.com/repos/huggingface/datasets/issues/1475 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1475/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1475/comments | https://api.github.com/repos/huggingface/datasets/issues/1475/events | https://github.com/huggingface/datasets/pull/1475 | 762,187,000 | MDExOlB1bGxSZXF1ZXN0NTM2NzYxMDQz | 1,475 | Fix XML iterparse in opus_dogc dataset | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | closed | false | [] | null | [] | 2020-12-11T10:08:18Z | 2020-12-17T11:28:47Z | 2020-12-17T11:28:46Z | null | MEMBER | [] | null | null | null | null | I forgot to add `elem.clear()` to clear the element from memory. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1475/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1475/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1475",
"html_url": "https://github.com/huggingface/datasets/pull/1475",
"diff_url": "https://github.com/huggingface/datasets/pull/1475.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1475.patch",
"merged_at": "2020-12-17T11:28... | true |
https://api.github.com/repos/huggingface/datasets/issues/1474 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1474/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1474/comments | https://api.github.com/repos/huggingface/datasets/issues/1474/events | https://github.com/huggingface/datasets/pull/1474 | 762,083,706 | MDExOlB1bGxSZXF1ZXN0NTM2NjY4MjU3 | 1,474 | Create JSON dummy data without loading all dataset in memory | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | open | false | [] | null | [] | 2020-12-11T08:44:23Z | 2022-07-06T15:19:47Z | null | null | MEMBER | [] | null | null | null | null | See #1442.
The statement `json.load()` loads **all the file content in memory**.
In order to avoid this, file content should be parsed **iteratively**, by using the library `ijson` e.g.
I have refactorized the code into a function `_create_json_dummy_data` and I have added some tests. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1474/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1474/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1474",
"html_url": "https://github.com/huggingface/datasets/pull/1474",
"diff_url": "https://github.com/huggingface/datasets/pull/1474.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1474.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1473 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1473/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1473/comments | https://api.github.com/repos/huggingface/datasets/issues/1473/events | https://github.com/huggingface/datasets/pull/1473 | 762,055,694 | MDExOlB1bGxSZXF1ZXN0NTM2NjQyODI5 | 1,473 | add srwac | {
"login": "IvanZidov",
"id": 11391118,
"node_id": "MDQ6VXNlcjExMzkxMTE4",
"avatar_url": "https://avatars.githubusercontent.com/u/11391118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IvanZidov",
"html_url": "https://github.com/IvanZidov",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [
"Connection error failed. Need rerun",
"merging since the CI is fixed on master"
] | 2020-12-11T08:20:29Z | 2020-12-17T11:40:59Z | 2020-12-17T11:40:59Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1473/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1473/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1473",
"html_url": "https://github.com/huggingface/datasets/pull/1473",
"diff_url": "https://github.com/huggingface/datasets/pull/1473.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1473.patch",
"merged_at": "2020-12-17T11:40... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1472 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1472/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1472/comments | https://api.github.com/repos/huggingface/datasets/issues/1472/events | https://github.com/huggingface/datasets/pull/1472 | 762,037,907 | MDExOlB1bGxSZXF1ZXN0NTM2NjI2NjUx | 1,472 | add Srwac | {
"login": "IvanZidov",
"id": 11391118,
"node_id": "MDQ6VXNlcjExMzkxMTE4",
"avatar_url": "https://avatars.githubusercontent.com/u/11391118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IvanZidov",
"html_url": "https://github.com/IvanZidov",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-11T08:04:57Z | 2020-12-11T08:08:12Z | 2020-12-11T08:05:54Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "IvanZidov",
"id": 11391118,
"node_id": "MDQ6VXNlcjExMzkxMTE4",
"avatar_url": "https://avatars.githubusercontent.com/u/11391118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IvanZidov",
"html_url": "https://github.com/IvanZidov",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1472/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1472/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1472",
"html_url": "https://github.com/huggingface/datasets/pull/1472",
"diff_url": "https://github.com/huggingface/datasets/pull/1472.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1472.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1471 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1471/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1471/comments | https://api.github.com/repos/huggingface/datasets/issues/1471/events | https://github.com/huggingface/datasets/pull/1471 | 761,842,512 | MDExOlB1bGxSZXF1ZXN0NTM2NDUyMzcy | 1,471 | Adding the HAREM dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | [] | null | [
"Thanks for the changes !\r\n\r\nSorry if I wasn't clear about the suggestion of adding the `raw` dataset as well.\r\nBy `raw` I meant the dataset with its original features, i.e. not tokenized to follow the conll format for NER.\r\nThe `raw` dataset has data fields `doc_text`, `doc_id` and `entities`.",
"Alright... | 2020-12-11T03:21:10Z | 2020-12-22T10:37:33Z | 2020-12-22T10:37:33Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding the HAREM dataset, a Portuguese language dataset for NER tasks | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1471/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1471/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1471",
"html_url": "https://github.com/huggingface/datasets/pull/1471",
"diff_url": "https://github.com/huggingface/datasets/pull/1471.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1471.patch",
"merged_at": "2020-12-22T10:37... | true |
https://api.github.com/repos/huggingface/datasets/issues/1470 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1470/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1470/comments | https://api.github.com/repos/huggingface/datasets/issues/1470/events | https://github.com/huggingface/datasets/pull/1470 | 761,791,065 | MDExOlB1bGxSZXF1ZXN0NTM2NDA2MjQx | 1,470 | Add wiki lingua dataset | {
"login": "katnoria",
"id": 7674948,
"node_id": "MDQ6VXNlcjc2NzQ5NDg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7674948?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/katnoria",
"html_url": "https://github.com/katnoria",
"followers_url": "https://api.github.com/users/katno... | [] | closed | false | [] | null | [
"it’s failing because of `RemoteDatasetTest.test_load_dataset_orange_sum`\r\nwhich i think is not the dataset you are doing a PR for. Try rebasing with:\r\n```\r\ngit fetch upstream\r\ngit rebase upstream/master\r\ngit push -u -f origin your_branch\r\n```",
"> it’s failing because of `RemoteDatasetTest.test_load_... | 2020-12-11T02:04:18Z | 2020-12-16T15:27:13Z | 2020-12-16T15:27:13Z | null | CONTRIBUTOR | [] | null | null | null | null | Hello @lhoestq ,
I am opening a fresh pull request as advised in my original PR https://github.com/huggingface/datasets/pull/1308
Thanks | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1470/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1470/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1470",
"html_url": "https://github.com/huggingface/datasets/pull/1470",
"diff_url": "https://github.com/huggingface/datasets/pull/1470.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1470.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1469 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1469/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1469/comments | https://api.github.com/repos/huggingface/datasets/issues/1469/events | https://github.com/huggingface/datasets/pull/1469 | 761,611,315 | MDExOlB1bGxSZXF1ZXN0NTM2MjUzMDk4 | 1,469 | ADD: Wino_bias dataset | {
"login": "akshayb7",
"id": 29649801,
"node_id": "MDQ6VXNlcjI5NjQ5ODAx",
"avatar_url": "https://avatars.githubusercontent.com/u/29649801?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/akshayb7",
"html_url": "https://github.com/akshayb7",
"followers_url": "https://api.github.com/users/aks... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-10T20:59:45Z | 2020-12-13T19:13:57Z | 2020-12-13T19:13:57Z | null | CONTRIBUTOR | [] | null | null | null | null | Updated PR to counter messed up history of previous one (https://github.com/huggingface/datasets/pull/1235) due to rebase.
Removed manual downloading of dataset. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1469/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/datasets/issues/1469/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1469",
"html_url": "https://github.com/huggingface/datasets/pull/1469",
"diff_url": "https://github.com/huggingface/datasets/pull/1469.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1469.patch",
"merged_at": "2020-12-13T19:13... | true |
https://api.github.com/repos/huggingface/datasets/issues/1468 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1468/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1468/comments | https://api.github.com/repos/huggingface/datasets/issues/1468/events | https://github.com/huggingface/datasets/pull/1468 | 761,607,531 | MDExOlB1bGxSZXF1ZXN0NTM2MjQ5OTg0 | 1,468 | add Indonesian newspapers (id_newspapers_2018) | {
"login": "cahya-wirawan",
"id": 7669893,
"node_id": "MDQ6VXNlcjc2Njk4OTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7669893?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cahya-wirawan",
"html_url": "https://github.com/cahya-wirawan",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | [
"Looks like there's a `Path` issue on windows. Could you try switching to\r\n`glob.glob(os.path.join(article_dir, \"*.json\"))`",
"> Looks like there's a `Path` issue on windows. Could you try switching to\r\n> `glob.glob(os.path.join(article_dir, \"*.json\"))`\r\n\r\nThanks, I replaced it with glob. Let's see if... | 2020-12-10T20:54:12Z | 2020-12-12T08:50:51Z | 2020-12-11T17:04:41Z | null | CONTRIBUTOR | [] | null | null | null | null | The dataset contains around 500K articles (136M of words) from 7 Indonesian newspapers. The size of uncompressed 500K json files (newspapers-json.tgz) is around 2.2GB. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1468/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1468/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1468",
"html_url": "https://github.com/huggingface/datasets/pull/1468",
"diff_url": "https://github.com/huggingface/datasets/pull/1468.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1468.patch",
"merged_at": "2020-12-11T17:04... | true |
https://api.github.com/repos/huggingface/datasets/issues/1467 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1467/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1467/comments | https://api.github.com/repos/huggingface/datasets/issues/1467/events | https://github.com/huggingface/datasets/pull/1467 | 761,557,290 | MDExOlB1bGxSZXF1ZXN0NTM2MjA3NDcx | 1,467 | adding snow_simplified_japanese_corpus | {
"login": "forest1988",
"id": 2755894,
"node_id": "MDQ6VXNlcjI3NTU4OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/2755894?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/forest1988",
"html_url": "https://github.com/forest1988",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master",
"Thank you for the updates and merging!"
] | 2020-12-10T19:45:03Z | 2020-12-17T13:22:48Z | 2020-12-17T11:25:34Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding simplified Japanese corpus "SNOW T15" and "SNOW T23".
They contain original Japanese, simplified Japanese, and original English (the original text is gotten from en-ja translation corpus). Hence, it can be used not only for Japanese simplification but also for en-ja translation.
- http://www.jnlp.org/SNOW/T1... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1467/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1467/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1467",
"html_url": "https://github.com/huggingface/datasets/pull/1467",
"diff_url": "https://github.com/huggingface/datasets/pull/1467.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1467.patch",
"merged_at": "2020-12-17T11:25... | true |
https://api.github.com/repos/huggingface/datasets/issues/1466 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1466/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1466/comments | https://api.github.com/repos/huggingface/datasets/issues/1466/events | https://github.com/huggingface/datasets/pull/1466 | 761,554,357 | MDExOlB1bGxSZXF1ZXN0NTM2MjA0OTMx | 1,466 | Add Turkish News Category Dataset (270K).Updates were made for review… | {
"login": "basakbuluz",
"id": 41359672,
"node_id": "MDQ6VXNlcjQxMzU5Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/41359672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/basakbuluz",
"html_url": "https://github.com/basakbuluz",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | [
"@SBrandeis, What exactly is it that makes the tests fail? Can you help me please?",
"These errors\r\n```\r\n=========================== short test summary info ============================\r\nFAILED tests/test_dataset_common.py::LocalDatasetTest::test_load_dataset_ajgt_twitter_ar\r\nFAILED tests/test_dataset_com... | 2020-12-10T19:41:12Z | 2020-12-11T14:27:15Z | 2020-12-11T14:27:15Z | null | CONTRIBUTOR | [] | null | null | null | null | This PR adds the **Turkish News Categories Dataset (270K)** dataset which is a text classification dataset by me and @yavuzKomecoglu. Turkish news dataset consisting of **273601 news in 17 categories**, compiled from printed media and news websites between 2010 and 2017 by the [Interpress](https://www.interpress.com/) ... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1466/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1466/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1466",
"html_url": "https://github.com/huggingface/datasets/pull/1466",
"diff_url": "https://github.com/huggingface/datasets/pull/1466.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1466.patch",
"merged_at": "2020-12-11T14:27... | true |
https://api.github.com/repos/huggingface/datasets/issues/1465 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1465/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1465/comments | https://api.github.com/repos/huggingface/datasets/issues/1465/events | https://github.com/huggingface/datasets/pull/1465 | 761,538,931 | MDExOlB1bGxSZXF1ZXN0NTM2MTkxNjM1 | 1,465 | Add clean menyo20k data | {
"login": "yvonnegitau",
"id": 7923902,
"node_id": "MDQ6VXNlcjc5MjM5MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/7923902?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yvonnegitau",
"html_url": "https://github.com/yvonnegitau",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | [
"@lhoestq rerun the tests "
] | 2020-12-10T19:22:00Z | 2020-12-14T10:30:21Z | 2020-12-14T10:30:21Z | null | CONTRIBUTOR | [] | null | null | null | null | New Clean PR for menyo20k_mt | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1465/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1465/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1465",
"html_url": "https://github.com/huggingface/datasets/pull/1465",
"diff_url": "https://github.com/huggingface/datasets/pull/1465.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1465.patch",
"merged_at": "2020-12-14T10:30... | true |
https://api.github.com/repos/huggingface/datasets/issues/1464 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1464/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1464/comments | https://api.github.com/repos/huggingface/datasets/issues/1464/events | https://github.com/huggingface/datasets/pull/1464 | 761,533,566 | MDExOlB1bGxSZXF1ZXN0NTM2MTg3MDA0 | 1,464 | Reddit jokes | {
"login": "tanmoyio",
"id": 33005287,
"node_id": "MDQ6VXNlcjMzMDA1Mjg3",
"avatar_url": "https://avatars.githubusercontent.com/u/33005287?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmoyio",
"html_url": "https://github.com/tanmoyio",
"followers_url": "https://api.github.com/users/tan... | [] | closed | false | [] | null | [
"@lhoestq would you please rerun the test, ",
"I re-started the test.\r\n\r\n@lhoestq let's hold off on merging for now though, having a conversation on Slack about some of the offensive content in the dataset and how/whether we want to present it."
] | 2020-12-10T19:15:19Z | 2020-12-10T20:14:00Z | 2020-12-10T20:14:00Z | null | CONTRIBUTOR | [] | null | null | null | null | 196k Reddit Jokes dataset
Dataset link- https://raw.githubusercontent.com/taivop/joke-dataset/master/reddit_jokes.json | {
"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... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1464/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1464/timeline | null | null | null | 1 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1464",
"html_url": "https://github.com/huggingface/datasets/pull/1464",
"diff_url": "https://github.com/huggingface/datasets/pull/1464.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1464.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1463 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1463/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1463/comments | https://api.github.com/repos/huggingface/datasets/issues/1463/events | https://github.com/huggingface/datasets/pull/1463 | 761,510,908 | MDExOlB1bGxSZXF1ZXN0NTM2MTY3NTMw | 1,463 | Adding enriched_web_nlg features + handling xml bugs | {
"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 | [] | 2020-12-10T18:48:19Z | 2020-12-17T10:44:35Z | 2020-12-17T10:44:34Z | null | CONTRIBUTOR | [] | null | null | null | null | This PR adds features of the enriched_web_nlg dataset that were not present yet (most notably sorted rdf triplet sets), and deals with some xml issues that led to returning no data in cases where surgery could be performed to salvage it. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1463/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1463/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1463",
"html_url": "https://github.com/huggingface/datasets/pull/1463",
"diff_url": "https://github.com/huggingface/datasets/pull/1463.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1463.patch",
"merged_at": "2020-12-17T10:44... | true |
https://api.github.com/repos/huggingface/datasets/issues/1462 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1462/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1462/comments | https://api.github.com/repos/huggingface/datasets/issues/1462/events | https://github.com/huggingface/datasets/pull/1462 | 761,489,274 | MDExOlB1bGxSZXF1ZXN0NTM2MTQ4Njc1 | 1,462 | Added conv ai 2 (Again) | {
"login": "rkc007",
"id": 22396042,
"node_id": "MDQ6VXNlcjIyMzk2MDQy",
"avatar_url": "https://avatars.githubusercontent.com/u/22396042?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rkc007",
"html_url": "https://github.com/rkc007",
"followers_url": "https://api.github.com/users/rkc007/fo... | [] | closed | false | [] | null | [
"Looking perfect to me, need to rerun the tests\r\n",
"Thanks, @tanmoyio. \r\nHow do I rerun the tests? Should I change something or push a new commit?",
"@rkc007 you don't need to rerun it, @lhoestq @yjernite will rerun it, as there are huge number of PRs in the queue it might take lil bit of time. ",
"ive j... | 2020-12-10T18:21:55Z | 2020-12-13T00:21:32Z | 2020-12-13T00:21:31Z | null | CONTRIBUTOR | [] | null | null | null | null | The original PR -> https://github.com/huggingface/datasets/pull/1383
Reason for creating again -
The reason I had to create the PR again was due to the master rebasing issue. After rebasing the changes, all the previous commits got added to the branch. | {
"login": "rkc007",
"id": 22396042,
"node_id": "MDQ6VXNlcjIyMzk2MDQy",
"avatar_url": "https://avatars.githubusercontent.com/u/22396042?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rkc007",
"html_url": "https://github.com/rkc007",
"followers_url": "https://api.github.com/users/rkc007/fo... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1462/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1462/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1462",
"html_url": "https://github.com/huggingface/datasets/pull/1462",
"diff_url": "https://github.com/huggingface/datasets/pull/1462.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1462.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1461 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1461/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1461/comments | https://api.github.com/repos/huggingface/datasets/issues/1461/events | https://github.com/huggingface/datasets/pull/1461 | 761,415,420 | MDExOlB1bGxSZXF1ZXN0NTM2MDgzODY5 | 1,461 | Adding NewsQA dataset | {
"login": "rsanjaykamath",
"id": 18527321,
"node_id": "MDQ6VXNlcjE4NTI3MzIx",
"avatar_url": "https://avatars.githubusercontent.com/u/18527321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rsanjaykamath",
"html_url": "https://github.com/rsanjaykamath",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | [
"Generate the dummy dataset then regenerate the dataset_info.json file, ",
"> Generate the dummy dataset then regenerate the dataset_info.json file,\r\n\r\nThe pytest scripts do not accept manual directory inputs for the data provided manually. This is why the tests fail. ",
"don't use the --auto-generate argum... | 2020-12-10T17:01:10Z | 2020-12-17T18:29:03Z | 2020-12-17T18:27:36Z | null | CONTRIBUTOR | [] | null | null | null | null | Since the dataset has legal restrictions to circulate the original data. It has to be manually downloaded by the user and loaded to the library. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1461/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1461/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1461",
"html_url": "https://github.com/huggingface/datasets/pull/1461",
"diff_url": "https://github.com/huggingface/datasets/pull/1461.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1461.patch",
"merged_at": "2020-12-17T18:27... | true |
https://api.github.com/repos/huggingface/datasets/issues/1460 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1460/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1460/comments | https://api.github.com/repos/huggingface/datasets/issues/1460/events | https://github.com/huggingface/datasets/pull/1460 | 761,349,149 | MDExOlB1bGxSZXF1ZXN0NTM2MDI3NzYy | 1,460 | add Bengali Hate Speech dataset | {
"login": "stevhliu",
"id": 59462357,
"node_id": "MDQ6VXNlcjU5NDYyMzU3",
"avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevhliu",
"html_url": "https://github.com/stevhliu",
"followers_url": "https://api.github.com/users/ste... | [] | closed | false | [] | null | [
"@lhoestq I think you might want to look at the dataset, and the first data instances mentioned in the README.md is very much offensive. Though this dataset is based on hate speech but I found the dataset heavily disturbing as Bengali is my native language.",
"Hi @tanmoyio indeed you're right.\r\nWe should *at le... | 2020-12-10T15:40:55Z | 2021-09-17T16:54:53Z | 2021-01-04T14:08:29Z | null | MEMBER | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1460/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1460/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1460",
"html_url": "https://github.com/huggingface/datasets/pull/1460",
"diff_url": "https://github.com/huggingface/datasets/pull/1460.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1460.patch",
"merged_at": "2021-01-04T14:08... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1459 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1459/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1459/comments | https://api.github.com/repos/huggingface/datasets/issues/1459/events | https://github.com/huggingface/datasets/pull/1459 | 761,258,395 | MDExOlB1bGxSZXF1ZXN0NTM1OTUxMDY2 | 1,459 | Add Google Conceptual Captions Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"_The documentation is not available anymore as the PR was closed or merged._"
] | 2020-12-10T13:50:33Z | 2022-04-14T13:14:19Z | 2022-04-14T13:07:49Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "mariosasko",
"id": 47462742,
"node_id": "MDQ6VXNlcjQ3NDYyNzQy",
"avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mariosasko",
"html_url": "https://github.com/mariosasko",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1459/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1459/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1459",
"html_url": "https://github.com/huggingface/datasets/pull/1459",
"diff_url": "https://github.com/huggingface/datasets/pull/1459.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1459.patch",
"merged_at": "2022-04-14T13:07... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1458 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1458/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1458/comments | https://api.github.com/repos/huggingface/datasets/issues/1458/events | https://github.com/huggingface/datasets/pull/1458 | 761,235,962 | MDExOlB1bGxSZXF1ZXN0NTM1OTMyMTA1 | 1,458 | Add id_nergrit_corpus | {
"login": "cahya-wirawan",
"id": 7669893,
"node_id": "MDQ6VXNlcjc2Njk4OTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7669893?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cahya-wirawan",
"html_url": "https://github.com/cahya-wirawan",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-10T13:20:34Z | 2020-12-17T10:45:15Z | 2020-12-17T10:45:15Z | null | CONTRIBUTOR | [] | null | null | null | null | Nergrit Corpus is a dataset collection of Indonesian Named Entity Recognition, Statement Extraction, and Sentiment Analysis.
Recently my PR for id_nergrit_ner has been accepted and merged to the main branch. The id_nergrit_ner has only one dataset (NER), and this new PR renamed the dataset from id_nergrit_ner to id_n... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1458/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1458/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1458",
"html_url": "https://github.com/huggingface/datasets/pull/1458",
"diff_url": "https://github.com/huggingface/datasets/pull/1458.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1458.patch",
"merged_at": "2020-12-17T10:45... | true |
https://api.github.com/repos/huggingface/datasets/issues/1457 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1457/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1457/comments | https://api.github.com/repos/huggingface/datasets/issues/1457/events | https://github.com/huggingface/datasets/pull/1457 | 761,232,610 | MDExOlB1bGxSZXF1ZXN0NTM1OTI5Mjg1 | 1,457 | add hrenwac_para | {
"login": "IvanZidov",
"id": 11391118,
"node_id": "MDQ6VXNlcjExMzkxMTE4",
"avatar_url": "https://avatars.githubusercontent.com/u/11391118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IvanZidov",
"html_url": "https://github.com/IvanZidov",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [
"duplicate"
] | 2020-12-10T13:16:20Z | 2020-12-10T13:35:54Z | 2020-12-10T13:35:10Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "IvanZidov",
"id": 11391118,
"node_id": "MDQ6VXNlcjExMzkxMTE4",
"avatar_url": "https://avatars.githubusercontent.com/u/11391118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IvanZidov",
"html_url": "https://github.com/IvanZidov",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1457/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1457/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1457",
"html_url": "https://github.com/huggingface/datasets/pull/1457",
"diff_url": "https://github.com/huggingface/datasets/pull/1457.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1457.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1456 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1456/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1456/comments | https://api.github.com/repos/huggingface/datasets/issues/1456/events | https://github.com/huggingface/datasets/pull/1456 | 761,231,296 | MDExOlB1bGxSZXF1ZXN0NTM1OTI4MTc2 | 1,456 | Add CC100 Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-10T13:14:37Z | 2020-12-14T10:20:09Z | 2020-12-14T10:20:08Z | null | CONTRIBUTOR | [] | null | null | null | null | Closes #773 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1456/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1456/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1456",
"html_url": "https://github.com/huggingface/datasets/pull/1456",
"diff_url": "https://github.com/huggingface/datasets/pull/1456.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1456.patch",
"merged_at": "2020-12-14T10:20... | true |
https://api.github.com/repos/huggingface/datasets/issues/1455 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1455/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1455/comments | https://api.github.com/repos/huggingface/datasets/issues/1455/events | https://github.com/huggingface/datasets/pull/1455 | 761,205,073 | MDExOlB1bGxSZXF1ZXN0NTM1OTA1OTQy | 1,455 | Add HEAD-QA: A Healthcare Dataset for Complex Reasoning | {
"login": "mariagrandury",
"id": 57645283,
"node_id": "MDQ6VXNlcjU3NjQ1Mjgz",
"avatar_url": "https://avatars.githubusercontent.com/u/57645283?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mariagrandury",
"html_url": "https://github.com/mariagrandury",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | [
"Thank you for your review @lhoestq, I've changed the types of `qid` and `ra` and now they are integers as `aid`.\r\n\r\nReady for another review!"
] | 2020-12-10T12:36:56Z | 2020-12-17T17:03:32Z | 2020-12-17T16:58:11Z | null | CONTRIBUTOR | [] | null | null | null | null | HEAD-QA is a multi-choice HEAlthcare Dataset, the questions come from exams to access a specialized position in the
Spanish healthcare system. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1455/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1455/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1455",
"html_url": "https://github.com/huggingface/datasets/pull/1455",
"diff_url": "https://github.com/huggingface/datasets/pull/1455.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1455.patch",
"merged_at": "2020-12-17T16:58... | true |
https://api.github.com/repos/huggingface/datasets/issues/1454 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1454/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1454/comments | https://api.github.com/repos/huggingface/datasets/issues/1454/events | https://github.com/huggingface/datasets/pull/1454 | 761,199,862 | MDExOlB1bGxSZXF1ZXN0NTM1OTAxNjk4 | 1,454 | Add kinnews_kirnews | {
"login": "saradhix",
"id": 1351362,
"node_id": "MDQ6VXNlcjEzNTEzNjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1351362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/saradhix",
"html_url": "https://github.com/saradhix",
"followers_url": "https://api.github.com/users/sarad... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-10T12:29:08Z | 2020-12-17T18:34:16Z | 2020-12-17T18:34:16Z | null | CONTRIBUTOR | [] | null | null | null | null | Add kinnews and kirnews | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1454/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1454/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1454",
"html_url": "https://github.com/huggingface/datasets/pull/1454",
"diff_url": "https://github.com/huggingface/datasets/pull/1454.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1454.patch",
"merged_at": "2020-12-17T18:34... | true |
https://api.github.com/repos/huggingface/datasets/issues/1453 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1453/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1453/comments | https://api.github.com/repos/huggingface/datasets/issues/1453/events | https://github.com/huggingface/datasets/pull/1453 | 761,188,657 | MDExOlB1bGxSZXF1ZXN0NTM1ODkyNTM5 | 1,453 | Adding ethos dataset clean | {
"login": "iamollas",
"id": 22838900,
"node_id": "MDQ6VXNlcjIyODM4OTAw",
"avatar_url": "https://avatars.githubusercontent.com/u/22838900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iamollas",
"html_url": "https://github.com/iamollas",
"followers_url": "https://api.github.com/users/iam... | [] | closed | false | [] | null | [
"> Thanks !\r\n\r\nThanks as well for your hard work 😊!!",
"merging since the CI is fixed on master"
] | 2020-12-10T12:13:21Z | 2020-12-14T15:00:46Z | 2020-12-14T10:31:24Z | null | CONTRIBUTOR | [] | null | null | null | null | I addressed the comments on the PR1318 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1453/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1453/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1453",
"html_url": "https://github.com/huggingface/datasets/pull/1453",
"diff_url": "https://github.com/huggingface/datasets/pull/1453.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1453.patch",
"merged_at": "2020-12-14T10:31... | true |
https://api.github.com/repos/huggingface/datasets/issues/1452 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1452/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1452/comments | https://api.github.com/repos/huggingface/datasets/issues/1452/events | https://github.com/huggingface/datasets/issues/1452 | 761,104,924 | MDU6SXNzdWU3NjExMDQ5MjQ= | 1,452 | SNLI dataset contains labels with value -1 | {
"login": "aarnetalman",
"id": 11405654,
"node_id": "MDQ6VXNlcjExNDA1NjU0",
"avatar_url": "https://avatars.githubusercontent.com/u/11405654?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aarnetalman",
"html_url": "https://github.com/aarnetalman",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [
"I believe the `-1` label is used for missing/NULL data as per HuggingFace Dataset conventions. If I recall correctly SNLI has some entries with no (gold) labels in the dataset.",
"Ah, you're right. The dataset has some pairs with missing labels. Thanks for reminding me."
] | 2020-12-10T10:16:55Z | 2020-12-10T17:49:55Z | 2020-12-10T17:49:55Z | null | NONE | [] | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | ```
import datasets
nli_data = datasets.load_dataset("snli")
train_data = nli_data['train']
train_labels = train_data['label']
label_set = set(train_labels)
print(label_set)
```
**Output:**
`{0, 1, 2, -1}` | {
"login": "aarnetalman",
"id": 11405654,
"node_id": "MDQ6VXNlcjExNDA1NjU0",
"avatar_url": "https://avatars.githubusercontent.com/u/11405654?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aarnetalman",
"html_url": "https://github.com/aarnetalman",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1452/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1452/timeline | null | completed | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1451 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1451/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1451/comments | https://api.github.com/repos/huggingface/datasets/issues/1451/events | https://github.com/huggingface/datasets/pull/1451 | 761,102,770 | MDExOlB1bGxSZXF1ZXN0NTM1ODIwOTY3 | 1,451 | Add European Center for Disease Control and Preventions's (ECDC) Translation Memory dataset | {
"login": "SBrandeis",
"id": 33657802,
"node_id": "MDQ6VXNlcjMzNjU3ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SBrandeis",
"html_url": "https://github.com/SBrandeis",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-10T10:14:20Z | 2020-12-11T16:50:09Z | 2020-12-11T16:50:09Z | null | CONTRIBUTOR | [] | null | null | null | null | ECDC-TM homepage: https://ec.europa.eu/jrc/en/language-technologies/ecdc-translation-memory | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1451/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1451/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1451",
"html_url": "https://github.com/huggingface/datasets/pull/1451",
"diff_url": "https://github.com/huggingface/datasets/pull/1451.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1451.patch",
"merged_at": "2020-12-11T16:50... | true |
https://api.github.com/repos/huggingface/datasets/issues/1450 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1450/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1450/comments | https://api.github.com/repos/huggingface/datasets/issues/1450/events | https://github.com/huggingface/datasets/pull/1450 | 761,102,429 | MDExOlB1bGxSZXF1ZXN0NTM1ODIwNjg0 | 1,450 | Fix version in bible_para | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-10T10:13:55Z | 2020-12-11T16:40:41Z | 2020-12-11T16:40:40Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1450/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1450/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1450",
"html_url": "https://github.com/huggingface/datasets/pull/1450",
"diff_url": "https://github.com/huggingface/datasets/pull/1450.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1450.patch",
"merged_at": "2020-12-11T16:40... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1449 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1449/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1449/comments | https://api.github.com/repos/huggingface/datasets/issues/1449/events | https://github.com/huggingface/datasets/pull/1449 | 761,083,210 | MDExOlB1bGxSZXF1ZXN0NTM1ODA0MzEy | 1,449 | add W&I + LOCNESS dataset (BEA-2019 workshop shared task on GEC) [PROPER] | {
"login": "aseifert",
"id": 4944799,
"node_id": "MDQ6VXNlcjQ5NDQ3OTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/4944799?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aseifert",
"html_url": "https://github.com/aseifert",
"followers_url": "https://api.github.com/users/aseif... | [] | closed | false | [] | null | [
"linter your code with flake8 and also run the commands present in Makefile for proper formatting \r\n",
"merging since the CI is fixed on master"
] | 2020-12-10T09:51:08Z | 2020-12-11T17:07:46Z | 2020-12-11T17:07:46Z | null | CONTRIBUTOR | [] | null | null | null | null | - **Name:** W&I + LOCNESS dataset (from the BEA-2019 workshop shared task on GEC)
- **Description:** https://www.cl.cam.ac.uk/research/nl/bea2019st/#data
- **Paper:** https://www.aclweb.org/anthology/W19-4406/
- **Motivation:** This is a recent dataset (actually two in one) for grammatical error correction and is us... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1449/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1449/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1449",
"html_url": "https://github.com/huggingface/datasets/pull/1449",
"diff_url": "https://github.com/huggingface/datasets/pull/1449.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1449.patch",
"merged_at": "2020-12-11T17:07... | true |
https://api.github.com/repos/huggingface/datasets/issues/1448 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1448/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1448/comments | https://api.github.com/repos/huggingface/datasets/issues/1448/events | https://github.com/huggingface/datasets/pull/1448 | 761,080,776 | MDExOlB1bGxSZXF1ZXN0NTM1ODAyNDM3 | 1,448 | add thai_toxicity_tweet | {
"login": "cstorm125",
"id": 15519308,
"node_id": "MDQ6VXNlcjE1NTE5MzA4",
"avatar_url": "https://avatars.githubusercontent.com/u/15519308?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cstorm125",
"html_url": "https://github.com/cstorm125",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-10T09:48:02Z | 2020-12-11T16:21:27Z | 2020-12-11T16:21:27Z | null | CONTRIBUTOR | [] | null | null | null | null | Thai Toxicity Tweet Corpus contains 3,300 tweets (506 tweets with texts missing) annotated by humans with guidelines including a 44-word dictionary. The author obtained 2,027 and 1,273 toxic and non-toxic tweets, respectively; these were labeled by three annotators. The result of corpus analysis indicates that tweets t... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1448/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1448/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1448",
"html_url": "https://github.com/huggingface/datasets/pull/1448",
"diff_url": "https://github.com/huggingface/datasets/pull/1448.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1448.patch",
"merged_at": "2020-12-11T16:21... | true |
https://api.github.com/repos/huggingface/datasets/issues/1447 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1447/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1447/comments | https://api.github.com/repos/huggingface/datasets/issues/1447/events | https://github.com/huggingface/datasets/pull/1447 | 761,067,955 | MDExOlB1bGxSZXF1ZXN0NTM1NzkxODk1 | 1,447 | Update step-by-step guide for windows | {
"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 | [
"Hi @thomwolf, for simplification purposes, I think you could remove the \"`pip install ...`\" steps from this commit, 'cause these deps (black, isort, flake8) are already installed on `pip install -e \".[dev]\"` on the [Start by preparing your environment](https://github.com/huggingface/datasets/blob/704107f924e74... | 2020-12-10T09:30:59Z | 2020-12-10T12:18:47Z | 2020-12-10T09:31:14Z | null | MEMBER | [] | null | null | null | null | Update step-by-step guide for windows to give an alternative to `make style`. | {
"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... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1447/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1447/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1447",
"html_url": "https://github.com/huggingface/datasets/pull/1447",
"diff_url": "https://github.com/huggingface/datasets/pull/1447.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1447.patch",
"merged_at": "2020-12-10T09:31... | true |
https://api.github.com/repos/huggingface/datasets/issues/1446 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1446/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1446/comments | https://api.github.com/repos/huggingface/datasets/issues/1446/events | https://github.com/huggingface/datasets/pull/1446 | 761,060,323 | MDExOlB1bGxSZXF1ZXN0NTM1Nzg1NDk1 | 1,446 | Add Bing Coronavirus Query Set | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-10T09:20:46Z | 2020-12-11T17:03:08Z | 2020-12-11T17:03:07Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1446/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1446/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1446",
"html_url": "https://github.com/huggingface/datasets/pull/1446",
"diff_url": "https://github.com/huggingface/datasets/pull/1446.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1446.patch",
"merged_at": "2020-12-11T17:03... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1445 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1445/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1445/comments | https://api.github.com/repos/huggingface/datasets/issues/1445/events | https://github.com/huggingface/datasets/pull/1445 | 761,057,851 | MDExOlB1bGxSZXF1ZXN0NTM1NzgzMzY2 | 1,445 | Added dataset clickbait_news_bg | {
"login": "tsvm",
"id": 1083319,
"node_id": "MDQ6VXNlcjEwODMzMTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1083319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tsvm",
"html_url": "https://github.com/tsvm",
"followers_url": "https://api.github.com/users/tsvm/followers",
... | [] | closed | false | [] | null | [
"Looks like this PR includes changes about many other files than the ones for clickbait_news_bg\r\n\r\nCan you create another branch and another PR please ?",
"I created a new branch with the dataset code and submitted a new PR for it: https://github.com/huggingface/datasets/pull/1568"
] | 2020-12-10T09:17:28Z | 2020-12-15T07:45:19Z | 2020-12-15T07:45:19Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "tsvm",
"id": 1083319,
"node_id": "MDQ6VXNlcjEwODMzMTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1083319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tsvm",
"html_url": "https://github.com/tsvm",
"followers_url": "https://api.github.com/users/tsvm/followers",
... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1445/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1445/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1445",
"html_url": "https://github.com/huggingface/datasets/pull/1445",
"diff_url": "https://github.com/huggingface/datasets/pull/1445.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1445.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1444 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1444/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1444/comments | https://api.github.com/repos/huggingface/datasets/issues/1444/events | https://github.com/huggingface/datasets/issues/1444 | 761,055,651 | MDU6SXNzdWU3NjEwNTU2NTE= | 1,444 | FileNotFound remotly, can't load a dataset | {
"login": "sadakmed",
"id": 18331629,
"node_id": "MDQ6VXNlcjE4MzMxNjI5",
"avatar_url": "https://avatars.githubusercontent.com/u/18331629?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sadakmed",
"html_url": "https://github.com/sadakmed",
"followers_url": "https://api.github.com/users/sad... | [] | closed | false | [] | null | [
"This dataset will be available in version-2 of the library. If you want to use this dataset now, install datasets from `master` branch rather.\r\n\r\nCommand to install datasets from `master` branch:\r\n`!pip install git+https://github.com/huggingface/datasets.git@master`",
"Closing this, thanks @VasudevGupta7 "... | 2020-12-10T09:14:47Z | 2020-12-15T17:41:14Z | 2020-12-15T17:41:14Z | null | NONE | [] | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | ```py
!pip install datasets
import datasets as ds
corpus = ds.load_dataset('large_spanish_corpus')
```
gives the error
> FileNotFoundError: Couldn't find file locally at large_spanish_corpus/large_spanish_corpus.py, or remotely at https://raw.githubusercontent.com/huggingface/datasets/1.1.3/datasets/large_spa... | {
"login": "SBrandeis",
"id": 33657802,
"node_id": "MDQ6VXNlcjMzNjU3ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SBrandeis",
"html_url": "https://github.com/SBrandeis",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1444/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1444/timeline | null | completed | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1443 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1443/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1443/comments | https://api.github.com/repos/huggingface/datasets/issues/1443/events | https://github.com/huggingface/datasets/pull/1443 | 761,033,061 | MDExOlB1bGxSZXF1ZXN0NTM1NzYyNTQ1 | 1,443 | Add OPUS Wikimedia Translations Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [
{
"id": 4564477500,
"node_id": "LA_kwDODunzps8AAAABEBBmPA",
"url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20contribution",
"name": "dataset contribution",
"color": "0e8a16",
"default": false,
"description": "Contribution to a dataset script"
}
] | closed | false | [] | null | [
"Thanks for your contribution, @abhishekkrthakur. Are you still interested in adding this dataset?\r\n\r\nWe are removing the dataset scripts from this GitHub repo and moving them to the Hugging Face Hub: https://huggingface.co/datasets\r\n\r\nWe would suggest you create this dataset there. Please, feel free to tel... | 2020-12-10T08:43:02Z | 2023-09-24T09:40:41Z | 2022-10-03T09:38:48Z | null | CONTRIBUTOR | [] | null | null | null | null | null | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1443/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1443/timeline | null | null | null | 1 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1443",
"html_url": "https://github.com/huggingface/datasets/pull/1443",
"diff_url": "https://github.com/huggingface/datasets/pull/1443.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1443.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1442 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1442/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1442/comments | https://api.github.com/repos/huggingface/datasets/issues/1442/events | https://github.com/huggingface/datasets/pull/1442 | 761,026,069 | MDExOlB1bGxSZXF1ZXN0NTM1NzU2Nzgx | 1,442 | Create XML dummy data without loading all dataset in memory | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | closed | false | [] | null | [] | 2020-12-10T08:32:07Z | 2020-12-17T09:59:43Z | 2020-12-17T09:59:43Z | null | MEMBER | [] | null | null | null | null | While I was adding one XML dataset, I noticed that all the dataset was loaded in memory during the dummy data generation process (using nearly all my laptop RAM).
Looking at the code, I have found that the origin is the use of `ET.parse()`. This method loads **all the file content in memory**.
In order to fix thi... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1442/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1442/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1442",
"html_url": "https://github.com/huggingface/datasets/pull/1442",
"diff_url": "https://github.com/huggingface/datasets/pull/1442.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1442.patch",
"merged_at": "2020-12-17T09:59... | true |
https://api.github.com/repos/huggingface/datasets/issues/1441 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1441/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1441/comments | https://api.github.com/repos/huggingface/datasets/issues/1441/events | https://github.com/huggingface/datasets/pull/1441 | 761,021,823 | MDExOlB1bGxSZXF1ZXN0NTM1NzUzMjI5 | 1,441 | Add Igbo-English Machine Translation Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-10T08:25:34Z | 2020-12-11T15:54:53Z | 2020-12-11T15:54:52Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1441/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1441/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1441",
"html_url": "https://github.com/huggingface/datasets/pull/1441",
"diff_url": "https://github.com/huggingface/datasets/pull/1441.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1441.patch",
"merged_at": "2020-12-11T15:54... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1440 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1440/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1440/comments | https://api.github.com/repos/huggingface/datasets/issues/1440/events | https://github.com/huggingface/datasets/pull/1440 | 760,973,057 | MDExOlB1bGxSZXF1ZXN0NTM1NzEyNDY1 | 1,440 | Adding english plaintext jokes dataset | {
"login": "purvimisal",
"id": 22298787,
"node_id": "MDQ6VXNlcjIyMjk4Nzg3",
"avatar_url": "https://avatars.githubusercontent.com/u/22298787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/purvimisal",
"html_url": "https://github.com/purvimisal",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | [
"Hi @purvimisal, thanks for your contributions!\r\n\r\nThis jokes dataset has come up before, and after a conversation with the initial submitter, we decided not to add it then. Humor is important, but looking at the actual data points in this set raises several concerns :) \r\n\r\nThe main issue is the Reddit part... | 2020-12-10T07:04:17Z | 2020-12-13T05:22:00Z | 2020-12-12T05:55:43Z | null | CONTRIBUTOR | [] | null | null | null | null | This PR adds a dataset of 200k English plaintext Jokes from three sources: Reddit, Stupidstuff, and Wocka.
Link: https://github.com/taivop/joke-dataset
This is my second PR.
First was: [#1269 ](https://github.com/huggingface/datasets/pull/1269) | {
"login": "purvimisal",
"id": 22298787,
"node_id": "MDQ6VXNlcjIyMjk4Nzg3",
"avatar_url": "https://avatars.githubusercontent.com/u/22298787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/purvimisal",
"html_url": "https://github.com/purvimisal",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1440/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1440/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1440",
"html_url": "https://github.com/huggingface/datasets/pull/1440",
"diff_url": "https://github.com/huggingface/datasets/pull/1440.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1440.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1439 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1439/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1439/comments | https://api.github.com/repos/huggingface/datasets/issues/1439/events | https://github.com/huggingface/datasets/pull/1439 | 760,968,410 | MDExOlB1bGxSZXF1ZXN0NTM1NzA4NDU1 | 1,439 | Update README.md | {
"login": "tuner007",
"id": 46425391,
"node_id": "MDQ6VXNlcjQ2NDI1Mzkx",
"avatar_url": "https://avatars.githubusercontent.com/u/46425391?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tuner007",
"html_url": "https://github.com/tuner007",
"followers_url": "https://api.github.com/users/tun... | [] | closed | false | [] | null | [] | 2020-12-10T06:57:01Z | 2020-12-11T15:22:53Z | 2020-12-11T15:22:53Z | null | CONTRIBUTOR | [] | null | null | null | null | 1k-10k -> 1k-1M
3 separate configs are available with min. 1K and max. 211.3k examples | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1439/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1439/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1439",
"html_url": "https://github.com/huggingface/datasets/pull/1439",
"diff_url": "https://github.com/huggingface/datasets/pull/1439.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1439.patch",
"merged_at": "2020-12-11T15:22... | true |
https://api.github.com/repos/huggingface/datasets/issues/1438 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1438/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1438/comments | https://api.github.com/repos/huggingface/datasets/issues/1438/events | https://github.com/huggingface/datasets/pull/1438 | 760,962,193 | MDExOlB1bGxSZXF1ZXN0NTM1NzAzMTEw | 1,438 | A descriptive name for my changes | {
"login": "rahul-art",
"id": 56379013,
"node_id": "MDQ6VXNlcjU2Mzc5MDEz",
"avatar_url": "https://avatars.githubusercontent.com/u/56379013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rahul-art",
"html_url": "https://github.com/rahul-art",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [
"I have noticed that the master branch of your fork has diverged from the one of the repo. This is probably what causes the mess in the github diff \"Files changed\".\r\n\r\nI would suggest to re-fork the `datasets` repo and recreate a new branch and a new PR. ",
"You're pretty close to having all things ready to... | 2020-12-10T06:47:24Z | 2020-12-15T10:36:27Z | 2020-12-15T10:36:26Z | null | CONTRIBUTOR | [] | null | null | null | null | hind encorp resubmited | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1438/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1438/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1438",
"html_url": "https://github.com/huggingface/datasets/pull/1438",
"diff_url": "https://github.com/huggingface/datasets/pull/1438.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1438.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1437 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1437/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1437/comments | https://api.github.com/repos/huggingface/datasets/issues/1437/events | https://github.com/huggingface/datasets/pull/1437 | 760,891,879 | MDExOlB1bGxSZXF1ZXN0NTM1NjQwODE0 | 1,437 | Add Indosum dataset | {
"login": "prasastoadi",
"id": 11614678,
"node_id": "MDQ6VXNlcjExNjE0Njc4",
"avatar_url": "https://avatars.githubusercontent.com/u/11614678?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/prasastoadi",
"html_url": "https://github.com/prasastoadi",
"followers_url": "https://api.github.com/... | [
{
"id": 4564477500,
"node_id": "LA_kwDODunzps8AAAABEBBmPA",
"url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20contribution",
"name": "dataset contribution",
"color": "0e8a16",
"default": false,
"description": "Contribution to a dataset script"
}
] | closed | false | [] | null | [
"Hi @prasastoadi have you had a chance to take a look at my suggestions ?\r\n\r\nFeel free to ping ;e if you have questions or when you're ready for a review",
"Thanks for your contribution, @prasastoadi. Are you still interested in adding this dataset?\r\n\r\nWe are removing the dataset scripts from this GitHub ... | 2020-12-10T05:02:00Z | 2022-10-03T09:38:54Z | 2022-10-03T09:38:54Z | null | NONE | [] | null | null | null | null | null | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1437/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1437/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1437",
"html_url": "https://github.com/huggingface/datasets/pull/1437",
"diff_url": "https://github.com/huggingface/datasets/pull/1437.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1437.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1436 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1436/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1436/comments | https://api.github.com/repos/huggingface/datasets/issues/1436/events | https://github.com/huggingface/datasets/pull/1436 | 760,873,132 | MDExOlB1bGxSZXF1ZXN0NTM1NjI1MDM0 | 1,436 | add ALT | {
"login": "chameleonTK",
"id": 6429850,
"node_id": "MDQ6VXNlcjY0Mjk4NTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/6429850?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chameleonTK",
"html_url": "https://github.com/chameleonTK",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | [
"The errors in de CI are fixed on master so it's fine"
] | 2020-12-10T04:17:21Z | 2020-12-13T16:14:18Z | 2020-12-11T15:52:41Z | null | CONTRIBUTOR | [] | null | null | null | null | ALT dataset -- https://www2.nict.go.jp/astrec-att/member/mutiyama/ALT/ | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1436/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 2,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1436/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1436",
"html_url": "https://github.com/huggingface/datasets/pull/1436",
"diff_url": "https://github.com/huggingface/datasets/pull/1436.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1436.patch",
"merged_at": "2020-12-11T15:52... | true |
https://api.github.com/repos/huggingface/datasets/issues/1435 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1435/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1435/comments | https://api.github.com/repos/huggingface/datasets/issues/1435/events | https://github.com/huggingface/datasets/pull/1435 | 760,867,325 | MDExOlB1bGxSZXF1ZXN0NTM1NjIwODE4 | 1,435 | Add FreebaseQA dataset | {
"login": "anaerobeth",
"id": 3663322,
"node_id": "MDQ6VXNlcjM2NjMzMjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3663322?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anaerobeth",
"html_url": "https://github.com/anaerobeth",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"@yjernite @lhoestq Any suggestions on how to get the dummy data generator to recognize the columns? The structure of the json is:\r\n```\r\n{\r\n \"Dataset\": \"FreebaseQA-eval\", \r\n \"Version\": \"1.0\", \r\n \"Questions\": [\r\n {\r\n \"Question-ID\": \"FreebaseQA-eval-0\", \r\n \"RawQuestion\"... | 2020-12-10T04:03:27Z | 2021-02-05T09:47:30Z | 2021-02-05T09:47:30Z | null | CONTRIBUTOR | [] | null | null | null | null | This PR adds the FreebaseQA dataset: A Trivia-type QA Data Set over the Freebase Knowledge Graph
Repo: https://github.com/kelvin-jiang/FreebaseQA
Paper: https://www.aclweb.org/anthology/N19-1028.pdf
## TODO: create dummy data
Error encountered when running `python datasets-cli dummy_data datasets/freebase... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1435/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1435/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1435",
"html_url": "https://github.com/huggingface/datasets/pull/1435",
"diff_url": "https://github.com/huggingface/datasets/pull/1435.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1435.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1434 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1434/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1434/comments | https://api.github.com/repos/huggingface/datasets/issues/1434/events | https://github.com/huggingface/datasets/pull/1434 | 760,821,474 | MDExOlB1bGxSZXF1ZXN0NTM1NTg3NjEx | 1,434 | add_sofc_materials_articles | {
"login": "ZacharySBrown",
"id": 7950786,
"node_id": "MDQ6VXNlcjc5NTA3ODY=",
"avatar_url": "https://avatars.githubusercontent.com/u/7950786?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZacharySBrown",
"html_url": "https://github.com/ZacharySBrown",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | [
"Hey @lhoestq , thanks for the feedback on this! I updated the `_generate_examples` with some comments on the process, and reduced the `dummy_data.zip` down quite a bit as well. \r\n\r\nFor the dummy data, I reduced the text to only three sentences, and aligned the corresponding entity/token/sentence annotations to... | 2020-12-10T02:15:02Z | 2020-12-17T09:59:54Z | 2020-12-17T09:59:54Z | null | CONTRIBUTOR | [] | null | null | null | null | adding [SOFC-Exp Corpus](https://arxiv.org/abs/2006.03039) | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1434/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1434/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1434",
"html_url": "https://github.com/huggingface/datasets/pull/1434",
"diff_url": "https://github.com/huggingface/datasets/pull/1434.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1434.patch",
"merged_at": "2020-12-17T09:59... | true |
https://api.github.com/repos/huggingface/datasets/issues/1433 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1433/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1433/comments | https://api.github.com/repos/huggingface/datasets/issues/1433/events | https://github.com/huggingface/datasets/pull/1433 | 760,813,539 | MDExOlB1bGxSZXF1ZXN0NTM1NTgxNzE3 | 1,433 | Adding the ASSIN 2 dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | [] | null | [] | 2020-12-10T01:57:02Z | 2020-12-11T14:32:56Z | 2020-12-11T14:32:56Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding the ASSIN 2 dataset, a Portuguese language dataset for Natural Language Inference and Semantic Similarity Scoring | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1433/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1433/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1433",
"html_url": "https://github.com/huggingface/datasets/pull/1433",
"diff_url": "https://github.com/huggingface/datasets/pull/1433.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1433.patch",
"merged_at": "2020-12-11T14:32... | true |
https://api.github.com/repos/huggingface/datasets/issues/1432 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1432/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1432/comments | https://api.github.com/repos/huggingface/datasets/issues/1432/events | https://github.com/huggingface/datasets/pull/1432 | 760,808,449 | MDExOlB1bGxSZXF1ZXN0NTM1NTc3ODk3 | 1,432 | Adding journalists questions dataset | {
"login": "MaramHasanain",
"id": 3918663,
"node_id": "MDQ6VXNlcjM5MTg2NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/3918663?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaramHasanain",
"html_url": "https://github.com/MaramHasanain",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | [
"@lhoestq Thanks a lot for checking! I hope I addressed all your comments. ",
"merging since the CI is fixed on master"
] | 2020-12-10T01:44:47Z | 2020-12-14T13:51:05Z | 2020-12-14T13:51:04Z | null | CONTRIBUTOR | [] | null | null | null | null | This is my first dataset to be added to HF. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1432/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1432/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1432",
"html_url": "https://github.com/huggingface/datasets/pull/1432",
"diff_url": "https://github.com/huggingface/datasets/pull/1432.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1432.patch",
"merged_at": "2020-12-14T13:51... | true |
https://api.github.com/repos/huggingface/datasets/issues/1431 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1431/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1431/comments | https://api.github.com/repos/huggingface/datasets/issues/1431/events | https://github.com/huggingface/datasets/pull/1431 | 760,791,019 | MDExOlB1bGxSZXF1ZXN0NTM1NTYzOTk1 | 1,431 | Ar cov19 | {
"login": "Fatima-Haouari",
"id": 71061623,
"node_id": "MDQ6VXNlcjcxMDYxNjIz",
"avatar_url": "https://avatars.githubusercontent.com/u/71061623?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Fatima-Haouari",
"html_url": "https://github.com/Fatima-Haouari",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-10T00:59:34Z | 2020-12-11T15:01:23Z | 2020-12-11T15:01:23Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding ArCOV-19 dataset. ArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 30th of April 2020. ArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes over 1M tweets alongside the propagation networks of the most-popular subs... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1431/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1431/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1431",
"html_url": "https://github.com/huggingface/datasets/pull/1431",
"diff_url": "https://github.com/huggingface/datasets/pull/1431.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1431.patch",
"merged_at": "2020-12-11T15:01... | true |
https://api.github.com/repos/huggingface/datasets/issues/1430 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1430/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1430/comments | https://api.github.com/repos/huggingface/datasets/issues/1430/events | https://github.com/huggingface/datasets/pull/1430 | 760,779,666 | MDExOlB1bGxSZXF1ZXN0NTM1NTU0Njg0 | 1,430 | Add 1.5 billion words Arabic corpus | {
"login": "zaidalyafeai",
"id": 15667714,
"node_id": "MDQ6VXNlcjE1NjY3NzE0",
"avatar_url": "https://avatars.githubusercontent.com/u/15667714?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zaidalyafeai",
"html_url": "https://github.com/zaidalyafeai",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | [
"Can't pass dummy data tests. For the instructions, it asks me to generate the following file `dummy_data/Youm7_XML_utf_8.rar/Youm7_utf_8.xml` which is strange, any ideas @lhoestq ?\r\n\r\ncc: I tested the data locally and it works, maybe the dummy tests doesn't support `rar` ? ",
"In the dummy_data.zip files you... | 2020-12-10T00:32:18Z | 2020-12-22T10:03:59Z | 2020-12-22T10:03:59Z | null | CONTRIBUTOR | [] | null | null | null | null | Needs https://github.com/huggingface/datasets/pull/1429 to work. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1430/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1430/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1430",
"html_url": "https://github.com/huggingface/datasets/pull/1430",
"diff_url": "https://github.com/huggingface/datasets/pull/1430.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1430.patch",
"merged_at": "2020-12-22T10:03... | true |
https://api.github.com/repos/huggingface/datasets/issues/1429 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1429/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1429/comments | https://api.github.com/repos/huggingface/datasets/issues/1429/events | https://github.com/huggingface/datasets/pull/1429 | 760,737,818 | MDExOlB1bGxSZXF1ZXN0NTM1NTE5MjY5 | 1,429 | extract rar files | {
"login": "zaidalyafeai",
"id": 15667714,
"node_id": "MDQ6VXNlcjE1NjY3NzE0",
"avatar_url": "https://avatars.githubusercontent.com/u/15667714?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zaidalyafeai",
"html_url": "https://github.com/zaidalyafeai",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | [] | 2020-12-09T23:01:10Z | 2020-12-18T15:03:37Z | 2020-12-18T15:03:37Z | null | CONTRIBUTOR | [] | null | null | null | null | Unfortunately, I didn't find any native python libraries for extracting rar files. The user has to manually install `sudo apt-get install unrar`. Discussion with @yjernite is in the slack channel. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1429/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/datasets/issues/1429/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1429",
"html_url": "https://github.com/huggingface/datasets/pull/1429",
"diff_url": "https://github.com/huggingface/datasets/pull/1429.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1429.patch",
"merged_at": "2020-12-18T15:03... | true |
https://api.github.com/repos/huggingface/datasets/issues/1428 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1428/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1428/comments | https://api.github.com/repos/huggingface/datasets/issues/1428/events | https://github.com/huggingface/datasets/pull/1428 | 760,736,726 | MDExOlB1bGxSZXF1ZXN0NTM1NTE4MzIy | 1,428 | Add twi wordsim353 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | [] | null | [] | 2020-12-09T22:59:19Z | 2020-12-11T13:57:32Z | 2020-12-11T13:57:32Z | null | CONTRIBUTOR | [] | null | null | null | null | Add twi WordSim 353 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1428/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1428/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1428",
"html_url": "https://github.com/huggingface/datasets/pull/1428",
"diff_url": "https://github.com/huggingface/datasets/pull/1428.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1428.patch",
"merged_at": "2020-12-11T13:57... | true |
https://api.github.com/repos/huggingface/datasets/issues/1427 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1427/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1427/comments | https://api.github.com/repos/huggingface/datasets/issues/1427/events | https://github.com/huggingface/datasets/pull/1427 | 760,736,703 | MDExOlB1bGxSZXF1ZXN0NTM1NTE4MzAx | 1,427 | Hebrew project BenYehuda | {
"login": "imvladikon",
"id": 10088963,
"node_id": "MDQ6VXNlcjEwMDg4OTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/10088963?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/imvladikon",
"html_url": "https://github.com/imvladikon",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-09T22:59:17Z | 2020-12-11T17:39:23Z | 2020-12-11T17:39:23Z | null | CONTRIBUTOR | [] | null | null | null | null | Added Hebrew corpus from https://github.com/projectbenyehuda/public_domain_dump | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1427/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1427/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1427",
"html_url": "https://github.com/huggingface/datasets/pull/1427",
"diff_url": "https://github.com/huggingface/datasets/pull/1427.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1427.patch",
"merged_at": "2020-12-11T17:39... | true |
https://api.github.com/repos/huggingface/datasets/issues/1426 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1426/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1426/comments | https://api.github.com/repos/huggingface/datasets/issues/1426/events | https://github.com/huggingface/datasets/pull/1426 | 760,735,763 | MDExOlB1bGxSZXF1ZXN0NTM1NTE3NDc4 | 1,426 | init commit for MultiReQA for third PR with all issues fixed | {
"login": "Karthik-Bhaskar",
"id": 13200370,
"node_id": "MDQ6VXNlcjEzMjAwMzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/13200370?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Karthik-Bhaskar",
"html_url": "https://github.com/Karthik-Bhaskar",
"followers_url": "https://api... | [] | closed | false | [] | null | [
"good dataset card as well :) ",
"@lhoestq Thank you :) "
] | 2020-12-09T22:57:41Z | 2020-12-11T13:37:08Z | 2020-12-11T13:37:08Z | null | CONTRIBUTOR | [] | null | null | null | null | 3rd PR w.r.t. PR #1349 with all the issues fixed. As #1349 had uploaded other files along with the multi_re_qa dataset | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1426/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/datasets/issues/1426/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1426",
"html_url": "https://github.com/huggingface/datasets/pull/1426",
"diff_url": "https://github.com/huggingface/datasets/pull/1426.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1426.patch",
"merged_at": "2020-12-11T13:37... | true |
https://api.github.com/repos/huggingface/datasets/issues/1425 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1425/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1425/comments | https://api.github.com/repos/huggingface/datasets/issues/1425/events | https://github.com/huggingface/datasets/pull/1425 | 760,733,638 | MDExOlB1bGxSZXF1ZXN0NTM1NTE1NjQz | 1,425 | Add german common crawl dataset | {
"login": "Phil1108",
"id": 39518904,
"node_id": "MDQ6VXNlcjM5NTE4OTA0",
"avatar_url": "https://avatars.githubusercontent.com/u/39518904?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Phil1108",
"html_url": "https://github.com/Phil1108",
"followers_url": "https://api.github.com/users/Phi... | [
{
"id": 4564477500,
"node_id": "LA_kwDODunzps8AAAABEBBmPA",
"url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20contribution",
"name": "dataset contribution",
"color": "0e8a16",
"default": false,
"description": "Contribution to a dataset script"
}
] | closed | false | [] | null | [
"Hi @Phil1108 !\r\nHave you had a chance to take a look at my suggestions ?\r\nFeel free to ping me if you have questions or if you're ready for a review\r\n\r\nThanks again for adding this dataset, this one is very useful !",
"> \r\n> \r\n> Hi @Phil1108 !\r\n> Have you had a chance to take a look at my suggestio... | 2020-12-09T22:54:12Z | 2022-10-03T09:39:02Z | 2022-10-03T09:39:02Z | null | NONE | [] | null | null | null | null | Adding a subpart of the Common Crawl which was extracted with this repo https://github.com/facebookresearch/cc_net and additionally filtered for duplicates | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1425/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1425/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1425",
"html_url": "https://github.com/huggingface/datasets/pull/1425",
"diff_url": "https://github.com/huggingface/datasets/pull/1425.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1425.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1424 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1424/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1424/comments | https://api.github.com/repos/huggingface/datasets/issues/1424/events | https://github.com/huggingface/datasets/pull/1424 | 760,724,914 | MDExOlB1bGxSZXF1ZXN0NTM1NTA4MjY5 | 1,424 | Add yoruba wordsim353 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | [] | null | [] | 2020-12-09T22:37:42Z | 2020-12-09T22:39:45Z | 2020-12-09T22:39:45Z | null | CONTRIBUTOR | [] | null | null | null | null | Added WordSim-353 evaluation dataset for Yoruba | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1424/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1424/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1424",
"html_url": "https://github.com/huggingface/datasets/pull/1424",
"diff_url": "https://github.com/huggingface/datasets/pull/1424.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1424.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1423 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1423/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1423/comments | https://api.github.com/repos/huggingface/datasets/issues/1423/events | https://github.com/huggingface/datasets/pull/1423 | 760,712,421 | MDExOlB1bGxSZXF1ZXN0NTM1NDk3OTk5 | 1,423 | Imppres | {
"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 | [
"Feel free to ping me once you're ready for another review :) ",
"For sure! Gonna work on this now!",
"I incorporated all the changes but when I go to rebase I get the following error:\r\n```python\r\naclifton@pop-os:~/hf_datasets_sprint/datasets$ git rebase upstream/master\r\nerror: cannot rebase: You have uns... | 2020-12-09T22:14:12Z | 2020-12-17T18:27:14Z | 2020-12-17T18:27:14Z | null | CONTRIBUTOR | [] | null | null | null | null | 2nd PR ever! Hopefully I'm starting to get the hang of this. This is for the IMPPRES dataset. Please let me know of any corrections or changes that need to be made. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1423/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 2,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1423/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1423",
"html_url": "https://github.com/huggingface/datasets/pull/1423",
"diff_url": "https://github.com/huggingface/datasets/pull/1423.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1423.patch",
"merged_at": "2020-12-17T18:27... | true |
https://api.github.com/repos/huggingface/datasets/issues/1422 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1422/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1422/comments | https://api.github.com/repos/huggingface/datasets/issues/1422/events | https://github.com/huggingface/datasets/issues/1422 | 760,707,113 | MDU6SXNzdWU3NjA3MDcxMTM= | 1,422 | Can't map dataset (loaded from csv) | {
"login": "SolomidHero",
"id": 28161779,
"node_id": "MDQ6VXNlcjI4MTYxNzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/28161779?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SolomidHero",
"html_url": "https://github.com/SolomidHero",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [
"Please could you post the whole script? I can't reproduce your issue. After updating the feature names/labels to match with the data, everything works fine for me. Try to update datasets/transformers to the newest version.",
"Actually, the problem was how `tokenize` function was defined. This was completely my s... | 2020-12-09T22:05:42Z | 2020-12-17T18:13:40Z | 2020-12-17T18:13:40Z | null | NONE | [] | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | Hello! I am trying to load single csv file with two columns: ('label': str, 'text' str), where is label is str of two possible classes.
Below steps are similar with [this notebook](https://colab.research.google.com/drive/1-JIJlao4dI-Ilww_NnTc0rxtp-ymgDgM?usp=sharing), where bert model and tokenizer are used to class... | {
"login": "SolomidHero",
"id": 28161779,
"node_id": "MDQ6VXNlcjI4MTYxNzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/28161779?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SolomidHero",
"html_url": "https://github.com/SolomidHero",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1422/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1422/timeline | null | completed | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1421 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1421/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1421/comments | https://api.github.com/repos/huggingface/datasets/issues/1421/events | https://github.com/huggingface/datasets/pull/1421 | 760,706,851 | MDExOlB1bGxSZXF1ZXN0NTM1NDkzMzU4 | 1,421 | adding fake-news-english-2 | {
"login": "MisbahKhan789",
"id": 15351802,
"node_id": "MDQ6VXNlcjE1MzUxODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/15351802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisbahKhan789",
"html_url": "https://github.com/MisbahKhan789",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | [] | 2020-12-09T22:05:13Z | 2020-12-13T00:48:49Z | 2020-12-13T00:48:49Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "MisbahKhan789",
"id": 15351802,
"node_id": "MDQ6VXNlcjE1MzUxODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/15351802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisbahKhan789",
"html_url": "https://github.com/MisbahKhan789",
"followers_url": "https://api.githu... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1421/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1421/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1421",
"html_url": "https://github.com/huggingface/datasets/pull/1421",
"diff_url": "https://github.com/huggingface/datasets/pull/1421.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1421.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1420 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1420/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1420/comments | https://api.github.com/repos/huggingface/datasets/issues/1420/events | https://github.com/huggingface/datasets/pull/1420 | 760,700,388 | MDExOlB1bGxSZXF1ZXN0NTM1NDg4MTM5 | 1,420 | Add dataset yoruba_wordsim353 | {
"login": "michael-aloys",
"id": 1858628,
"node_id": "MDQ6VXNlcjE4NTg2Mjg=",
"avatar_url": "https://avatars.githubusercontent.com/u/1858628?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michael-aloys",
"html_url": "https://github.com/michael-aloys",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-09T21:54:29Z | 2020-12-11T13:34:04Z | 2020-12-11T13:34:04Z | null | CONTRIBUTOR | [] | null | null | null | null | Contains loading script as well as dataset card including YAML tags. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1420/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1420/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1420",
"html_url": "https://github.com/huggingface/datasets/pull/1420",
"diff_url": "https://github.com/huggingface/datasets/pull/1420.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1420.patch",
"merged_at": "2020-12-11T13:34... | true |
https://api.github.com/repos/huggingface/datasets/issues/1419 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1419/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1419/comments | https://api.github.com/repos/huggingface/datasets/issues/1419/events | https://github.com/huggingface/datasets/pull/1419 | 760,673,716 | MDExOlB1bGxSZXF1ZXN0NTM1NDY1OTA4 | 1,419 | Add Turkish News Category Dataset (270K) | {
"login": "basakbuluz",
"id": 41359672,
"node_id": "MDQ6VXNlcjQxMzU5Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/41359672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/basakbuluz",
"html_url": "https://github.com/basakbuluz",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | [
"@lhoestq, can you please review this PR?\r\n",
"@SBrandeis,\r\nSorry. All of the latest version came to my branch. You can find final version. \r\nResubmitted as a clean final version of #1466\r\nI have completed all the review comments.",
"Closing this as PR is now https://github.com/huggingface/datasets/pull... | 2020-12-09T21:08:33Z | 2020-12-11T14:02:31Z | 2020-12-11T14:02:31Z | null | CONTRIBUTOR | [] | null | null | null | null | This PR adds the Turkish News Categories Dataset (270K) dataset which is a text classification dataset by me and @yavuzKomecoglu. Turkish news dataset consisting of **273601 news** in **17 categories**, compiled from printed media and news websites between 2010 and 2017 by the [Interpress](https://www.interpress.com/)... | {
"login": "SBrandeis",
"id": 33657802,
"node_id": "MDQ6VXNlcjMzNjU3ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SBrandeis",
"html_url": "https://github.com/SBrandeis",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1419/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/datasets/issues/1419/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1419",
"html_url": "https://github.com/huggingface/datasets/pull/1419",
"diff_url": "https://github.com/huggingface/datasets/pull/1419.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1419.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1418 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1418/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1418/comments | https://api.github.com/repos/huggingface/datasets/issues/1418/events | https://github.com/huggingface/datasets/pull/1418 | 760,672,320 | MDExOlB1bGxSZXF1ZXN0NTM1NDY0NzQ4 | 1,418 | Add arabic dialects | {
"login": "mcmillanmajora",
"id": 26722925,
"node_id": "MDQ6VXNlcjI2NzIyOTI1",
"avatar_url": "https://avatars.githubusercontent.com/u/26722925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mcmillanmajora",
"html_url": "https://github.com/mcmillanmajora",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | [
"merging since the CI is fixed on master"
] | 2020-12-09T21:06:07Z | 2020-12-17T09:40:56Z | 2020-12-17T09:40:56Z | null | CONTRIBUTOR | [] | null | null | null | null | Data loading script and dataset card for Dialectal Arabic Resources dataset.
Fixed git issues from PR #976 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1418/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/datasets/issues/1418/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1418",
"html_url": "https://github.com/huggingface/datasets/pull/1418",
"diff_url": "https://github.com/huggingface/datasets/pull/1418.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1418.patch",
"merged_at": "2020-12-17T09:40... | true |
https://api.github.com/repos/huggingface/datasets/issues/1417 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1417/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1417/comments | https://api.github.com/repos/huggingface/datasets/issues/1417/events | https://github.com/huggingface/datasets/pull/1417 | 760,660,918 | MDExOlB1bGxSZXF1ZXN0NTM1NDU1NzM3 | 1,417 | WIP: Vinay/add peer read dataset | {
"login": "vinaykudari",
"id": 34424769,
"node_id": "MDQ6VXNlcjM0NDI0NzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/34424769?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vinaykudari",
"html_url": "https://github.com/vinaykudari",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [] | 2020-12-09T20:49:52Z | 2020-12-11T18:43:31Z | 2020-12-11T18:43:31Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "vinaykudari",
"id": 34424769,
"node_id": "MDQ6VXNlcjM0NDI0NzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/34424769?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vinaykudari",
"html_url": "https://github.com/vinaykudari",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1417/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1417/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1417",
"html_url": "https://github.com/huggingface/datasets/pull/1417",
"diff_url": "https://github.com/huggingface/datasets/pull/1417.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1417.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1416 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1416/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1416/comments | https://api.github.com/repos/huggingface/datasets/issues/1416/events | https://github.com/huggingface/datasets/pull/1416 | 760,653,971 | MDExOlB1bGxSZXF1ZXN0NTM1NDUwMTIz | 1,416 | Add Shrinked Turkish NER from Kaggle. | {
"login": "bhctsntrk",
"id": 22636672,
"node_id": "MDQ6VXNlcjIyNjM2Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/22636672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bhctsntrk",
"html_url": "https://github.com/bhctsntrk",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-09T20:38:35Z | 2020-12-11T11:23:31Z | 2020-12-11T11:23:31Z | null | CONTRIBUTOR | [] | null | null | null | null | Add Shrinked Turkish NER from [Kaggle](https://www.kaggle.com/behcetsenturk/shrinked-twnertc-turkish-ner-data-by-kuzgunlar). | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1416/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1416/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1416",
"html_url": "https://github.com/huggingface/datasets/pull/1416",
"diff_url": "https://github.com/huggingface/datasets/pull/1416.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1416.patch",
"merged_at": "2020-12-11T11:23... | true |
https://api.github.com/repos/huggingface/datasets/issues/1415 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1415/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1415/comments | https://api.github.com/repos/huggingface/datasets/issues/1415/events | https://github.com/huggingface/datasets/pull/1415 | 760,642,786 | MDExOlB1bGxSZXF1ZXN0NTM1NDQxMTQx | 1,415 | Add Hate Speech and Offensive Language Detection dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | [] | null | [
"@lhoestq done! The failing testes don't seem to be related, it seems to be a connection issue, if I understand it correctly.",
"@lhoestq done!",
"merging since the CI is fixed on master"
] | 2020-12-09T20:22:12Z | 2020-12-14T18:06:44Z | 2020-12-14T16:25:31Z | null | CONTRIBUTOR | [] | null | null | null | null | Add [Hate Speech and Offensive Language Detection dataset](https://github.com/t-davidson/hate-speech-and-offensive-language) from [this paper](https://arxiv.org/abs/1703.04009). | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1415/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1415/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1415",
"html_url": "https://github.com/huggingface/datasets/pull/1415",
"diff_url": "https://github.com/huggingface/datasets/pull/1415.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1415.patch",
"merged_at": "2020-12-14T16:25... | true |
https://api.github.com/repos/huggingface/datasets/issues/1414 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1414/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1414/comments | https://api.github.com/repos/huggingface/datasets/issues/1414/events | https://github.com/huggingface/datasets/pull/1414 | 760,622,133 | MDExOlB1bGxSZXF1ZXN0NTM1NDIzODgy | 1,414 | Adding BioCreative II Gene Mention corpus | {
"login": "mahajandiwakar",
"id": 10516432,
"node_id": "MDQ6VXNlcjEwNTE2NDMy",
"avatar_url": "https://avatars.githubusercontent.com/u/10516432?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mahajandiwakar",
"html_url": "https://github.com/mahajandiwakar",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | [] | 2020-12-09T19:49:28Z | 2020-12-11T11:17:40Z | 2020-12-11T11:17:40Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding BioCreative II Gene Mention corpus | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1414/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1414/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1414",
"html_url": "https://github.com/huggingface/datasets/pull/1414",
"diff_url": "https://github.com/huggingface/datasets/pull/1414.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1414.patch",
"merged_at": "2020-12-11T11:17... | true |
https://api.github.com/repos/huggingface/datasets/issues/1413 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1413/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1413/comments | https://api.github.com/repos/huggingface/datasets/issues/1413/events | https://github.com/huggingface/datasets/pull/1413 | 760,615,090 | MDExOlB1bGxSZXF1ZXN0NTM1NDE4MDY2 | 1,413 | Add OffComBR | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | [] | null | [
"Hello @hugoabonizio, thanks for the contribution.\r\nRegarding the fake data, you can generate it manually.\r\nRunning the `python datasets-cli dummy_data datasets/offcombr` should give you instructions on how to manually create the dummy data.\r\nFor reference, here is a spec for `.arff` files : https://www.cs.wa... | 2020-12-09T19:38:08Z | 2020-12-14T18:06:45Z | 2020-12-14T16:51:10Z | null | CONTRIBUTOR | [] | null | null | null | null | Add [OffComBR](https://github.com/rogersdepelle/OffComBR) from [Offensive Comments in the Brazilian Web: a dataset and baseline results](https://sol.sbc.org.br/index.php/brasnam/article/view/3260/3222) paper.
But I'm having a hard time generating dummy data since the original dataset extion is `.arff` and the [_crea... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1413/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1413/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1413",
"html_url": "https://github.com/huggingface/datasets/pull/1413",
"diff_url": "https://github.com/huggingface/datasets/pull/1413.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1413.patch",
"merged_at": "2020-12-14T16:51... | true |
https://api.github.com/repos/huggingface/datasets/issues/1412 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1412/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1412/comments | https://api.github.com/repos/huggingface/datasets/issues/1412/events | https://github.com/huggingface/datasets/pull/1412 | 760,607,959 | MDExOlB1bGxSZXF1ZXN0NTM1NDEyMDg2 | 1,412 | Adding the ASSIN dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | [] | null | [] | 2020-12-09T19:27:06Z | 2020-12-11T10:41:10Z | 2020-12-11T10:41:10Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding the ASSIN dataset, a Portuguese language dataset for Natural Language Inference and Semantic Similarity Scoring | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1412/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1412/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1412",
"html_url": "https://github.com/huggingface/datasets/pull/1412",
"diff_url": "https://github.com/huggingface/datasets/pull/1412.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1412.patch",
"merged_at": "2020-12-11T10:41... | true |
https://api.github.com/repos/huggingface/datasets/issues/1411 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1411/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1411/comments | https://api.github.com/repos/huggingface/datasets/issues/1411/events | https://github.com/huggingface/datasets/pull/1411 | 760,606,290 | MDExOlB1bGxSZXF1ZXN0NTM1NDEwNjU3 | 1,411 | 2 typos | {
"login": "dezow",
"id": 47401160,
"node_id": "MDQ6VXNlcjQ3NDAxMTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/47401160?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dezow",
"html_url": "https://github.com/dezow",
"followers_url": "https://api.github.com/users/dezow/follow... | [] | closed | false | [] | null | [] | 2020-12-09T19:24:34Z | 2020-12-11T10:39:05Z | 2020-12-11T10:39:05Z | null | CONTRIBUTOR | [] | null | null | null | null | Corrected 2 typos | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1411/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1411/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1411",
"html_url": "https://github.com/huggingface/datasets/pull/1411",
"diff_url": "https://github.com/huggingface/datasets/pull/1411.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1411.patch",
"merged_at": "2020-12-11T10:39... | true |
https://api.github.com/repos/huggingface/datasets/issues/1410 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1410/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1410/comments | https://api.github.com/repos/huggingface/datasets/issues/1410/events | https://github.com/huggingface/datasets/pull/1410 | 760,597,092 | MDExOlB1bGxSZXF1ZXN0NTM1NDAyNjcw | 1,410 | Add penn treebank dataset | {
"login": "harshalmittal4",
"id": 24206326,
"node_id": "MDQ6VXNlcjI0MjA2MzI2",
"avatar_url": "https://avatars.githubusercontent.com/u/24206326?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/harshalmittal4",
"html_url": "https://github.com/harshalmittal4",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | [
"@yjernite I have updated the PR to be language modeling task specific. Please review!\r\n",
"Yes a line corresponds to a sentence in this data."
] | 2020-12-09T19:11:33Z | 2020-12-16T09:38:23Z | 2020-12-16T09:38:23Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1410/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1410/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1410",
"html_url": "https://github.com/huggingface/datasets/pull/1410",
"diff_url": "https://github.com/huggingface/datasets/pull/1410.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1410.patch",
"merged_at": "2020-12-16T09:38... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1409 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1409/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1409/comments | https://api.github.com/repos/huggingface/datasets/issues/1409/events | https://github.com/huggingface/datasets/pull/1409 | 760,593,932 | MDExOlB1bGxSZXF1ZXN0NTM1Mzk5OTI1 | 1,409 | Adding the ASSIN dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | [] | null | [
"I wrongly commited data from another branch in this PR, I'll close this a reopen another PR with the fixed branch"
] | 2020-12-09T19:07:00Z | 2020-12-09T19:18:12Z | 2020-12-09T19:15:52Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding the ASSIN dataset, a Portuguese language dataset for Natural Language Inference and Semantic Similarity Scoring | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1409/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1409/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1409",
"html_url": "https://github.com/huggingface/datasets/pull/1409",
"diff_url": "https://github.com/huggingface/datasets/pull/1409.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1409.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1408 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1408/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1408/comments | https://api.github.com/repos/huggingface/datasets/issues/1408/events | https://github.com/huggingface/datasets/pull/1408 | 760,590,589 | MDExOlB1bGxSZXF1ZXN0NTM1Mzk3MTAw | 1,408 | adding fake-news-english | {
"login": "MisbahKhan789",
"id": 15351802,
"node_id": "MDQ6VXNlcjE1MzUxODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/15351802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisbahKhan789",
"html_url": "https://github.com/MisbahKhan789",
"followers_url": "https://api.githu... | [] | closed | false | [] | null | [
"also don't forget to format your code using `make style` to fix the CI"
] | 2020-12-09T19:02:07Z | 2020-12-13T00:49:19Z | 2020-12-13T00:49:19Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "MisbahKhan789",
"id": 15351802,
"node_id": "MDQ6VXNlcjE1MzUxODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/15351802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisbahKhan789",
"html_url": "https://github.com/MisbahKhan789",
"followers_url": "https://api.githu... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1408/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1408/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1408",
"html_url": "https://github.com/huggingface/datasets/pull/1408",
"diff_url": "https://github.com/huggingface/datasets/pull/1408.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1408.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1407 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1407/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1407/comments | https://api.github.com/repos/huggingface/datasets/issues/1407/events | https://github.com/huggingface/datasets/pull/1407 | 760,581,756 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg5ODQx | 1,407 | Add Tweet Eval Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"Hi @lhoestq,\r\n\r\nSeeing that it has been almost two months to this draft, I'm willing to take this forward if you and @abhishekkrthakur don't mind. :)",
"Hi @gchhablani !\r\nSure if @abhishekkrthakur doesn't mind\r\nThanks for your help :)",
"Please feel free :) ",
"Hi @lhoestq, @abhishekkrthakur \r\n\r\n... | 2020-12-09T18:48:57Z | 2023-09-24T09:52:03Z | 2021-02-26T08:54:04Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1407/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1407/timeline | null | null | null | 1 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1407",
"html_url": "https://github.com/huggingface/datasets/pull/1407",
"diff_url": "https://github.com/huggingface/datasets/pull/1407.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1407.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1406 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1406/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1406/comments | https://api.github.com/repos/huggingface/datasets/issues/1406/events | https://github.com/huggingface/datasets/pull/1406 | 760,581,330 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg5NDk5 | 1,406 | Add Portuguese Hate Speech dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | [] | null | [
"@lhoestq done! (The failing tests don't seem to be related)",
"merging since the CI is fixed on master"
] | 2020-12-09T18:48:16Z | 2020-12-14T18:06:42Z | 2020-12-14T16:22:20Z | null | CONTRIBUTOR | [] | null | null | null | null | Binary Portuguese Hate Speech dataset from [this paper](https://www.aclweb.org/anthology/W19-3510/). | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1406/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1406/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1406",
"html_url": "https://github.com/huggingface/datasets/pull/1406",
"diff_url": "https://github.com/huggingface/datasets/pull/1406.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1406.patch",
"merged_at": "2020-12-14T16:22... | true |
https://api.github.com/repos/huggingface/datasets/issues/1405 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1405/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1405/comments | https://api.github.com/repos/huggingface/datasets/issues/1405/events | https://github.com/huggingface/datasets/pull/1405 | 760,578,035 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg2ODA1 | 1,405 | Adding TaPaCo Dataset with README.md | {
"login": "pacman100",
"id": 13534540,
"node_id": "MDQ6VXNlcjEzNTM0NTQw",
"avatar_url": "https://avatars.githubusercontent.com/u/13534540?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pacman100",
"html_url": "https://github.com/pacman100",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [
"We want to keep the repo as light as possible so that it doesn't take ages to clone, that's why we ask for small dummy data files (especially when there are many of them). Let me know if you have questions or if we can help you on this",
"Hello @lhoestq , made the changes as you suggested and pushed, please revi... | 2020-12-09T18:42:58Z | 2020-12-13T19:11:18Z | 2020-12-13T19:11:18Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1405/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1405/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1405",
"html_url": "https://github.com/huggingface/datasets/pull/1405",
"diff_url": "https://github.com/huggingface/datasets/pull/1405.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1405.patch",
"merged_at": "2020-12-13T19:11... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1404 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1404/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1404/comments | https://api.github.com/repos/huggingface/datasets/issues/1404/events | https://github.com/huggingface/datasets/pull/1404 | 760,575,473 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg0NzEz | 1,404 | Add Acronym Identification Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"fixed @lhoestq "
] | 2020-12-09T18:38:54Z | 2020-12-14T13:12:01Z | 2020-12-14T13:12:00Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1404/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1404/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1404",
"html_url": "https://github.com/huggingface/datasets/pull/1404",
"diff_url": "https://github.com/huggingface/datasets/pull/1404.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1404.patch",
"merged_at": "2020-12-14T13:12... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1403 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1403/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1403/comments | https://api.github.com/repos/huggingface/datasets/issues/1403/events | https://github.com/huggingface/datasets/pull/1403 | 760,571,419 | MDExOlB1bGxSZXF1ZXN0NTM1MzgxMzQ3 | 1,403 | Add dataset clickbait_news_bg | {
"login": "tsvm",
"id": 1083319,
"node_id": "MDQ6VXNlcjEwODMzMTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1083319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tsvm",
"html_url": "https://github.com/tsvm",
"followers_url": "https://api.github.com/users/tsvm/followers",
... | [] | closed | false | [] | null | [
"Closing this pull request, will submit a new one for this dataset."
] | 2020-12-09T18:32:12Z | 2020-12-10T09:16:44Z | 2020-12-10T09:16:43Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding a new dataset - clickbait_news_bg | {
"login": "tsvm",
"id": 1083319,
"node_id": "MDQ6VXNlcjEwODMzMTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1083319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tsvm",
"html_url": "https://github.com/tsvm",
"followers_url": "https://api.github.com/users/tsvm/followers",
... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1403/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1403/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1403",
"html_url": "https://github.com/huggingface/datasets/pull/1403",
"diff_url": "https://github.com/huggingface/datasets/pull/1403.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1403.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1402 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1402/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1402/comments | https://api.github.com/repos/huggingface/datasets/issues/1402/events | https://github.com/huggingface/datasets/pull/1402 | 760,538,325 | MDExOlB1bGxSZXF1ZXN0NTM1MzUzMzE0 | 1,402 | adding covid-tweets-japanese (again) | {
"login": "forest1988",
"id": 2755894,
"node_id": "MDQ6VXNlcjI3NTU4OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/2755894?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/forest1988",
"html_url": "https://github.com/forest1988",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"README.md is not created yet. I'll add it soon.",
"Thank you for your detailed code review! It's so helpful.\r\nI'll reflect them to the code in 24 hours.\r\n\r\nYou may have told me in Slack (I cannot find the conversation log though I've looked through threads), but I'm sorry it seems I'm still misunderstandin... | 2020-12-09T17:46:46Z | 2020-12-13T17:54:14Z | 2020-12-13T17:47:36Z | null | CONTRIBUTOR | [] | null | null | null | null | I had mistaken use git rebase, I was so hurried to fix it. However, I didn't fully consider the use of git reset , so I unintendedly stopped PR (#1367) altogether. Sorry about that.
I'll make a new PR. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1402/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1402/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1402",
"html_url": "https://github.com/huggingface/datasets/pull/1402",
"diff_url": "https://github.com/huggingface/datasets/pull/1402.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1402.patch",
"merged_at": "2020-12-13T17:47... | true |
https://api.github.com/repos/huggingface/datasets/issues/1401 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1401/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1401/comments | https://api.github.com/repos/huggingface/datasets/issues/1401/events | https://github.com/huggingface/datasets/pull/1401 | 760,525,949 | MDExOlB1bGxSZXF1ZXN0NTM1MzQyOTY2 | 1,401 | Add reasoning_bg | {
"login": "saradhix",
"id": 1351362,
"node_id": "MDQ6VXNlcjEzNTEzNjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1351362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/saradhix",
"html_url": "https://github.com/saradhix",
"followers_url": "https://api.github.com/users/sarad... | [] | closed | false | [] | null | [
"Hi @saradhix have you had the chance to reduce the size of the dummy data ?\r\n\r\nFeel free to ping me when it's done so we can merge :) ",
"@lhoestq I have reduced the size of the dummy data manually and pushed the changes.",
"The CI errors are not related to your dataset.\r\nThey're fixed on master, you can... | 2020-12-09T17:30:49Z | 2020-12-17T16:50:43Z | 2020-12-17T16:50:42Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding reading comprehension dataset for Bulgarian language | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1401/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1401/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1401",
"html_url": "https://github.com/huggingface/datasets/pull/1401",
"diff_url": "https://github.com/huggingface/datasets/pull/1401.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1401.patch",
"merged_at": "2020-12-17T16:50... | true |
https://api.github.com/repos/huggingface/datasets/issues/1400 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1400/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1400/comments | https://api.github.com/repos/huggingface/datasets/issues/1400/events | https://github.com/huggingface/datasets/pull/1400 | 760,514,215 | MDExOlB1bGxSZXF1ZXN0NTM1MzMzMDYz | 1,400 | Add European Union Education and Culture Translation Memory (EAC-TM) dataset | {
"login": "SBrandeis",
"id": 33657802,
"node_id": "MDQ6VXNlcjMzNjU3ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SBrandeis",
"html_url": "https://github.com/SBrandeis",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-09T17:14:52Z | 2020-12-14T13:06:48Z | 2020-12-14T13:06:47Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding the EAC Translation Memory dataset : https://ec.europa.eu/jrc/en/language-technologies/eac-translation-memory | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1400/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1400/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1400",
"html_url": "https://github.com/huggingface/datasets/pull/1400",
"diff_url": "https://github.com/huggingface/datasets/pull/1400.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1400.patch",
"merged_at": "2020-12-14T13:06... | true |
https://api.github.com/repos/huggingface/datasets/issues/1399 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1399/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1399/comments | https://api.github.com/repos/huggingface/datasets/issues/1399/events | https://github.com/huggingface/datasets/pull/1399 | 760,499,576 | MDExOlB1bGxSZXF1ZXN0NTM1MzIwNzA2 | 1,399 | Add HoVer Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"@lhoestq all comments addressed :) ",
"merging since the CI is fixed on master"
] | 2020-12-09T16:55:39Z | 2020-12-14T10:57:23Z | 2020-12-14T10:57:22Z | null | CONTRIBUTOR | [] | null | null | null | null | HoVer: A Dataset for Many-Hop Fact Extraction And Claim Verification
https://arxiv.org/abs/2011.03088 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1399/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1399/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1399",
"html_url": "https://github.com/huggingface/datasets/pull/1399",
"diff_url": "https://github.com/huggingface/datasets/pull/1399.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1399.patch",
"merged_at": "2020-12-14T10:57... | true |
https://api.github.com/repos/huggingface/datasets/issues/1398 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1398/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1398/comments | https://api.github.com/repos/huggingface/datasets/issues/1398/events | https://github.com/huggingface/datasets/pull/1398 | 760,497,024 | MDExOlB1bGxSZXF1ZXN0NTM1MzE4NTg5 | 1,398 | Add Neural Code Search Dataset | {
"login": "vinaykudari",
"id": 34424769,
"node_id": "MDQ6VXNlcjM0NDI0NzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/34424769?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vinaykudari",
"html_url": "https://github.com/vinaykudari",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [
"@lhoestq Refactored into new branch, please review :) ",
"The `RemoteDatasetTest ` errors in the CI are fixed on master so it's fine",
"merging since the CI is fixed on master"
] | 2020-12-09T16:52:16Z | 2020-12-09T18:02:27Z | 2020-12-09T18:02:27Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1398/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1398/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1398",
"html_url": "https://github.com/huggingface/datasets/pull/1398",
"diff_url": "https://github.com/huggingface/datasets/pull/1398.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1398.patch",
"merged_at": "2020-12-09T18:02... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1397 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1397/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1397/comments | https://api.github.com/repos/huggingface/datasets/issues/1397/events | https://github.com/huggingface/datasets/pull/1397 | 760,467,501 | MDExOlB1bGxSZXF1ZXN0NTM1Mjk0MDgz | 1,397 | datasets card-creator link added | {
"login": "tanmoyio",
"id": 33005287,
"node_id": "MDQ6VXNlcjMzMDA1Mjg3",
"avatar_url": "https://avatars.githubusercontent.com/u/33005287?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmoyio",
"html_url": "https://github.com/tanmoyio",
"followers_url": "https://api.github.com/users/tan... | [] | closed | false | [] | null | [] | 2020-12-09T16:15:18Z | 2020-12-09T16:47:48Z | 2020-12-09T16:47:48Z | null | CONTRIBUTOR | [] | null | null | null | null | dataset card creator link has been added
link: https://huggingface.co/datasets/card-creator/ | {
"login": "tanmoyio",
"id": 33005287,
"node_id": "MDQ6VXNlcjMzMDA1Mjg3",
"avatar_url": "https://avatars.githubusercontent.com/u/33005287?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmoyio",
"html_url": "https://github.com/tanmoyio",
"followers_url": "https://api.github.com/users/tan... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1397/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1397/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1397",
"html_url": "https://github.com/huggingface/datasets/pull/1397",
"diff_url": "https://github.com/huggingface/datasets/pull/1397.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1397.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1396 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1396/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1396/comments | https://api.github.com/repos/huggingface/datasets/issues/1396/events | https://github.com/huggingface/datasets/pull/1396 | 760,455,295 | MDExOlB1bGxSZXF1ZXN0NTM1MjgzOTAw | 1,396 | initial commit for MultiReQA for second PR | {
"login": "Karthik-Bhaskar",
"id": 13200370,
"node_id": "MDQ6VXNlcjEzMjAwMzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/13200370?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Karthik-Bhaskar",
"html_url": "https://github.com/Karthik-Bhaskar",
"followers_url": "https://api... | [] | closed | false | [] | null | [
"Subsequent [PR #1426 ](https://github.com/huggingface/datasets/pull/1426) since this PR has uploaded other files along with the MultiReQA dataset.",
"closing this one since a new PR has been created"
] | 2020-12-09T16:00:35Z | 2020-12-10T18:20:12Z | 2020-12-10T18:20:11Z | null | CONTRIBUTOR | [] | null | null | null | null | Since last PR #1349 had some issues passing the tests. So, a new PR is generated. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1396/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1396/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1396",
"html_url": "https://github.com/huggingface/datasets/pull/1396",
"diff_url": "https://github.com/huggingface/datasets/pull/1396.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1396.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1395 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1395/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1395/comments | https://api.github.com/repos/huggingface/datasets/issues/1395/events | https://github.com/huggingface/datasets/pull/1395 | 760,448,255 | MDExOlB1bGxSZXF1ZXN0NTM1Mjc4MTQ2 | 1,395 | Add WikiSource Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"@lhoestq fixed :) "
] | 2020-12-09T15:52:06Z | 2020-12-14T10:24:14Z | 2020-12-14T10:24:13Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1395/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1395/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1395",
"html_url": "https://github.com/huggingface/datasets/pull/1395",
"diff_url": "https://github.com/huggingface/datasets/pull/1395.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1395.patch",
"merged_at": "2020-12-14T10:24... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1394 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1394/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1394/comments | https://api.github.com/repos/huggingface/datasets/issues/1394/events | https://github.com/huggingface/datasets/pull/1394 | 760,436,365 | MDExOlB1bGxSZXF1ZXN0NTM1MjY4MzMz | 1,394 | Add OfisPublik Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"@lhoestq fixed :) "
] | 2020-12-09T15:37:45Z | 2020-12-14T10:23:30Z | 2020-12-14T10:23:29Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1394/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1394/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1394",
"html_url": "https://github.com/huggingface/datasets/pull/1394",
"diff_url": "https://github.com/huggingface/datasets/pull/1394.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1394.patch",
"merged_at": "2020-12-14T10:23... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1393 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1393/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1393/comments | https://api.github.com/repos/huggingface/datasets/issues/1393/events | https://github.com/huggingface/datasets/pull/1393 | 760,436,267 | MDExOlB1bGxSZXF1ZXN0NTM1MjY4MjUx | 1,393 | Add script_version suggestion when dataset/metric not found | {
"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 | [] | 2020-12-09T15:37:38Z | 2020-12-10T18:17:05Z | 2020-12-10T18:17:05Z | null | CONTRIBUTOR | [] | null | null | null | null | Adds a helpful prompt to the error message when a dataset/metric is not found, suggesting the user might need to pass `script_version="master"` if the dataset was added recently. The whole error looks like:
> Couldn't find file locally at blah/blah.py, or remotely at https://raw.githubusercontent.com/huggingface/dat... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1393/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1393/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1393",
"html_url": "https://github.com/huggingface/datasets/pull/1393",
"diff_url": "https://github.com/huggingface/datasets/pull/1393.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1393.patch",
"merged_at": "2020-12-10T18:17... | true |
https://api.github.com/repos/huggingface/datasets/issues/1392 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1392/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1392/comments | https://api.github.com/repos/huggingface/datasets/issues/1392/events | https://github.com/huggingface/datasets/pull/1392 | 760,432,261 | MDExOlB1bGxSZXF1ZXN0NTM1MjY0ODQ5 | 1,392 | Add KDE4 Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"@lhoestq fixed :) "
] | 2020-12-09T15:32:58Z | 2020-12-14T10:22:33Z | 2020-12-14T10:22:32Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1392/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1392/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1392",
"html_url": "https://github.com/huggingface/datasets/pull/1392",
"diff_url": "https://github.com/huggingface/datasets/pull/1392.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1392.patch",
"merged_at": "2020-12-14T10:22... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1391 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1391/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1391/comments | https://api.github.com/repos/huggingface/datasets/issues/1391/events | https://github.com/huggingface/datasets/pull/1391 | 760,432,041 | MDExOlB1bGxSZXF1ZXN0NTM1MjY0NjUx | 1,391 | Add MultiParaCrawl Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-09T15:32:46Z | 2020-12-10T18:39:45Z | 2020-12-10T18:39:44Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1391/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1391/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1391",
"html_url": "https://github.com/huggingface/datasets/pull/1391",
"diff_url": "https://github.com/huggingface/datasets/pull/1391.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1391.patch",
"merged_at": "2020-12-10T18:39... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1390 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1390/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1390/comments | https://api.github.com/repos/huggingface/datasets/issues/1390/events | https://github.com/huggingface/datasets/pull/1390 | 760,431,051 | MDExOlB1bGxSZXF1ZXN0NTM1MjYzNzk1 | 1,390 | Add SPC Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-09T15:31:51Z | 2020-12-14T11:13:53Z | 2020-12-14T11:13:52Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1390/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1390/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1390",
"html_url": "https://github.com/huggingface/datasets/pull/1390",
"diff_url": "https://github.com/huggingface/datasets/pull/1390.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1390.patch",
"merged_at": "2020-12-14T11:13... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1389 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1389/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1389/comments | https://api.github.com/repos/huggingface/datasets/issues/1389/events | https://github.com/huggingface/datasets/pull/1389 | 760,402,224 | MDExOlB1bGxSZXF1ZXN0NTM1MjM5OTYy | 1,389 | add amazon polarity dataset | {
"login": "hfawaz",
"id": 29229602,
"node_id": "MDQ6VXNlcjI5MjI5NjAy",
"avatar_url": "https://avatars.githubusercontent.com/u/29229602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hfawaz",
"html_url": "https://github.com/hfawaz",
"followers_url": "https://api.github.com/users/hfawaz/fo... | [] | closed | false | [] | null | [
"`amazon_polarity` is probably a subset of `amazon_us_reviews` but I am not entirely sure about that.\r\nI guess `amazon_polarity` will help in reproducing results of papers using this dataset since even if it is a subset from `amazon_us_reviews`, it is not trivial how to extract `amazon_polarity` from `amazon_us_r... | 2020-12-09T14:58:21Z | 2020-12-11T11:45:39Z | 2020-12-11T11:41:01Z | null | CONTRIBUTOR | [] | null | null | null | null | This corresponds to the amazon (binary dataset) requested in https://github.com/huggingface/datasets/issues/353 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1389/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1389/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1389",
"html_url": "https://github.com/huggingface/datasets/pull/1389",
"diff_url": "https://github.com/huggingface/datasets/pull/1389.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1389.patch",
"merged_at": "2020-12-11T11:41... | true |
https://api.github.com/repos/huggingface/datasets/issues/1388 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1388/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1388/comments | https://api.github.com/repos/huggingface/datasets/issues/1388/events | https://github.com/huggingface/datasets/pull/1388 | 760,373,136 | MDExOlB1bGxSZXF1ZXN0NTM1MjE1Nzk2 | 1,388 | hind_encorp | {
"login": "rahul-art",
"id": 56379013,
"node_id": "MDQ6VXNlcjU2Mzc5MDEz",
"avatar_url": "https://avatars.githubusercontent.com/u/56379013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rahul-art",
"html_url": "https://github.com/rahul-art",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-09T14:22:59Z | 2020-12-09T14:46:51Z | 2020-12-09T14:46:37Z | null | CONTRIBUTOR | [] | null | null | null | null | resubmit of hind_encorp file changes | {
"login": "rahul-art",
"id": 56379013,
"node_id": "MDQ6VXNlcjU2Mzc5MDEz",
"avatar_url": "https://avatars.githubusercontent.com/u/56379013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rahul-art",
"html_url": "https://github.com/rahul-art",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1388/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1388/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1388",
"html_url": "https://github.com/huggingface/datasets/pull/1388",
"diff_url": "https://github.com/huggingface/datasets/pull/1388.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1388.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1387 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1387/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1387/comments | https://api.github.com/repos/huggingface/datasets/issues/1387/events | https://github.com/huggingface/datasets/pull/1387 | 760,368,355 | MDExOlB1bGxSZXF1ZXN0NTM1MjExODQ1 | 1,387 | Add LIAR dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | [] | null | [
"@lhoestq done! The failing testes don't seem to be related, it seems to be a connection issue, if I understand it correctly.",
"merging since the CI is fixed on master"
] | 2020-12-09T14:16:55Z | 2020-12-14T18:06:43Z | 2020-12-14T16:23:59Z | null | CONTRIBUTOR | [] | null | null | null | null | Add LIAR dataset from [“Liar, Liar Pants on Fire”: A New Benchmark Dataset for Fake News Detection](https://www.aclweb.org/anthology/P17-2067/). | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1387/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1387/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1387",
"html_url": "https://github.com/huggingface/datasets/pull/1387",
"diff_url": "https://github.com/huggingface/datasets/pull/1387.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1387.patch",
"merged_at": "2020-12-14T16:23... | true |
https://api.github.com/repos/huggingface/datasets/issues/1386 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1386/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1386/comments | https://api.github.com/repos/huggingface/datasets/issues/1386/events | https://github.com/huggingface/datasets/pull/1386 | 760,365,505 | MDExOlB1bGxSZXF1ZXN0NTM1MjA5NDUx | 1,386 | Add RecipeNLG Dataset (manual download) | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [
"@lhoestq yes. I asked the authors for direct link but unfortunately we need to fill a form (captcha)"
] | 2020-12-09T14:13:19Z | 2020-12-10T16:58:22Z | 2020-12-10T16:58:21Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1386/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1386/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1386",
"html_url": "https://github.com/huggingface/datasets/pull/1386",
"diff_url": "https://github.com/huggingface/datasets/pull/1386.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1386.patch",
"merged_at": "2020-12-10T16:58... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1385 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1385/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1385/comments | https://api.github.com/repos/huggingface/datasets/issues/1385/events | https://github.com/huggingface/datasets/pull/1385 | 760,351,405 | MDExOlB1bGxSZXF1ZXN0NTM1MTk3Nzk5 | 1,385 | add best2009 | {
"login": "cstorm125",
"id": 15519308,
"node_id": "MDQ6VXNlcjE1NTE5MzA4",
"avatar_url": "https://avatars.githubusercontent.com/u/15519308?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cstorm125",
"html_url": "https://github.com/cstorm125",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [] | 2020-12-09T13:56:09Z | 2020-12-14T10:59:08Z | 2020-12-14T10:59:08Z | null | CONTRIBUTOR | [] | null | null | null | null | `best2009` is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by [NECTEC](https://www.nectec.or.th/) (148,995/2,252 lines of train/test). It was created for [BEST 2010: Word Tokenization Competition](https://thailang.nectec.or.th/archive/indexa290.html?q=node/10). The test set answers are ... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1385/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1385/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1385",
"html_url": "https://github.com/huggingface/datasets/pull/1385",
"diff_url": "https://github.com/huggingface/datasets/pull/1385.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1385.patch",
"merged_at": "2020-12-14T10:59... | true |
https://api.github.com/repos/huggingface/datasets/issues/1384 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1384/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1384/comments | https://api.github.com/repos/huggingface/datasets/issues/1384/events | https://github.com/huggingface/datasets/pull/1384 | 760,331,767 | MDExOlB1bGxSZXF1ZXN0NTM1MTgxMjg1 | 1,384 | Add News Commentary Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-09T13:30:36Z | 2020-12-10T16:54:08Z | 2020-12-10T16:54:07Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1384/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1384/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1384",
"html_url": "https://github.com/huggingface/datasets/pull/1384",
"diff_url": "https://github.com/huggingface/datasets/pull/1384.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1384.patch",
"merged_at": "2020-12-10T16:54... | true | |
https://api.github.com/repos/huggingface/datasets/issues/1383 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1383/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1383/comments | https://api.github.com/repos/huggingface/datasets/issues/1383/events | https://github.com/huggingface/datasets/pull/1383 | 760,331,480 | MDExOlB1bGxSZXF1ZXN0NTM1MTgxMDQ2 | 1,383 | added conv ai 2 | {
"login": "rkc007",
"id": 22396042,
"node_id": "MDQ6VXNlcjIyMzk2MDQy",
"avatar_url": "https://avatars.githubusercontent.com/u/22396042?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rkc007",
"html_url": "https://github.com/rkc007",
"followers_url": "https://api.github.com/users/rkc007/fo... | [] | closed | false | [] | null | [
"@lhoestq Thank you for the suggestions. I added the changes to the branch and seems after rebasing it to master, all the commits previous commits got added. Should I create a new PR or should I keep this one only ? ",
"closing this one in favor of #1527 "
] | 2020-12-09T13:30:12Z | 2020-12-13T18:54:42Z | 2020-12-13T18:54:41Z | null | CONTRIBUTOR | [] | null | null | null | null | Dataset : https://github.com/DeepPavlov/convai/tree/master/2018 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1383/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1383/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1383",
"html_url": "https://github.com/huggingface/datasets/pull/1383",
"diff_url": "https://github.com/huggingface/datasets/pull/1383.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1383.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1382 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1382/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1382/comments | https://api.github.com/repos/huggingface/datasets/issues/1382/events | https://github.com/huggingface/datasets/pull/1382 | 760,325,077 | MDExOlB1bGxSZXF1ZXN0NTM1MTc1NzMx | 1,382 | adding UNPC | {
"login": "patil-suraj",
"id": 27137566,
"node_id": "MDQ6VXNlcjI3MTM3NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patil-suraj",
"html_url": "https://github.com/patil-suraj",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [
"merging since the CI just had a connection error"
] | 2020-12-09T13:21:41Z | 2020-12-09T17:53:06Z | 2020-12-09T17:53:06Z | null | CONTRIBUTOR | [] | null | null | null | null | Adding United Nations Parallel Corpus
http://opus.nlpl.eu/UNPC.php | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1382/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1382/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1382",
"html_url": "https://github.com/huggingface/datasets/pull/1382",
"diff_url": "https://github.com/huggingface/datasets/pull/1382.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1382.patch",
"merged_at": "2020-12-09T17:53... | true |
https://api.github.com/repos/huggingface/datasets/issues/1381 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1381/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1381/comments | https://api.github.com/repos/huggingface/datasets/issues/1381/events | https://github.com/huggingface/datasets/pull/1381 | 760,320,960 | MDExOlB1bGxSZXF1ZXN0NTM1MTcyMjkw | 1,381 | Add twi text c3 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | [] | null | [
"looks like this PR includes changes about other datasets\r\n\r\nCan you only include the changes related to twi text c3 please ?",
"Hi @lhoestq , I have removed the unnecessary files. Can you please confirm?",
"You might need to either find a way to go back to the commit before it changes 389 files or create a... | 2020-12-09T13:16:38Z | 2020-12-13T18:39:27Z | 2020-12-13T18:39:27Z | null | CONTRIBUTOR | [] | null | null | null | null | Added Twi texts for training embeddings and language models based on the paper https://www.aclweb.org/anthology/2020.lrec-1.335/ | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1381/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1381/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1381",
"html_url": "https://github.com/huggingface/datasets/pull/1381",
"diff_url": "https://github.com/huggingface/datasets/pull/1381.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1381.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1380 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1380/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1380/comments | https://api.github.com/repos/huggingface/datasets/issues/1380/events | https://github.com/huggingface/datasets/pull/1380 | 760,320,494 | MDExOlB1bGxSZXF1ZXN0NTM1MTcxOTAw | 1,380 | Add Tatoeba Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | [] | null | [] | 2020-12-09T13:16:04Z | 2020-12-10T16:54:28Z | 2020-12-10T16:54:27Z | null | CONTRIBUTOR | [] | null | null | null | null | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1380/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1380/timeline | null | null | null | 0 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1380",
"html_url": "https://github.com/huggingface/datasets/pull/1380",
"diff_url": "https://github.com/huggingface/datasets/pull/1380.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1380.patch",
"merged_at": "2020-12-10T16:54... | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.