url
stringlengths 58
61
| repository_url
stringclasses 1
value | labels_url
stringlengths 72
75
| comments_url
stringlengths 67
70
| events_url
stringlengths 65
68
| html_url
stringlengths 46
51
| id
int64 599M
1B
| node_id
stringlengths 18
32
| number
int64 1
2.96k
| title
stringlengths 1
268
| user
dict | labels
list | state
stringclasses 2
values | locked
bool 1
class | assignee
dict | assignees
list | milestone
dict | comments
sequence | created_at
int64 1,587B
1,632B
| updated_at
int64 1,587B
1,632B
| closed_at
int64 1,587B
1,632B
⌀ | author_association
stringclasses 4
values | active_lock_reason
null | pull_request
dict | body
stringlengths 0
228k
⌀ | timeline_url
stringlengths 67
70
| performed_via_github_app
null | is_pull_request
bool 2
classes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/1126 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1126/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1126/comments | https://api.github.com/repos/huggingface/datasets/issues/1126/events | https://github.com/huggingface/datasets/pull/1126 | 757,197,735 | MDExOlB1bGxSZXF1ZXN0NTMyNjEzNzcw | 1,126 | Adding babi dataset | {
"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/thomwolf/followers",
"following_url": "https://api.github.com/users/thomwolf/following{/other_user}",
"gists_url": "https://api.github.com/users/thomwolf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/thomwolf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/thomwolf/subscriptions",
"organizations_url": "https://api.github.com/users/thomwolf/orgs",
"repos_url": "https://api.github.com/users/thomwolf/repos",
"events_url": "https://api.github.com/users/thomwolf/events{/privacy}",
"received_events_url": "https://api.github.com/users/thomwolf/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is ok now @lhoestq\r\n\r\nI've included the tweak to `dummy_data` to only use the data transmitted to `_generate_examples` by default (it only do that if it can find at least one path to an existing file in the `gen_kwargs` and this can be unactivated with a flag).\r\n\r\nShould I extract it in another PR or is it ok like this?",
"Nice !\r\nCould you add the dummy data generation trick in another PR ?\r\nI think we can also extend it to make it work not only with data files paths but also with data directories (sometimes it's one of the parent directory that is passed to gen_kwargs, not the actual path to the file).\r\nThis will help a lot to make the dummy data lighter !",
"This PR can be closed due to #2053 @lhoestq\r\n\r\n"
] | 1,607,096,554,000 | 1,617,097,444,000 | 1,617,097,444,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1126",
"html_url": "https://github.com/huggingface/datasets/pull/1126",
"diff_url": "https://github.com/huggingface/datasets/pull/1126.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1126.patch"
} | Adding the English version of bAbI.
Samples are taken from ParlAI for consistency with the main users at the moment.
Supersede #945 (problem with the rebase) and adresses the issues mentioned in the review (dummy data are smaller now and code comments are fixed). | https://api.github.com/repos/huggingface/datasets/issues/1126/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1125 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1125/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1125/comments | https://api.github.com/repos/huggingface/datasets/issues/1125/events | https://github.com/huggingface/datasets/pull/1125 | 757,194,531 | MDExOlB1bGxSZXF1ZXN0NTMyNjExMDU5 | 1,125 | Add Urdu fake news dataset. | {
"login": "chaitnayabasava",
"id": 44389205,
"node_id": "MDQ6VXNlcjQ0Mzg5MjA1",
"avatar_url": "https://avatars.githubusercontent.com/u/44389205?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaitnayabasava",
"html_url": "https://github.com/chaitnayabasava",
"followers_url": "https://api.github.com/users/chaitnayabasava/followers",
"following_url": "https://api.github.com/users/chaitnayabasava/following{/other_user}",
"gists_url": "https://api.github.com/users/chaitnayabasava/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaitnayabasava/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaitnayabasava/subscriptions",
"organizations_url": "https://api.github.com/users/chaitnayabasava/orgs",
"repos_url": "https://api.github.com/users/chaitnayabasava/repos",
"events_url": "https://api.github.com/users/chaitnayabasava/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaitnayabasava/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@lhoestq looks like a lot of files were updated... shall I create a new PR?",
"Hi @chaitnayabasava ! you can try rebasing and see if that fixes the number of files changed, otherwise please do open a new PR with only the relevant files and close this one :) ",
"Created a new PR #1230.\r\nclosing this one :)"
] | 1,607,096,297,000 | 1,607,311,265,000 | 1,607,311,265,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1125",
"html_url": "https://github.com/huggingface/datasets/pull/1125",
"diff_url": "https://github.com/huggingface/datasets/pull/1125.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1125.patch"
} | Added Urdu fake news dataset. More information about the dataset can be found <a href="https://github.com/MaazAmjad/Datasets-for-Urdu-news">here</a>. | https://api.github.com/repos/huggingface/datasets/issues/1125/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1124 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1124/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1124/comments | https://api.github.com/repos/huggingface/datasets/issues/1124/events | https://github.com/huggingface/datasets/pull/1124 | 757,186,983 | MDExOlB1bGxSZXF1ZXN0NTMyNjA0NzY3 | 1,124 | Add Xitsonga Ner | {
"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/users/yvonnegitau/followers",
"following_url": "https://api.github.com/users/yvonnegitau/following{/other_user}",
"gists_url": "https://api.github.com/users/yvonnegitau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yvonnegitau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yvonnegitau/subscriptions",
"organizations_url": "https://api.github.com/users/yvonnegitau/orgs",
"repos_url": "https://api.github.com/users/yvonnegitau/repos",
"events_url": "https://api.github.com/users/yvonnegitau/events{/privacy}",
"received_events_url": "https://api.github.com/users/yvonnegitau/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"looks like this PR includes changes about many files other than the ones related to xitsonga NER\r\n\r\ncould you create another branch and another PR please ?"
] | 1,607,095,664,000 | 1,607,279,495,000 | 1,607,279,495,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1124",
"html_url": "https://github.com/huggingface/datasets/pull/1124",
"diff_url": "https://github.com/huggingface/datasets/pull/1124.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1124.patch"
} | Clean Xitsonga Ner PR | https://api.github.com/repos/huggingface/datasets/issues/1124/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1123 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1123/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1123/comments | https://api.github.com/repos/huggingface/datasets/issues/1123/events | https://github.com/huggingface/datasets/pull/1123 | 757,181,014 | MDExOlB1bGxSZXF1ZXN0NTMyNTk5ODQ3 | 1,123 | adding cdt dataset | {
"login": "abecadel",
"id": 1654113,
"node_id": "MDQ6VXNlcjE2NTQxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1654113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abecadel",
"html_url": "https://github.com/abecadel",
"followers_url": "https://api.github.com/users/abecadel/followers",
"following_url": "https://api.github.com/users/abecadel/following{/other_user}",
"gists_url": "https://api.github.com/users/abecadel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abecadel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abecadel/subscriptions",
"organizations_url": "https://api.github.com/users/abecadel/orgs",
"repos_url": "https://api.github.com/users/abecadel/repos",
"events_url": "https://api.github.com/users/abecadel/events{/privacy}",
"received_events_url": "https://api.github.com/users/abecadel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"the `ms_terms` formatting CI fails is fixed on master",
"merging since the CI is fixed on master"
] | 1,607,095,176,000 | 1,607,101,556,000 | 1,607,101,556,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1123",
"html_url": "https://github.com/huggingface/datasets/pull/1123",
"diff_url": "https://github.com/huggingface/datasets/pull/1123.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1123.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1123/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1122 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1122/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1122/comments | https://api.github.com/repos/huggingface/datasets/issues/1122/events | https://github.com/huggingface/datasets/pull/1122 | 757,176,172 | MDExOlB1bGxSZXF1ZXN0NTMyNTk1ODE5 | 1,122 | Add Urdu fake news. | {
"login": "chaitnayabasava",
"id": 44389205,
"node_id": "MDQ6VXNlcjQ0Mzg5MjA1",
"avatar_url": "https://avatars.githubusercontent.com/u/44389205?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaitnayabasava",
"html_url": "https://github.com/chaitnayabasava",
"followers_url": "https://api.github.com/users/chaitnayabasava/followers",
"following_url": "https://api.github.com/users/chaitnayabasava/following{/other_user}",
"gists_url": "https://api.github.com/users/chaitnayabasava/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaitnayabasava/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaitnayabasava/subscriptions",
"organizations_url": "https://api.github.com/users/chaitnayabasava/orgs",
"repos_url": "https://api.github.com/users/chaitnayabasava/repos",
"events_url": "https://api.github.com/users/chaitnayabasava/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaitnayabasava/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,094,790,000 | 1,607,095,207,000 | 1,607,095,207,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1122",
"html_url": "https://github.com/huggingface/datasets/pull/1122",
"diff_url": "https://github.com/huggingface/datasets/pull/1122.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1122.patch"
} | Added Urdu fake news dataset. More information about the dataset can be found <a href="https://github.com/MaazAmjad/Datasets-for-Urdu-news">here</a>. | https://api.github.com/repos/huggingface/datasets/issues/1122/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1121 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1121/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1121/comments | https://api.github.com/repos/huggingface/datasets/issues/1121/events | https://github.com/huggingface/datasets/pull/1121 | 757,169,944 | MDExOlB1bGxSZXF1ZXN0NTMyNTkwNjY2 | 1,121 | adding cdt dataset | {
"login": "abecadel",
"id": 1654113,
"node_id": "MDQ6VXNlcjE2NTQxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1654113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abecadel",
"html_url": "https://github.com/abecadel",
"followers_url": "https://api.github.com/users/abecadel/followers",
"following_url": "https://api.github.com/users/abecadel/following{/other_user}",
"gists_url": "https://api.github.com/users/abecadel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abecadel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abecadel/subscriptions",
"organizations_url": "https://api.github.com/users/abecadel/orgs",
"repos_url": "https://api.github.com/users/abecadel/repos",
"events_url": "https://api.github.com/users/abecadel/events{/privacy}",
"received_events_url": "https://api.github.com/users/abecadel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,094,273,000 | 1,607,095,009,000 | 1,607,095,009,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1121",
"html_url": "https://github.com/huggingface/datasets/pull/1121",
"diff_url": "https://github.com/huggingface/datasets/pull/1121.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1121.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1121/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1120 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1120/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1120/comments | https://api.github.com/repos/huggingface/datasets/issues/1120/events | https://github.com/huggingface/datasets/pull/1120 | 757,166,342 | MDExOlB1bGxSZXF1ZXN0NTMyNTg3Njk1 | 1,120 | Add conda environment activation | {
"login": "parmarsuraj99",
"id": 9317265,
"node_id": "MDQ6VXNlcjkzMTcyNjU=",
"avatar_url": "https://avatars.githubusercontent.com/u/9317265?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/parmarsuraj99",
"html_url": "https://github.com/parmarsuraj99",
"followers_url": "https://api.github.com/users/parmarsuraj99/followers",
"following_url": "https://api.github.com/users/parmarsuraj99/following{/other_user}",
"gists_url": "https://api.github.com/users/parmarsuraj99/gists{/gist_id}",
"starred_url": "https://api.github.com/users/parmarsuraj99/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/parmarsuraj99/subscriptions",
"organizations_url": "https://api.github.com/users/parmarsuraj99/orgs",
"repos_url": "https://api.github.com/users/parmarsuraj99/repos",
"events_url": "https://api.github.com/users/parmarsuraj99/events{/privacy}",
"received_events_url": "https://api.github.com/users/parmarsuraj99/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,093,983,000 | 1,607,106,888,000 | 1,607,100,057,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1120",
"html_url": "https://github.com/huggingface/datasets/pull/1120",
"diff_url": "https://github.com/huggingface/datasets/pull/1120.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1120.patch"
} | Added activation of Conda environment before installing. | https://api.github.com/repos/huggingface/datasets/issues/1120/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1119 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1119/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1119/comments | https://api.github.com/repos/huggingface/datasets/issues/1119/events | https://github.com/huggingface/datasets/pull/1119 | 757,156,781 | MDExOlB1bGxSZXF1ZXN0NTMyNTc5ODA5 | 1,119 | Add Google Great Code 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://api.github.com/users/abhishekkrthakur/followers",
"following_url": "https://api.github.com/users/abhishekkrthakur/following{/other_user}",
"gists_url": "https://api.github.com/users/abhishekkrthakur/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abhishekkrthakur/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abhishekkrthakur/subscriptions",
"organizations_url": "https://api.github.com/users/abhishekkrthakur/orgs",
"repos_url": "https://api.github.com/users/abhishekkrthakur/repos",
"events_url": "https://api.github.com/users/abhishekkrthakur/events{/privacy}",
"received_events_url": "https://api.github.com/users/abhishekkrthakur/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,093,188,000 | 1,607,275,994,000 | 1,607,275,993,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1119",
"html_url": "https://github.com/huggingface/datasets/pull/1119",
"diff_url": "https://github.com/huggingface/datasets/pull/1119.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1119.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1119/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1118 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1118/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1118/comments | https://api.github.com/repos/huggingface/datasets/issues/1118/events | https://github.com/huggingface/datasets/pull/1118 | 757,142,350 | MDExOlB1bGxSZXF1ZXN0NTMyNTY3ODMw | 1,118 | Add Tashkeela dataset | {
"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.com/users/zaidalyafeai/followers",
"following_url": "https://api.github.com/users/zaidalyafeai/following{/other_user}",
"gists_url": "https://api.github.com/users/zaidalyafeai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zaidalyafeai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zaidalyafeai/subscriptions",
"organizations_url": "https://api.github.com/users/zaidalyafeai/orgs",
"repos_url": "https://api.github.com/users/zaidalyafeai/repos",
"events_url": "https://api.github.com/users/zaidalyafeai/events{/privacy}",
"received_events_url": "https://api.github.com/users/zaidalyafeai/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Sorry @lhoestq for the trouble, sometime I forget to change the names :/",
"> Sorry @lhoestq for the trouble, sometime I forget to change the names :/\r\n\r\nhaha it's ok ;)"
] | 1,607,091,978,000 | 1,607,096,821,000 | 1,607,096,811,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1118",
"html_url": "https://github.com/huggingface/datasets/pull/1118",
"diff_url": "https://github.com/huggingface/datasets/pull/1118.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1118.patch"
} | Arabic Vocalized Words Dataset. | https://api.github.com/repos/huggingface/datasets/issues/1118/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1117 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1117/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1117/comments | https://api.github.com/repos/huggingface/datasets/issues/1117/events | https://github.com/huggingface/datasets/pull/1117 | 757,133,789 | MDExOlB1bGxSZXF1ZXN0NTMyNTYwNzM4 | 1,117 | Fix incorrect MRQA train+SQuAD URL | {
"login": "jimmycode",
"id": 6259768,
"node_id": "MDQ6VXNlcjYyNTk3Njg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6259768?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jimmycode",
"html_url": "https://github.com/jimmycode",
"followers_url": "https://api.github.com/users/jimmycode/followers",
"following_url": "https://api.github.com/users/jimmycode/following{/other_user}",
"gists_url": "https://api.github.com/users/jimmycode/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jimmycode/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jimmycode/subscriptions",
"organizations_url": "https://api.github.com/users/jimmycode/orgs",
"repos_url": "https://api.github.com/users/jimmycode/repos",
"events_url": "https://api.github.com/users/jimmycode/events{/privacy}",
"received_events_url": "https://api.github.com/users/jimmycode/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks ! could you regenerate the dataset_infos.json file ?\r\n\r\n```\r\ndatasets-cli test ./datasets/mrqa --save_infos --all_configs --ignore_verifications\r\n```\r\n\r\nalso cc @VictorSanh ",
"Oooops, good catch @jimmycode ",
"> Thanks ! could you regenerate the dataset_infos.json file ?\r\n> \r\n> ```\r\n> datasets-cli test ./datasets/mrqa --save_infos --all_configs --ignore_verifications\r\n> ```\r\n> \r\n> also cc @VictorSanh\r\n\r\nUpdated the `dataset_infos.json` file."
] | 1,607,091,266,000 | 1,607,274,851,000 | 1,607,274,850,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1117",
"html_url": "https://github.com/huggingface/datasets/pull/1117",
"diff_url": "https://github.com/huggingface/datasets/pull/1117.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1117.patch"
} | Fix issue #1115
| https://api.github.com/repos/huggingface/datasets/issues/1117/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1116 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1116/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1116/comments | https://api.github.com/repos/huggingface/datasets/issues/1116/events | https://github.com/huggingface/datasets/pull/1116 | 757,133,502 | MDExOlB1bGxSZXF1ZXN0NTMyNTYwNDk4 | 1,116 | add dbpedia_14 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/followers",
"following_url": "https://api.github.com/users/hfawaz/following{/other_user}",
"gists_url": "https://api.github.com/users/hfawaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hfawaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hfawaz/subscriptions",
"organizations_url": "https://api.github.com/users/hfawaz/orgs",
"repos_url": "https://api.github.com/users/hfawaz/repos",
"events_url": "https://api.github.com/users/hfawaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/hfawaz/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks for the review. \r\nCheers!",
"Hi @hfawaz, this week we are doing the 🤗 `datasets` sprint (see some details [here](https://discuss.huggingface.co/t/open-to-the-community-one-week-team-effort-to-reach-v2-0-of-hf-datasets-library/2176)).\r\n\r\nNothing more to do on your side but it means that if you register on the thread I linked above, you can have some goodies for the present dataset that you have already added (and a special goodie if you want to spend more time and add 2 other datasets as well).\r\n\r\nIf you want to join, just tell me (or post on the thread on the HuggingFace forum: https://discuss.huggingface.co/t/open-to-the-community-one-week-team-effort-to-reach-v2-0-of-hf-datasets-library/2176)",
"Hello @thomwolf \r\nThanks for the feedback and for this invitation, indeed I would be glad to join you guys (you can add me). \r\nI will see if I have the time to implement a couple of datasets. \r\nCheers! ",
"@hfawaz invited you to the slack with your uha email.\r\n\r\nCheck your spam folder if you can't find the invitation :)",
"Oh thanks, but can you invite me on my gmail: [email protected] \r\nUHA is my old organization, I haven't had the time to update my online profiles yet.\r\nThank you "
] | 1,607,091,239,000 | 1,607,335,614,000 | 1,607,182,583,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1116",
"html_url": "https://github.com/huggingface/datasets/pull/1116",
"diff_url": "https://github.com/huggingface/datasets/pull/1116.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1116.patch"
} | This dataset corresponds to the DBpedia dataset requested in https://github.com/huggingface/datasets/issues/353. | https://api.github.com/repos/huggingface/datasets/issues/1116/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1115 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1115/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1115/comments | https://api.github.com/repos/huggingface/datasets/issues/1115/events | https://github.com/huggingface/datasets/issues/1115 | 757,127,527 | MDU6SXNzdWU3NTcxMjc1Mjc= | 1,115 | Incorrect URL for MRQA SQuAD train subset | {
"login": "jimmycode",
"id": 6259768,
"node_id": "MDQ6VXNlcjYyNTk3Njg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6259768?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jimmycode",
"html_url": "https://github.com/jimmycode",
"followers_url": "https://api.github.com/users/jimmycode/followers",
"following_url": "https://api.github.com/users/jimmycode/following{/other_user}",
"gists_url": "https://api.github.com/users/jimmycode/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jimmycode/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jimmycode/subscriptions",
"organizations_url": "https://api.github.com/users/jimmycode/orgs",
"repos_url": "https://api.github.com/users/jimmycode/repos",
"events_url": "https://api.github.com/users/jimmycode/events{/privacy}",
"received_events_url": "https://api.github.com/users/jimmycode/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"good catch !"
] | 1,607,090,724,000 | 1,607,274,862,000 | 1,607,274,862,000 | CONTRIBUTOR | null | null | https://github.com/huggingface/datasets/blob/4ef4c8f8b7a60e35c6fa21115fca9faae91c9f74/datasets/mrqa/mrqa.py#L53
The URL for `train+SQuAD` subset of MRQA points to the dev set instead of train set. It should be `https://s3.us-east-2.amazonaws.com/mrqa/release/v2/train/SQuAD.jsonl.gz`. | https://api.github.com/repos/huggingface/datasets/issues/1115/timeline | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1114 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1114/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1114/comments | https://api.github.com/repos/huggingface/datasets/issues/1114/events | https://github.com/huggingface/datasets/pull/1114 | 757,123,638 | MDExOlB1bGxSZXF1ZXN0NTMyNTUyMjE1 | 1,114 | Add sesotho ner corpus | {
"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/users/yvonnegitau/followers",
"following_url": "https://api.github.com/users/yvonnegitau/following{/other_user}",
"gists_url": "https://api.github.com/users/yvonnegitau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yvonnegitau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yvonnegitau/subscriptions",
"organizations_url": "https://api.github.com/users/yvonnegitau/orgs",
"repos_url": "https://api.github.com/users/yvonnegitau/repos",
"events_url": "https://api.github.com/users/yvonnegitau/events{/privacy}",
"received_events_url": "https://api.github.com/users/yvonnegitau/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,090,381,000 | 1,607,094,127,000 | 1,607,094,127,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1114",
"html_url": "https://github.com/huggingface/datasets/pull/1114",
"diff_url": "https://github.com/huggingface/datasets/pull/1114.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1114.patch"
} | Clean Sesotho PR | https://api.github.com/repos/huggingface/datasets/issues/1114/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1113 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1113/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1113/comments | https://api.github.com/repos/huggingface/datasets/issues/1113/events | https://github.com/huggingface/datasets/pull/1113 | 757,115,557 | MDExOlB1bGxSZXF1ZXN0NTMyNTQ1Mzg2 | 1,113 | add qed | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,089,677,000 | 1,607,183,181,000 | 1,607,182,917,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1113",
"html_url": "https://github.com/huggingface/datasets/pull/1113",
"diff_url": "https://github.com/huggingface/datasets/pull/1113.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1113.patch"
} | adding QED: Dataset for Explanations in Question Answering
https://github.com/google-research-datasets/QED
https://arxiv.org/abs/2009.06354 | https://api.github.com/repos/huggingface/datasets/issues/1113/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1112 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1112/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1112/comments | https://api.github.com/repos/huggingface/datasets/issues/1112/events | https://github.com/huggingface/datasets/pull/1112 | 757,108,151 | MDExOlB1bGxSZXF1ZXN0NTMyNTM5MjE2 | 1,112 | Initial version of cord-19 dataset from AllenAI with only the abstract | {
"login": "ggdupont",
"id": 5583410,
"node_id": "MDQ6VXNlcjU1ODM0MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/5583410?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ggdupont",
"html_url": "https://github.com/ggdupont",
"followers_url": "https://api.github.com/users/ggdupont/followers",
"following_url": "https://api.github.com/users/ggdupont/following{/other_user}",
"gists_url": "https://api.github.com/users/ggdupont/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ggdupont/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ggdupont/subscriptions",
"organizations_url": "https://api.github.com/users/ggdupont/orgs",
"repos_url": "https://api.github.com/users/ggdupont/repos",
"events_url": "https://api.github.com/users/ggdupont/events{/privacy}",
"received_events_url": "https://api.github.com/users/ggdupont/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"too ugly, I'll make a clean one"
] | 1,607,088,999,000 | 1,607,098,600,000 | 1,607,098,584,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1112",
"html_url": "https://github.com/huggingface/datasets/pull/1112",
"diff_url": "https://github.com/huggingface/datasets/pull/1112.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1112.patch"
} | Initial version only reading the metadata in CSV.
### Checklist:
- [x] Create the dataset script /datasets/my_dataset/my_dataset.py using the template
- [x] Fill the _DESCRIPTION and _CITATION variables
- [x] Implement _infos(), _split_generators() and _generate_examples()
- [x] Make sure that the BUILDER_CONFIGS class attribute is filled with the different configurations of the dataset and that the BUILDER_CONFIG_CLASS is specified if there is a custom config class.
- [x] Generate the metadata file dataset_infos.json for all configurations
- [x] Generate the dummy data dummy_data.zip files to have the dataset script tested and that they don't weigh too much (<50KB)
- [x] Add the dataset card README.md using the template and at least fill the tags
- [ ] Both tests for the real data and the dummy data pass.
### TODO:
- [ ] add more metadata
- [ ] add full text
- [ ] add pre-computed document embedding | https://api.github.com/repos/huggingface/datasets/issues/1112/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1111 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1111/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1111/comments | https://api.github.com/repos/huggingface/datasets/issues/1111/events | https://github.com/huggingface/datasets/pull/1111 | 757,083,266 | MDExOlB1bGxSZXF1ZXN0NTMyNTE4NDY1 | 1,111 | Add Siswati Ner corpus | {
"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/users/yvonnegitau/followers",
"following_url": "https://api.github.com/users/yvonnegitau/following{/other_user}",
"gists_url": "https://api.github.com/users/yvonnegitau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yvonnegitau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yvonnegitau/subscriptions",
"organizations_url": "https://api.github.com/users/yvonnegitau/orgs",
"repos_url": "https://api.github.com/users/yvonnegitau/repos",
"events_url": "https://api.github.com/users/yvonnegitau/events{/privacy}",
"received_events_url": "https://api.github.com/users/yvonnegitau/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,086,651,000 | 1,607,092,981,000 | 1,607,092,980,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1111",
"html_url": "https://github.com/huggingface/datasets/pull/1111",
"diff_url": "https://github.com/huggingface/datasets/pull/1111.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1111.patch"
} | Clean Siswati PR | https://api.github.com/repos/huggingface/datasets/issues/1111/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1110 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1110/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1110/comments | https://api.github.com/repos/huggingface/datasets/issues/1110/events | https://github.com/huggingface/datasets/issues/1110 | 757,082,677 | MDU6SXNzdWU3NTcwODI2Nzc= | 1,110 | Using a feature named "_type" fails with certain operations | {
"login": "dcfidalgo",
"id": 15979778,
"node_id": "MDQ6VXNlcjE1OTc5Nzc4",
"avatar_url": "https://avatars.githubusercontent.com/u/15979778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dcfidalgo",
"html_url": "https://github.com/dcfidalgo",
"followers_url": "https://api.github.com/users/dcfidalgo/followers",
"following_url": "https://api.github.com/users/dcfidalgo/following{/other_user}",
"gists_url": "https://api.github.com/users/dcfidalgo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dcfidalgo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dcfidalgo/subscriptions",
"organizations_url": "https://api.github.com/users/dcfidalgo/orgs",
"repos_url": "https://api.github.com/users/dcfidalgo/repos",
"events_url": "https://api.github.com/users/dcfidalgo/events{/privacy}",
"received_events_url": "https://api.github.com/users/dcfidalgo/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"Thanks for reporting !\r\n\r\nIndeed this is a keyword in the library that is used to encode/decode features to a python dictionary that we can save/load to json.\r\nWe can probably change `_type` to something that is less likely to collide with user feature names.\r\nIn this case we would want something backward compatible though.\r\n\r\nFeel free to try a fix and open a PR, and to ping me if I can help :) "
] | 1,607,086,593,000 | 1,610,535,208,000 | null | CONTRIBUTOR | null | null | A column named `_type` leads to a `TypeError: unhashable type: 'dict'` for certain operations:
```python
from datasets import Dataset, concatenate_datasets
ds = Dataset.from_dict({"_type": ["whatever"]}).map()
concatenate_datasets([ds])
# or simply
Dataset(ds._data)
```
Context: We are using datasets to persist data coming from elasticsearch to feed to our pipeline, and elasticsearch has a `_type` field, hence the strange name of the column.
Not sure if you wish to support this specific column name, but if you do i would be happy to try a fix and provide a PR. I already had a look into it and i think the culprit is the `datasets.features.generate_from_dict` function. It uses the hard coded `_type` string to figure out if it reached the end of the nested feature object from a serialized dict.
Best wishes and keep up the awesome work! | https://api.github.com/repos/huggingface/datasets/issues/1110/timeline | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1109 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1109/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1109/comments | https://api.github.com/repos/huggingface/datasets/issues/1109/events | https://github.com/huggingface/datasets/pull/1109 | 757,055,702 | MDExOlB1bGxSZXF1ZXN0NTMyNDk1MDk2 | 1,109 | add woz_dialogue | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,083,987,000 | 1,607,182,883,000 | 1,607,182,818,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1109",
"html_url": "https://github.com/huggingface/datasets/pull/1109",
"diff_url": "https://github.com/huggingface/datasets/pull/1109.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1109.patch"
} | Adding Wizard-of-Oz task oriented dialogue dataset
https://github.com/nmrksic/neural-belief-tracker/tree/master/data/woz
https://arxiv.org/abs/1604.04562 | https://api.github.com/repos/huggingface/datasets/issues/1109/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1108 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1108/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1108/comments | https://api.github.com/repos/huggingface/datasets/issues/1108/events | https://github.com/huggingface/datasets/pull/1108 | 757,054,732 | MDExOlB1bGxSZXF1ZXN0NTMyNDk0MjY4 | 1,108 | Add Sepedi NER corpus | {
"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/users/yvonnegitau/followers",
"following_url": "https://api.github.com/users/yvonnegitau/following{/other_user}",
"gists_url": "https://api.github.com/users/yvonnegitau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yvonnegitau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yvonnegitau/subscriptions",
"organizations_url": "https://api.github.com/users/yvonnegitau/orgs",
"repos_url": "https://api.github.com/users/yvonnegitau/repos",
"events_url": "https://api.github.com/users/yvonnegitau/events{/privacy}",
"received_events_url": "https://api.github.com/users/yvonnegitau/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,083,884,000 | 1,607,092,740,000 | 1,607,092,740,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1108",
"html_url": "https://github.com/huggingface/datasets/pull/1108",
"diff_url": "https://github.com/huggingface/datasets/pull/1108.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1108.patch"
} | Finally a clean PR for Sepedi | https://api.github.com/repos/huggingface/datasets/issues/1108/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1107 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1107/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1107/comments | https://api.github.com/repos/huggingface/datasets/issues/1107/events | https://github.com/huggingface/datasets/pull/1107 | 757,031,179 | MDExOlB1bGxSZXF1ZXN0NTMyNDc0MzMy | 1,107 | Add arsentd_lev dataset | {
"login": "moussaKam",
"id": 28675016,
"node_id": "MDQ6VXNlcjI4Njc1MDE2",
"avatar_url": "https://avatars.githubusercontent.com/u/28675016?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moussaKam",
"html_url": "https://github.com/moussaKam",
"followers_url": "https://api.github.com/users/moussaKam/followers",
"following_url": "https://api.github.com/users/moussaKam/following{/other_user}",
"gists_url": "https://api.github.com/users/moussaKam/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moussaKam/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moussaKam/subscriptions",
"organizations_url": "https://api.github.com/users/moussaKam/orgs",
"repos_url": "https://api.github.com/users/moussaKam/repos",
"events_url": "https://api.github.com/users/moussaKam/events{/privacy}",
"received_events_url": "https://api.github.com/users/moussaKam/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"thanks ! can you also regenerate the dataset_infos.json file please ?"
] | 1,607,081,464,000 | 1,607,182,689,000 | 1,607,182,689,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1107",
"html_url": "https://github.com/huggingface/datasets/pull/1107",
"diff_url": "https://github.com/huggingface/datasets/pull/1107.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1107.patch"
} | Add The Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV)
Paper: [ArSentD-LEV: A Multi-Topic Corpus for Target-based Sentiment Analysis in Arabic Levantine Tweets](https://arxiv.org/abs/1906.01830)
Homepage: http://oma-project.com/ | https://api.github.com/repos/huggingface/datasets/issues/1107/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1106 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1106/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1106/comments | https://api.github.com/repos/huggingface/datasets/issues/1106/events | https://github.com/huggingface/datasets/pull/1106 | 757,027,158 | MDExOlB1bGxSZXF1ZXN0NTMyNDcwOTM3 | 1,106 | Add Urdu fake news | {
"login": "chaitnayabasava",
"id": 44389205,
"node_id": "MDQ6VXNlcjQ0Mzg5MjA1",
"avatar_url": "https://avatars.githubusercontent.com/u/44389205?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaitnayabasava",
"html_url": "https://github.com/chaitnayabasava",
"followers_url": "https://api.github.com/users/chaitnayabasava/followers",
"following_url": "https://api.github.com/users/chaitnayabasava/following{/other_user}",
"gists_url": "https://api.github.com/users/chaitnayabasava/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaitnayabasava/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaitnayabasava/subscriptions",
"organizations_url": "https://api.github.com/users/chaitnayabasava/orgs",
"repos_url": "https://api.github.com/users/chaitnayabasava/repos",
"events_url": "https://api.github.com/users/chaitnayabasava/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaitnayabasava/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,081,054,000 | 1,607,091,672,000 | 1,607,091,672,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1106",
"html_url": "https://github.com/huggingface/datasets/pull/1106",
"diff_url": "https://github.com/huggingface/datasets/pull/1106.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1106.patch"
} | Added Urdu fake news dataset. More information about the dataset can be found <a href="https://github.com/MaazAmjad/Datasets-for-Urdu-news">here</a>. | https://api.github.com/repos/huggingface/datasets/issues/1106/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1105 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1105/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1105/comments | https://api.github.com/repos/huggingface/datasets/issues/1105/events | https://github.com/huggingface/datasets/pull/1105 | 757,024,162 | MDExOlB1bGxSZXF1ZXN0NTMyNDY4NDIw | 1,105 | add xquad_r dataset | {
"login": "manandey",
"id": 6687858,
"node_id": "MDQ6VXNlcjY2ODc4NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6687858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manandey",
"html_url": "https://github.com/manandey",
"followers_url": "https://api.github.com/users/manandey/followers",
"following_url": "https://api.github.com/users/manandey/following{/other_user}",
"gists_url": "https://api.github.com/users/manandey/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manandey/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manandey/subscriptions",
"organizations_url": "https://api.github.com/users/manandey/orgs",
"repos_url": "https://api.github.com/users/manandey/repos",
"events_url": "https://api.github.com/users/manandey/events{/privacy}",
"received_events_url": "https://api.github.com/users/manandey/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"looks like this PR includes changes in many files than the ones for xquad_r, could you create a new branch and a new PR ?",
"Sure, I will close this then.\r\n"
] | 1,607,080,775,000 | 1,607,099,820,000 | 1,607,099,820,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1105",
"html_url": "https://github.com/huggingface/datasets/pull/1105",
"diff_url": "https://github.com/huggingface/datasets/pull/1105.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1105.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1105/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1104 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1104/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1104/comments | https://api.github.com/repos/huggingface/datasets/issues/1104/events | https://github.com/huggingface/datasets/pull/1104 | 757,020,934 | MDExOlB1bGxSZXF1ZXN0NTMyNDY1NzA4 | 1,104 | add TLC | {
"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/users/chameleonTK/followers",
"following_url": "https://api.github.com/users/chameleonTK/following{/other_user}",
"gists_url": "https://api.github.com/users/chameleonTK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chameleonTK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chameleonTK/subscriptions",
"organizations_url": "https://api.github.com/users/chameleonTK/orgs",
"repos_url": "https://api.github.com/users/chameleonTK/repos",
"events_url": "https://api.github.com/users/chameleonTK/events{/privacy}",
"received_events_url": "https://api.github.com/users/chameleonTK/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,080,498,000 | 1,607,092,163,000 | 1,607,092,163,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1104",
"html_url": "https://github.com/huggingface/datasets/pull/1104",
"diff_url": "https://github.com/huggingface/datasets/pull/1104.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1104.patch"
} | Added TLC dataset | https://api.github.com/repos/huggingface/datasets/issues/1104/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1103 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1103/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1103/comments | https://api.github.com/repos/huggingface/datasets/issues/1103/events | https://github.com/huggingface/datasets/issues/1103 | 757,016,820 | MDU6SXNzdWU3NTcwMTY4MjA= | 1,103 | Add support to download kaggle datasets | {
"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://api.github.com/users/abhishekkrthakur/followers",
"following_url": "https://api.github.com/users/abhishekkrthakur/following{/other_user}",
"gists_url": "https://api.github.com/users/abhishekkrthakur/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abhishekkrthakur/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abhishekkrthakur/subscriptions",
"organizations_url": "https://api.github.com/users/abhishekkrthakur/orgs",
"repos_url": "https://api.github.com/users/abhishekkrthakur/repos",
"events_url": "https://api.github.com/users/abhishekkrthakur/events{/privacy}",
"received_events_url": "https://api.github.com/users/abhishekkrthakur/received_events",
"type": "User",
"site_admin": false
} | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | null | [] | null | [
"Hey, I think this is great idea. Any plan to integrate kaggle private datasets loading to `datasets`?"
] | 1,607,080,117,000 | 1,626,889,093,000 | null | MEMBER | null | null | We can use API key | https://api.github.com/repos/huggingface/datasets/issues/1103/timeline | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1102 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1102/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1102/comments | https://api.github.com/repos/huggingface/datasets/issues/1102/events | https://github.com/huggingface/datasets/issues/1102 | 757,016,515 | MDU6SXNzdWU3NTcwMTY1MTU= | 1,102 | Add retries to download manager | {
"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://api.github.com/users/abhishekkrthakur/followers",
"following_url": "https://api.github.com/users/abhishekkrthakur/following{/other_user}",
"gists_url": "https://api.github.com/users/abhishekkrthakur/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abhishekkrthakur/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abhishekkrthakur/subscriptions",
"organizations_url": "https://api.github.com/users/abhishekkrthakur/orgs",
"repos_url": "https://api.github.com/users/abhishekkrthakur/repos",
"events_url": "https://api.github.com/users/abhishekkrthakur/events{/privacy}",
"received_events_url": "https://api.github.com/users/abhishekkrthakur/received_events",
"type": "User",
"site_admin": false
} | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | closed | false | {
"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/SBrandeis/followers",
"following_url": "https://api.github.com/users/SBrandeis/following{/other_user}",
"gists_url": "https://api.github.com/users/SBrandeis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SBrandeis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SBrandeis/subscriptions",
"organizations_url": "https://api.github.com/users/SBrandeis/orgs",
"repos_url": "https://api.github.com/users/SBrandeis/repos",
"events_url": "https://api.github.com/users/SBrandeis/events{/privacy}",
"received_events_url": "https://api.github.com/users/SBrandeis/received_events",
"type": "User",
"site_admin": false
} | [
{
"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/SBrandeis/followers",
"following_url": "https://api.github.com/users/SBrandeis/following{/other_user}",
"gists_url": "https://api.github.com/users/SBrandeis/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SBrandeis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SBrandeis/subscriptions",
"organizations_url": "https://api.github.com/users/SBrandeis/orgs",
"repos_url": "https://api.github.com/users/SBrandeis/repos",
"events_url": "https://api.github.com/users/SBrandeis/events{/privacy}",
"received_events_url": "https://api.github.com/users/SBrandeis/received_events",
"type": "User",
"site_admin": false
}
] | null | [] | 1,607,080,091,000 | 1,608,651,246,000 | 1,608,651,246,000 | MEMBER | null | null | https://api.github.com/repos/huggingface/datasets/issues/1102/timeline | null | false |
|
https://api.github.com/repos/huggingface/datasets/issues/1101 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1101/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1101/comments | https://api.github.com/repos/huggingface/datasets/issues/1101/events | https://github.com/huggingface/datasets/pull/1101 | 757,009,226 | MDExOlB1bGxSZXF1ZXN0NTMyNDU2MDM4 | 1,101 | Add Wikicorpus 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.github.com/users/albertvillanova/followers",
"following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",
"gists_url": "https://api.github.com/users/albertvillanova/gists{/gist_id}",
"starred_url": "https://api.github.com/users/albertvillanova/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/albertvillanova/subscriptions",
"organizations_url": "https://api.github.com/users/albertvillanova/orgs",
"repos_url": "https://api.github.com/users/albertvillanova/repos",
"events_url": "https://api.github.com/users/albertvillanova/events{/privacy}",
"received_events_url": "https://api.github.com/users/albertvillanova/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@lhoestq done! ;)"
] | 1,607,079,446,000 | 1,607,537,590,000 | 1,607,537,589,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1101",
"html_url": "https://github.com/huggingface/datasets/pull/1101",
"diff_url": "https://github.com/huggingface/datasets/pull/1101.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1101.patch"
} | Add dataset. | https://api.github.com/repos/huggingface/datasets/issues/1101/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1100 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1100/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1100/comments | https://api.github.com/repos/huggingface/datasets/issues/1100/events | https://github.com/huggingface/datasets/pull/1100 | 756,998,433 | MDExOlB1bGxSZXF1ZXN0NTMyNDQ2ODc1 | 1,100 | Urdu fake news | {
"login": "chaitnayabasava",
"id": 44389205,
"node_id": "MDQ6VXNlcjQ0Mzg5MjA1",
"avatar_url": "https://avatars.githubusercontent.com/u/44389205?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaitnayabasava",
"html_url": "https://github.com/chaitnayabasava",
"followers_url": "https://api.github.com/users/chaitnayabasava/followers",
"following_url": "https://api.github.com/users/chaitnayabasava/following{/other_user}",
"gists_url": "https://api.github.com/users/chaitnayabasava/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaitnayabasava/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaitnayabasava/subscriptions",
"organizations_url": "https://api.github.com/users/chaitnayabasava/orgs",
"repos_url": "https://api.github.com/users/chaitnayabasava/repos",
"events_url": "https://api.github.com/users/chaitnayabasava/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaitnayabasava/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,078,480,000 | 1,607,080,740,000 | 1,607,080,740,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1100",
"html_url": "https://github.com/huggingface/datasets/pull/1100",
"diff_url": "https://github.com/huggingface/datasets/pull/1100.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1100.patch"
} | Added Bend the Truth urdu fake news dataset. More inforation <a href="https://github.com/MaazAmjad/Datasets-for-Urdu-news">here</a>. | https://api.github.com/repos/huggingface/datasets/issues/1100/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1099 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1099/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1099/comments | https://api.github.com/repos/huggingface/datasets/issues/1099/events | https://github.com/huggingface/datasets/pull/1099 | 756,993,540 | MDExOlB1bGxSZXF1ZXN0NTMyNDQyODEw | 1,099 | Add tamilmixsentiment data | {
"login": "jamespaultg",
"id": 7421838,
"node_id": "MDQ6VXNlcjc0MjE4Mzg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7421838?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jamespaultg",
"html_url": "https://github.com/jamespaultg",
"followers_url": "https://api.github.com/users/jamespaultg/followers",
"following_url": "https://api.github.com/users/jamespaultg/following{/other_user}",
"gists_url": "https://api.github.com/users/jamespaultg/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jamespaultg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jamespaultg/subscriptions",
"organizations_url": "https://api.github.com/users/jamespaultg/orgs",
"repos_url": "https://api.github.com/users/jamespaultg/repos",
"events_url": "https://api.github.com/users/jamespaultg/events{/privacy}",
"received_events_url": "https://api.github.com/users/jamespaultg/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,078,047,000 | 1,607,236,342,000 | 1,607,186,913,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1099",
"html_url": "https://github.com/huggingface/datasets/pull/1099",
"diff_url": "https://github.com/huggingface/datasets/pull/1099.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1099.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1099/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1098 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1098/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1098/comments | https://api.github.com/repos/huggingface/datasets/issues/1098/events | https://github.com/huggingface/datasets/pull/1098 | 756,975,414 | MDExOlB1bGxSZXF1ZXN0NTMyNDI3OTE5 | 1,098 | Add ToTTo 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://api.github.com/users/abhishekkrthakur/followers",
"following_url": "https://api.github.com/users/abhishekkrthakur/following{/other_user}",
"gists_url": "https://api.github.com/users/abhishekkrthakur/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abhishekkrthakur/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abhishekkrthakur/subscriptions",
"organizations_url": "https://api.github.com/users/abhishekkrthakur/orgs",
"repos_url": "https://api.github.com/users/abhishekkrthakur/repos",
"events_url": "https://api.github.com/users/abhishekkrthakur/events{/privacy}",
"received_events_url": "https://api.github.com/users/abhishekkrthakur/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,076,445,000 | 1,607,089,100,000 | 1,607,089,099,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1098",
"html_url": "https://github.com/huggingface/datasets/pull/1098",
"diff_url": "https://github.com/huggingface/datasets/pull/1098.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1098.patch"
} | Adds a brand new table to text dataset: https://github.com/google-research-datasets/ToTTo | https://api.github.com/repos/huggingface/datasets/issues/1098/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1097 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1097/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1097/comments | https://api.github.com/repos/huggingface/datasets/issues/1097/events | https://github.com/huggingface/datasets/pull/1097 | 756,955,729 | MDExOlB1bGxSZXF1ZXN0NTMyNDExNzQ4 | 1,097 | Add MSRA NER labels | {
"login": "JetRunner",
"id": 22514219,
"node_id": "MDQ6VXNlcjIyNTE0MjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/22514219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JetRunner",
"html_url": "https://github.com/JetRunner",
"followers_url": "https://api.github.com/users/JetRunner/followers",
"following_url": "https://api.github.com/users/JetRunner/following{/other_user}",
"gists_url": "https://api.github.com/users/JetRunner/gists{/gist_id}",
"starred_url": "https://api.github.com/users/JetRunner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JetRunner/subscriptions",
"organizations_url": "https://api.github.com/users/JetRunner/orgs",
"repos_url": "https://api.github.com/users/JetRunner/repos",
"events_url": "https://api.github.com/users/JetRunner/events{/privacy}",
"received_events_url": "https://api.github.com/users/JetRunner/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,074,696,000 | 1,607,088,719,000 | 1,607,088,718,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1097",
"html_url": "https://github.com/huggingface/datasets/pull/1097",
"diff_url": "https://github.com/huggingface/datasets/pull/1097.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1097.patch"
} | Fixes #940 | https://api.github.com/repos/huggingface/datasets/issues/1097/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1096 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1096/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1096/comments | https://api.github.com/repos/huggingface/datasets/issues/1096/events | https://github.com/huggingface/datasets/pull/1096 | 756,952,461 | MDExOlB1bGxSZXF1ZXN0NTMyNDA5MDIx | 1,096 | FIX matinf link in ADD_NEW_DATASET.md | {
"login": "moussaKam",
"id": 28675016,
"node_id": "MDQ6VXNlcjI4Njc1MDE2",
"avatar_url": "https://avatars.githubusercontent.com/u/28675016?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moussaKam",
"html_url": "https://github.com/moussaKam",
"followers_url": "https://api.github.com/users/moussaKam/followers",
"following_url": "https://api.github.com/users/moussaKam/following{/other_user}",
"gists_url": "https://api.github.com/users/moussaKam/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moussaKam/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moussaKam/subscriptions",
"organizations_url": "https://api.github.com/users/moussaKam/orgs",
"repos_url": "https://api.github.com/users/moussaKam/repos",
"events_url": "https://api.github.com/users/moussaKam/events{/privacy}",
"received_events_url": "https://api.github.com/users/moussaKam/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,074,405,000 | 1,607,091,935,000 | 1,607,091,935,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1096",
"html_url": "https://github.com/huggingface/datasets/pull/1096",
"diff_url": "https://github.com/huggingface/datasets/pull/1096.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1096.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1096/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1095 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1095/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1095/comments | https://api.github.com/repos/huggingface/datasets/issues/1095/events | https://github.com/huggingface/datasets/pull/1095 | 756,934,964 | MDExOlB1bGxSZXF1ZXN0NTMyMzk0Nzgy | 1,095 | Add TupleInf Open IE Dataset | {
"login": "mattbui",
"id": 46804938,
"node_id": "MDQ6VXNlcjQ2ODA0OTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/46804938?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mattbui",
"html_url": "https://github.com/mattbui",
"followers_url": "https://api.github.com/users/mattbui/followers",
"following_url": "https://api.github.com/users/mattbui/following{/other_user}",
"gists_url": "https://api.github.com/users/mattbui/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mattbui/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mattbui/subscriptions",
"organizations_url": "https://api.github.com/users/mattbui/orgs",
"repos_url": "https://api.github.com/users/mattbui/repos",
"events_url": "https://api.github.com/users/mattbui/events{/privacy}",
"received_events_url": "https://api.github.com/users/mattbui/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Errors are in the CI are not related to this PR (RemoteDatasetError)\r\nthe CI is fixed on master so it's fine ",
"@lhoestq Added the dataset card. Please let me know if more information needs to be added."
] | 1,607,072,887,000 | 1,607,096,454,000 | 1,607,096,454,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1095",
"html_url": "https://github.com/huggingface/datasets/pull/1095",
"diff_url": "https://github.com/huggingface/datasets/pull/1095.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1095.patch"
} | For more information: https://allenai.org/data/tuple-ie | https://api.github.com/repos/huggingface/datasets/issues/1095/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1094 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1094/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1094/comments | https://api.github.com/repos/huggingface/datasets/issues/1094/events | https://github.com/huggingface/datasets/pull/1094 | 756,927,060 | MDExOlB1bGxSZXF1ZXN0NTMyMzg5MDQ4 | 1,094 | add urdu fake news dataset | {
"login": "chaitnayabasava",
"id": 44389205,
"node_id": "MDQ6VXNlcjQ0Mzg5MjA1",
"avatar_url": "https://avatars.githubusercontent.com/u/44389205?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaitnayabasava",
"html_url": "https://github.com/chaitnayabasava",
"followers_url": "https://api.github.com/users/chaitnayabasava/followers",
"following_url": "https://api.github.com/users/chaitnayabasava/following{/other_user}",
"gists_url": "https://api.github.com/users/chaitnayabasava/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaitnayabasava/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaitnayabasava/subscriptions",
"organizations_url": "https://api.github.com/users/chaitnayabasava/orgs",
"repos_url": "https://api.github.com/users/chaitnayabasava/repos",
"events_url": "https://api.github.com/users/chaitnayabasava/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaitnayabasava/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,072,258,000 | 1,607,073,656,000 | 1,607,073,656,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1094",
"html_url": "https://github.com/huggingface/datasets/pull/1094",
"diff_url": "https://github.com/huggingface/datasets/pull/1094.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1094.patch"
} | Added Urdu fake news dataset. The dataset can be found <a href="https://github.com/MaazAmjad/Datasets-for-Urdu-news">here</a>. | https://api.github.com/repos/huggingface/datasets/issues/1094/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1093 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1093/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1093/comments | https://api.github.com/repos/huggingface/datasets/issues/1093/events | https://github.com/huggingface/datasets/pull/1093 | 756,916,565 | MDExOlB1bGxSZXF1ZXN0NTMyMzgxNjkw | 1,093 | Add NCBI Disease Corpus dataset | {
"login": "edugp",
"id": 17855740,
"node_id": "MDQ6VXNlcjE3ODU1NzQw",
"avatar_url": "https://avatars.githubusercontent.com/u/17855740?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/edugp",
"html_url": "https://github.com/edugp",
"followers_url": "https://api.github.com/users/edugp/followers",
"following_url": "https://api.github.com/users/edugp/following{/other_user}",
"gists_url": "https://api.github.com/users/edugp/gists{/gist_id}",
"starred_url": "https://api.github.com/users/edugp/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/edugp/subscriptions",
"organizations_url": "https://api.github.com/users/edugp/orgs",
"repos_url": "https://api.github.com/users/edugp/repos",
"events_url": "https://api.github.com/users/edugp/events{/privacy}",
"received_events_url": "https://api.github.com/users/edugp/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,071,352,000 | 1,607,080,512,000 | 1,607,080,512,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1093",
"html_url": "https://github.com/huggingface/datasets/pull/1093",
"diff_url": "https://github.com/huggingface/datasets/pull/1093.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1093.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1093/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1092 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1092/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1092/comments | https://api.github.com/repos/huggingface/datasets/issues/1092/events | https://github.com/huggingface/datasets/pull/1092 | 756,913,134 | MDExOlB1bGxSZXF1ZXN0NTMyMzc5MDY0 | 1,092 | Add Coached Conversation Preference Dataset | {
"login": "vineeths96",
"id": 50873201,
"node_id": "MDQ6VXNlcjUwODczMjAx",
"avatar_url": "https://avatars.githubusercontent.com/u/50873201?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineeths96",
"html_url": "https://github.com/vineeths96",
"followers_url": "https://api.github.com/users/vineeths96/followers",
"following_url": "https://api.github.com/users/vineeths96/following{/other_user}",
"gists_url": "https://api.github.com/users/vineeths96/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vineeths96/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vineeths96/subscriptions",
"organizations_url": "https://api.github.com/users/vineeths96/orgs",
"repos_url": "https://api.github.com/users/vineeths96/repos",
"events_url": "https://api.github.com/users/vineeths96/events{/privacy}",
"received_events_url": "https://api.github.com/users/vineeths96/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,071,009,000 | 1,608,471,240,000 | 1,607,089,790,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1092",
"html_url": "https://github.com/huggingface/datasets/pull/1092",
"diff_url": "https://github.com/huggingface/datasets/pull/1092.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1092.patch"
} | Adding [Coached Conversation Preference Dataset](https://research.google/tools/datasets/coached-conversational-preference-elicitation/)
| https://api.github.com/repos/huggingface/datasets/issues/1092/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1091 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1091/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1091/comments | https://api.github.com/repos/huggingface/datasets/issues/1091/events | https://github.com/huggingface/datasets/pull/1091 | 756,841,254 | MDExOlB1bGxSZXF1ZXN0NTMyMzE5MDk5 | 1,091 | Add Google wellformed query dataset | {
"login": "vasudevgupta7",
"id": 53136577,
"node_id": "MDQ6VXNlcjUzMTM2NTc3",
"avatar_url": "https://avatars.githubusercontent.com/u/53136577?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vasudevgupta7",
"html_url": "https://github.com/vasudevgupta7",
"followers_url": "https://api.github.com/users/vasudevgupta7/followers",
"following_url": "https://api.github.com/users/vasudevgupta7/following{/other_user}",
"gists_url": "https://api.github.com/users/vasudevgupta7/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vasudevgupta7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vasudevgupta7/subscriptions",
"organizations_url": "https://api.github.com/users/vasudevgupta7/orgs",
"repos_url": "https://api.github.com/users/vasudevgupta7/repos",
"events_url": "https://api.github.com/users/vasudevgupta7/events{/privacy}",
"received_events_url": "https://api.github.com/users/vasudevgupta7/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"hope this works.."
] | 1,607,063,154,000 | 1,607,276,583,000 | 1,607,276,582,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1091",
"html_url": "https://github.com/huggingface/datasets/pull/1091",
"diff_url": "https://github.com/huggingface/datasets/pull/1091.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1091.patch"
} | This pull request will add Google wellformed_query dataset. Link of dataset is https://github.com/google-research-datasets/query-wellformedness | https://api.github.com/repos/huggingface/datasets/issues/1091/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1090 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1090/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1090/comments | https://api.github.com/repos/huggingface/datasets/issues/1090/events | https://github.com/huggingface/datasets/pull/1090 | 756,825,941 | MDExOlB1bGxSZXF1ZXN0NTMyMzA1OTk1 | 1,090 | add thaisum | {
"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/cstorm125/followers",
"following_url": "https://api.github.com/users/cstorm125/following{/other_user}",
"gists_url": "https://api.github.com/users/cstorm125/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cstorm125/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cstorm125/subscriptions",
"organizations_url": "https://api.github.com/users/cstorm125/orgs",
"repos_url": "https://api.github.com/users/cstorm125/repos",
"events_url": "https://api.github.com/users/cstorm125/events{/privacy}",
"received_events_url": "https://api.github.com/users/cstorm125/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,061,288,000 | 1,607,080,566,000 | 1,607,080,566,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1090",
"html_url": "https://github.com/huggingface/datasets/pull/1090",
"diff_url": "https://github.com/huggingface/datasets/pull/1090.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1090.patch"
} | ThaiSum, a large-scale corpus for Thai text summarization obtained from several online news websites namely Thairath, ThaiPBS, Prachathai, and The Standard. This dataset consists of over 350,000 article and summary pairs written by journalists. We evaluate the performance of various existing summarization models on ThaiSum dataset and analyse the characteristic of the dataset to present its difficulties. | https://api.github.com/repos/huggingface/datasets/issues/1090/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1089 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1089/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1089/comments | https://api.github.com/repos/huggingface/datasets/issues/1089/events | https://github.com/huggingface/datasets/pull/1089 | 756,823,690 | MDExOlB1bGxSZXF1ZXN0NTMyMzA0MDM2 | 1,089 | add sharc_modified | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,060,989,000 | 1,607,078,490,000 | 1,607,077,904,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1089",
"html_url": "https://github.com/huggingface/datasets/pull/1089",
"diff_url": "https://github.com/huggingface/datasets/pull/1089.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1089.patch"
} | Adding modified ShARC dataset https://github.com/nikhilweee/neural-conv-qa | https://api.github.com/repos/huggingface/datasets/issues/1089/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1088 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1088/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1088/comments | https://api.github.com/repos/huggingface/datasets/issues/1088/events | https://github.com/huggingface/datasets/pull/1088 | 756,822,017 | MDExOlB1bGxSZXF1ZXN0NTMyMzAyNjIz | 1,088 | add xquad_r dataset | {
"login": "manandey",
"id": 6687858,
"node_id": "MDQ6VXNlcjY2ODc4NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6687858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manandey",
"html_url": "https://github.com/manandey",
"followers_url": "https://api.github.com/users/manandey/followers",
"following_url": "https://api.github.com/users/manandey/following{/other_user}",
"gists_url": "https://api.github.com/users/manandey/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manandey/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manandey/subscriptions",
"organizations_url": "https://api.github.com/users/manandey/orgs",
"repos_url": "https://api.github.com/users/manandey/repos",
"events_url": "https://api.github.com/users/manandey/events{/privacy}",
"received_events_url": "https://api.github.com/users/manandey/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,060,755,000 | 1,607,079,493,000 | 1,607,078,821,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1088",
"html_url": "https://github.com/huggingface/datasets/pull/1088",
"diff_url": "https://github.com/huggingface/datasets/pull/1088.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1088.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1088/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1087 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1087/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1087/comments | https://api.github.com/repos/huggingface/datasets/issues/1087/events | https://github.com/huggingface/datasets/pull/1087 | 756,794,430 | MDExOlB1bGxSZXF1ZXN0NTMyMjc5NDI3 | 1,087 | Add Big Patent dataset | {
"login": "mattbui",
"id": 46804938,
"node_id": "MDQ6VXNlcjQ2ODA0OTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/46804938?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mattbui",
"html_url": "https://github.com/mattbui",
"followers_url": "https://api.github.com/users/mattbui/followers",
"following_url": "https://api.github.com/users/mattbui/following{/other_user}",
"gists_url": "https://api.github.com/users/mattbui/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mattbui/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mattbui/subscriptions",
"organizations_url": "https://api.github.com/users/mattbui/orgs",
"repos_url": "https://api.github.com/users/mattbui/repos",
"events_url": "https://api.github.com/users/mattbui/events{/privacy}",
"received_events_url": "https://api.github.com/users/mattbui/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@lhoestq reduced the dummy data size to around 19MB in total and added the dataset card.",
"@lhoestq so I ended up removing all the nested JSON objects in the gz datafile and keep only one object with minimal content: `{\"publication_number\": \"US-8230922-B2\", \"abstract\": \"dummy abstract\", \"application_number\": \"US-201113163519-A\", \"description\": \"dummy description\"}`. \r\n\r\nThey're reduced to 35KB in total (2.5KB per domain and 17.5KB for all domains), hopefully, they're small enough."
] | 1,607,056,650,000 | 1,607,275,260,000 | 1,607,275,259,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1087",
"html_url": "https://github.com/huggingface/datasets/pull/1087",
"diff_url": "https://github.com/huggingface/datasets/pull/1087.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1087.patch"
} | * More info on the dataset: https://evasharma.github.io/bigpatent/
* There's another raw version of the dataset available from tfds. However, they're quite large so I don't have the resources to fully test all the configs for that version yet. We'll try to add it later. | https://api.github.com/repos/huggingface/datasets/issues/1087/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1086 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1086/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1086/comments | https://api.github.com/repos/huggingface/datasets/issues/1086/events | https://github.com/huggingface/datasets/pull/1086 | 756,720,643 | MDExOlB1bGxSZXF1ZXN0NTMyMjIzNDEy | 1,086 | adding cdt dataset | {
"login": "abecadel",
"id": 1654113,
"node_id": "MDQ6VXNlcjE2NTQxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1654113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abecadel",
"html_url": "https://github.com/abecadel",
"followers_url": "https://api.github.com/users/abecadel/followers",
"following_url": "https://api.github.com/users/abecadel/following{/other_user}",
"gists_url": "https://api.github.com/users/abecadel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abecadel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abecadel/subscriptions",
"organizations_url": "https://api.github.com/users/abecadel/orgs",
"repos_url": "https://api.github.com/users/abecadel/repos",
"events_url": "https://api.github.com/users/abecadel/events{/privacy}",
"received_events_url": "https://api.github.com/users/abecadel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"> Thanks for adding this one !\r\n> \r\n> I left a few comments\r\n> \r\n> after the change you'll need to regenerate the dataset_infos.json file as well\r\n\r\ndataset_infos.json regenerated",
"looks like this PR includes changes to many files other that the ones for CDT\r\ncould you create another branch and another PR please ?"
] | 1,607,045,291,000 | 1,607,094,242,000 | 1,607,094,242,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1086",
"html_url": "https://github.com/huggingface/datasets/pull/1086",
"diff_url": "https://github.com/huggingface/datasets/pull/1086.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1086.patch"
} | - **Name:** *Cyberbullying Detection Task*
- **Description:** *The Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content.*
- **Data:** *https://github.com/ptaszynski/cyberbullying-Polish*
- **Motivation:** *The KLEJ benchmark (Kompleksowa Lista Ewaluacji Językowych) is a set of nine evaluation tasks for the Polish language understanding.* | https://api.github.com/repos/huggingface/datasets/issues/1086/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1085 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1085/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1085/comments | https://api.github.com/repos/huggingface/datasets/issues/1085/events | https://github.com/huggingface/datasets/pull/1085 | 756,704,563 | MDExOlB1bGxSZXF1ZXN0NTMyMjExNTA4 | 1,085 | add mutual friends conversational dataset | {
"login": "VictorSanh",
"id": 16107619,
"node_id": "MDQ6VXNlcjE2MTA3NjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/16107619?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VictorSanh",
"html_url": "https://github.com/VictorSanh",
"followers_url": "https://api.github.com/users/VictorSanh/followers",
"following_url": "https://api.github.com/users/VictorSanh/following{/other_user}",
"gists_url": "https://api.github.com/users/VictorSanh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VictorSanh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VictorSanh/subscriptions",
"organizations_url": "https://api.github.com/users/VictorSanh/orgs",
"repos_url": "https://api.github.com/users/VictorSanh/repos",
"events_url": "https://api.github.com/users/VictorSanh/events{/privacy}",
"received_events_url": "https://api.github.com/users/VictorSanh/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Ready for review"
] | 1,607,042,901,000 | 1,608,134,311,000 | 1,608,134,310,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1085",
"html_url": "https://github.com/huggingface/datasets/pull/1085",
"diff_url": "https://github.com/huggingface/datasets/pull/1085.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1085.patch"
} | Mutual friends dataset
WIP
TODO:
- scenario_kbs (bug with pyarrow conversion)
- download from codalab checksums bug | https://api.github.com/repos/huggingface/datasets/issues/1085/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1084 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1084/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1084/comments | https://api.github.com/repos/huggingface/datasets/issues/1084/events | https://github.com/huggingface/datasets/pull/1084 | 756,688,727 | MDExOlB1bGxSZXF1ZXN0NTMyMTk4MTM3 | 1,084 | adding cdsc dataset | {
"login": "abecadel",
"id": 1654113,
"node_id": "MDQ6VXNlcjE2NTQxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1654113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abecadel",
"html_url": "https://github.com/abecadel",
"followers_url": "https://api.github.com/users/abecadel/followers",
"following_url": "https://api.github.com/users/abecadel/following{/other_user}",
"gists_url": "https://api.github.com/users/abecadel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abecadel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abecadel/subscriptions",
"organizations_url": "https://api.github.com/users/abecadel/orgs",
"repos_url": "https://api.github.com/users/abecadel/repos",
"events_url": "https://api.github.com/users/abecadel/events{/privacy}",
"received_events_url": "https://api.github.com/users/abecadel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,040,605,000 | 1,607,078,486,000 | 1,607,078,486,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1084",
"html_url": "https://github.com/huggingface/datasets/pull/1084",
"diff_url": "https://github.com/huggingface/datasets/pull/1084.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1084.patch"
} | - **Name**: *cdsc (domains: cdsc-e & cdsc-r)*
- **Description**: *Polish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wróblewska and Krasnowska-Kieraś (2017) for a detailed description of the resource.*
- **Data**: *http://2019.poleval.pl/index.php/tasks/*
- **Motivation**: *The KLEJ benchmark (Kompleksowa Lista Ewaluacji Językowych) is a set of nine evaluation tasks for the Polish language understanding.* | https://api.github.com/repos/huggingface/datasets/issues/1084/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1083 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1083/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1083/comments | https://api.github.com/repos/huggingface/datasets/issues/1083/events | https://github.com/huggingface/datasets/pull/1083 | 756,687,101 | MDExOlB1bGxSZXF1ZXN0NTMyMTk2Nzc0 | 1,083 | Add the multilingual Exams dataset | {
"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/yjernite/followers",
"following_url": "https://api.github.com/users/yjernite/following{/other_user}",
"gists_url": "https://api.github.com/users/yjernite/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yjernite/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yjernite/subscriptions",
"organizations_url": "https://api.github.com/users/yjernite/orgs",
"repos_url": "https://api.github.com/users/yjernite/repos",
"events_url": "https://api.github.com/users/yjernite/events{/privacy}",
"received_events_url": "https://api.github.com/users/yjernite/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Will slim down the dummy files in the morning"
] | 1,607,040,364,000 | 1,607,101,920,000 | 1,607,101,920,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1083",
"html_url": "https://github.com/huggingface/datasets/pull/1083",
"diff_url": "https://github.com/huggingface/datasets/pull/1083.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1083.patch"
} | https://github.com/mhardalov/exams-qa
`multilingual` configs have all languages mixed together
`crosslingual` mixes the languages for test but separates them for train and dec, so I've made one config per language for train/dev data and one config with the joint test set | https://api.github.com/repos/huggingface/datasets/issues/1083/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1082 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1082/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1082/comments | https://api.github.com/repos/huggingface/datasets/issues/1082/events | https://github.com/huggingface/datasets/pull/1082 | 756,676,218 | MDExOlB1bGxSZXF1ZXN0NTMyMTg3ODg3 | 1,082 | Myanmar news dataset | {
"login": "mapmeld",
"id": 643918,
"node_id": "MDQ6VXNlcjY0MzkxOA==",
"avatar_url": "https://avatars.githubusercontent.com/u/643918?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mapmeld",
"html_url": "https://github.com/mapmeld",
"followers_url": "https://api.github.com/users/mapmeld/followers",
"following_url": "https://api.github.com/users/mapmeld/following{/other_user}",
"gists_url": "https://api.github.com/users/mapmeld/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mapmeld/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mapmeld/subscriptions",
"organizations_url": "https://api.github.com/users/mapmeld/orgs",
"repos_url": "https://api.github.com/users/mapmeld/repos",
"events_url": "https://api.github.com/users/mapmeld/events{/privacy}",
"received_events_url": "https://api.github.com/users/mapmeld/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,038,740,000 | 1,607,076,818,000 | 1,607,076,818,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1082",
"html_url": "https://github.com/huggingface/datasets/pull/1082",
"diff_url": "https://github.com/huggingface/datasets/pull/1082.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1082.patch"
} | Add news topic classification dataset in Myanmar / Burmese languagess
This data was collected in 2017 by Aye Hninn Khine , and published on GitHub with a GPL license
https://github.com/ayehninnkhine/MyanmarNewsClassificationSystem
| https://api.github.com/repos/huggingface/datasets/issues/1082/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1081 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1081/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1081/comments | https://api.github.com/repos/huggingface/datasets/issues/1081/events | https://github.com/huggingface/datasets/pull/1081 | 756,672,527 | MDExOlB1bGxSZXF1ZXN0NTMyMTg0ODc4 | 1,081 | Add Knowledge-Enhanced Language Model Pre-training (KELM) | {
"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/followers",
"following_url": "https://api.github.com/users/joeddav/following{/other_user}",
"gists_url": "https://api.github.com/users/joeddav/gists{/gist_id}",
"starred_url": "https://api.github.com/users/joeddav/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joeddav/subscriptions",
"organizations_url": "https://api.github.com/users/joeddav/orgs",
"repos_url": "https://api.github.com/users/joeddav/repos",
"events_url": "https://api.github.com/users/joeddav/events{/privacy}",
"received_events_url": "https://api.github.com/users/joeddav/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,038,209,000 | 1,607,099,788,000 | 1,607,099,788,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1081",
"html_url": "https://github.com/huggingface/datasets/pull/1081",
"diff_url": "https://github.com/huggingface/datasets/pull/1081.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1081.patch"
} | Adds the KELM dataset.
- Webpage/repo: https://github.com/google-research-datasets/KELM-corpus
- Paper: https://arxiv.org/pdf/2010.12688.pdf | https://api.github.com/repos/huggingface/datasets/issues/1081/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1080 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1080/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1080/comments | https://api.github.com/repos/huggingface/datasets/issues/1080/events | https://github.com/huggingface/datasets/pull/1080 | 756,663,464 | MDExOlB1bGxSZXF1ZXN0NTMyMTc3NDg5 | 1,080 | Add WikiANN NER dataset | {
"login": "lewtun",
"id": 26859204,
"node_id": "MDQ6VXNlcjI2ODU5MjA0",
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lewtun",
"html_url": "https://github.com/lewtun",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://api.github.com/users/lewtun/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lewtun/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lewtun/subscriptions",
"organizations_url": "https://api.github.com/users/lewtun/orgs",
"repos_url": "https://api.github.com/users/lewtun/repos",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"received_events_url": "https://api.github.com/users/lewtun/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Dataset card added, so ready for review!"
] | 1,607,036,964,000 | 1,607,275,135,000 | 1,607,275,135,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1080",
"html_url": "https://github.com/huggingface/datasets/pull/1080",
"diff_url": "https://github.com/huggingface/datasets/pull/1080.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1080.patch"
} | This PR adds the full set of 176 languages from the balanced train/dev/test splits of WikiANN / PAN-X from: https://github.com/afshinrahimi/mmner
Until now, only 40 of these languages were available in `datasets` as part of the XTREME benchmark
Courtesy of the dataset author, we can now download this dataset from a Dropbox URL without needing a manual download anymore 🥳, so at some point it would be worth updating the PAN-X subset of XTREME as well 😄
Link to gist with some snippets for producing dummy data: https://gist.github.com/lewtun/5b93294ab6dbcf59d1493dbe2cfd6bb9
P.S. @yjernite I think I was confused about needing to generate a set of YAML tags per config, so ended up just adding a single one in the README. | https://api.github.com/repos/huggingface/datasets/issues/1080/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1079 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1079/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1079/comments | https://api.github.com/repos/huggingface/datasets/issues/1079/events | https://github.com/huggingface/datasets/pull/1079 | 756,652,427 | MDExOlB1bGxSZXF1ZXN0NTMyMTY4Nzky | 1,079 | nkjp-ner | {
"login": "abecadel",
"id": 1654113,
"node_id": "MDQ6VXNlcjE2NTQxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1654113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abecadel",
"html_url": "https://github.com/abecadel",
"followers_url": "https://api.github.com/users/abecadel/followers",
"following_url": "https://api.github.com/users/abecadel/following{/other_user}",
"gists_url": "https://api.github.com/users/abecadel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abecadel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abecadel/subscriptions",
"organizations_url": "https://api.github.com/users/abecadel/orgs",
"repos_url": "https://api.github.com/users/abecadel/repos",
"events_url": "https://api.github.com/users/abecadel/events{/privacy}",
"received_events_url": "https://api.github.com/users/abecadel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,035,646,000 | 1,607,074,926,000 | 1,607,074,926,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1079",
"html_url": "https://github.com/huggingface/datasets/pull/1079",
"diff_url": "https://github.com/huggingface/datasets/pull/1079.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1079.patch"
} | - **Name:** *nkjp-ner*
- **Description:** *The NKJP-NER is based on a human-annotated part of NKJP. We extracted sentences with named entities of exactly one type. The task is to predict the type of the named entity.*
- **Data:** *https://klejbenchmark.com/tasks/*
- **Motivation:** *The KLEJ benchmark (Kompleksowa Lista Ewaluacji Językowych) is a set of nine evaluation tasks for the Polish language understanding.*
| https://api.github.com/repos/huggingface/datasets/issues/1079/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1078 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1078/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1078/comments | https://api.github.com/repos/huggingface/datasets/issues/1078/events | https://github.com/huggingface/datasets/pull/1078 | 756,633,215 | MDExOlB1bGxSZXF1ZXN0NTMyMTUyMzgx | 1,078 | add AJGT dataset | {
"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.com/users/zaidalyafeai/followers",
"following_url": "https://api.github.com/users/zaidalyafeai/following{/other_user}",
"gists_url": "https://api.github.com/users/zaidalyafeai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zaidalyafeai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zaidalyafeai/subscriptions",
"organizations_url": "https://api.github.com/users/zaidalyafeai/orgs",
"repos_url": "https://api.github.com/users/zaidalyafeai/repos",
"events_url": "https://api.github.com/users/zaidalyafeai/events{/privacy}",
"received_events_url": "https://api.github.com/users/zaidalyafeai/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,033,791,000 | 1,607,075,715,000 | 1,607,075,715,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1078",
"html_url": "https://github.com/huggingface/datasets/pull/1078",
"diff_url": "https://github.com/huggingface/datasets/pull/1078.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1078.patch"
} | Arabic Jordanian General Tweets. | https://api.github.com/repos/huggingface/datasets/issues/1078/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1077 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1077/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1077/comments | https://api.github.com/repos/huggingface/datasets/issues/1077/events | https://github.com/huggingface/datasets/pull/1077 | 756,617,964 | MDExOlB1bGxSZXF1ZXN0NTMyMTM5ODMx | 1,077 | Added glucose dataset | {
"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/users/TevenLeScao/followers",
"following_url": "https://api.github.com/users/TevenLeScao/following{/other_user}",
"gists_url": "https://api.github.com/users/TevenLeScao/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TevenLeScao/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TevenLeScao/subscriptions",
"organizations_url": "https://api.github.com/users/TevenLeScao/orgs",
"repos_url": "https://api.github.com/users/TevenLeScao/repos",
"events_url": "https://api.github.com/users/TevenLeScao/events{/privacy}",
"received_events_url": "https://api.github.com/users/TevenLeScao/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,032,141,000 | 1,607,075,753,000 | 1,607,075,752,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1077",
"html_url": "https://github.com/huggingface/datasets/pull/1077",
"diff_url": "https://github.com/huggingface/datasets/pull/1077.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1077.patch"
} | This PR adds the [Glucose](https://github.com/ElementalCognition/glucose) dataset. | https://api.github.com/repos/huggingface/datasets/issues/1077/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1076 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1076/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1076/comments | https://api.github.com/repos/huggingface/datasets/issues/1076/events | https://github.com/huggingface/datasets/pull/1076 | 756,584,328 | MDExOlB1bGxSZXF1ZXN0NTMyMTExNDU5 | 1,076 | quac quac / coin coin | {
"login": "VictorSanh",
"id": 16107619,
"node_id": "MDQ6VXNlcjE2MTA3NjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/16107619?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VictorSanh",
"html_url": "https://github.com/VictorSanh",
"followers_url": "https://api.github.com/users/VictorSanh/followers",
"following_url": "https://api.github.com/users/VictorSanh/following{/other_user}",
"gists_url": "https://api.github.com/users/VictorSanh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VictorSanh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VictorSanh/subscriptions",
"organizations_url": "https://api.github.com/users/VictorSanh/orgs",
"repos_url": "https://api.github.com/users/VictorSanh/repos",
"events_url": "https://api.github.com/users/VictorSanh/events{/privacy}",
"received_events_url": "https://api.github.com/users/VictorSanh/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"pan"
] | 1,607,028,929,000 | 1,607,099,799,000 | 1,607,073,320,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1076",
"html_url": "https://github.com/huggingface/datasets/pull/1076",
"diff_url": "https://github.com/huggingface/datasets/pull/1076.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1076.patch"
} | Add QUAC (Question Answering in Context)
I linearized most of the dictionnaries to lists.
Referenced to the authors' datasheet for the dataset card.
🦆🦆🦆
Coin coin | https://api.github.com/repos/huggingface/datasets/issues/1076/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1075 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1075/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1075/comments | https://api.github.com/repos/huggingface/datasets/issues/1075/events | https://github.com/huggingface/datasets/pull/1075 | 756,501,235 | MDExOlB1bGxSZXF1ZXN0NTMyMDM4ODg1 | 1,075 | adding cleaned verion of E2E NLG | {
"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/yjernite/followers",
"following_url": "https://api.github.com/users/yjernite/following{/other_user}",
"gists_url": "https://api.github.com/users/yjernite/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yjernite/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yjernite/subscriptions",
"organizations_url": "https://api.github.com/users/yjernite/orgs",
"repos_url": "https://api.github.com/users/yjernite/repos",
"events_url": "https://api.github.com/users/yjernite/events{/privacy}",
"received_events_url": "https://api.github.com/users/yjernite/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,023,267,000 | 1,607,024,636,000 | 1,607,024,636,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1075",
"html_url": "https://github.com/huggingface/datasets/pull/1075",
"diff_url": "https://github.com/huggingface/datasets/pull/1075.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1075.patch"
} | Found at: https://github.com/tuetschek/e2e-cleaning | https://api.github.com/repos/huggingface/datasets/issues/1075/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1074 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1074/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1074/comments | https://api.github.com/repos/huggingface/datasets/issues/1074/events | https://github.com/huggingface/datasets/pull/1074 | 756,483,172 | MDExOlB1bGxSZXF1ZXN0NTMyMDIyNTIy | 1,074 | Swedish MT STS-B | {
"login": "timpal0l",
"id": 6556710,
"node_id": "MDQ6VXNlcjY1NTY3MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/6556710?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/timpal0l",
"html_url": "https://github.com/timpal0l",
"followers_url": "https://api.github.com/users/timpal0l/followers",
"following_url": "https://api.github.com/users/timpal0l/following{/other_user}",
"gists_url": "https://api.github.com/users/timpal0l/gists{/gist_id}",
"starred_url": "https://api.github.com/users/timpal0l/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/timpal0l/subscriptions",
"organizations_url": "https://api.github.com/users/timpal0l/orgs",
"repos_url": "https://api.github.com/users/timpal0l/repos",
"events_url": "https://api.github.com/users/timpal0l/events{/privacy}",
"received_events_url": "https://api.github.com/users/timpal0l/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,022,385,000 | 1,607,113,347,000 | 1,607,028,268,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1074",
"html_url": "https://github.com/huggingface/datasets/pull/1074",
"diff_url": "https://github.com/huggingface/datasets/pull/1074.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1074.patch"
} | Added a Swedish machine translated version of the well known STS-B Corpus | https://api.github.com/repos/huggingface/datasets/issues/1074/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1073 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1073/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1073/comments | https://api.github.com/repos/huggingface/datasets/issues/1073/events | https://github.com/huggingface/datasets/pull/1073 | 756,468,034 | MDExOlB1bGxSZXF1ZXN0NTMyMDA4NjIw | 1,073 | Add DialogRE dataset | {
"login": "vineeths96",
"id": 50873201,
"node_id": "MDQ6VXNlcjUwODczMjAx",
"avatar_url": "https://avatars.githubusercontent.com/u/50873201?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineeths96",
"html_url": "https://github.com/vineeths96",
"followers_url": "https://api.github.com/users/vineeths96/followers",
"following_url": "https://api.github.com/users/vineeths96/following{/other_user}",
"gists_url": "https://api.github.com/users/vineeths96/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vineeths96/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vineeths96/subscriptions",
"organizations_url": "https://api.github.com/users/vineeths96/orgs",
"repos_url": "https://api.github.com/users/vineeths96/repos",
"events_url": "https://api.github.com/users/vineeths96/events{/privacy}",
"received_events_url": "https://api.github.com/users/vineeths96/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,021,800,000 | 1,608,471,288,000 | 1,607,089,311,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1073",
"html_url": "https://github.com/huggingface/datasets/pull/1073",
"diff_url": "https://github.com/huggingface/datasets/pull/1073.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1073.patch"
} | Adding the [DialogRE](https://github.com/nlpdata/dialogre) dataset Version 2.
- All tests passed successfully. | https://api.github.com/repos/huggingface/datasets/issues/1073/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1072 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1072/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1072/comments | https://api.github.com/repos/huggingface/datasets/issues/1072/events | https://github.com/huggingface/datasets/pull/1072 | 756,454,511 | MDExOlB1bGxSZXF1ZXN0NTMxOTk2Njky | 1,072 | actually uses the previously declared VERSION on the configs in the template | {
"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/yjernite/followers",
"following_url": "https://api.github.com/users/yjernite/following{/other_user}",
"gists_url": "https://api.github.com/users/yjernite/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yjernite/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yjernite/subscriptions",
"organizations_url": "https://api.github.com/users/yjernite/orgs",
"repos_url": "https://api.github.com/users/yjernite/repos",
"events_url": "https://api.github.com/users/yjernite/events{/privacy}",
"received_events_url": "https://api.github.com/users/yjernite/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,021,067,000 | 1,607,024,146,000 | 1,607,024,146,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1072",
"html_url": "https://github.com/huggingface/datasets/pull/1072",
"diff_url": "https://github.com/huggingface/datasets/pull/1072.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1072.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1072/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1071 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1071/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1071/comments | https://api.github.com/repos/huggingface/datasets/issues/1071/events | https://github.com/huggingface/datasets/pull/1071 | 756,447,296 | MDExOlB1bGxSZXF1ZXN0NTMxOTkwNzY1 | 1,071 | add xlrd to test package requirements | {
"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/yjernite/followers",
"following_url": "https://api.github.com/users/yjernite/following{/other_user}",
"gists_url": "https://api.github.com/users/yjernite/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yjernite/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yjernite/subscriptions",
"organizations_url": "https://api.github.com/users/yjernite/orgs",
"repos_url": "https://api.github.com/users/yjernite/repos",
"events_url": "https://api.github.com/users/yjernite/events{/privacy}",
"received_events_url": "https://api.github.com/users/yjernite/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,020,367,000 | 1,607,021,236,000 | 1,607,021,236,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1071",
"html_url": "https://github.com/huggingface/datasets/pull/1071",
"diff_url": "https://github.com/huggingface/datasets/pull/1071.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1071.patch"
} | Adds `xlrd` package to the test requirements to handle scripts that use `pandas` to load excel files | https://api.github.com/repos/huggingface/datasets/issues/1071/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1070 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1070/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1070/comments | https://api.github.com/repos/huggingface/datasets/issues/1070/events | https://github.com/huggingface/datasets/pull/1070 | 756,442,481 | MDExOlB1bGxSZXF1ZXN0NTMxOTg2Nzcz | 1,070 | add conv_ai | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This one will make @thomwolf reminisce ;)",
"Merging."
] | 1,607,019,920,000 | 1,607,068,715,000 | 1,607,064,274,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1070",
"html_url": "https://github.com/huggingface/datasets/pull/1070",
"diff_url": "https://github.com/huggingface/datasets/pull/1070.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1070.patch"
} | Adding ConvAI dataset https://github.com/DeepPavlov/convai/tree/master/2017 | https://api.github.com/repos/huggingface/datasets/issues/1070/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1069 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1069/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1069/comments | https://api.github.com/repos/huggingface/datasets/issues/1069/events | https://github.com/huggingface/datasets/pull/1069 | 756,425,737 | MDExOlB1bGxSZXF1ZXN0NTMxOTcyNjYz | 1,069 | Test | {
"login": "manandey",
"id": 6687858,
"node_id": "MDQ6VXNlcjY2ODc4NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6687858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manandey",
"html_url": "https://github.com/manandey",
"followers_url": "https://api.github.com/users/manandey/followers",
"following_url": "https://api.github.com/users/manandey/following{/other_user}",
"gists_url": "https://api.github.com/users/manandey/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manandey/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manandey/subscriptions",
"organizations_url": "https://api.github.com/users/manandey/orgs",
"repos_url": "https://api.github.com/users/manandey/repos",
"events_url": "https://api.github.com/users/manandey/events{/privacy}",
"received_events_url": "https://api.github.com/users/manandey/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,018,505,000 | 1,607,055,858,000 | 1,607,055,851,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1069",
"html_url": "https://github.com/huggingface/datasets/pull/1069",
"diff_url": "https://github.com/huggingface/datasets/pull/1069.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1069.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1069/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1068 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1068/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1068/comments | https://api.github.com/repos/huggingface/datasets/issues/1068/events | https://github.com/huggingface/datasets/pull/1068 | 756,417,337 | MDExOlB1bGxSZXF1ZXN0NTMxOTY1MDk0 | 1,068 | Add Pubmed (citation + abstract) dataset (2020). | {
"login": "Narsil",
"id": 204321,
"node_id": "MDQ6VXNlcjIwNDMyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/204321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Narsil",
"html_url": "https://github.com/Narsil",
"followers_url": "https://api.github.com/users/Narsil/followers",
"following_url": "https://api.github.com/users/Narsil/following{/other_user}",
"gists_url": "https://api.github.com/users/Narsil/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Narsil/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Narsil/subscriptions",
"organizations_url": "https://api.github.com/users/Narsil/orgs",
"repos_url": "https://api.github.com/users/Narsil/repos",
"events_url": "https://api.github.com/users/Narsil/events{/privacy}",
"received_events_url": "https://api.github.com/users/Narsil/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"LGTM! ftp addition looks fine but maybe have a look @thomwolf ?",
"It's not finished yet, I need to run the tests on the full dataset (it was running this weekend, there is an error somewhere deep)\r\n",
"@yjernite Ready for review !\r\n@thomwolf \r\n\r\nSo I tried to follow closely the original format that means I still had to drop information (namely tags on elements are simply discarded for now but they don't seem to carry critical information).\r\nSome elements are also discarded they tend to not come up often:\r\n - The most notable is Author affiliation, which seems to be all over the place in terms of what it look meaning it's hard to actually get a consistent format.\r\n - Journal is the same, all the elements in there can be wildly different so I decided to drop it for now instead of trying to figure out a way to have a common presentation. (the DOI and medline ID are present so it can be recovered).\r\n\r\nI think this PR could go as it but we probably should add a way to get easier information to use with a config.\r\nFor instance `{\"title\": \"string\", \"abstract\": \"string\", \"authors\": List[str], \"substances\": List[str]}` maybe ? (substances for instance is a tricky one, some substances only have an international identifier, some have simply a common name, some both)\r\n\r\nIt's relatively easy to do I think it's mostly discarding other fields and renaming some deep structure into a flat one.",
"Look ok to me but @lhoestq is the master on the Download Manager side"
] | 1,607,018,050,000 | 1,608,717,127,000 | 1,608,717,127,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1068",
"html_url": "https://github.com/huggingface/datasets/pull/1068",
"diff_url": "https://github.com/huggingface/datasets/pull/1068.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1068.patch"
} | null | https://api.github.com/repos/huggingface/datasets/issues/1068/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1067 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1067/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1067/comments | https://api.github.com/repos/huggingface/datasets/issues/1067/events | https://github.com/huggingface/datasets/pull/1067 | 756,414,212 | MDExOlB1bGxSZXF1ZXN0NTMxOTYyNDYx | 1,067 | add xquad-r dataset | {
"login": "manandey",
"id": 6687858,
"node_id": "MDQ6VXNlcjY2ODc4NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6687858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manandey",
"html_url": "https://github.com/manandey",
"followers_url": "https://api.github.com/users/manandey/followers",
"following_url": "https://api.github.com/users/manandey/following{/other_user}",
"gists_url": "https://api.github.com/users/manandey/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manandey/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manandey/subscriptions",
"organizations_url": "https://api.github.com/users/manandey/orgs",
"repos_url": "https://api.github.com/users/manandey/repos",
"events_url": "https://api.github.com/users/manandey/events{/privacy}",
"received_events_url": "https://api.github.com/users/manandey/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,017,801,000 | 1,607,018,001,000 | 1,607,017,995,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1067",
"html_url": "https://github.com/huggingface/datasets/pull/1067",
"diff_url": "https://github.com/huggingface/datasets/pull/1067.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1067.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1067/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1066 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1066/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1066/comments | https://api.github.com/repos/huggingface/datasets/issues/1066/events | https://github.com/huggingface/datasets/pull/1066 | 756,391,957 | MDExOlB1bGxSZXF1ZXN0NTMxOTQ0MDc0 | 1,066 | Add ChrEn | {
"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/yjernite/followers",
"following_url": "https://api.github.com/users/yjernite/following{/other_user}",
"gists_url": "https://api.github.com/users/yjernite/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yjernite/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yjernite/subscriptions",
"organizations_url": "https://api.github.com/users/yjernite/orgs",
"repos_url": "https://api.github.com/users/yjernite/repos",
"events_url": "https://api.github.com/users/yjernite/events{/privacy}",
"received_events_url": "https://api.github.com/users/yjernite/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I just saw your PR actually ^^",
"> I just saw your PR actually ^^\r\n\r\nSomehow that still doesn't work, lmk if you have any ideas.",
"Did you rebase from master ?"
] | 1,607,015,868,000 | 1,607,032,179,000 | 1,607,032,179,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1066",
"html_url": "https://github.com/huggingface/datasets/pull/1066",
"diff_url": "https://github.com/huggingface/datasets/pull/1066.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1066.patch"
} | Adding the Cherokee English machine translation dataset of https://github.com/ZhangShiyue/ChrEn | https://api.github.com/repos/huggingface/datasets/issues/1066/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1065 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1065/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1065/comments | https://api.github.com/repos/huggingface/datasets/issues/1065/events | https://github.com/huggingface/datasets/pull/1065 | 756,383,414 | MDExOlB1bGxSZXF1ZXN0NTMxOTM2OTQ3 | 1,065 | add xquad-r dataset | {
"login": "manandey",
"id": 6687858,
"node_id": "MDQ6VXNlcjY2ODc4NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6687858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manandey",
"html_url": "https://github.com/manandey",
"followers_url": "https://api.github.com/users/manandey/followers",
"following_url": "https://api.github.com/users/manandey/following{/other_user}",
"gists_url": "https://api.github.com/users/manandey/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manandey/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manandey/subscriptions",
"organizations_url": "https://api.github.com/users/manandey/orgs",
"repos_url": "https://api.github.com/users/manandey/repos",
"events_url": "https://api.github.com/users/manandey/events{/privacy}",
"received_events_url": "https://api.github.com/users/manandey/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,015,183,000 | 1,607,017,341,000 | 1,607,017,323,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1065",
"html_url": "https://github.com/huggingface/datasets/pull/1065",
"diff_url": "https://github.com/huggingface/datasets/pull/1065.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1065.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1065/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1064 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1064/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1064/comments | https://api.github.com/repos/huggingface/datasets/issues/1064/events | https://github.com/huggingface/datasets/issues/1064 | 756,382,186 | MDU6SXNzdWU3NTYzODIxODY= | 1,064 | Not support links with 302 redirect | {
"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/users/chameleonTK/followers",
"following_url": "https://api.github.com/users/chameleonTK/following{/other_user}",
"gists_url": "https://api.github.com/users/chameleonTK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chameleonTK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chameleonTK/subscriptions",
"organizations_url": "https://api.github.com/users/chameleonTK/orgs",
"repos_url": "https://api.github.com/users/chameleonTK/repos",
"events_url": "https://api.github.com/users/chameleonTK/events{/privacy}",
"received_events_url": "https://api.github.com/users/chameleonTK/received_events",
"type": "User",
"site_admin": false
} | [
{
"id": 1935892857,
"node_id": "MDU6TGFiZWwxOTM1ODkyODU3",
"url": "https://api.github.com/repos/huggingface/datasets/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | closed | false | null | [] | null | [
"Hi !\r\nThis kind of links is now supported by the library since #1316",
"> Hi !\r\n> This kind of links is now supported by the library since #1316\r\n\r\nI updated links in TLC datasets to be the github links in this pull request \r\n https://github.com/huggingface/datasets/pull/1737\r\n\r\nEverything works now. Thank you."
] | 1,607,015,083,000 | 1,610,592,685,000 | 1,610,592,685,000 | CONTRIBUTOR | null | null | I have an issue adding this download link https://github.com/jitkapat/thailitcorpus/releases/download/v.2.0/tlc_v.2.0.tar.gz
it might be because it is not a direct link (it returns 302 and redirects to aws that returns 403 for head requests).
```
r.head("https://github.com/jitkapat/thailitcorpus/releases/download/v.2.0/tlc_v.2.0.tar.gz", allow_redirects=True)
# <Response [403]>
``` | https://api.github.com/repos/huggingface/datasets/issues/1064/timeline | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1063 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1063/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1063/comments | https://api.github.com/repos/huggingface/datasets/issues/1063/events | https://github.com/huggingface/datasets/pull/1063 | 756,376,374 | MDExOlB1bGxSZXF1ZXN0NTMxOTMxMTMz | 1,063 | Add the Ud treebank | {
"login": "jplu",
"id": 959590,
"node_id": "MDQ6VXNlcjk1OTU5MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/959590?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jplu",
"html_url": "https://github.com/jplu",
"followers_url": "https://api.github.com/users/jplu/followers",
"following_url": "https://api.github.com/users/jplu/following{/other_user}",
"gists_url": "https://api.github.com/users/jplu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jplu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jplu/subscriptions",
"organizations_url": "https://api.github.com/users/jplu/orgs",
"repos_url": "https://api.github.com/users/jplu/repos",
"events_url": "https://api.github.com/users/jplu/events{/privacy}",
"received_events_url": "https://api.github.com/users/jplu/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,014,601,000 | 1,607,098,314,000 | 1,607,097,106,000 | COLLABORATOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1063",
"html_url": "https://github.com/huggingface/datasets/pull/1063",
"diff_url": "https://github.com/huggingface/datasets/pull/1063.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1063.patch"
} | This PR adds the 183 datasets in 104 languages of the UD Treebank. | https://api.github.com/repos/huggingface/datasets/issues/1063/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1062 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1062/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1062/comments | https://api.github.com/repos/huggingface/datasets/issues/1062/events | https://github.com/huggingface/datasets/pull/1062 | 756,373,187 | MDExOlB1bGxSZXF1ZXN0NTMxOTI4NDY5 | 1,062 | Add KorNLU dataset | {
"login": "sumanthd17",
"id": 28291870,
"node_id": "MDQ6VXNlcjI4MjkxODcw",
"avatar_url": "https://avatars.githubusercontent.com/u/28291870?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sumanthd17",
"html_url": "https://github.com/sumanthd17",
"followers_url": "https://api.github.com/users/sumanthd17/followers",
"following_url": "https://api.github.com/users/sumanthd17/following{/other_user}",
"gists_url": "https://api.github.com/users/sumanthd17/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sumanthd17/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sumanthd17/subscriptions",
"organizations_url": "https://api.github.com/users/sumanthd17/orgs",
"repos_url": "https://api.github.com/users/sumanthd17/repos",
"events_url": "https://api.github.com/users/sumanthd17/events{/privacy}",
"received_events_url": "https://api.github.com/users/sumanthd17/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Nice thank you !\r\nCan you regenerate the dataset_infos.json file ? Since we changed the features we must update it\r\n\r\nThen I think we'll be good to merge :)"
] | 1,607,014,359,000 | 1,607,079,919,000 | 1,607,079,919,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1062",
"html_url": "https://github.com/huggingface/datasets/pull/1062",
"diff_url": "https://github.com/huggingface/datasets/pull/1062.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1062.patch"
} | Added Korean NLU datasets. The link to the dataset can be found [here](https://github.com/kakaobrain/KorNLUDatasets) and the paper can be found [here](https://arxiv.org/abs/2004.03289)
**Note**: The MNLI tsv file is broken, so this code currently excludes the file. Please suggest other alternative if any @lhoestq
- [x] Followed the instructions in CONTRIBUTING.md
- [x] Ran the tests successfully
- [x] Created the dummy data | https://api.github.com/repos/huggingface/datasets/issues/1062/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1061 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1061/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1061/comments | https://api.github.com/repos/huggingface/datasets/issues/1061/events | https://github.com/huggingface/datasets/pull/1061 | 756,362,661 | MDExOlB1bGxSZXF1ZXN0NTMxOTE5ODA0 | 1,061 | add labr dataset | {
"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.com/users/zaidalyafeai/followers",
"following_url": "https://api.github.com/users/zaidalyafeai/following{/other_user}",
"gists_url": "https://api.github.com/users/zaidalyafeai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zaidalyafeai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zaidalyafeai/subscriptions",
"organizations_url": "https://api.github.com/users/zaidalyafeai/orgs",
"repos_url": "https://api.github.com/users/zaidalyafeai/repos",
"events_url": "https://api.github.com/users/zaidalyafeai/events{/privacy}",
"received_events_url": "https://api.github.com/users/zaidalyafeai/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,013,537,000 | 1,607,019,944,000 | 1,607,019,944,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1061",
"html_url": "https://github.com/huggingface/datasets/pull/1061",
"diff_url": "https://github.com/huggingface/datasets/pull/1061.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1061.patch"
} | Arabic Book Reviews dataset. | https://api.github.com/repos/huggingface/datasets/issues/1061/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1060 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1060/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1060/comments | https://api.github.com/repos/huggingface/datasets/issues/1060/events | https://github.com/huggingface/datasets/pull/1060 | 756,349,001 | MDExOlB1bGxSZXF1ZXN0NTMxOTA4MTgx | 1,060 | Fix squad V2 metric script | {
"login": "sgugger",
"id": 35901082,
"node_id": "MDQ6VXNlcjM1OTAxMDgy",
"avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sgugger",
"html_url": "https://github.com/sgugger",
"followers_url": "https://api.github.com/users/sgugger/followers",
"following_url": "https://api.github.com/users/sgugger/following{/other_user}",
"gists_url": "https://api.github.com/users/sgugger/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sgugger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sgugger/subscriptions",
"organizations_url": "https://api.github.com/users/sgugger/orgs",
"repos_url": "https://api.github.com/users/sgugger/repos",
"events_url": "https://api.github.com/users/sgugger/events{/privacy}",
"received_events_url": "https://api.github.com/users/sgugger/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The script with changes is used and tested in [#8924](https://github.com/huggingface/transformers/pull/8924). It gives the same results as the old `evaluate_squad` function when used on the same predictions.",
"merging since the CI is fixed on master"
] | 1,607,012,612,000 | 1,608,649,340,000 | 1,608,649,339,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1060",
"html_url": "https://github.com/huggingface/datasets/pull/1060",
"diff_url": "https://github.com/huggingface/datasets/pull/1060.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1060.patch"
} | The current squad v2 metric doesn't work with the squad (v1 or v2) datasets. The script is copied from `squad_evaluate` in transformers that requires the labels (with multiple answers) to be like this:
```
references = [{'id': 'a', 'answers': [
{'text': 'Denver Broncos', 'answer_start': 177},
{'text': 'Denver Broncos', 'answer_start': 177}
]}]
```
while the dataset had references like this:
```
references = [{'id': 'a', 'answers':
{'text': ['Denver Broncos' 'Denver Broncos'], 'answer_start': [177, 177]}
}]
```
Using one or the other format fails with the current squad v2 metric:
```
from datasets import load_metric
metric = load_metric("squad_v2")
predictions = [{'id': 'a', 'prediction_text': 'Denver Broncos', 'no_answer_probability': 0.0}]
references = [{'id': 'a', 'answers': [
{'text': 'Denver Broncos', 'answer_start': 177},
{'text': 'Denver Broncos', 'answer_start': 177}
]}]
metric.compute(predictions=predictions, references=references)
```
fails as well as
```
from datasets import load_metric
metric = load_metric("squad_v2")
predictions = [{'id': 'a', 'prediction_text': 'Denver Broncos', 'no_answer_probability': 0.0}]
references = [{'id': 'a', 'answers':
{'text': ['Denver Broncos' 'Denver Broncos'], 'answer_start': [177, 177]}
}]
metric.compute(predictions=predictions, references=references)
```
This is because arrow reformats the references behind the scene.
With this PR (tested locally), both the snippets up there work and return proper results. | https://api.github.com/repos/huggingface/datasets/issues/1060/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1059 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1059/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1059/comments | https://api.github.com/repos/huggingface/datasets/issues/1059/events | https://github.com/huggingface/datasets/pull/1059 | 756,348,623 | MDExOlB1bGxSZXF1ZXN0NTMxOTA3ODYy | 1,059 | Add TLC | {
"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/users/chameleonTK/followers",
"following_url": "https://api.github.com/users/chameleonTK/following{/other_user}",
"gists_url": "https://api.github.com/users/chameleonTK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chameleonTK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chameleonTK/subscriptions",
"organizations_url": "https://api.github.com/users/chameleonTK/orgs",
"repos_url": "https://api.github.com/users/chameleonTK/repos",
"events_url": "https://api.github.com/users/chameleonTK/events{/privacy}",
"received_events_url": "https://api.github.com/users/chameleonTK/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I have reduced the size of the dummy file and added README sections as you suggested. ",
"I have a little issue to run the test. It seems there is no failed case in my machine. ",
"Thanks !\r\nIt looks like the PR includes changes to many other files than the ones of `tlc`, can you create another branch and another PR ?"
] | 1,607,012,586,000 | 1,607,080,533,000 | 1,607,080,533,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1059",
"html_url": "https://github.com/huggingface/datasets/pull/1059",
"diff_url": "https://github.com/huggingface/datasets/pull/1059.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1059.patch"
} | Added TLC dataset | https://api.github.com/repos/huggingface/datasets/issues/1059/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1058 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1058/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1058/comments | https://api.github.com/repos/huggingface/datasets/issues/1058/events | https://github.com/huggingface/datasets/pull/1058 | 756,332,704 | MDExOlB1bGxSZXF1ZXN0NTMxODk0Mjc0 | 1,058 | added paws-x dataset | {
"login": "bhavitvyamalik",
"id": 19718818,
"node_id": "MDQ6VXNlcjE5NzE4ODE4",
"avatar_url": "https://avatars.githubusercontent.com/u/19718818?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bhavitvyamalik",
"html_url": "https://github.com/bhavitvyamalik",
"followers_url": "https://api.github.com/users/bhavitvyamalik/followers",
"following_url": "https://api.github.com/users/bhavitvyamalik/following{/other_user}",
"gists_url": "https://api.github.com/users/bhavitvyamalik/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bhavitvyamalik/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bhavitvyamalik/subscriptions",
"organizations_url": "https://api.github.com/users/bhavitvyamalik/orgs",
"repos_url": "https://api.github.com/users/bhavitvyamalik/repos",
"events_url": "https://api.github.com/users/bhavitvyamalik/events{/privacy}",
"received_events_url": "https://api.github.com/users/bhavitvyamalik/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,011,561,000 | 1,607,089,565,000 | 1,607,089,565,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1058",
"html_url": "https://github.com/huggingface/datasets/pull/1058",
"diff_url": "https://github.com/huggingface/datasets/pull/1058.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1058.patch"
} | Added paws-x dataset. Updating README and tags in the dataset card in a while | https://api.github.com/repos/huggingface/datasets/issues/1058/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1057 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1057/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1057/comments | https://api.github.com/repos/huggingface/datasets/issues/1057/events | https://github.com/huggingface/datasets/pull/1057 | 756,331,419 | MDExOlB1bGxSZXF1ZXN0NTMxODkzMjE4 | 1,057 | Adding TamilMixSentiment | {
"login": "jamespaultg",
"id": 7421838,
"node_id": "MDQ6VXNlcjc0MjE4Mzg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7421838?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jamespaultg",
"html_url": "https://github.com/jamespaultg",
"followers_url": "https://api.github.com/users/jamespaultg/followers",
"following_url": "https://api.github.com/users/jamespaultg/following{/other_user}",
"gists_url": "https://api.github.com/users/jamespaultg/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jamespaultg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jamespaultg/subscriptions",
"organizations_url": "https://api.github.com/users/jamespaultg/orgs",
"repos_url": "https://api.github.com/users/jamespaultg/repos",
"events_url": "https://api.github.com/users/jamespaultg/events{/privacy}",
"received_events_url": "https://api.github.com/users/jamespaultg/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"looks like this pr incldues changes about many other files than the ones for tamilMixSentiment, could you create another branch and another PR ?"
] | 1,607,011,465,000 | 1,607,076,574,000 | 1,607,076,552,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1057",
"html_url": "https://github.com/huggingface/datasets/pull/1057",
"diff_url": "https://github.com/huggingface/datasets/pull/1057.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1057.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1057/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1056 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1056/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1056/comments | https://api.github.com/repos/huggingface/datasets/issues/1056/events | https://github.com/huggingface/datasets/pull/1056 | 756,309,828 | MDExOlB1bGxSZXF1ZXN0NTMxODc1MjA2 | 1,056 | Add deal_or_no_dialog | {
"login": "moussaKam",
"id": 28675016,
"node_id": "MDQ6VXNlcjI4Njc1MDE2",
"avatar_url": "https://avatars.githubusercontent.com/u/28675016?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/moussaKam",
"html_url": "https://github.com/moussaKam",
"followers_url": "https://api.github.com/users/moussaKam/followers",
"following_url": "https://api.github.com/users/moussaKam/following{/other_user}",
"gists_url": "https://api.github.com/users/moussaKam/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moussaKam/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moussaKam/subscriptions",
"organizations_url": "https://api.github.com/users/moussaKam/orgs",
"repos_url": "https://api.github.com/users/moussaKam/repos",
"events_url": "https://api.github.com/users/moussaKam/events{/privacy}",
"received_events_url": "https://api.github.com/users/moussaKam/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,009,887,000 | 1,607,019,225,000 | 1,607,019,225,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1056",
"html_url": "https://github.com/huggingface/datasets/pull/1056",
"diff_url": "https://github.com/huggingface/datasets/pull/1056.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1056.patch"
} | Add deal_or_no_dialog Dataset
github: https://github.com/facebookresearch/end-to-end-negotiator
Paper: [Deal or No Deal? End-to-End Learning for Negotiation Dialogues](https://arxiv.org/abs/1706.05125) | https://api.github.com/repos/huggingface/datasets/issues/1056/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1055 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1055/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1055/comments | https://api.github.com/repos/huggingface/datasets/issues/1055/events | https://github.com/huggingface/datasets/pull/1055 | 756,298,372 | MDExOlB1bGxSZXF1ZXN0NTMxODY1NjM4 | 1,055 | Add hebrew-sentiment | {
"login": "elronbandel",
"id": 23455264,
"node_id": "MDQ6VXNlcjIzNDU1MjY0",
"avatar_url": "https://avatars.githubusercontent.com/u/23455264?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/elronbandel",
"html_url": "https://github.com/elronbandel",
"followers_url": "https://api.github.com/users/elronbandel/followers",
"following_url": "https://api.github.com/users/elronbandel/following{/other_user}",
"gists_url": "https://api.github.com/users/elronbandel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/elronbandel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/elronbandel/subscriptions",
"organizations_url": "https://api.github.com/users/elronbandel/orgs",
"repos_url": "https://api.github.com/users/elronbandel/repos",
"events_url": "https://api.github.com/users/elronbandel/events{/privacy}",
"received_events_url": "https://api.github.com/users/elronbandel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@elronbandel it looks like something went wrong with the renaming, as the old files are still in the PR. Can you `git rm datasets/hebrew-sentiment` ?",
"merging since the CI is fixed on master"
] | 1,607,009,071,000 | 1,607,081,056,000 | 1,607,081,056,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1055",
"html_url": "https://github.com/huggingface/datasets/pull/1055",
"diff_url": "https://github.com/huggingface/datasets/pull/1055.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1055.patch"
} | hebrew-sentiment dataset is ready! (including tests, tags etc) | https://api.github.com/repos/huggingface/datasets/issues/1055/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1054 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1054/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1054/comments | https://api.github.com/repos/huggingface/datasets/issues/1054/events | https://github.com/huggingface/datasets/pull/1054 | 756,265,688 | MDExOlB1bGxSZXF1ZXN0NTMxODM3NzQ0 | 1,054 | Add dataset - SemEval 2014 - Task 1 | {
"login": "ashmeet13",
"id": 24266995,
"node_id": "MDQ6VXNlcjI0MjY2OTk1",
"avatar_url": "https://avatars.githubusercontent.com/u/24266995?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ashmeet13",
"html_url": "https://github.com/ashmeet13",
"followers_url": "https://api.github.com/users/ashmeet13/followers",
"following_url": "https://api.github.com/users/ashmeet13/following{/other_user}",
"gists_url": "https://api.github.com/users/ashmeet13/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ashmeet13/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ashmeet13/subscriptions",
"organizations_url": "https://api.github.com/users/ashmeet13/orgs",
"repos_url": "https://api.github.com/users/ashmeet13/repos",
"events_url": "https://api.github.com/users/ashmeet13/events{/privacy}",
"received_events_url": "https://api.github.com/users/ashmeet13/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Added the dataset card.\r\nRequesting another review."
] | 1,607,007,179,000 | 1,607,043,164,000 | 1,607,043,164,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1054",
"html_url": "https://github.com/huggingface/datasets/pull/1054",
"diff_url": "https://github.com/huggingface/datasets/pull/1054.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1054.patch"
} | Adding the dataset of SemEval 2014 Task 1
Found the dataset under the shared Google Sheet > Recurring Task Datasets
Task Homepage - https://alt.qcri.org/semeval2014/task1
Thank you! | https://api.github.com/repos/huggingface/datasets/issues/1054/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1053 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1053/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1053/comments | https://api.github.com/repos/huggingface/datasets/issues/1053/events | https://github.com/huggingface/datasets/pull/1053 | 756,176,061 | MDExOlB1bGxSZXF1ZXN0NTMxNzYyNzg4 | 1,053 | Fix dataset URL and file names, and add column name in "Social Bias Frames" dataset | {
"login": "otakumesi",
"id": 14996977,
"node_id": "MDQ6VXNlcjE0OTk2OTc3",
"avatar_url": "https://avatars.githubusercontent.com/u/14996977?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/otakumesi",
"html_url": "https://github.com/otakumesi",
"followers_url": "https://api.github.com/users/otakumesi/followers",
"following_url": "https://api.github.com/users/otakumesi/following{/other_user}",
"gists_url": "https://api.github.com/users/otakumesi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/otakumesi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/otakumesi/subscriptions",
"organizations_url": "https://api.github.com/users/otakumesi/orgs",
"repos_url": "https://api.github.com/users/otakumesi/repos",
"events_url": "https://api.github.com/users/otakumesi/events{/privacy}",
"received_events_url": "https://api.github.com/users/otakumesi/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks a lot, looks good!"
] | 1,607,000,585,000 | 1,607,002,946,000 | 1,607,002,946,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1053",
"html_url": "https://github.com/huggingface/datasets/pull/1053",
"diff_url": "https://github.com/huggingface/datasets/pull/1053.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1053.patch"
} | # Why I did
When I use "social_bias_frames" datasets in this library, I got 404 Errors.
So, I fixed this error and another some problems that I faced to use the dataset.
# What I did
* Modify this dataset URL
* Modify this dataset file names
* Add a "dataSource" column
Thank you! | https://api.github.com/repos/huggingface/datasets/issues/1053/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1052 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1052/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1052/comments | https://api.github.com/repos/huggingface/datasets/issues/1052/events | https://github.com/huggingface/datasets/pull/1052 | 756,171,798 | MDExOlB1bGxSZXF1ZXN0NTMxNzU5MjA0 | 1,052 | add sharc dataset | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,607,000,243,000 | 1,607,013,861,000 | 1,607,004,594,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1052",
"html_url": "https://github.com/huggingface/datasets/pull/1052",
"diff_url": "https://github.com/huggingface/datasets/pull/1052.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1052.patch"
} | This PR adds the ShARC dataset.
More info:
https://sharc-data.github.io/index.html | https://api.github.com/repos/huggingface/datasets/issues/1052/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1051 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1051/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1051/comments | https://api.github.com/repos/huggingface/datasets/issues/1051/events | https://github.com/huggingface/datasets/pull/1051 | 756,169,049 | MDExOlB1bGxSZXF1ZXN0NTMxNzU2OTQy | 1,051 | Add Facebook SimpleQuestionV2 | {
"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://api.github.com/users/abhishekkrthakur/followers",
"following_url": "https://api.github.com/users/abhishekkrthakur/following{/other_user}",
"gists_url": "https://api.github.com/users/abhishekkrthakur/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abhishekkrthakur/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abhishekkrthakur/subscriptions",
"organizations_url": "https://api.github.com/users/abhishekkrthakur/orgs",
"repos_url": "https://api.github.com/users/abhishekkrthakur/repos",
"events_url": "https://api.github.com/users/abhishekkrthakur/events{/privacy}",
"received_events_url": "https://api.github.com/users/abhishekkrthakur/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I think @thomwolf may also be working on this one as part of the Babi benchmark in #945 "
] | 1,607,000,000,000 | 1,607,016,719,000 | 1,607,016,718,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1051",
"html_url": "https://github.com/huggingface/datasets/pull/1051",
"diff_url": "https://github.com/huggingface/datasets/pull/1051.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1051.patch"
} | Add simple questions v2: https://research.fb.com/downloads/babi/ | https://api.github.com/repos/huggingface/datasets/issues/1051/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1050 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1050/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1050/comments | https://api.github.com/repos/huggingface/datasets/issues/1050/events | https://github.com/huggingface/datasets/pull/1050 | 756,166,728 | MDExOlB1bGxSZXF1ZXN0NTMxNzU1MDQ3 | 1,050 | Add GoEmotions | {
"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/followers",
"following_url": "https://api.github.com/users/joeddav/following{/other_user}",
"gists_url": "https://api.github.com/users/joeddav/gists{/gist_id}",
"starred_url": "https://api.github.com/users/joeddav/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joeddav/subscriptions",
"organizations_url": "https://api.github.com/users/joeddav/orgs",
"repos_url": "https://api.github.com/users/joeddav/repos",
"events_url": "https://api.github.com/users/joeddav/events{/privacy}",
"received_events_url": "https://api.github.com/users/joeddav/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Whoops, didn't mean for that to be merged yet (my bad). I'm reaching out to the authors since we'd like their feedback on the best way to have the `author` field anonymized or removed. Will send a patch once they get back to me."
] | 1,606,999,793,000 | 1,607,017,065,000 | 1,607,016,608,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1050",
"html_url": "https://github.com/huggingface/datasets/pull/1050",
"diff_url": "https://github.com/huggingface/datasets/pull/1050.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1050.patch"
} | Adds the GoEmotions dataset, a nice emotion classification dataset with 27 (multi-)label annotations on reddit comments. Includes both a large raw version and a narrowed version with predefined train/test/val splits, which I've included as separate configs with the latter as a default.
- Webpage/repo: https://github.com/google-research/google-research/tree/master/goemotions
- Paper: https://arxiv.org/abs/2005.00547 | https://api.github.com/repos/huggingface/datasets/issues/1050/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1049 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1049/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1049/comments | https://api.github.com/repos/huggingface/datasets/issues/1049/events | https://github.com/huggingface/datasets/pull/1049 | 756,157,602 | MDExOlB1bGxSZXF1ZXN0NTMxNzQ3NDY0 | 1,049 | Add siswati ner corpus | {
"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/users/yvonnegitau/followers",
"following_url": "https://api.github.com/users/yvonnegitau/following{/other_user}",
"gists_url": "https://api.github.com/users/yvonnegitau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yvonnegitau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yvonnegitau/subscriptions",
"organizations_url": "https://api.github.com/users/yvonnegitau/orgs",
"repos_url": "https://api.github.com/users/yvonnegitau/repos",
"events_url": "https://api.github.com/users/yvonnegitau/events{/privacy}",
"received_events_url": "https://api.github.com/users/yvonnegitau/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,998,960,000 | 1,607,016,422,000 | 1,607,016,415,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1049",
"html_url": "https://github.com/huggingface/datasets/pull/1049",
"diff_url": "https://github.com/huggingface/datasets/pull/1049.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1049.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1049/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1048 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1048/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1048/comments | https://api.github.com/repos/huggingface/datasets/issues/1048/events | https://github.com/huggingface/datasets/pull/1048 | 756,133,072 | MDExOlB1bGxSZXF1ZXN0NTMxNzI3MDA0 | 1,048 | Adding NCHLT dataset | {
"login": "Narsil",
"id": 204321,
"node_id": "MDQ6VXNlcjIwNDMyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/204321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Narsil",
"html_url": "https://github.com/Narsil",
"followers_url": "https://api.github.com/users/Narsil/followers",
"following_url": "https://api.github.com/users/Narsil/following{/other_user}",
"gists_url": "https://api.github.com/users/Narsil/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Narsil/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Narsil/subscriptions",
"organizations_url": "https://api.github.com/users/Narsil/orgs",
"repos_url": "https://api.github.com/users/Narsil/repos",
"events_url": "https://api.github.com/users/Narsil/events{/privacy}",
"received_events_url": "https://api.github.com/users/Narsil/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,606,996,765,000 | 1,607,088,597,000 | 1,607,088,597,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1048",
"html_url": "https://github.com/huggingface/datasets/pull/1048",
"diff_url": "https://github.com/huggingface/datasets/pull/1048.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1048.patch"
} | https://repo.sadilar.org/handle/20.500.12185/7/discover?filtertype_0=database&filtertype_1=title&filter_relational_operator_1=contains&filter_relational_operator_0=equals&filter_1=&filter_0=Monolingual+Text+Corpora%3A+Annotated&filtertype=project&filter_relational_operator=equals&filter=NCHLT+Text+II | https://api.github.com/repos/huggingface/datasets/issues/1048/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1047 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1047/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1047/comments | https://api.github.com/repos/huggingface/datasets/issues/1047/events | https://github.com/huggingface/datasets/pull/1047 | 756,127,490 | MDExOlB1bGxSZXF1ZXN0NTMxNzIyMjk4 | 1,047 | Add KorNLU | {
"login": "sumanthd17",
"id": 28291870,
"node_id": "MDQ6VXNlcjI4MjkxODcw",
"avatar_url": "https://avatars.githubusercontent.com/u/28291870?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sumanthd17",
"html_url": "https://github.com/sumanthd17",
"followers_url": "https://api.github.com/users/sumanthd17/followers",
"following_url": "https://api.github.com/users/sumanthd17/following{/other_user}",
"gists_url": "https://api.github.com/users/sumanthd17/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sumanthd17/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sumanthd17/subscriptions",
"organizations_url": "https://api.github.com/users/sumanthd17/orgs",
"repos_url": "https://api.github.com/users/sumanthd17/repos",
"events_url": "https://api.github.com/users/sumanthd17/events{/privacy}",
"received_events_url": "https://api.github.com/users/sumanthd17/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"the CI error about `social_bias_frames` is fixed on master so it's fine",
"created new [PR](https://github.com/huggingface/datasets/pull/1062)",
"looks like this PR includes many changes to other files that the ones related to KorNLU\r\nCould you create another branch and another PR please ?",
"Wow crazy timing",
"hahahaha"
] | 1,606,996,254,000 | 1,607,015,827,000 | 1,607,015,769,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1047",
"html_url": "https://github.com/huggingface/datasets/pull/1047",
"diff_url": "https://github.com/huggingface/datasets/pull/1047.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1047.patch"
} | Added Korean NLU datasets. The link to the dataset can be found [here](https://github.com/kakaobrain/KorNLUDatasets) and the paper can be found [here](https://arxiv.org/abs/2004.03289)
**Note**: The MNLI tsv file is broken, so this code currently excludes the file. Please suggest other alternative if any @lhoestq
- [x] Followed the instructions in CONTRIBUTING.md
- [x] Ran the tests successfully
- [x] Created the dummy data | https://api.github.com/repos/huggingface/datasets/issues/1047/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1046 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1046/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1046/comments | https://api.github.com/repos/huggingface/datasets/issues/1046/events | https://github.com/huggingface/datasets/issues/1046 | 756,122,709 | MDU6SXNzdWU3NTYxMjI3MDk= | 1,046 | Dataset.map() turns tensors into lists? | {
"login": "tombosc",
"id": 5270804,
"node_id": "MDQ6VXNlcjUyNzA4MDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/5270804?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tombosc",
"html_url": "https://github.com/tombosc",
"followers_url": "https://api.github.com/users/tombosc/followers",
"following_url": "https://api.github.com/users/tombosc/following{/other_user}",
"gists_url": "https://api.github.com/users/tombosc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tombosc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tombosc/subscriptions",
"organizations_url": "https://api.github.com/users/tombosc/orgs",
"repos_url": "https://api.github.com/users/tombosc/repos",
"events_url": "https://api.github.com/users/tombosc/events{/privacy}",
"received_events_url": "https://api.github.com/users/tombosc/received_events",
"type": "User",
"site_admin": false
} | [] | open | false | null | [] | null | [
"A solution is to have the tokenizer return a list instead of a tensor, and then use `dataset_tok.set_format(type = 'torch')` to convert that list into a tensor. Still not sure if bug.",
"It is expected behavior, you should set the format to `\"torch\"` as you mentioned to get pytorch tensors back.\r\nBy default datasets returns pure python objects."
] | 1,606,995,826,000 | 1,608,731,472,000 | null | NONE | null | null | I apply `Dataset.map()` to a function that returns a dict of torch tensors (like a tokenizer from the repo transformers). However, in the mapped dataset, these tensors have turned to lists!
```import datasets
import torch
from datasets import load_dataset
print("version datasets", datasets.__version__)
dataset = load_dataset("snli", split='train[0:50]')
def tokenizer_fn(example):
# actually uses a tokenizer which does something like:
return {'input_ids': torch.tensor([[0, 1, 2]])}
print("First item in dataset:\n", dataset[0])
tokenized = tokenizer_fn(dataset[0])
print("Tokenized hyp:\n", tokenized)
dataset_tok = dataset.map(tokenizer_fn, batched=False,
remove_columns=['label', 'premise', 'hypothesis'])
print("Tokenized using map:\n", dataset_tok[0])
print(type(tokenized['input_ids']), type(dataset_tok[0]['input_ids']))
dataset_tok = dataset.map(tokenizer_fn, batched=False,
remove_columns=['label', 'premise', 'hypothesis'])
print("Tokenized using map:\n", dataset_tok[0])
print(type(tokenized['input_ids']), type(dataset_tok[0]['input_ids']))
```
The output is:
```
version datasets 1.1.3
Reusing dataset snli (/home/tom/.cache/huggingface/datasets/snli/plain_text/1.0.0/bb1102591c6230bd78813e229d5dd4c7fbf4fc478cec28f298761eb69e5b537c)
First item in dataset:
{'premise': 'A person on a horse jumps over a broken down airplane.', 'hypothesis': 'A person is training his horse for a competition.', 'label': 1}
Tokenized hyp:
{'input_ids': tensor([[0, 1, 2]])}
Loading cached processed dataset at /home/tom/.cache/huggingface/datasets/snli/plain_text/1.0.0/bb1102591c6230bd78813e229d5dd4c7fbf4fc478cec28f298761eb69e5b537c/cache-fe38f449fe9ac46f.arrow
Tokenized using map:
{'input_ids': [[0, 1, 2]]}
<class 'torch.Tensor'> <class 'list'>
```
Or am I doing something wrong?
| https://api.github.com/repos/huggingface/datasets/issues/1046/timeline | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1045 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1045/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1045/comments | https://api.github.com/repos/huggingface/datasets/issues/1045/events | https://github.com/huggingface/datasets/pull/1045 | 756,120,760 | MDExOlB1bGxSZXF1ZXN0NTMxNzE2NzIy | 1,045 | Add xitsonga ner corpus | {
"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/users/yvonnegitau/followers",
"following_url": "https://api.github.com/users/yvonnegitau/following{/other_user}",
"gists_url": "https://api.github.com/users/yvonnegitau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yvonnegitau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yvonnegitau/subscriptions",
"organizations_url": "https://api.github.com/users/yvonnegitau/orgs",
"repos_url": "https://api.github.com/users/yvonnegitau/repos",
"events_url": "https://api.github.com/users/yvonnegitau/events{/privacy}",
"received_events_url": "https://api.github.com/users/yvonnegitau/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Look like this PR includes changes to many other files than the ones related to xitsonga NER.\r\nCould you create another branch and another PR please ?"
] | 1,606,995,648,000 | 1,607,016,003,000 | 1,607,015,972,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1045",
"html_url": "https://github.com/huggingface/datasets/pull/1045",
"diff_url": "https://github.com/huggingface/datasets/pull/1045.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1045.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1045/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1044 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1044/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1044/comments | https://api.github.com/repos/huggingface/datasets/issues/1044/events | https://github.com/huggingface/datasets/pull/1044 | 756,111,647 | MDExOlB1bGxSZXF1ZXN0NTMxNzA5MTg0 | 1,044 | Add AMTTL Chinese Word Segmentation Dataset | {
"login": "JetRunner",
"id": 22514219,
"node_id": "MDQ6VXNlcjIyNTE0MjE5",
"avatar_url": "https://avatars.githubusercontent.com/u/22514219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JetRunner",
"html_url": "https://github.com/JetRunner",
"followers_url": "https://api.github.com/users/JetRunner/followers",
"following_url": "https://api.github.com/users/JetRunner/following{/other_user}",
"gists_url": "https://api.github.com/users/JetRunner/gists{/gist_id}",
"starred_url": "https://api.github.com/users/JetRunner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JetRunner/subscriptions",
"organizations_url": "https://api.github.com/users/JetRunner/orgs",
"repos_url": "https://api.github.com/users/JetRunner/repos",
"events_url": "https://api.github.com/users/JetRunner/events{/privacy}",
"received_events_url": "https://api.github.com/users/JetRunner/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,994,872,000 | 1,607,015,594,000 | 1,607,015,593,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1044",
"html_url": "https://github.com/huggingface/datasets/pull/1044",
"diff_url": "https://github.com/huggingface/datasets/pull/1044.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1044.patch"
} | https://api.github.com/repos/huggingface/datasets/issues/1044/timeline | null | true |
|
https://api.github.com/repos/huggingface/datasets/issues/1043 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1043/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1043/comments | https://api.github.com/repos/huggingface/datasets/issues/1043/events | https://github.com/huggingface/datasets/pull/1043 | 756,100,717 | MDExOlB1bGxSZXF1ZXN0NTMxNzAwMDQ1 | 1,043 | Add TSAC: Tunisian Sentiment Analysis Corpus | {
"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://api.github.com/users/abhishekkrthakur/followers",
"following_url": "https://api.github.com/users/abhishekkrthakur/following{/other_user}",
"gists_url": "https://api.github.com/users/abhishekkrthakur/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abhishekkrthakur/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abhishekkrthakur/subscriptions",
"organizations_url": "https://api.github.com/users/abhishekkrthakur/orgs",
"repos_url": "https://api.github.com/users/abhishekkrthakur/repos",
"events_url": "https://api.github.com/users/abhishekkrthakur/events{/privacy}",
"received_events_url": "https://api.github.com/users/abhishekkrthakur/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,993,955,000 | 1,607,002,505,000 | 1,607,002,344,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1043",
"html_url": "https://github.com/huggingface/datasets/pull/1043",
"diff_url": "https://github.com/huggingface/datasets/pull/1043.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1043.patch"
} | github: https://github.com/fbougares/TSAC
paper: https://www.aclweb.org/anthology/W17-1307/ | https://api.github.com/repos/huggingface/datasets/issues/1043/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1042 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1042/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1042/comments | https://api.github.com/repos/huggingface/datasets/issues/1042/events | https://github.com/huggingface/datasets/pull/1042 | 756,097,583 | MDExOlB1bGxSZXF1ZXN0NTMxNjk3NDU4 | 1,042 | Add Big Patent dataset | {
"login": "mattbui",
"id": 46804938,
"node_id": "MDQ6VXNlcjQ2ODA0OTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/46804938?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mattbui",
"html_url": "https://github.com/mattbui",
"followers_url": "https://api.github.com/users/mattbui/followers",
"following_url": "https://api.github.com/users/mattbui/following{/other_user}",
"gists_url": "https://api.github.com/users/mattbui/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mattbui/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mattbui/subscriptions",
"organizations_url": "https://api.github.com/users/mattbui/orgs",
"repos_url": "https://api.github.com/users/mattbui/repos",
"events_url": "https://api.github.com/users/mattbui/events{/privacy}",
"received_events_url": "https://api.github.com/users/mattbui/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Looks like this PR include changes about many other files than the ones related to big patent.\r\nCould you create another branch and another PR ?",
"@lhoestq Just created a new PR here: https://github.com/huggingface/datasets/pull/1087"
] | 1,606,993,679,000 | 1,607,056,706,000 | 1,607,056,706,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1042",
"html_url": "https://github.com/huggingface/datasets/pull/1042",
"diff_url": "https://github.com/huggingface/datasets/pull/1042.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1042.patch"
} | - More info on the dataset: https://evasharma.github.io/bigpatent/
- There's another raw version of the dataset available from tfds. However, they're quite large so I don't have the resources to fully test all the configs for that version yet. We'll try to add it later.
- ~Currently, there are no dummy data for this dataset yet as I'm facing some problems with generating them. I'm trying to add them later.~ | https://api.github.com/repos/huggingface/datasets/issues/1042/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1041 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1041/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1041/comments | https://api.github.com/repos/huggingface/datasets/issues/1041/events | https://github.com/huggingface/datasets/pull/1041 | 756,055,102 | MDExOlB1bGxSZXF1ZXN0NTMxNjYyMDI0 | 1,041 | Add SuperGLUE metric | {
"login": "calpt",
"id": 36051308,
"node_id": "MDQ6VXNlcjM2MDUxMzA4",
"avatar_url": "https://avatars.githubusercontent.com/u/36051308?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/calpt",
"html_url": "https://github.com/calpt",
"followers_url": "https://api.github.com/users/calpt/followers",
"following_url": "https://api.github.com/users/calpt/following{/other_user}",
"gists_url": "https://api.github.com/users/calpt/gists{/gist_id}",
"starred_url": "https://api.github.com/users/calpt/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/calpt/subscriptions",
"organizations_url": "https://api.github.com/users/calpt/orgs",
"repos_url": "https://api.github.com/users/calpt/repos",
"events_url": "https://api.github.com/users/calpt/events{/privacy}",
"received_events_url": "https://api.github.com/users/calpt/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,990,294,000 | 1,614,106,979,000 | 1,614,103,332,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1041",
"html_url": "https://github.com/huggingface/datasets/pull/1041",
"diff_url": "https://github.com/huggingface/datasets/pull/1041.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1041.patch"
} | Adds a new metric for the SuperGLUE benchmark (similar to the GLUE benchmark metric). | https://api.github.com/repos/huggingface/datasets/issues/1041/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1040 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1040/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1040/comments | https://api.github.com/repos/huggingface/datasets/issues/1040/events | https://github.com/huggingface/datasets/pull/1040 | 756,050,387 | MDExOlB1bGxSZXF1ZXN0NTMxNjU4MTU3 | 1,040 | Add UN Universal Declaration of Human Rights (UDHR) | {
"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/followers",
"following_url": "https://api.github.com/users/joeddav/following{/other_user}",
"gists_url": "https://api.github.com/users/joeddav/gists{/gist_id}",
"starred_url": "https://api.github.com/users/joeddav/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joeddav/subscriptions",
"organizations_url": "https://api.github.com/users/joeddav/orgs",
"repos_url": "https://api.github.com/users/joeddav/repos",
"events_url": "https://api.github.com/users/joeddav/events{/privacy}",
"received_events_url": "https://api.github.com/users/joeddav/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,989,898,000 | 1,607,023,215,000 | 1,607,023,211,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1040",
"html_url": "https://github.com/huggingface/datasets/pull/1040",
"diff_url": "https://github.com/huggingface/datasets/pull/1040.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1040.patch"
} | Universal declaration of human rights with translations in 464 languages and dialects.
- UN page: https://www.ohchr.org/EN/UDHR/Pages/UDHRIndex.aspx
- Raw data source: https://unicode.org/udhr/index.html
Each instance of the dataset corresponds to one translation of the document. Since there's only one instance per language (and because there are 500 languages so the dummy data would be messy), I opted to just include them all under the same single config. I wasn't able to find any kind of license so I just copied the copyright notice.
I was pretty careful careful generating the language tags so they _should_ all be correct & consistent BCP-47 codes per the docs. | https://api.github.com/repos/huggingface/datasets/issues/1040/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1039 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1039/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1039/comments | https://api.github.com/repos/huggingface/datasets/issues/1039/events | https://github.com/huggingface/datasets/pull/1039 | 756,000,478 | MDExOlB1bGxSZXF1ZXN0NTMxNjE3MDI2 | 1,039 | Update ADD NEW DATASET | {
"login": "jplu",
"id": 959590,
"node_id": "MDQ6VXNlcjk1OTU5MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/959590?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jplu",
"html_url": "https://github.com/jplu",
"followers_url": "https://api.github.com/users/jplu/followers",
"following_url": "https://api.github.com/users/jplu/following{/other_user}",
"gists_url": "https://api.github.com/users/jplu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jplu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jplu/subscriptions",
"organizations_url": "https://api.github.com/users/jplu/orgs",
"repos_url": "https://api.github.com/users/jplu/repos",
"events_url": "https://api.github.com/users/jplu/events{/privacy}",
"received_events_url": "https://api.github.com/users/jplu/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,985,912,000 | 1,606,987,108,000 | 1,606,987,090,000 | COLLABORATOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1039",
"html_url": "https://github.com/huggingface/datasets/pull/1039",
"diff_url": "https://github.com/huggingface/datasets/pull/1039.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1039.patch"
} | This PR adds a couple of detail on cloning/rebasing the repo. | https://api.github.com/repos/huggingface/datasets/issues/1039/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1038 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1038/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1038/comments | https://api.github.com/repos/huggingface/datasets/issues/1038/events | https://github.com/huggingface/datasets/pull/1038 | 755,987,997 | MDExOlB1bGxSZXF1ZXN0NTMxNjA2Njgw | 1,038 | add med_hop | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,984,827,000 | 1,607,014,393,000 | 1,607,014,343,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1038",
"html_url": "https://github.com/huggingface/datasets/pull/1038",
"diff_url": "https://github.com/huggingface/datasets/pull/1038.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1038.patch"
} | This PR adds the MedHop dataset from the QAngaroo multi hop reading comprehension datasets
More info:
http://qangaroo.cs.ucl.ac.uk/index.html | https://api.github.com/repos/huggingface/datasets/issues/1038/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1037 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1037/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1037/comments | https://api.github.com/repos/huggingface/datasets/issues/1037/events | https://github.com/huggingface/datasets/pull/1037 | 755,975,586 | MDExOlB1bGxSZXF1ZXN0NTMxNTk2NDkx | 1,037 | Fix docs indentation issues | {
"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.github.com/users/albertvillanova/followers",
"following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",
"gists_url": "https://api.github.com/users/albertvillanova/gists{/gist_id}",
"starred_url": "https://api.github.com/users/albertvillanova/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/albertvillanova/subscriptions",
"organizations_url": "https://api.github.com/users/albertvillanova/orgs",
"repos_url": "https://api.github.com/users/albertvillanova/repos",
"events_url": "https://api.github.com/users/albertvillanova/events{/privacy}",
"received_events_url": "https://api.github.com/users/albertvillanova/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"is this an issue ?",
"Yes @lhoestq, look at the docs site. For example, in https://huggingface.co/docs/datasets/add_dataset.html, look at the indentation in the code block under the sentence:\r\n> Here are the features of the SQuAD dataset for instance, which is taken from the squad dataset loading script:"
] | 1,606,983,694,000 | 1,608,652,875,000 | 1,608,652,875,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1037",
"html_url": "https://github.com/huggingface/datasets/pull/1037",
"diff_url": "https://github.com/huggingface/datasets/pull/1037.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1037.patch"
} | Replace tabs with spaces. | https://api.github.com/repos/huggingface/datasets/issues/1037/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1036 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1036/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1036/comments | https://api.github.com/repos/huggingface/datasets/issues/1036/events | https://github.com/huggingface/datasets/pull/1036 | 755,953,294 | MDExOlB1bGxSZXF1ZXN0NTMxNTc4MjQ4 | 1,036 | Add PerSenT | {
"login": "jeromeku",
"id": 2455711,
"node_id": "MDQ6VXNlcjI0NTU3MTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/2455711?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jeromeku",
"html_url": "https://github.com/jeromeku",
"followers_url": "https://api.github.com/users/jeromeku/followers",
"following_url": "https://api.github.com/users/jeromeku/following{/other_user}",
"gists_url": "https://api.github.com/users/jeromeku/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jeromeku/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jeromeku/subscriptions",
"organizations_url": "https://api.github.com/users/jeromeku/orgs",
"repos_url": "https://api.github.com/users/jeromeku/repos",
"events_url": "https://api.github.com/users/jeromeku/events{/privacy}",
"received_events_url": "https://api.github.com/users/jeromeku/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"looks like this PR contains changes in many other files than the ones for PerSenT\r\ncan you create another branch and another PR ?",
"closing since #1142 was merged"
] | 1,606,981,438,000 | 1,607,953,243,000 | 1,607,953,243,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1036",
"html_url": "https://github.com/huggingface/datasets/pull/1036",
"diff_url": "https://github.com/huggingface/datasets/pull/1036.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1036.patch"
} | Added [Person's SentimenT](https://stonybrooknlp.github.io/PerSenT/) dataset. | https://api.github.com/repos/huggingface/datasets/issues/1036/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1035 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1035/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1035/comments | https://api.github.com/repos/huggingface/datasets/issues/1035/events | https://github.com/huggingface/datasets/pull/1035 | 755,947,097 | MDExOlB1bGxSZXF1ZXN0NTMxNTczMTc3 | 1,035 | add wiki_hop | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Also the dummy data files are quite big (500KB)\r\nIf you could reduce that that would be nice (just look at the files inside and remove unecessary chunks of texts)\r\nin general dummy data are just a few KB and we suggest to not get higher than 50KB\r\n\r\nHaving light dummy data makes the repo faster to clone"
] | 1,606,980,746,000 | 1,607,013,820,000 | 1,607,013,672,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1035",
"html_url": "https://github.com/huggingface/datasets/pull/1035",
"diff_url": "https://github.com/huggingface/datasets/pull/1035.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1035.patch"
} | This PR adds the WikiHop dataset from the QAngaroo multi hop reading comprehension datasets
More info:
http://qangaroo.cs.ucl.ac.uk/index.html
| https://api.github.com/repos/huggingface/datasets/issues/1035/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1034 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1034/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1034/comments | https://api.github.com/repos/huggingface/datasets/issues/1034/events | https://github.com/huggingface/datasets/pull/1034 | 755,936,327 | MDExOlB1bGxSZXF1ZXN0NTMxNTY0MjA0 | 1,034 | add scb_mt_enth_2020 | {
"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/cstorm125/followers",
"following_url": "https://api.github.com/users/cstorm125/following{/other_user}",
"gists_url": "https://api.github.com/users/cstorm125/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cstorm125/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cstorm125/subscriptions",
"organizations_url": "https://api.github.com/users/cstorm125/orgs",
"repos_url": "https://api.github.com/users/cstorm125/repos",
"events_url": "https://api.github.com/users/cstorm125/events{/privacy}",
"received_events_url": "https://api.github.com/users/cstorm125/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,979,629,000 | 1,607,014,643,000 | 1,607,014,643,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1034",
"html_url": "https://github.com/huggingface/datasets/pull/1034",
"diff_url": "https://github.com/huggingface/datasets/pull/1034.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1034.patch"
} | ## scb-mt-en-th-2020: A Large English-Thai Parallel Corpus
The primary objective of our work is to build a large-scale English-Thai dataset for machine translation.
We construct an English-Thai machine translation dataset with over 1 million segment pairs, curated from various sources,
namely news, Wikipedia articles, SMS messages, task-based dialogs, web-crawled data and government documents.
Methodology for gathering data, building parallel texts and removing noisy sentence pairs are presented in a reproducible manner.
We train machine translation models based on this dataset. Our models' performance are comparable to that of
Google Translation API (as of May 2020) for Thai-English and outperform Google when the Open Parallel Corpus (OPUS) is
included in the training data for both Thai-English and English-Thai translation.
The dataset, pre-trained models, and source code to reproduce our work are available for public use. | https://api.github.com/repos/huggingface/datasets/issues/1034/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1033 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1033/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1033/comments | https://api.github.com/repos/huggingface/datasets/issues/1033/events | https://github.com/huggingface/datasets/pull/1033 | 755,921,927 | MDExOlB1bGxSZXF1ZXN0NTMxNTUxNzYw | 1,033 | Add support for ".txm" format | {
"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.github.com/users/albertvillanova/followers",
"following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",
"gists_url": "https://api.github.com/users/albertvillanova/gists{/gist_id}",
"starred_url": "https://api.github.com/users/albertvillanova/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/albertvillanova/subscriptions",
"organizations_url": "https://api.github.com/users/albertvillanova/orgs",
"repos_url": "https://api.github.com/users/albertvillanova/repos",
"events_url": "https://api.github.com/users/albertvillanova/events{/privacy}",
"received_events_url": "https://api.github.com/users/albertvillanova/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Neat! Looks like you need a rebase and then should be good to go :) ",
"Done, @yjernite, @lhoestq.",
"If you agree, we could merge this.",
"Hi ! yes sure :) can you just merge master into this branch before we merge ?",
"Done @lhoestq "
] | 1,606,978,328,000 | 1,613,936,831,000 | 1,613,936,831,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1033",
"html_url": "https://github.com/huggingface/datasets/pull/1033",
"diff_url": "https://github.com/huggingface/datasets/pull/1033.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1033.patch"
} | In dummy data generation, add support for XML-like ".txm" file format.
Also support filenames with additional compression extension: ".txm.gz". | https://api.github.com/repos/huggingface/datasets/issues/1033/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1032 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1032/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1032/comments | https://api.github.com/repos/huggingface/datasets/issues/1032/events | https://github.com/huggingface/datasets/pull/1032 | 755,858,785 | MDExOlB1bGxSZXF1ZXN0NTMxNDk2MTU2 | 1,032 | IIT B English to Hindi machine translation dataset | {
"login": "spatil6",
"id": 6419011,
"node_id": "MDQ6VXNlcjY0MTkwMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6419011?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/spatil6",
"html_url": "https://github.com/spatil6",
"followers_url": "https://api.github.com/users/spatil6/followers",
"following_url": "https://api.github.com/users/spatil6/following{/other_user}",
"gists_url": "https://api.github.com/users/spatil6/gists{/gist_id}",
"starred_url": "https://api.github.com/users/spatil6/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/spatil6/subscriptions",
"organizations_url": "https://api.github.com/users/spatil6/orgs",
"repos_url": "https://api.github.com/users/spatil6/repos",
"events_url": "https://api.github.com/users/spatil6/events{/privacy}",
"received_events_url": "https://api.github.com/users/spatil6/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Please note that this dataset is actually behind a form that one needs to fill. However, the link is direct. I'm not sure what should the approach be in this case.",
"also pinging @thomwolf \r\nThe dataset webpage returns a form when trying to download the dataset (form here : http://www.cfilt.iitb.ac.in/iitb_parallel/dataset.html).\r\nHowever the url we get with the form can be used for the dataset script.\r\nShould we ask the authors or use the urls this way ?",
"> also pinging @thomwolf\r\n> The dataset webpage returns a form when trying to download the dataset (form here : http://www.cfilt.iitb.ac.in/iitb_parallel/dataset.html).\r\n> However the url we get with the form can be used for the dataset script.\r\n> Should we ask the authors or use the urls this way ?\r\n\r\nI had discussion on this with @thomwolf . We have already sent email to author of this dataset.",
"Hi @spatil6 !\r\nAny news from the authors ?",
"IIT B folks will add this dataset to repo."
] | 1,606,972,725,000 | 1,610,268,291,000 | 1,610,268,255,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1032",
"html_url": "https://github.com/huggingface/datasets/pull/1032",
"diff_url": "https://github.com/huggingface/datasets/pull/1032.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1032.patch"
} | Adding IIT Bombay English-Hindi Corpus dataset
more info : http://www.cfilt.iitb.ac.in/iitb_parallel/ | https://api.github.com/repos/huggingface/datasets/issues/1032/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1031 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1031/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1031/comments | https://api.github.com/repos/huggingface/datasets/issues/1031/events | https://github.com/huggingface/datasets/pull/1031 | 755,844,004 | MDExOlB1bGxSZXF1ZXN0NTMxNDgyMzEy | 1,031 | add crows_pairs | {
"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/users/patil-suraj/followers",
"following_url": "https://api.github.com/users/patil-suraj/following{/other_user}",
"gists_url": "https://api.github.com/users/patil-suraj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/patil-suraj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/patil-suraj/subscriptions",
"organizations_url": "https://api.github.com/users/patil-suraj/orgs",
"repos_url": "https://api.github.com/users/patil-suraj/repos",
"events_url": "https://api.github.com/users/patil-suraj/events{/privacy}",
"received_events_url": "https://api.github.com/users/patil-suraj/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"looks good now :) wdyt @yjernite ?",
"Looks good to merge for me, can edit the dataset card later if required. Merging"
] | 1,606,971,911,000 | 1,607,020,192,000 | 1,607,020,179,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1031",
"html_url": "https://github.com/huggingface/datasets/pull/1031",
"diff_url": "https://github.com/huggingface/datasets/pull/1031.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1031.patch"
} | This PR adds CrowS-Pairs datasets.
More info:
https://github.com/nyu-mll/crows-pairs/
https://arxiv.org/pdf/2010.00133.pdf | https://api.github.com/repos/huggingface/datasets/issues/1031/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1030 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1030/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1030/comments | https://api.github.com/repos/huggingface/datasets/issues/1030/events | https://github.com/huggingface/datasets/pull/1030 | 755,777,438 | MDExOlB1bGxSZXF1ZXN0NTMxNDI0MDM3 | 1,030 | allegro_reviews dataset | {
"login": "abecadel",
"id": 1654113,
"node_id": "MDQ6VXNlcjE2NTQxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1654113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abecadel",
"html_url": "https://github.com/abecadel",
"followers_url": "https://api.github.com/users/abecadel/followers",
"following_url": "https://api.github.com/users/abecadel/following{/other_user}",
"gists_url": "https://api.github.com/users/abecadel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abecadel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abecadel/subscriptions",
"organizations_url": "https://api.github.com/users/abecadel/orgs",
"repos_url": "https://api.github.com/users/abecadel/repos",
"events_url": "https://api.github.com/users/abecadel/events{/privacy}",
"received_events_url": "https://api.github.com/users/abecadel/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,965,099,000 | 1,607,079,389,000 | 1,607,013,287,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1030",
"html_url": "https://github.com/huggingface/datasets/pull/1030",
"diff_url": "https://github.com/huggingface/datasets/pull/1030.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1030.patch"
} | - **Name:** *allegro_reviews*
- **Description:** *Allegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted from Allegro.pl - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale from one (negative review) to five (positive review).*
- **Data:** *https://github.com/allegro/klejbenchmark-allegroreviews*
- **Motivation:** *The KLEJ benchmark (Kompleksowa Lista Ewaluacji Językowych) is a set of nine evaluation tasks for the Polish language understanding.* | https://api.github.com/repos/huggingface/datasets/issues/1030/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1029 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1029/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1029/comments | https://api.github.com/repos/huggingface/datasets/issues/1029/events | https://github.com/huggingface/datasets/pull/1029 | 755,767,616 | MDExOlB1bGxSZXF1ZXN0NTMxNDE2NzE4 | 1,029 | Add PEC | {
"login": "zhongpeixiang",
"id": 11826803,
"node_id": "MDQ6VXNlcjExODI2ODAz",
"avatar_url": "https://avatars.githubusercontent.com/u/11826803?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhongpeixiang",
"html_url": "https://github.com/zhongpeixiang",
"followers_url": "https://api.github.com/users/zhongpeixiang/followers",
"following_url": "https://api.github.com/users/zhongpeixiang/following{/other_user}",
"gists_url": "https://api.github.com/users/zhongpeixiang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zhongpeixiang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zhongpeixiang/subscriptions",
"organizations_url": "https://api.github.com/users/zhongpeixiang/orgs",
"repos_url": "https://api.github.com/users/zhongpeixiang/repos",
"events_url": "https://api.github.com/users/zhongpeixiang/events{/privacy}",
"received_events_url": "https://api.github.com/users/zhongpeixiang/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I'm a bit frustrated now to get this right.",
"Hey @zhongpeixiang!\r\nReally nice addition here!\r\n\r\nDid you officially joined the sprint by posting [on the forum thread](https://discuss.huggingface.co/t/open-to-the-community-one-week-team-effort-to-reach-v2-0-of-hf-datasets-library/2176) and joining our slack?\r\nI can't seem to find you there! Should I add you directly with your gmail address?",
"> Hey @zhongpeixiang!\r\n> Really nice addition here!\r\n> \r\n> Did you officially joined the sprint by posting [on the forum thread](https://discuss.huggingface.co/t/open-to-the-community-one-week-team-effort-to-reach-v2-0-of-hf-datasets-library/2176) and joining our slack?\r\n> I can't seem to find you there! Should I add you directly with your gmail address?\r\n\r\nThank you for the invitation. This initiative is awesome. Sadly I’m occupied by my thesis writing this month. Good luck 🤗",
"As you want @zhongpeixiang (I was maybe not clear but that just mean that by posting on the forum thread that you participated in the current event you will get a special gift (a tee-shirt) for the contribution that you have already done here :-) Nothing more to do)",
"> As you want @zhongpeixiang (I was maybe not clear but that just mean that by posting on the forum thread that you participated in the current event you will get a special gift (a tee-shirt) for the contribution that you have already done here :-) Nothing more to do)\r\n\r\nOh, I misunderstood the post. I'm glad to join."
] | 1,606,963,568,000 | 1,607,079,499,000 | 1,607,012,106,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1029",
"html_url": "https://github.com/huggingface/datasets/pull/1029",
"diff_url": "https://github.com/huggingface/datasets/pull/1029.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1029.patch"
} | A persona-based empathetic conversation dataset. | https://api.github.com/repos/huggingface/datasets/issues/1029/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1028 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1028/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1028/comments | https://api.github.com/repos/huggingface/datasets/issues/1028/events | https://github.com/huggingface/datasets/pull/1028 | 755,712,854 | MDExOlB1bGxSZXF1ZXN0NTMxMzc0MTYw | 1,028 | Add ASSET dataset for text simplification evaluation | {
"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/yjernite/followers",
"following_url": "https://api.github.com/users/yjernite/following{/other_user}",
"gists_url": "https://api.github.com/users/yjernite/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yjernite/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yjernite/subscriptions",
"organizations_url": "https://api.github.com/users/yjernite/orgs",
"repos_url": "https://api.github.com/users/yjernite/repos",
"events_url": "https://api.github.com/users/yjernite/events{/privacy}",
"received_events_url": "https://api.github.com/users/yjernite/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Nice, thanks @yjernite !!"
] | 1,606,955,309,000 | 1,608,199,386,000 | 1,607,013,277,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1028",
"html_url": "https://github.com/huggingface/datasets/pull/1028",
"diff_url": "https://github.com/huggingface/datasets/pull/1028.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1028.patch"
} | Adding the ASSET dataset from https://github.com/facebookresearch/asset
One config for the simplification data, one for the human ratings of quality.
The README.md borrows from that written by @juand-r | https://api.github.com/repos/huggingface/datasets/issues/1028/timeline | null | true |
https://api.github.com/repos/huggingface/datasets/issues/1027 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1027/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1027/comments | https://api.github.com/repos/huggingface/datasets/issues/1027/events | https://github.com/huggingface/datasets/issues/1027 | 755,695,420 | MDU6SXNzdWU3NTU2OTU0MjA= | 1,027 | Hi | {
"login": "suemori87",
"id": 75398394,
"node_id": "MDQ6VXNlcjc1Mzk4Mzk0",
"avatar_url": "https://avatars.githubusercontent.com/u/75398394?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/suemori87",
"html_url": "https://github.com/suemori87",
"followers_url": "https://api.github.com/users/suemori87/followers",
"following_url": "https://api.github.com/users/suemori87/following{/other_user}",
"gists_url": "https://api.github.com/users/suemori87/gists{/gist_id}",
"starred_url": "https://api.github.com/users/suemori87/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/suemori87/subscriptions",
"organizations_url": "https://api.github.com/users/suemori87/orgs",
"repos_url": "https://api.github.com/users/suemori87/repos",
"events_url": "https://api.github.com/users/suemori87/events{/privacy}",
"received_events_url": "https://api.github.com/users/suemori87/received_events",
"type": "User",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 1,606,952,834,000 | 1,607,013,761,000 | 1,607,013,761,000 | NONE | null | null | ## Adding a Dataset
- **Name:** *name of the dataset*
- **Description:** *short description of the dataset (or link to social media or blog post)*
- **Paper:** *link to the dataset paper if available*
- **Data:** *link to the Github repository or current dataset location*
- **Motivation:** *what are some good reasons to have this dataset*
Instructions to add a new dataset can be found [here](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md). | https://api.github.com/repos/huggingface/datasets/issues/1027/timeline | null | false |
Subsets and Splits