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 1.11B | node_id stringlengths 18 32 | number int64 1 3.59k | title stringlengths 1 276 | user dict | labels list | state stringclasses 2
values | locked bool 1
class | assignee dict | assignees list | milestone dict | comments list | created_at int64 1,587B 1,642B | updated_at int64 1,587B 1,642B | closed_at int64 1,587B 1,642B ⌀ | author_association stringclasses 3
values | active_lock_reason null | body stringlengths 0 228k ⌀ | reactions dict | timeline_url stringlengths 67 70 | performed_via_github_app null | draft bool 2
classes | pull_request dict | is_pull_request bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/1453 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1453/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1453/comments | https://api.github.com/repos/huggingface/datasets/issues/1453/events | https://github.com/huggingface/datasets/pull/1453 | 761,188,657 | MDExOlB1bGxSZXF1ZXN0NTM1ODkyNTM5 | 1,453 | Adding ethos dataset clean | {
"login": "iamollas",
"id": 22838900,
"node_id": "MDQ6VXNlcjIyODM4OTAw",
"avatar_url": "https://avatars.githubusercontent.com/u/22838900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iamollas",
"html_url": "https://github.com/iamollas",
"followers_url": "https://api.github.com/users/iam... | [] | closed | false | null | [] | null | [
"> Thanks !\r\n\r\nThanks as well for your hard work 😊!!",
"merging since the CI is fixed on master"
] | 1,607,602,401,000 | 1,607,958,046,000 | 1,607,941,884,000 | CONTRIBUTOR | null | I addressed the comments on the PR1318 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1453/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1453/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1453",
"html_url": "https://github.com/huggingface/datasets/pull/1453",
"diff_url": "https://github.com/huggingface/datasets/pull/1453.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1453.patch",
"merged_at": 1607941884000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1452 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1452/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1452/comments | https://api.github.com/repos/huggingface/datasets/issues/1452/events | https://github.com/huggingface/datasets/issues/1452 | 761,104,924 | MDU6SXNzdWU3NjExMDQ5MjQ= | 1,452 | SNLI dataset contains labels with value -1 | {
"login": "aarnetalman",
"id": 11405654,
"node_id": "MDQ6VXNlcjExNDA1NjU0",
"avatar_url": "https://avatars.githubusercontent.com/u/11405654?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aarnetalman",
"html_url": "https://github.com/aarnetalman",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [
"I believe the `-1` label is used for missing/NULL data as per HuggingFace Dataset conventions. If I recall correctly SNLI has some entries with no (gold) labels in the dataset.",
"Ah, you're right. The dataset has some pairs with missing labels. Thanks for reminding me."
] | 1,607,595,415,000 | 1,607,622,595,000 | 1,607,622,595,000 | NONE | null | ```
import datasets
nli_data = datasets.load_dataset("snli")
train_data = nli_data['train']
train_labels = train_data['label']
label_set = set(train_labels)
print(label_set)
```
**Output:**
`{0, 1, 2, -1}` | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1452/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1452/timeline | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1451 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1451/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1451/comments | https://api.github.com/repos/huggingface/datasets/issues/1451/events | https://github.com/huggingface/datasets/pull/1451 | 761,102,770 | MDExOlB1bGxSZXF1ZXN0NTM1ODIwOTY3 | 1,451 | Add European Center for Disease Control and Preventions's (ECDC) Translation Memory dataset | {
"login": "SBrandeis",
"id": 33657802,
"node_id": "MDQ6VXNlcjMzNjU3ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SBrandeis",
"html_url": "https://github.com/SBrandeis",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,595,260,000 | 1,607,705,409,000 | 1,607,705,409,000 | CONTRIBUTOR | null | ECDC-TM homepage: https://ec.europa.eu/jrc/en/language-technologies/ecdc-translation-memory | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1451/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1451/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1451",
"html_url": "https://github.com/huggingface/datasets/pull/1451",
"diff_url": "https://github.com/huggingface/datasets/pull/1451.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1451.patch",
"merged_at": 1607705409000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1450 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1450/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1450/comments | https://api.github.com/repos/huggingface/datasets/issues/1450/events | https://github.com/huggingface/datasets/pull/1450 | 761,102,429 | MDExOlB1bGxSZXF1ZXN0NTM1ODIwNjg0 | 1,450 | Fix version in bible_para | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,595,235,000 | 1,607,704,841,000 | 1,607,704,840,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1450/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1450/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1450",
"html_url": "https://github.com/huggingface/datasets/pull/1450",
"diff_url": "https://github.com/huggingface/datasets/pull/1450.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1450.patch",
"merged_at": 1607704840000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1449 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1449/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1449/comments | https://api.github.com/repos/huggingface/datasets/issues/1449/events | https://github.com/huggingface/datasets/pull/1449 | 761,083,210 | MDExOlB1bGxSZXF1ZXN0NTM1ODA0MzEy | 1,449 | add W&I + LOCNESS dataset (BEA-2019 workshop shared task on GEC) [PROPER] | {
"login": "aseifert",
"id": 4944799,
"node_id": "MDQ6VXNlcjQ5NDQ3OTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/4944799?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aseifert",
"html_url": "https://github.com/aseifert",
"followers_url": "https://api.github.com/users/aseif... | [] | closed | false | null | [] | null | [
"linter your code with flake8 and also run the commands present in Makefile for proper formatting \r\n",
"merging since the CI is fixed on master"
] | 1,607,593,868,000 | 1,607,706,466,000 | 1,607,706,466,000 | CONTRIBUTOR | null | - **Name:** W&I + LOCNESS dataset (from the BEA-2019 workshop shared task on GEC)
- **Description:** https://www.cl.cam.ac.uk/research/nl/bea2019st/#data
- **Paper:** https://www.aclweb.org/anthology/W19-4406/
- **Motivation:** This is a recent dataset (actually two in one) for grammatical error correction and is us... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1449/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1449/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1449",
"html_url": "https://github.com/huggingface/datasets/pull/1449",
"diff_url": "https://github.com/huggingface/datasets/pull/1449.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1449.patch",
"merged_at": 1607706466000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1448 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1448/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1448/comments | https://api.github.com/repos/huggingface/datasets/issues/1448/events | https://github.com/huggingface/datasets/pull/1448 | 761,080,776 | MDExOlB1bGxSZXF1ZXN0NTM1ODAyNDM3 | 1,448 | add thai_toxicity_tweet | {
"login": "cstorm125",
"id": 15519308,
"node_id": "MDQ6VXNlcjE1NTE5MzA4",
"avatar_url": "https://avatars.githubusercontent.com/u/15519308?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cstorm125",
"html_url": "https://github.com/cstorm125",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,593,682,000 | 1,607,703,687,000 | 1,607,703,687,000 | CONTRIBUTOR | null | Thai Toxicity Tweet Corpus contains 3,300 tweets (506 tweets with texts missing) annotated by humans with guidelines including a 44-word dictionary. The author obtained 2,027 and 1,273 toxic and non-toxic tweets, respectively; these were labeled by three annotators. The result of corpus analysis indicates that tweets t... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1448/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1448/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1448",
"html_url": "https://github.com/huggingface/datasets/pull/1448",
"diff_url": "https://github.com/huggingface/datasets/pull/1448.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1448.patch",
"merged_at": 1607703687000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1447 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1447/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1447/comments | https://api.github.com/repos/huggingface/datasets/issues/1447/events | https://github.com/huggingface/datasets/pull/1447 | 761,067,955 | MDExOlB1bGxSZXF1ZXN0NTM1NzkxODk1 | 1,447 | Update step-by-step guide for windows | {
"login": "thomwolf",
"id": 7353373,
"node_id": "MDQ6VXNlcjczNTMzNzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7353373?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thomwolf",
"html_url": "https://github.com/thomwolf",
"followers_url": "https://api.github.com/users/thomw... | [] | closed | false | null | [] | null | [
"Hi @thomwolf, for simplification purposes, I think you could remove the \"`pip install ...`\" steps from this commit, 'cause these deps (black, isort, flake8) are already installed on `pip install -e \".[dev]\"` on the [Start by preparing your environment](https://github.com/huggingface/datasets/blob/704107f924e74... | 1,607,592,659,000 | 1,607,602,727,000 | 1,607,592,674,000 | MEMBER | null | Update step-by-step guide for windows to give an alternative to `make style`. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1447/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1447/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1447",
"html_url": "https://github.com/huggingface/datasets/pull/1447",
"diff_url": "https://github.com/huggingface/datasets/pull/1447.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1447.patch",
"merged_at": 1607592674000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1446 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1446/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1446/comments | https://api.github.com/repos/huggingface/datasets/issues/1446/events | https://github.com/huggingface/datasets/pull/1446 | 761,060,323 | MDExOlB1bGxSZXF1ZXN0NTM1Nzg1NDk1 | 1,446 | Add Bing Coronavirus Query Set | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,592,046,000 | 1,607,706,188,000 | 1,607,706,187,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1446/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1446/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1446",
"html_url": "https://github.com/huggingface/datasets/pull/1446",
"diff_url": "https://github.com/huggingface/datasets/pull/1446.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1446.patch",
"merged_at": 1607706187000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1445 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1445/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1445/comments | https://api.github.com/repos/huggingface/datasets/issues/1445/events | https://github.com/huggingface/datasets/pull/1445 | 761,057,851 | MDExOlB1bGxSZXF1ZXN0NTM1NzgzMzY2 | 1,445 | Added dataset clickbait_news_bg | {
"login": "tsvm",
"id": 1083319,
"node_id": "MDQ6VXNlcjEwODMzMTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1083319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tsvm",
"html_url": "https://github.com/tsvm",
"followers_url": "https://api.github.com/users/tsvm/followers",
... | [] | closed | false | null | [] | null | [
"Looks like this PR includes changes about many other files than the ones for clickbait_news_bg\r\n\r\nCan you create another branch and another PR please ?",
"I created a new branch with the dataset code and submitted a new PR for it: https://github.com/huggingface/datasets/pull/1568"
] | 1,607,591,848,000 | 1,608,018,319,000 | 1,608,018,319,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1445/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1445/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1445",
"html_url": "https://github.com/huggingface/datasets/pull/1445",
"diff_url": "https://github.com/huggingface/datasets/pull/1445.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1445.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1444 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1444/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1444/comments | https://api.github.com/repos/huggingface/datasets/issues/1444/events | https://github.com/huggingface/datasets/issues/1444 | 761,055,651 | MDU6SXNzdWU3NjEwNTU2NTE= | 1,444 | FileNotFound remotly, can't load a dataset | {
"login": "sadakmed",
"id": 18331629,
"node_id": "MDQ6VXNlcjE4MzMxNjI5",
"avatar_url": "https://avatars.githubusercontent.com/u/18331629?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sadakmed",
"html_url": "https://github.com/sadakmed",
"followers_url": "https://api.github.com/users/sad... | [] | closed | false | null | [] | null | [
"This dataset will be available in version-2 of the library. If you want to use this dataset now, install datasets from `master` branch rather.\r\n\r\nCommand to install datasets from `master` branch:\r\n`!pip install git+https://github.com/huggingface/datasets.git@master`",
"Closing this, thanks @VasudevGupta7 "... | 1,607,591,687,000 | 1,608,054,074,000 | 1,608,054,074,000 | NONE | null | ```py
!pip install datasets
import datasets as ds
corpus = ds.load_dataset('large_spanish_corpus')
```
gives the error
> FileNotFoundError: Couldn't find file locally at large_spanish_corpus/large_spanish_corpus.py, or remotely at https://raw.githubusercontent.com/huggingface/datasets/1.1.3/datasets/large_spa... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1444/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1444/timeline | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1443 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1443/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1443/comments | https://api.github.com/repos/huggingface/datasets/issues/1443/events | https://github.com/huggingface/datasets/pull/1443 | 761,033,061 | MDExOlB1bGxSZXF1ZXN0NTM1NzYyNTQ1 | 1,443 | Add OPUS Wikimedia Translations Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | open | false | null | [] | null | [] | 1,607,589,782,000 | 1,608,056,510,000 | null | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1443/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1443/timeline | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1443",
"html_url": "https://github.com/huggingface/datasets/pull/1443",
"diff_url": "https://github.com/huggingface/datasets/pull/1443.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1443.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1442 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1442/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1442/comments | https://api.github.com/repos/huggingface/datasets/issues/1442/events | https://github.com/huggingface/datasets/pull/1442 | 761,026,069 | MDExOlB1bGxSZXF1ZXN0NTM1NzU2Nzgx | 1,442 | Create XML dummy data without loading all dataset in memory | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | closed | false | null | [] | null | [] | 1,607,589,127,000 | 1,608,199,183,000 | 1,608,199,183,000 | MEMBER | null | While I was adding one XML dataset, I noticed that all the dataset was loaded in memory during the dummy data generation process (using nearly all my laptop RAM).
Looking at the code, I have found that the origin is the use of `ET.parse()`. This method loads **all the file content in memory**.
In order to fix thi... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1442/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1442/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1442",
"html_url": "https://github.com/huggingface/datasets/pull/1442",
"diff_url": "https://github.com/huggingface/datasets/pull/1442.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1442.patch",
"merged_at": 1608199183000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1441 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1441/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1441/comments | https://api.github.com/repos/huggingface/datasets/issues/1441/events | https://github.com/huggingface/datasets/pull/1441 | 761,021,823 | MDExOlB1bGxSZXF1ZXN0NTM1NzUzMjI5 | 1,441 | Add Igbo-English Machine Translation Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,588,734,000 | 1,607,702,093,000 | 1,607,702,092,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1441/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1441/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1441",
"html_url": "https://github.com/huggingface/datasets/pull/1441",
"diff_url": "https://github.com/huggingface/datasets/pull/1441.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1441.patch",
"merged_at": 1607702092000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1440 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1440/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1440/comments | https://api.github.com/repos/huggingface/datasets/issues/1440/events | https://github.com/huggingface/datasets/pull/1440 | 760,973,057 | MDExOlB1bGxSZXF1ZXN0NTM1NzEyNDY1 | 1,440 | Adding english plaintext jokes dataset | {
"login": "purvimisal",
"id": 22298787,
"node_id": "MDQ6VXNlcjIyMjk4Nzg3",
"avatar_url": "https://avatars.githubusercontent.com/u/22298787?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/purvimisal",
"html_url": "https://github.com/purvimisal",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | null | [
"Hi @purvimisal, thanks for your contributions!\r\n\r\nThis jokes dataset has come up before, and after a conversation with the initial submitter, we decided not to add it then. Humor is important, but looking at the actual data points in this set raises several concerns :) \r\n\r\nThe main issue is the Reddit part... | 1,607,583,857,000 | 1,607,836,920,000 | 1,607,752,543,000 | CONTRIBUTOR | null | This PR adds a dataset of 200k English plaintext Jokes from three sources: Reddit, Stupidstuff, and Wocka.
Link: https://github.com/taivop/joke-dataset
This is my second PR.
First was: [#1269 ](https://github.com/huggingface/datasets/pull/1269) | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1440/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1440/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1440",
"html_url": "https://github.com/huggingface/datasets/pull/1440",
"diff_url": "https://github.com/huggingface/datasets/pull/1440.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1440.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1439 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1439/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1439/comments | https://api.github.com/repos/huggingface/datasets/issues/1439/events | https://github.com/huggingface/datasets/pull/1439 | 760,968,410 | MDExOlB1bGxSZXF1ZXN0NTM1NzA4NDU1 | 1,439 | Update README.md | {
"login": "tuner007",
"id": 46425391,
"node_id": "MDQ6VXNlcjQ2NDI1Mzkx",
"avatar_url": "https://avatars.githubusercontent.com/u/46425391?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tuner007",
"html_url": "https://github.com/tuner007",
"followers_url": "https://api.github.com/users/tun... | [] | closed | false | null | [] | null | [] | 1,607,583,421,000 | 1,607,700,173,000 | 1,607,700,173,000 | CONTRIBUTOR | null | 1k-10k -> 1k-1M
3 separate configs are available with min. 1K and max. 211.3k examples | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1439/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1439/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1439",
"html_url": "https://github.com/huggingface/datasets/pull/1439",
"diff_url": "https://github.com/huggingface/datasets/pull/1439.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1439.patch",
"merged_at": 1607700173000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1438 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1438/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1438/comments | https://api.github.com/repos/huggingface/datasets/issues/1438/events | https://github.com/huggingface/datasets/pull/1438 | 760,962,193 | MDExOlB1bGxSZXF1ZXN0NTM1NzAzMTEw | 1,438 | A descriptive name for my changes | {
"login": "rahul-art",
"id": 56379013,
"node_id": "MDQ6VXNlcjU2Mzc5MDEz",
"avatar_url": "https://avatars.githubusercontent.com/u/56379013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rahul-art",
"html_url": "https://github.com/rahul-art",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [
"I have noticed that the master branch of your fork has diverged from the one of the repo. This is probably what causes the mess in the github diff \"Files changed\".\r\n\r\nI would suggest to re-fork the `datasets` repo and recreate a new branch and a new PR. ",
"You're pretty close to having all things ready to... | 1,607,582,844,000 | 1,608,028,587,000 | 1,608,028,586,000 | CONTRIBUTOR | null | hind encorp resubmited | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1438/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1438/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1438",
"html_url": "https://github.com/huggingface/datasets/pull/1438",
"diff_url": "https://github.com/huggingface/datasets/pull/1438.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1438.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1437 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1437/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1437/comments | https://api.github.com/repos/huggingface/datasets/issues/1437/events | https://github.com/huggingface/datasets/pull/1437 | 760,891,879 | MDExOlB1bGxSZXF1ZXN0NTM1NjQwODE0 | 1,437 | Add Indosum dataset | {
"login": "prasastoadi",
"id": 11614678,
"node_id": "MDQ6VXNlcjExNjE0Njc4",
"avatar_url": "https://avatars.githubusercontent.com/u/11614678?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/prasastoadi",
"html_url": "https://github.com/prasastoadi",
"followers_url": "https://api.github.com/... | [] | open | false | null | [] | null | [
"Hi @prasastoadi have you had a chance to take a look at my suggestions ?\r\n\r\nFeel free to ping ;e if you have questions or when you're ready for a review"
] | 1,607,576,520,000 | 1,608,198,679,000 | null | NONE | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1437/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1437/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1437",
"html_url": "https://github.com/huggingface/datasets/pull/1437",
"diff_url": "https://github.com/huggingface/datasets/pull/1437.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1437.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1436 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1436/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1436/comments | https://api.github.com/repos/huggingface/datasets/issues/1436/events | https://github.com/huggingface/datasets/pull/1436 | 760,873,132 | MDExOlB1bGxSZXF1ZXN0NTM1NjI1MDM0 | 1,436 | add ALT | {
"login": "chameleonTK",
"id": 6429850,
"node_id": "MDQ6VXNlcjY0Mjk4NTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/6429850?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chameleonTK",
"html_url": "https://github.com/chameleonTK",
"followers_url": "https://api.github.com/us... | [] | closed | false | null | [] | null | [
"The errors in de CI are fixed on master so it's fine"
] | 1,607,573,841,000 | 1,607,876,058,000 | 1,607,701,961,000 | CONTRIBUTOR | null | ALT dataset -- https://www2.nict.go.jp/astrec-att/member/mutiyama/ALT/ | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1436/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 2,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1436/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1436",
"html_url": "https://github.com/huggingface/datasets/pull/1436",
"diff_url": "https://github.com/huggingface/datasets/pull/1436.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1436.patch",
"merged_at": 1607701961000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1435 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1435/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1435/comments | https://api.github.com/repos/huggingface/datasets/issues/1435/events | https://github.com/huggingface/datasets/pull/1435 | 760,867,325 | MDExOlB1bGxSZXF1ZXN0NTM1NjIwODE4 | 1,435 | Add FreebaseQA dataset | {
"login": "anaerobeth",
"id": 3663322,
"node_id": "MDQ6VXNlcjM2NjMzMjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3663322?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anaerobeth",
"html_url": "https://github.com/anaerobeth",
"followers_url": "https://api.github.com/users... | [] | closed | false | null | [] | null | [
"@yjernite @lhoestq Any suggestions on how to get the dummy data generator to recognize the columns? The structure of the json is:\r\n```\r\n{\r\n \"Dataset\": \"FreebaseQA-eval\", \r\n \"Version\": \"1.0\", \r\n \"Questions\": [\r\n {\r\n \"Question-ID\": \"FreebaseQA-eval-0\", \r\n \"RawQuestion\"... | 1,607,573,007,000 | 1,612,518,450,000 | 1,612,518,450,000 | CONTRIBUTOR | null | This PR adds the FreebaseQA dataset: A Trivia-type QA Data Set over the Freebase Knowledge Graph
Repo: https://github.com/kelvin-jiang/FreebaseQA
Paper: https://www.aclweb.org/anthology/N19-1028.pdf
## TODO: create dummy data
Error encountered when running `python datasets-cli dummy_data datasets/freebase... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1435/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1435/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1435",
"html_url": "https://github.com/huggingface/datasets/pull/1435",
"diff_url": "https://github.com/huggingface/datasets/pull/1435.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1435.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1434 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1434/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1434/comments | https://api.github.com/repos/huggingface/datasets/issues/1434/events | https://github.com/huggingface/datasets/pull/1434 | 760,821,474 | MDExOlB1bGxSZXF1ZXN0NTM1NTg3NjEx | 1,434 | add_sofc_materials_articles | {
"login": "ZacharySBrown",
"id": 7950786,
"node_id": "MDQ6VXNlcjc5NTA3ODY=",
"avatar_url": "https://avatars.githubusercontent.com/u/7950786?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZacharySBrown",
"html_url": "https://github.com/ZacharySBrown",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | null | [
"Hey @lhoestq , thanks for the feedback on this! I updated the `_generate_examples` with some comments on the process, and reduced the `dummy_data.zip` down quite a bit as well. \r\n\r\nFor the dummy data, I reduced the text to only three sentences, and aligned the corresponding entity/token/sentence annotations to... | 1,607,566,502,000 | 1,608,199,194,000 | 1,608,199,194,000 | CONTRIBUTOR | null | adding [SOFC-Exp Corpus](https://arxiv.org/abs/2006.03039) | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1434/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1434/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1434",
"html_url": "https://github.com/huggingface/datasets/pull/1434",
"diff_url": "https://github.com/huggingface/datasets/pull/1434.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1434.patch",
"merged_at": 1608199194000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1433 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1433/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1433/comments | https://api.github.com/repos/huggingface/datasets/issues/1433/events | https://github.com/huggingface/datasets/pull/1433 | 760,813,539 | MDExOlB1bGxSZXF1ZXN0NTM1NTgxNzE3 | 1,433 | Adding the ASSIN 2 dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | null | [] | null | [] | 1,607,565,422,000 | 1,607,697,176,000 | 1,607,697,176,000 | CONTRIBUTOR | null | Adding the ASSIN 2 dataset, a Portuguese language dataset for Natural Language Inference and Semantic Similarity Scoring | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1433/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1433/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1433",
"html_url": "https://github.com/huggingface/datasets/pull/1433",
"diff_url": "https://github.com/huggingface/datasets/pull/1433.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1433.patch",
"merged_at": 1607697176000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1432 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1432/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1432/comments | https://api.github.com/repos/huggingface/datasets/issues/1432/events | https://github.com/huggingface/datasets/pull/1432 | 760,808,449 | MDExOlB1bGxSZXF1ZXN0NTM1NTc3ODk3 | 1,432 | Adding journalists questions dataset | {
"login": "MaramHasanain",
"id": 3918663,
"node_id": "MDQ6VXNlcjM5MTg2NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/3918663?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaramHasanain",
"html_url": "https://github.com/MaramHasanain",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | null | [
"@lhoestq Thanks a lot for checking! I hope I addressed all your comments. ",
"merging since the CI is fixed on master"
] | 1,607,564,687,000 | 1,607,953,865,000 | 1,607,953,864,000 | CONTRIBUTOR | null | This is my first dataset to be added to HF. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1432/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1432/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1432",
"html_url": "https://github.com/huggingface/datasets/pull/1432",
"diff_url": "https://github.com/huggingface/datasets/pull/1432.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1432.patch",
"merged_at": 1607953864000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1431 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1431/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1431/comments | https://api.github.com/repos/huggingface/datasets/issues/1431/events | https://github.com/huggingface/datasets/pull/1431 | 760,791,019 | MDExOlB1bGxSZXF1ZXN0NTM1NTYzOTk1 | 1,431 | Ar cov19 | {
"login": "Fatima-Haouari",
"id": 71061623,
"node_id": "MDQ6VXNlcjcxMDYxNjIz",
"avatar_url": "https://avatars.githubusercontent.com/u/71061623?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Fatima-Haouari",
"html_url": "https://github.com/Fatima-Haouari",
"followers_url": "https://api.gi... | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,561,974,000 | 1,607,698,883,000 | 1,607,698,883,000 | CONTRIBUTOR | null | Adding ArCOV-19 dataset. ArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 30th of April 2020. ArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes over 1M tweets alongside the propagation networks of the most-popular subs... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1431/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1431/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1431",
"html_url": "https://github.com/huggingface/datasets/pull/1431",
"diff_url": "https://github.com/huggingface/datasets/pull/1431.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1431.patch",
"merged_at": 1607698883000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1430 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1430/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1430/comments | https://api.github.com/repos/huggingface/datasets/issues/1430/events | https://github.com/huggingface/datasets/pull/1430 | 760,779,666 | MDExOlB1bGxSZXF1ZXN0NTM1NTU0Njg0 | 1,430 | Add 1.5 billion words Arabic corpus | {
"login": "zaidalyafeai",
"id": 15667714,
"node_id": "MDQ6VXNlcjE1NjY3NzE0",
"avatar_url": "https://avatars.githubusercontent.com/u/15667714?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zaidalyafeai",
"html_url": "https://github.com/zaidalyafeai",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | null | [
"Can't pass dummy data tests. For the instructions, it asks me to generate the following file `dummy_data/Youm7_XML_utf_8.rar/Youm7_utf_8.xml` which is strange, any ideas @lhoestq ?\r\n\r\ncc: I tested the data locally and it works, maybe the dummy tests doesn't support `rar` ? ",
"In the dummy_data.zip files you... | 1,607,560,338,000 | 1,608,631,439,000 | 1,608,631,439,000 | CONTRIBUTOR | null | Needs https://github.com/huggingface/datasets/pull/1429 to work. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1430/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1430/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1430",
"html_url": "https://github.com/huggingface/datasets/pull/1430",
"diff_url": "https://github.com/huggingface/datasets/pull/1430.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1430.patch",
"merged_at": 1608631439000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1429 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1429/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1429/comments | https://api.github.com/repos/huggingface/datasets/issues/1429/events | https://github.com/huggingface/datasets/pull/1429 | 760,737,818 | MDExOlB1bGxSZXF1ZXN0NTM1NTE5MjY5 | 1,429 | extract rar files | {
"login": "zaidalyafeai",
"id": 15667714,
"node_id": "MDQ6VXNlcjE1NjY3NzE0",
"avatar_url": "https://avatars.githubusercontent.com/u/15667714?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zaidalyafeai",
"html_url": "https://github.com/zaidalyafeai",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | null | [] | 1,607,554,870,000 | 1,608,303,817,000 | 1,608,303,817,000 | CONTRIBUTOR | null | Unfortunately, I didn't find any native python libraries for extracting rar files. The user has to manually install `sudo apt-get install unrar`. Discussion with @yjernite is in the slack channel. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1429/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1429/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1429",
"html_url": "https://github.com/huggingface/datasets/pull/1429",
"diff_url": "https://github.com/huggingface/datasets/pull/1429.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1429.patch",
"merged_at": 1608303817000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1428 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1428/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1428/comments | https://api.github.com/repos/huggingface/datasets/issues/1428/events | https://github.com/huggingface/datasets/pull/1428 | 760,736,726 | MDExOlB1bGxSZXF1ZXN0NTM1NTE4MzIy | 1,428 | Add twi wordsim353 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | null | [] | null | [] | 1,607,554,759,000 | 1,607,695,052,000 | 1,607,695,052,000 | CONTRIBUTOR | null | Add twi WordSim 353 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1428/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1428/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1428",
"html_url": "https://github.com/huggingface/datasets/pull/1428",
"diff_url": "https://github.com/huggingface/datasets/pull/1428.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1428.patch",
"merged_at": 1607695052000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1427 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1427/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1427/comments | https://api.github.com/repos/huggingface/datasets/issues/1427/events | https://github.com/huggingface/datasets/pull/1427 | 760,736,703 | MDExOlB1bGxSZXF1ZXN0NTM1NTE4MzAx | 1,427 | Hebrew project BenYehuda | {
"login": "imvladikon",
"id": 10088963,
"node_id": "MDQ6VXNlcjEwMDg4OTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/10088963?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/imvladikon",
"html_url": "https://github.com/imvladikon",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,554,757,000 | 1,607,708,363,000 | 1,607,708,363,000 | CONTRIBUTOR | null | Added Hebrew corpus from https://github.com/projectbenyehuda/public_domain_dump | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1427/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1427/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1427",
"html_url": "https://github.com/huggingface/datasets/pull/1427",
"diff_url": "https://github.com/huggingface/datasets/pull/1427.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1427.patch",
"merged_at": 1607708363000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1426 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1426/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1426/comments | https://api.github.com/repos/huggingface/datasets/issues/1426/events | https://github.com/huggingface/datasets/pull/1426 | 760,735,763 | MDExOlB1bGxSZXF1ZXN0NTM1NTE3NDc4 | 1,426 | init commit for MultiReQA for third PR with all issues fixed | {
"login": "Karthik-Bhaskar",
"id": 13200370,
"node_id": "MDQ6VXNlcjEzMjAwMzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/13200370?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Karthik-Bhaskar",
"html_url": "https://github.com/Karthik-Bhaskar",
"followers_url": "https://api... | [] | closed | false | null | [] | null | [
"good dataset card as well :) ",
"@lhoestq Thank you :) "
] | 1,607,554,661,000 | 1,607,693,828,000 | 1,607,693,828,000 | CONTRIBUTOR | null | 3rd PR w.r.t. PR #1349 with all the issues fixed. As #1349 had uploaded other files along with the multi_re_qa dataset | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1426/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1426/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1426",
"html_url": "https://github.com/huggingface/datasets/pull/1426",
"diff_url": "https://github.com/huggingface/datasets/pull/1426.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1426.patch",
"merged_at": 1607693828000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1425 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1425/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1425/comments | https://api.github.com/repos/huggingface/datasets/issues/1425/events | https://github.com/huggingface/datasets/pull/1425 | 760,733,638 | MDExOlB1bGxSZXF1ZXN0NTM1NTE1NjQz | 1,425 | Add german common crawl dataset | {
"login": "Phil1108",
"id": 39518904,
"node_id": "MDQ6VXNlcjM5NTE4OTA0",
"avatar_url": "https://avatars.githubusercontent.com/u/39518904?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Phil1108",
"html_url": "https://github.com/Phil1108",
"followers_url": "https://api.github.com/users/Phi... | [] | open | false | null | [] | null | [
"Hi @Phil1108 !\r\nHave you had a chance to take a look at my suggestions ?\r\nFeel free to ping me if you have questions or if you're ready for a review\r\n\r\nThanks again for adding this dataset, this one is very useful !",
"> \r\n> \r\n> Hi @Phil1108 !\r\n> Have you had a chance to take a look at my suggestio... | 1,607,554,452,000 | 1,608,717,587,000 | null | NONE | null | Adding a subpart of the Common Crawl which was extracted with this repo https://github.com/facebookresearch/cc_net and additionally filtered for duplicates | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1425/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1425/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1425",
"html_url": "https://github.com/huggingface/datasets/pull/1425",
"diff_url": "https://github.com/huggingface/datasets/pull/1425.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1425.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1424 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1424/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1424/comments | https://api.github.com/repos/huggingface/datasets/issues/1424/events | https://github.com/huggingface/datasets/pull/1424 | 760,724,914 | MDExOlB1bGxSZXF1ZXN0NTM1NTA4MjY5 | 1,424 | Add yoruba wordsim353 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | null | [] | null | [] | 1,607,553,462,000 | 1,607,553,585,000 | 1,607,553,585,000 | CONTRIBUTOR | null | Added WordSim-353 evaluation dataset for Yoruba | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1424/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1424/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1424",
"html_url": "https://github.com/huggingface/datasets/pull/1424",
"diff_url": "https://github.com/huggingface/datasets/pull/1424.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1424.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1423 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1423/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1423/comments | https://api.github.com/repos/huggingface/datasets/issues/1423/events | https://github.com/huggingface/datasets/pull/1423 | 760,712,421 | MDExOlB1bGxSZXF1ZXN0NTM1NDk3OTk5 | 1,423 | Imppres | {
"login": "aclifton314",
"id": 53267795,
"node_id": "MDQ6VXNlcjUzMjY3Nzk1",
"avatar_url": "https://avatars.githubusercontent.com/u/53267795?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aclifton314",
"html_url": "https://github.com/aclifton314",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [
"Feel free to ping me once you're ready for another review :) ",
"For sure! Gonna work on this now!",
"I incorporated all the changes but when I go to rebase I get the following error:\r\n```python\r\naclifton@pop-os:~/hf_datasets_sprint/datasets$ git rebase upstream/master\r\nerror: cannot rebase: You have uns... | 1,607,552,052,000 | 1,608,229,634,000 | 1,608,229,634,000 | CONTRIBUTOR | null | 2nd PR ever! Hopefully I'm starting to get the hang of this. This is for the IMPPRES dataset. Please let me know of any corrections or changes that need to be made. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1423/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 2,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1423/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1423",
"html_url": "https://github.com/huggingface/datasets/pull/1423",
"diff_url": "https://github.com/huggingface/datasets/pull/1423.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1423.patch",
"merged_at": 1608229634000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1422 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1422/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1422/comments | https://api.github.com/repos/huggingface/datasets/issues/1422/events | https://github.com/huggingface/datasets/issues/1422 | 760,707,113 | MDU6SXNzdWU3NjA3MDcxMTM= | 1,422 | Can't map dataset (loaded from csv) | {
"login": "SolomidHero",
"id": 28161779,
"node_id": "MDQ6VXNlcjI4MTYxNzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/28161779?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SolomidHero",
"html_url": "https://github.com/SolomidHero",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [
"Please could you post the whole script? I can't reproduce your issue. After updating the feature names/labels to match with the data, everything works fine for me. Try to update datasets/transformers to the newest version.",
"Actually, the problem was how `tokenize` function was defined. This was completely my s... | 1,607,551,542,000 | 1,608,228,820,000 | 1,608,228,820,000 | NONE | null | Hello! I am trying to load single csv file with two columns: ('label': str, 'text' str), where is label is str of two possible classes.
Below steps are similar with [this notebook](https://colab.research.google.com/drive/1-JIJlao4dI-Ilww_NnTc0rxtp-ymgDgM?usp=sharing), where bert model and tokenizer are used to class... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1422/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1422/timeline | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/1421 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1421/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1421/comments | https://api.github.com/repos/huggingface/datasets/issues/1421/events | https://github.com/huggingface/datasets/pull/1421 | 760,706,851 | MDExOlB1bGxSZXF1ZXN0NTM1NDkzMzU4 | 1,421 | adding fake-news-english-2 | {
"login": "MisbahKhan789",
"id": 15351802,
"node_id": "MDQ6VXNlcjE1MzUxODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/15351802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisbahKhan789",
"html_url": "https://github.com/MisbahKhan789",
"followers_url": "https://api.githu... | [] | closed | false | null | [] | null | [] | 1,607,551,513,000 | 1,607,820,529,000 | 1,607,820,529,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1421/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1421/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1421",
"html_url": "https://github.com/huggingface/datasets/pull/1421",
"diff_url": "https://github.com/huggingface/datasets/pull/1421.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1421.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1420 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1420/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1420/comments | https://api.github.com/repos/huggingface/datasets/issues/1420/events | https://github.com/huggingface/datasets/pull/1420 | 760,700,388 | MDExOlB1bGxSZXF1ZXN0NTM1NDg4MTM5 | 1,420 | Add dataset yoruba_wordsim353 | {
"login": "michael-aloys",
"id": 1858628,
"node_id": "MDQ6VXNlcjE4NTg2Mjg=",
"avatar_url": "https://avatars.githubusercontent.com/u/1858628?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michael-aloys",
"html_url": "https://github.com/michael-aloys",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,550,869,000 | 1,607,693,644,000 | 1,607,693,644,000 | CONTRIBUTOR | null | Contains loading script as well as dataset card including YAML tags. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1420/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1420/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1420",
"html_url": "https://github.com/huggingface/datasets/pull/1420",
"diff_url": "https://github.com/huggingface/datasets/pull/1420.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1420.patch",
"merged_at": 1607693644000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1419 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1419/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1419/comments | https://api.github.com/repos/huggingface/datasets/issues/1419/events | https://github.com/huggingface/datasets/pull/1419 | 760,673,716 | MDExOlB1bGxSZXF1ZXN0NTM1NDY1OTA4 | 1,419 | Add Turkish News Category Dataset (270K) | {
"login": "basakbuluz",
"id": 41359672,
"node_id": "MDQ6VXNlcjQxMzU5Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/41359672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/basakbuluz",
"html_url": "https://github.com/basakbuluz",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | null | [
"@lhoestq, can you please review this PR?\r\n",
"@SBrandeis,\r\nSorry. All of the latest version came to my branch. You can find final version. \r\nResubmitted as a clean final version of #1466\r\nI have completed all the review comments.",
"Closing this as PR is now https://github.com/huggingface/datasets/pull... | 1,607,548,113,000 | 1,607,695,351,000 | 1,607,695,351,000 | CONTRIBUTOR | null | This PR adds the Turkish News Categories Dataset (270K) dataset which is a text classification dataset by me and @yavuzKomecoglu. Turkish news dataset consisting of **273601 news** in **17 categories**, compiled from printed media and news websites between 2010 and 2017 by the [Interpress](https://www.interpress.com/)... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1419/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1419/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1419",
"html_url": "https://github.com/huggingface/datasets/pull/1419",
"diff_url": "https://github.com/huggingface/datasets/pull/1419.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1419.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1418 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1418/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1418/comments | https://api.github.com/repos/huggingface/datasets/issues/1418/events | https://github.com/huggingface/datasets/pull/1418 | 760,672,320 | MDExOlB1bGxSZXF1ZXN0NTM1NDY0NzQ4 | 1,418 | Add arabic dialects | {
"login": "mcmillanmajora",
"id": 26722925,
"node_id": "MDQ6VXNlcjI2NzIyOTI1",
"avatar_url": "https://avatars.githubusercontent.com/u/26722925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mcmillanmajora",
"html_url": "https://github.com/mcmillanmajora",
"followers_url": "https://api.gi... | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,547,967,000 | 1,608,198,056,000 | 1,608,198,056,000 | CONTRIBUTOR | null | Data loading script and dataset card for Dialectal Arabic Resources dataset.
Fixed git issues from PR #976 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1418/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1418/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1418",
"html_url": "https://github.com/huggingface/datasets/pull/1418",
"diff_url": "https://github.com/huggingface/datasets/pull/1418.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1418.patch",
"merged_at": 1608198056000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1417 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1417/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1417/comments | https://api.github.com/repos/huggingface/datasets/issues/1417/events | https://github.com/huggingface/datasets/pull/1417 | 760,660,918 | MDExOlB1bGxSZXF1ZXN0NTM1NDU1NzM3 | 1,417 | WIP: Vinay/add peer read dataset | {
"login": "vinaykudari",
"id": 34424769,
"node_id": "MDQ6VXNlcjM0NDI0NzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/34424769?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vinaykudari",
"html_url": "https://github.com/vinaykudari",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [] | 1,607,546,992,000 | 1,607,712,211,000 | 1,607,712,211,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1417/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1417/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1417",
"html_url": "https://github.com/huggingface/datasets/pull/1417",
"diff_url": "https://github.com/huggingface/datasets/pull/1417.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1417.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1416 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1416/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1416/comments | https://api.github.com/repos/huggingface/datasets/issues/1416/events | https://github.com/huggingface/datasets/pull/1416 | 760,653,971 | MDExOlB1bGxSZXF1ZXN0NTM1NDUwMTIz | 1,416 | Add Shrinked Turkish NER from Kaggle. | {
"login": "bhctsntrk",
"id": 22636672,
"node_id": "MDQ6VXNlcjIyNjM2Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/22636672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bhctsntrk",
"html_url": "https://github.com/bhctsntrk",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,546,315,000 | 1,607,685,811,000 | 1,607,685,811,000 | CONTRIBUTOR | null | Add Shrinked Turkish NER from [Kaggle](https://www.kaggle.com/behcetsenturk/shrinked-twnertc-turkish-ner-data-by-kuzgunlar). | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1416/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1416/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1416",
"html_url": "https://github.com/huggingface/datasets/pull/1416",
"diff_url": "https://github.com/huggingface/datasets/pull/1416.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1416.patch",
"merged_at": 1607685811000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1415 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1415/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1415/comments | https://api.github.com/repos/huggingface/datasets/issues/1415/events | https://github.com/huggingface/datasets/pull/1415 | 760,642,786 | MDExOlB1bGxSZXF1ZXN0NTM1NDQxMTQx | 1,415 | Add Hate Speech and Offensive Language Detection dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | null | [
"@lhoestq done! The failing testes don't seem to be related, it seems to be a connection issue, if I understand it correctly.",
"@lhoestq done!",
"merging since the CI is fixed on master"
] | 1,607,545,332,000 | 1,607,969,204,000 | 1,607,963,131,000 | CONTRIBUTOR | null | Add [Hate Speech and Offensive Language Detection dataset](https://github.com/t-davidson/hate-speech-and-offensive-language) from [this paper](https://arxiv.org/abs/1703.04009). | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1415/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1415/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1415",
"html_url": "https://github.com/huggingface/datasets/pull/1415",
"diff_url": "https://github.com/huggingface/datasets/pull/1415.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1415.patch",
"merged_at": 1607963131000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1414 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1414/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1414/comments | https://api.github.com/repos/huggingface/datasets/issues/1414/events | https://github.com/huggingface/datasets/pull/1414 | 760,622,133 | MDExOlB1bGxSZXF1ZXN0NTM1NDIzODgy | 1,414 | Adding BioCreative II Gene Mention corpus | {
"login": "mahajandiwakar",
"id": 10516432,
"node_id": "MDQ6VXNlcjEwNTE2NDMy",
"avatar_url": "https://avatars.githubusercontent.com/u/10516432?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mahajandiwakar",
"html_url": "https://github.com/mahajandiwakar",
"followers_url": "https://api.gi... | [] | closed | false | null | [] | null | [] | 1,607,543,368,000 | 1,607,685,460,000 | 1,607,685,460,000 | CONTRIBUTOR | null | Adding BioCreative II Gene Mention corpus | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1414/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1414/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1414",
"html_url": "https://github.com/huggingface/datasets/pull/1414",
"diff_url": "https://github.com/huggingface/datasets/pull/1414.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1414.patch",
"merged_at": 1607685460000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1413 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1413/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1413/comments | https://api.github.com/repos/huggingface/datasets/issues/1413/events | https://github.com/huggingface/datasets/pull/1413 | 760,615,090 | MDExOlB1bGxSZXF1ZXN0NTM1NDE4MDY2 | 1,413 | Add OffComBR | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | null | [
"Hello @hugoabonizio, thanks for the contribution.\r\nRegarding the fake data, you can generate it manually.\r\nRunning the `python datasets-cli dummy_data datasets/offcombr` should give you instructions on how to manually create the dummy data.\r\nFor reference, here is a spec for `.arff` files : https://www.cs.wa... | 1,607,542,688,000 | 1,607,969,205,000 | 1,607,964,670,000 | CONTRIBUTOR | null | Add [OffComBR](https://github.com/rogersdepelle/OffComBR) from [Offensive Comments in the Brazilian Web: a dataset and baseline results](https://sol.sbc.org.br/index.php/brasnam/article/view/3260/3222) paper.
But I'm having a hard time generating dummy data since the original dataset extion is `.arff` and the [_crea... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1413/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1413/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1413",
"html_url": "https://github.com/huggingface/datasets/pull/1413",
"diff_url": "https://github.com/huggingface/datasets/pull/1413.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1413.patch",
"merged_at": 1607964670000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1412 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1412/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1412/comments | https://api.github.com/repos/huggingface/datasets/issues/1412/events | https://github.com/huggingface/datasets/pull/1412 | 760,607,959 | MDExOlB1bGxSZXF1ZXN0NTM1NDEyMDg2 | 1,412 | Adding the ASSIN dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | null | [] | null | [] | 1,607,542,026,000 | 1,607,683,270,000 | 1,607,683,270,000 | CONTRIBUTOR | null | Adding the ASSIN dataset, a Portuguese language dataset for Natural Language Inference and Semantic Similarity Scoring | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1412/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1412/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1412",
"html_url": "https://github.com/huggingface/datasets/pull/1412",
"diff_url": "https://github.com/huggingface/datasets/pull/1412.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1412.patch",
"merged_at": 1607683270000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1411 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1411/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1411/comments | https://api.github.com/repos/huggingface/datasets/issues/1411/events | https://github.com/huggingface/datasets/pull/1411 | 760,606,290 | MDExOlB1bGxSZXF1ZXN0NTM1NDEwNjU3 | 1,411 | 2 typos | {
"login": "dezow",
"id": 47401160,
"node_id": "MDQ6VXNlcjQ3NDAxMTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/47401160?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dezow",
"html_url": "https://github.com/dezow",
"followers_url": "https://api.github.com/users/dezow/follow... | [] | closed | false | null | [] | null | [] | 1,607,541,874,000 | 1,607,683,145,000 | 1,607,683,145,000 | CONTRIBUTOR | null | Corrected 2 typos | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1411/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1411/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1411",
"html_url": "https://github.com/huggingface/datasets/pull/1411",
"diff_url": "https://github.com/huggingface/datasets/pull/1411.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1411.patch",
"merged_at": 1607683145000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1410 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1410/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1410/comments | https://api.github.com/repos/huggingface/datasets/issues/1410/events | https://github.com/huggingface/datasets/pull/1410 | 760,597,092 | MDExOlB1bGxSZXF1ZXN0NTM1NDAyNjcw | 1,410 | Add penn treebank dataset | {
"login": "harshalmittal4",
"id": 24206326,
"node_id": "MDQ6VXNlcjI0MjA2MzI2",
"avatar_url": "https://avatars.githubusercontent.com/u/24206326?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/harshalmittal4",
"html_url": "https://github.com/harshalmittal4",
"followers_url": "https://api.gi... | [] | closed | false | null | [] | null | [
"@yjernite I have updated the PR to be language modeling task specific. Please review!\r\n",
"Yes a line corresponds to a sentence in this data."
] | 1,607,541,093,000 | 1,608,111,503,000 | 1,608,111,503,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1410/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1410/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1410",
"html_url": "https://github.com/huggingface/datasets/pull/1410",
"diff_url": "https://github.com/huggingface/datasets/pull/1410.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1410.patch",
"merged_at": 1608111503000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1409 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1409/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1409/comments | https://api.github.com/repos/huggingface/datasets/issues/1409/events | https://github.com/huggingface/datasets/pull/1409 | 760,593,932 | MDExOlB1bGxSZXF1ZXN0NTM1Mzk5OTI1 | 1,409 | Adding the ASSIN dataset | {
"login": "jonatasgrosman",
"id": 5097052,
"node_id": "MDQ6VXNlcjUwOTcwNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5097052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonatasgrosman",
"html_url": "https://github.com/jonatasgrosman",
"followers_url": "https://api.gith... | [] | closed | false | null | [] | null | [
"I wrongly commited data from another branch in this PR, I'll close this a reopen another PR with the fixed branch"
] | 1,607,540,820,000 | 1,607,541,492,000 | 1,607,541,352,000 | CONTRIBUTOR | null | Adding the ASSIN dataset, a Portuguese language dataset for Natural Language Inference and Semantic Similarity Scoring | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1409/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1409/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1409",
"html_url": "https://github.com/huggingface/datasets/pull/1409",
"diff_url": "https://github.com/huggingface/datasets/pull/1409.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1409.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1408 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1408/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1408/comments | https://api.github.com/repos/huggingface/datasets/issues/1408/events | https://github.com/huggingface/datasets/pull/1408 | 760,590,589 | MDExOlB1bGxSZXF1ZXN0NTM1Mzk3MTAw | 1,408 | adding fake-news-english | {
"login": "MisbahKhan789",
"id": 15351802,
"node_id": "MDQ6VXNlcjE1MzUxODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/15351802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MisbahKhan789",
"html_url": "https://github.com/MisbahKhan789",
"followers_url": "https://api.githu... | [] | closed | false | null | [] | null | [
"also don't forget to format your code using `make style` to fix the CI"
] | 1,607,540,527,000 | 1,607,820,559,000 | 1,607,820,559,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1408/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1408/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1408",
"html_url": "https://github.com/huggingface/datasets/pull/1408",
"diff_url": "https://github.com/huggingface/datasets/pull/1408.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1408.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1407 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1407/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1407/comments | https://api.github.com/repos/huggingface/datasets/issues/1407/events | https://github.com/huggingface/datasets/pull/1407 | 760,581,756 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg5ODQx | 1,407 | Add Tweet Eval Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"Hi @lhoestq,\r\n\r\nSeeing that it has been almost two months to this draft, I'm willing to take this forward if you and @abhishekkrthakur don't mind. :)",
"Hi @gchhablani !\r\nSure if @abhishekkrthakur doesn't mind\r\nThanks for your help :)",
"Please feel free :) ",
"Hi @lhoestq, @abhishekkrthakur \r\n\r\n... | 1,607,539,737,000 | 1,614,329,644,000 | 1,614,329,644,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1407/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1407/timeline | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1407",
"html_url": "https://github.com/huggingface/datasets/pull/1407",
"diff_url": "https://github.com/huggingface/datasets/pull/1407.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1407.patch",
"merged_at": null
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1406 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1406/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1406/comments | https://api.github.com/repos/huggingface/datasets/issues/1406/events | https://github.com/huggingface/datasets/pull/1406 | 760,581,330 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg5NDk5 | 1,406 | Add Portuguese Hate Speech dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | null | [
"@lhoestq done! (The failing tests don't seem to be related)",
"merging since the CI is fixed on master"
] | 1,607,539,696,000 | 1,607,969,202,000 | 1,607,962,940,000 | CONTRIBUTOR | null | Binary Portuguese Hate Speech dataset from [this paper](https://www.aclweb.org/anthology/W19-3510/). | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1406/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1406/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1406",
"html_url": "https://github.com/huggingface/datasets/pull/1406",
"diff_url": "https://github.com/huggingface/datasets/pull/1406.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1406.patch",
"merged_at": 1607962940000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1405 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1405/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1405/comments | https://api.github.com/repos/huggingface/datasets/issues/1405/events | https://github.com/huggingface/datasets/pull/1405 | 760,578,035 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg2ODA1 | 1,405 | Adding TaPaCo Dataset with README.md | {
"login": "pacman100",
"id": 13534540,
"node_id": "MDQ6VXNlcjEzNTM0NTQw",
"avatar_url": "https://avatars.githubusercontent.com/u/13534540?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pacman100",
"html_url": "https://github.com/pacman100",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [
"We want to keep the repo as light as possible so that it doesn't take ages to clone, that's why we ask for small dummy data files (especially when there are many of them). Let me know if you have questions or if we can help you on this",
"Hello @lhoestq , made the changes as you suggested and pushed, please revi... | 1,607,539,378,000 | 1,607,886,678,000 | 1,607,886,678,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1405/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1405/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1405",
"html_url": "https://github.com/huggingface/datasets/pull/1405",
"diff_url": "https://github.com/huggingface/datasets/pull/1405.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1405.patch",
"merged_at": 1607886678000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1404 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1404/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1404/comments | https://api.github.com/repos/huggingface/datasets/issues/1404/events | https://github.com/huggingface/datasets/pull/1404 | 760,575,473 | MDExOlB1bGxSZXF1ZXN0NTM1Mzg0NzEz | 1,404 | Add Acronym Identification Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"fixed @lhoestq "
] | 1,607,539,134,000 | 1,607,951,521,000 | 1,607,951,520,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1404/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1404/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1404",
"html_url": "https://github.com/huggingface/datasets/pull/1404",
"diff_url": "https://github.com/huggingface/datasets/pull/1404.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1404.patch",
"merged_at": 1607951520000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1403 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1403/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1403/comments | https://api.github.com/repos/huggingface/datasets/issues/1403/events | https://github.com/huggingface/datasets/pull/1403 | 760,571,419 | MDExOlB1bGxSZXF1ZXN0NTM1MzgxMzQ3 | 1,403 | Add dataset clickbait_news_bg | {
"login": "tsvm",
"id": 1083319,
"node_id": "MDQ6VXNlcjEwODMzMTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1083319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tsvm",
"html_url": "https://github.com/tsvm",
"followers_url": "https://api.github.com/users/tsvm/followers",
... | [] | closed | false | null | [] | null | [
"Closing this pull request, will submit a new one for this dataset."
] | 1,607,538,732,000 | 1,607,591,804,000 | 1,607,591,803,000 | CONTRIBUTOR | null | Adding a new dataset - clickbait_news_bg | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1403/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1403/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1403",
"html_url": "https://github.com/huggingface/datasets/pull/1403",
"diff_url": "https://github.com/huggingface/datasets/pull/1403.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1403.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1402 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1402/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1402/comments | https://api.github.com/repos/huggingface/datasets/issues/1402/events | https://github.com/huggingface/datasets/pull/1402 | 760,538,325 | MDExOlB1bGxSZXF1ZXN0NTM1MzUzMzE0 | 1,402 | adding covid-tweets-japanese (again) | {
"login": "forest1988",
"id": 2755894,
"node_id": "MDQ6VXNlcjI3NTU4OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/2755894?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/forest1988",
"html_url": "https://github.com/forest1988",
"followers_url": "https://api.github.com/users... | [] | closed | false | null | [] | null | [
"README.md is not created yet. I'll add it soon.",
"Thank you for your detailed code review! It's so helpful.\r\nI'll reflect them to the code in 24 hours.\r\n\r\nYou may have told me in Slack (I cannot find the conversation log though I've looked through threads), but I'm sorry it seems I'm still misunderstandin... | 1,607,536,006,000 | 1,607,882,054,000 | 1,607,881,656,000 | CONTRIBUTOR | null | I had mistaken use git rebase, I was so hurried to fix it. However, I didn't fully consider the use of git reset , so I unintendedly stopped PR (#1367) altogether. Sorry about that.
I'll make a new PR. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1402/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1402/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1402",
"html_url": "https://github.com/huggingface/datasets/pull/1402",
"diff_url": "https://github.com/huggingface/datasets/pull/1402.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1402.patch",
"merged_at": 1607881656000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1401 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1401/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1401/comments | https://api.github.com/repos/huggingface/datasets/issues/1401/events | https://github.com/huggingface/datasets/pull/1401 | 760,525,949 | MDExOlB1bGxSZXF1ZXN0NTM1MzQyOTY2 | 1,401 | Add reasoning_bg | {
"login": "saradhix",
"id": 1351362,
"node_id": "MDQ6VXNlcjEzNTEzNjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1351362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/saradhix",
"html_url": "https://github.com/saradhix",
"followers_url": "https://api.github.com/users/sarad... | [] | closed | false | null | [] | null | [
"Hi @saradhix have you had the chance to reduce the size of the dummy data ?\r\n\r\nFeel free to ping me when it's done so we can merge :) ",
"@lhoestq I have reduced the size of the dummy data manually and pushed the changes.",
"The CI errors are not related to your dataset.\r\nThey're fixed on master, you can... | 1,607,535,049,000 | 1,608,223,843,000 | 1,608,223,842,000 | CONTRIBUTOR | null | Adding reading comprehension dataset for Bulgarian language | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1401/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1401/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1401",
"html_url": "https://github.com/huggingface/datasets/pull/1401",
"diff_url": "https://github.com/huggingface/datasets/pull/1401.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1401.patch",
"merged_at": 1608223842000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1400 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1400/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1400/comments | https://api.github.com/repos/huggingface/datasets/issues/1400/events | https://github.com/huggingface/datasets/pull/1400 | 760,514,215 | MDExOlB1bGxSZXF1ZXN0NTM1MzMzMDYz | 1,400 | Add European Union Education and Culture Translation Memory (EAC-TM) dataset | {
"login": "SBrandeis",
"id": 33657802,
"node_id": "MDQ6VXNlcjMzNjU3ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SBrandeis",
"html_url": "https://github.com/SBrandeis",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,534,092,000 | 1,607,951,208,000 | 1,607,951,207,000 | CONTRIBUTOR | null | Adding the EAC Translation Memory dataset : https://ec.europa.eu/jrc/en/language-technologies/eac-translation-memory | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1400/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1400/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1400",
"html_url": "https://github.com/huggingface/datasets/pull/1400",
"diff_url": "https://github.com/huggingface/datasets/pull/1400.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1400.patch",
"merged_at": 1607951207000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1399 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1399/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1399/comments | https://api.github.com/repos/huggingface/datasets/issues/1399/events | https://github.com/huggingface/datasets/pull/1399 | 760,499,576 | MDExOlB1bGxSZXF1ZXN0NTM1MzIwNzA2 | 1,399 | Add HoVer Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"@lhoestq all comments addressed :) ",
"merging since the CI is fixed on master"
] | 1,607,532,939,000 | 1,607,943,443,000 | 1,607,943,442,000 | MEMBER | null | HoVer: A Dataset for Many-Hop Fact Extraction And Claim Verification
https://arxiv.org/abs/2011.03088 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1399/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1399/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1399",
"html_url": "https://github.com/huggingface/datasets/pull/1399",
"diff_url": "https://github.com/huggingface/datasets/pull/1399.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1399.patch",
"merged_at": 1607943442000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1398 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1398/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1398/comments | https://api.github.com/repos/huggingface/datasets/issues/1398/events | https://github.com/huggingface/datasets/pull/1398 | 760,497,024 | MDExOlB1bGxSZXF1ZXN0NTM1MzE4NTg5 | 1,398 | Add Neural Code Search Dataset | {
"login": "vinaykudari",
"id": 34424769,
"node_id": "MDQ6VXNlcjM0NDI0NzY5",
"avatar_url": "https://avatars.githubusercontent.com/u/34424769?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vinaykudari",
"html_url": "https://github.com/vinaykudari",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [
"@lhoestq Refactored into new branch, please review :) ",
"The `RemoteDatasetTest ` errors in the CI are fixed on master so it's fine",
"merging since the CI is fixed on master"
] | 1,607,532,736,000 | 1,607,536,947,000 | 1,607,536,947,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1398/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1398/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1398",
"html_url": "https://github.com/huggingface/datasets/pull/1398",
"diff_url": "https://github.com/huggingface/datasets/pull/1398.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1398.patch",
"merged_at": 1607536947000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1397 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1397/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1397/comments | https://api.github.com/repos/huggingface/datasets/issues/1397/events | https://github.com/huggingface/datasets/pull/1397 | 760,467,501 | MDExOlB1bGxSZXF1ZXN0NTM1Mjk0MDgz | 1,397 | datasets card-creator link added | {
"login": "tanmoyio",
"id": 33005287,
"node_id": "MDQ6VXNlcjMzMDA1Mjg3",
"avatar_url": "https://avatars.githubusercontent.com/u/33005287?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanmoyio",
"html_url": "https://github.com/tanmoyio",
"followers_url": "https://api.github.com/users/tan... | [] | closed | false | null | [] | null | [] | 1,607,530,518,000 | 1,607,532,468,000 | 1,607,532,468,000 | CONTRIBUTOR | null | dataset card creator link has been added
link: https://huggingface.co/datasets/card-creator/ | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1397/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1397/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1397",
"html_url": "https://github.com/huggingface/datasets/pull/1397",
"diff_url": "https://github.com/huggingface/datasets/pull/1397.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1397.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1396 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1396/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1396/comments | https://api.github.com/repos/huggingface/datasets/issues/1396/events | https://github.com/huggingface/datasets/pull/1396 | 760,455,295 | MDExOlB1bGxSZXF1ZXN0NTM1MjgzOTAw | 1,396 | initial commit for MultiReQA for second PR | {
"login": "Karthik-Bhaskar",
"id": 13200370,
"node_id": "MDQ6VXNlcjEzMjAwMzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/13200370?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Karthik-Bhaskar",
"html_url": "https://github.com/Karthik-Bhaskar",
"followers_url": "https://api... | [] | closed | false | null | [] | null | [
"Subsequent [PR #1426 ](https://github.com/huggingface/datasets/pull/1426) since this PR has uploaded other files along with the MultiReQA dataset.",
"closing this one since a new PR has been created"
] | 1,607,529,635,000 | 1,607,624,412,000 | 1,607,624,411,000 | CONTRIBUTOR | null | Since last PR #1349 had some issues passing the tests. So, a new PR is generated. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1396/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1396/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1396",
"html_url": "https://github.com/huggingface/datasets/pull/1396",
"diff_url": "https://github.com/huggingface/datasets/pull/1396.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1396.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1395 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1395/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1395/comments | https://api.github.com/repos/huggingface/datasets/issues/1395/events | https://github.com/huggingface/datasets/pull/1395 | 760,448,255 | MDExOlB1bGxSZXF1ZXN0NTM1Mjc4MTQ2 | 1,395 | Add WikiSource Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"@lhoestq fixed :) "
] | 1,607,529,126,000 | 1,607,941,454,000 | 1,607,941,453,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1395/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1395/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1395",
"html_url": "https://github.com/huggingface/datasets/pull/1395",
"diff_url": "https://github.com/huggingface/datasets/pull/1395.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1395.patch",
"merged_at": 1607941453000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1394 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1394/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1394/comments | https://api.github.com/repos/huggingface/datasets/issues/1394/events | https://github.com/huggingface/datasets/pull/1394 | 760,436,365 | MDExOlB1bGxSZXF1ZXN0NTM1MjY4MzMz | 1,394 | Add OfisPublik Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"@lhoestq fixed :) "
] | 1,607,528,265,000 | 1,607,941,410,000 | 1,607,941,409,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1394/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1394/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1394",
"html_url": "https://github.com/huggingface/datasets/pull/1394",
"diff_url": "https://github.com/huggingface/datasets/pull/1394.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1394.patch",
"merged_at": 1607941409000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1393 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1393/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1393/comments | https://api.github.com/repos/huggingface/datasets/issues/1393/events | https://github.com/huggingface/datasets/pull/1393 | 760,436,267 | MDExOlB1bGxSZXF1ZXN0NTM1MjY4MjUx | 1,393 | Add script_version suggestion when dataset/metric not found | {
"login": "joeddav",
"id": 9353833,
"node_id": "MDQ6VXNlcjkzNTM4MzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9353833?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joeddav",
"html_url": "https://github.com/joeddav",
"followers_url": "https://api.github.com/users/joeddav/... | [] | closed | false | null | [] | null | [] | 1,607,528,258,000 | 1,607,624,225,000 | 1,607,624,225,000 | CONTRIBUTOR | null | Adds a helpful prompt to the error message when a dataset/metric is not found, suggesting the user might need to pass `script_version="master"` if the dataset was added recently. The whole error looks like:
> Couldn't find file locally at blah/blah.py, or remotely at https://raw.githubusercontent.com/huggingface/dat... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1393/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1393/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1393",
"html_url": "https://github.com/huggingface/datasets/pull/1393",
"diff_url": "https://github.com/huggingface/datasets/pull/1393.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1393.patch",
"merged_at": 1607624225000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1392 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1392/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1392/comments | https://api.github.com/repos/huggingface/datasets/issues/1392/events | https://github.com/huggingface/datasets/pull/1392 | 760,432,261 | MDExOlB1bGxSZXF1ZXN0NTM1MjY0ODQ5 | 1,392 | Add KDE4 Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"@lhoestq fixed :) "
] | 1,607,527,978,000 | 1,607,941,353,000 | 1,607,941,352,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1392/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1392/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1392",
"html_url": "https://github.com/huggingface/datasets/pull/1392",
"diff_url": "https://github.com/huggingface/datasets/pull/1392.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1392.patch",
"merged_at": 1607941352000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1391 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1391/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1391/comments | https://api.github.com/repos/huggingface/datasets/issues/1391/events | https://github.com/huggingface/datasets/pull/1391 | 760,432,041 | MDExOlB1bGxSZXF1ZXN0NTM1MjY0NjUx | 1,391 | Add MultiParaCrawl Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,527,966,000 | 1,607,625,585,000 | 1,607,625,584,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1391/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1391/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1391",
"html_url": "https://github.com/huggingface/datasets/pull/1391",
"diff_url": "https://github.com/huggingface/datasets/pull/1391.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1391.patch",
"merged_at": 1607625584000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1390 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1390/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1390/comments | https://api.github.com/repos/huggingface/datasets/issues/1390/events | https://github.com/huggingface/datasets/pull/1390 | 760,431,051 | MDExOlB1bGxSZXF1ZXN0NTM1MjYzNzk1 | 1,390 | Add SPC Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,527,911,000 | 1,607,944,433,000 | 1,607,944,432,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1390/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1390/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1390",
"html_url": "https://github.com/huggingface/datasets/pull/1390",
"diff_url": "https://github.com/huggingface/datasets/pull/1390.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1390.patch",
"merged_at": 1607944432000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1389 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1389/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1389/comments | https://api.github.com/repos/huggingface/datasets/issues/1389/events | https://github.com/huggingface/datasets/pull/1389 | 760,402,224 | MDExOlB1bGxSZXF1ZXN0NTM1MjM5OTYy | 1,389 | add amazon polarity dataset | {
"login": "hfawaz",
"id": 29229602,
"node_id": "MDQ6VXNlcjI5MjI5NjAy",
"avatar_url": "https://avatars.githubusercontent.com/u/29229602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hfawaz",
"html_url": "https://github.com/hfawaz",
"followers_url": "https://api.github.com/users/hfawaz/fo... | [] | closed | false | null | [] | null | [
"`amazon_polarity` is probably a subset of `amazon_us_reviews` but I am not entirely sure about that.\r\nI guess `amazon_polarity` will help in reproducing results of papers using this dataset since even if it is a subset from `amazon_us_reviews`, it is not trivial how to extract `amazon_polarity` from `amazon_us_r... | 1,607,525,901,000 | 1,607,687,139,000 | 1,607,686,861,000 | CONTRIBUTOR | null | This corresponds to the amazon (binary dataset) requested in https://github.com/huggingface/datasets/issues/353 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1389/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1389/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1389",
"html_url": "https://github.com/huggingface/datasets/pull/1389",
"diff_url": "https://github.com/huggingface/datasets/pull/1389.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1389.patch",
"merged_at": 1607686861000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1388 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1388/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1388/comments | https://api.github.com/repos/huggingface/datasets/issues/1388/events | https://github.com/huggingface/datasets/pull/1388 | 760,373,136 | MDExOlB1bGxSZXF1ZXN0NTM1MjE1Nzk2 | 1,388 | hind_encorp | {
"login": "rahul-art",
"id": 56379013,
"node_id": "MDQ6VXNlcjU2Mzc5MDEz",
"avatar_url": "https://avatars.githubusercontent.com/u/56379013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rahul-art",
"html_url": "https://github.com/rahul-art",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,523,779,000 | 1,607,525,211,000 | 1,607,525,197,000 | CONTRIBUTOR | null | resubmit of hind_encorp file changes | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1388/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1388/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1388",
"html_url": "https://github.com/huggingface/datasets/pull/1388",
"diff_url": "https://github.com/huggingface/datasets/pull/1388.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1388.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1387 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1387/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1387/comments | https://api.github.com/repos/huggingface/datasets/issues/1387/events | https://github.com/huggingface/datasets/pull/1387 | 760,368,355 | MDExOlB1bGxSZXF1ZXN0NTM1MjExODQ1 | 1,387 | Add LIAR dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | null | [
"@lhoestq done! The failing testes don't seem to be related, it seems to be a connection issue, if I understand it correctly.",
"merging since the CI is fixed on master"
] | 1,607,523,415,000 | 1,607,969,203,000 | 1,607,963,039,000 | CONTRIBUTOR | null | Add LIAR dataset from [“Liar, Liar Pants on Fire”: A New Benchmark Dataset for Fake News Detection](https://www.aclweb.org/anthology/P17-2067/). | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1387/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1387/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1387",
"html_url": "https://github.com/huggingface/datasets/pull/1387",
"diff_url": "https://github.com/huggingface/datasets/pull/1387.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1387.patch",
"merged_at": 1607963039000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1386 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1386/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1386/comments | https://api.github.com/repos/huggingface/datasets/issues/1386/events | https://github.com/huggingface/datasets/pull/1386 | 760,365,505 | MDExOlB1bGxSZXF1ZXN0NTM1MjA5NDUx | 1,386 | Add RecipeNLG Dataset (manual download) | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"@lhoestq yes. I asked the authors for direct link but unfortunately we need to fill a form (captcha)"
] | 1,607,523,199,000 | 1,607,619,502,000 | 1,607,619,501,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1386/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1386/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1386",
"html_url": "https://github.com/huggingface/datasets/pull/1386",
"diff_url": "https://github.com/huggingface/datasets/pull/1386.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1386.patch",
"merged_at": 1607619501000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1385 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1385/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1385/comments | https://api.github.com/repos/huggingface/datasets/issues/1385/events | https://github.com/huggingface/datasets/pull/1385 | 760,351,405 | MDExOlB1bGxSZXF1ZXN0NTM1MTk3Nzk5 | 1,385 | add best2009 | {
"login": "cstorm125",
"id": 15519308,
"node_id": "MDQ6VXNlcjE1NTE5MzA4",
"avatar_url": "https://avatars.githubusercontent.com/u/15519308?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cstorm125",
"html_url": "https://github.com/cstorm125",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,522,169,000 | 1,607,943,548,000 | 1,607,943,548,000 | CONTRIBUTOR | null | `best2009` is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by [NECTEC](https://www.nectec.or.th/) (148,995/2,252 lines of train/test). It was created for [BEST 2010: Word Tokenization Competition](https://thailang.nectec.or.th/archive/indexa290.html?q=node/10). The test set answers are ... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1385/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1385/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1385",
"html_url": "https://github.com/huggingface/datasets/pull/1385",
"diff_url": "https://github.com/huggingface/datasets/pull/1385.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1385.patch",
"merged_at": 1607943548000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1384 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1384/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1384/comments | https://api.github.com/repos/huggingface/datasets/issues/1384/events | https://github.com/huggingface/datasets/pull/1384 | 760,331,767 | MDExOlB1bGxSZXF1ZXN0NTM1MTgxMjg1 | 1,384 | Add News Commentary Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,520,636,000 | 1,607,619,248,000 | 1,607,619,247,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1384/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1384/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1384",
"html_url": "https://github.com/huggingface/datasets/pull/1384",
"diff_url": "https://github.com/huggingface/datasets/pull/1384.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1384.patch",
"merged_at": 1607619247000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1383 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1383/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1383/comments | https://api.github.com/repos/huggingface/datasets/issues/1383/events | https://github.com/huggingface/datasets/pull/1383 | 760,331,480 | MDExOlB1bGxSZXF1ZXN0NTM1MTgxMDQ2 | 1,383 | added conv ai 2 | {
"login": "rkc007",
"id": 22396042,
"node_id": "MDQ6VXNlcjIyMzk2MDQy",
"avatar_url": "https://avatars.githubusercontent.com/u/22396042?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rkc007",
"html_url": "https://github.com/rkc007",
"followers_url": "https://api.github.com/users/rkc007/fo... | [] | closed | false | null | [] | null | [
"@lhoestq Thank you for the suggestions. I added the changes to the branch and seems after rebasing it to master, all the commits previous commits got added. Should I create a new PR or should I keep this one only ? ",
"closing this one in favor of #1527 "
] | 1,607,520,612,000 | 1,607,885,682,000 | 1,607,885,681,000 | CONTRIBUTOR | null | Dataset : https://github.com/DeepPavlov/convai/tree/master/2018 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1383/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1383/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1383",
"html_url": "https://github.com/huggingface/datasets/pull/1383",
"diff_url": "https://github.com/huggingface/datasets/pull/1383.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1383.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1382 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1382/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1382/comments | https://api.github.com/repos/huggingface/datasets/issues/1382/events | https://github.com/huggingface/datasets/pull/1382 | 760,325,077 | MDExOlB1bGxSZXF1ZXN0NTM1MTc1NzMx | 1,382 | adding UNPC | {
"login": "patil-suraj",
"id": 27137566,
"node_id": "MDQ6VXNlcjI3MTM3NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patil-suraj",
"html_url": "https://github.com/patil-suraj",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [
"merging since the CI just had a connection error"
] | 1,607,520,101,000 | 1,607,536,386,000 | 1,607,536,386,000 | MEMBER | null | Adding United Nations Parallel Corpus
http://opus.nlpl.eu/UNPC.php | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1382/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1382/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1382",
"html_url": "https://github.com/huggingface/datasets/pull/1382",
"diff_url": "https://github.com/huggingface/datasets/pull/1382.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1382.patch",
"merged_at": 1607536386000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1381 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1381/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1381/comments | https://api.github.com/repos/huggingface/datasets/issues/1381/events | https://github.com/huggingface/datasets/pull/1381 | 760,320,960 | MDExOlB1bGxSZXF1ZXN0NTM1MTcyMjkw | 1,381 | Add twi text c3 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | null | [] | null | [
"looks like this PR includes changes about other datasets\r\n\r\nCan you only include the changes related to twi text c3 please ?",
"Hi @lhoestq , I have removed the unnecessary files. Can you please confirm?",
"You might need to either find a way to go back to the commit before it changes 389 files or create a... | 1,607,519,798,000 | 1,607,884,767,000 | 1,607,884,767,000 | CONTRIBUTOR | null | Added Twi texts for training embeddings and language models based on the paper https://www.aclweb.org/anthology/2020.lrec-1.335/ | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1381/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1381/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1381",
"html_url": "https://github.com/huggingface/datasets/pull/1381",
"diff_url": "https://github.com/huggingface/datasets/pull/1381.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1381.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1380 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1380/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1380/comments | https://api.github.com/repos/huggingface/datasets/issues/1380/events | https://github.com/huggingface/datasets/pull/1380 | 760,320,494 | MDExOlB1bGxSZXF1ZXN0NTM1MTcxOTAw | 1,380 | Add Tatoeba Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,519,764,000 | 1,607,619,268,000 | 1,607,619,267,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1380/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1380/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1380",
"html_url": "https://github.com/huggingface/datasets/pull/1380",
"diff_url": "https://github.com/huggingface/datasets/pull/1380.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1380.patch",
"merged_at": 1607619267000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1379 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1379/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1379/comments | https://api.github.com/repos/huggingface/datasets/issues/1379/events | https://github.com/huggingface/datasets/pull/1379 | 760,320,487 | MDExOlB1bGxSZXF1ZXN0NTM1MTcxODk0 | 1,379 | Add yoruba text c3 | {
"login": "dadelani",
"id": 23586676,
"node_id": "MDQ6VXNlcjIzNTg2Njc2",
"avatar_url": "https://avatars.githubusercontent.com/u/23586676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dadelani",
"html_url": "https://github.com/dadelani",
"followers_url": "https://api.github.com/users/dad... | [] | closed | false | null | [] | null | [
"looks like this PR includes changes about other datasets\r\n",
"Thanks for the review. I'm a bit confused how to remove the files. Every time I add a new branch name using the following commands:\r\n\r\ngit fetch upstream\r\ngit rebase upstream/master\r\ngit checkout -b a-descriptive-name-for-my-changes\r\n\r\na... | 1,607,519,763,000 | 1,607,885,112,000 | 1,607,884,653,000 | CONTRIBUTOR | null | Added Yoruba texts for training embeddings and language models based on the paper https://www.aclweb.org/anthology/2020.lrec-1.335/ | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1379/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1379/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1379",
"html_url": "https://github.com/huggingface/datasets/pull/1379",
"diff_url": "https://github.com/huggingface/datasets/pull/1379.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1379.patch",
"merged_at": 1607884652000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1378 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1378/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1378/comments | https://api.github.com/repos/huggingface/datasets/issues/1378/events | https://github.com/huggingface/datasets/pull/1378 | 760,313,108 | MDExOlB1bGxSZXF1ZXN0NTM1MTY1OTE3 | 1,378 | Add FACTCK.BR dataset | {
"login": "hugoabonizio",
"id": 1206395,
"node_id": "MDQ6VXNlcjEyMDYzOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1206395?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hugoabonizio",
"html_url": "https://github.com/hugoabonizio",
"followers_url": "https://api.github.com... | [] | closed | false | null | [] | null | [
"@lhoestq done!",
"merging since the CI is fixed on master"
] | 1,607,519,182,000 | 1,608,208,725,000 | 1,608,046,451,000 | CONTRIBUTOR | null | This PR adds [FACTCK.BR](https://github.com/jghm-f/FACTCK.BR) dataset from [FACTCK.BR: a new dataset to study fake news](https://dl.acm.org/doi/10.1145/3323503.3361698). | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1378/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1378/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1378",
"html_url": "https://github.com/huggingface/datasets/pull/1378",
"diff_url": "https://github.com/huggingface/datasets/pull/1378.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1378.patch",
"merged_at": 1608046451000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1377 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1377/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1377/comments | https://api.github.com/repos/huggingface/datasets/issues/1377/events | https://github.com/huggingface/datasets/pull/1377 | 760,309,435 | MDExOlB1bGxSZXF1ZXN0NTM1MTYyOTcz | 1,377 | adding marathi-wiki dataset | {
"login": "ekdnam",
"id": 40426312,
"node_id": "MDQ6VXNlcjQwNDI2MzEy",
"avatar_url": "https://avatars.githubusercontent.com/u/40426312?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekdnam",
"html_url": "https://github.com/ekdnam",
"followers_url": "https://api.github.com/users/ekdnam/fo... | [] | open | false | null | [] | null | [
"Can you make it a draft PR until you've added the dataset please ? @ekdnam ",
"Done"
] | 1,607,518,880,000 | 1,607,690,797,000 | null | NONE | null | Adding marathi-wiki-articles dataset. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1377/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1377/timeline | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1377",
"html_url": "https://github.com/huggingface/datasets/pull/1377",
"diff_url": "https://github.com/huggingface/datasets/pull/1377.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1377.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1376 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1376/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1376/comments | https://api.github.com/repos/huggingface/datasets/issues/1376/events | https://github.com/huggingface/datasets/pull/1376 | 760,309,300 | MDExOlB1bGxSZXF1ZXN0NTM1MTYyODU4 | 1,376 | Add SETimes Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,518,868,000 | 1,607,616,717,000 | 1,607,616,716,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1376/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1376/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1376",
"html_url": "https://github.com/huggingface/datasets/pull/1376",
"diff_url": "https://github.com/huggingface/datasets/pull/1376.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1376.patch",
"merged_at": 1607616716000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1375 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1375/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1375/comments | https://api.github.com/repos/huggingface/datasets/issues/1375/events | https://github.com/huggingface/datasets/pull/1375 | 760,294,931 | MDExOlB1bGxSZXF1ZXN0NTM1MTUwOTk2 | 1,375 | Add OPUS EMEA Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,517,584,000 | 1,607,616,669,000 | 1,607,616,668,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1375/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1375/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1375",
"html_url": "https://github.com/huggingface/datasets/pull/1375",
"diff_url": "https://github.com/huggingface/datasets/pull/1375.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1375.patch",
"merged_at": 1607616668000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1374 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1374/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1374/comments | https://api.github.com/repos/huggingface/datasets/issues/1374/events | https://github.com/huggingface/datasets/pull/1374 | 760,288,291 | MDExOlB1bGxSZXF1ZXN0NTM1MTQ1Mzgw | 1,374 | Add OPUS Tilde Model Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"merging since the CI is fixed on master"
] | 1,607,516,963,000 | 1,607,616,689,000 | 1,607,616,688,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1374/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1374/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1374",
"html_url": "https://github.com/huggingface/datasets/pull/1374",
"diff_url": "https://github.com/huggingface/datasets/pull/1374.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1374.patch",
"merged_at": 1607616688000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1373 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1373/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1373/comments | https://api.github.com/repos/huggingface/datasets/issues/1373/events | https://github.com/huggingface/datasets/pull/1373 | 760,280,869 | MDExOlB1bGxSZXF1ZXN0NTM1MTM5MTY0 | 1,373 | Add OPUS ECB Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,516,302,000 | 1,607,613,955,000 | 1,607,613,954,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1373/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1373/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1373",
"html_url": "https://github.com/huggingface/datasets/pull/1373",
"diff_url": "https://github.com/huggingface/datasets/pull/1373.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1373.patch",
"merged_at": 1607613954000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1372 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1372/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1372/comments | https://api.github.com/repos/huggingface/datasets/issues/1372/events | https://github.com/huggingface/datasets/pull/1372 | 760,274,046 | MDExOlB1bGxSZXF1ZXN0NTM1MTMzMzQ4 | 1,372 | Add OPUS Books Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [
"@lhoestq done"
] | 1,607,515,729,000 | 1,607,939,788,000 | 1,607,939,787,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1372/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1372/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1372",
"html_url": "https://github.com/huggingface/datasets/pull/1372",
"diff_url": "https://github.com/huggingface/datasets/pull/1372.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1372.patch",
"merged_at": 1607939787000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1371 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1371/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1371/comments | https://api.github.com/repos/huggingface/datasets/issues/1371/events | https://github.com/huggingface/datasets/pull/1371 | 760,270,116 | MDExOlB1bGxSZXF1ZXN0NTM1MTMwMTQ1 | 1,371 | Adding Scielo | {
"login": "patil-suraj",
"id": 27137566,
"node_id": "MDQ6VXNlcjI3MTM3NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patil-suraj",
"html_url": "https://github.com/patil-suraj",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [] | 1,607,515,368,000 | 1,607,536,417,000 | 1,607,536,417,000 | MEMBER | null | Adding Scielo: Parallel corpus of full-text articles in Portuguese, English and Spanish from SciELO
https://sites.google.com/view/felipe-soares/datasets#h.p_92uSCyAjWSRB | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1371/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1371/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1371",
"html_url": "https://github.com/huggingface/datasets/pull/1371",
"diff_url": "https://github.com/huggingface/datasets/pull/1371.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1371.patch",
"merged_at": 1607536417000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1370 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1370/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1370/comments | https://api.github.com/repos/huggingface/datasets/issues/1370/events | https://github.com/huggingface/datasets/pull/1370 | 760,264,132 | MDExOlB1bGxSZXF1ZXN0NTM1MTI1MTc3 | 1,370 | Add OPUS PHP Dataset | {
"login": "abhishekkrthakur",
"id": 1183441,
"node_id": "MDQ6VXNlcjExODM0NDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1183441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abhishekkrthakur",
"html_url": "https://github.com/abhishekkrthakur",
"followers_url": "https://ap... | [] | closed | false | null | [] | null | [] | 1,607,514,810,000 | 1,607,614,645,000 | 1,607,614,644,000 | MEMBER | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1370/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1370/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1370",
"html_url": "https://github.com/huggingface/datasets/pull/1370",
"diff_url": "https://github.com/huggingface/datasets/pull/1370.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1370.patch",
"merged_at": 1607614644000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1369 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1369/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1369/comments | https://api.github.com/repos/huggingface/datasets/issues/1369/events | https://github.com/huggingface/datasets/pull/1369 | 760,227,776 | MDExOlB1bGxSZXF1ZXN0NTM1MDk0NDk1 | 1,369 | Use passed --cache_dir for modules cache | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | open | false | null | [] | null | [
"I have a question: why not using a tmp dir instead, like the DummyDataGeneratorDownloadManager does?",
"Hi @lhoestq, I am trying to understand better the logic...\r\n\r\nWhy do we have a `dynamic_module_path` besides the modules cache path?\r\n```python\r\nDYNAMIC_MODULES_PATH = os.path.join(HF_MODULES_CACHE, \"... | 1,607,511,599,000 | 1,619,174,047,000 | null | MEMBER | null | When passed `--cache_dir` arg:
```shell
python datasets-cli test datasets/<my-dataset-folder> --save_infos --all_configs --cache_dir <my-cache-dir>
```
it is not used for caching the modules, which are cached in the default location at `.cache/huggingface/modules`.
With this fix, the modules will be cached at `<... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1369/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1369/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1369",
"html_url": "https://github.com/huggingface/datasets/pull/1369",
"diff_url": "https://github.com/huggingface/datasets/pull/1369.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1369.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1368 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1368/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1368/comments | https://api.github.com/repos/huggingface/datasets/issues/1368/events | https://github.com/huggingface/datasets/pull/1368 | 760,222,616 | MDExOlB1bGxSZXF1ZXN0NTM1MDkwMjM0 | 1,368 | Re-adding narrativeqa dataset | {
"login": "ghomasHudson",
"id": 13795113,
"node_id": "MDQ6VXNlcjEzNzk1MTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/13795113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ghomasHudson",
"html_url": "https://github.com/ghomasHudson",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | null | [
"@lhoestq I think I've fixed the dummy data - it finally passes! I'll add the model card now.",
"@lhoestq - pretty happy with it now",
"> Awesome thank you !\r\n> \r\n> Could you try to reduce the size of the dummy_data.zip file before we merge ? (it's 300KB right now)\r\n> \r\n> To do so feel free to take a lo... | 1,607,511,189,000 | 1,607,693,459,000 | 1,607,693,459,000 | CONTRIBUTOR | null | An update of #309. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1368/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1368/timeline | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1368",
"html_url": "https://github.com/huggingface/datasets/pull/1368",
"diff_url": "https://github.com/huggingface/datasets/pull/1368.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1368.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1367 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1367/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1367/comments | https://api.github.com/repos/huggingface/datasets/issues/1367/events | https://github.com/huggingface/datasets/pull/1367 | 760,208,191 | MDExOlB1bGxSZXF1ZXN0NTM1MDc4MTAx | 1,367 | adding covid-tweets-japanese | {
"login": "forest1988",
"id": 2755894,
"node_id": "MDQ6VXNlcjI3NTU4OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/2755894?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/forest1988",
"html_url": "https://github.com/forest1988",
"followers_url": "https://api.github.com/users... | [] | closed | false | null | [] | null | [
"I think it's because the file you download uncompresses into a file and not a folder so `--autogenerate` couldn't create dummy data for you. See in your dummy_data.zip if there is a file there. If not, manually create your dummy data and compress them to dummy_data.zip.",
"@cstorm125 Thank you for the comment! \... | 1,607,510,041,000 | 1,607,534,714,000 | 1,607,534,714,000 | CONTRIBUTOR | null | Adding COVID-19 Japanese Tweets Dataset as part of the sprint.
Testing with dummy data is not working (the file is said to not exist). Sorry for the incomplete PR. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1367/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1367/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1367",
"html_url": "https://github.com/huggingface/datasets/pull/1367",
"diff_url": "https://github.com/huggingface/datasets/pull/1367.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1367.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1366 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1366/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1366/comments | https://api.github.com/repos/huggingface/datasets/issues/1366/events | https://github.com/huggingface/datasets/pull/1366 | 760,205,506 | MDExOlB1bGxSZXF1ZXN0NTM1MDc1ODU2 | 1,366 | Adding Hope EDI dataset | {
"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/us... | [] | closed | false | null | [] | null | [
"@lhoestq Have addressed your comments. Please review. Thanks."
] | 1,607,509,823,000 | 1,607,956,077,000 | 1,607,956,077,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1366/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1366/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1366",
"html_url": "https://github.com/huggingface/datasets/pull/1366",
"diff_url": "https://github.com/huggingface/datasets/pull/1366.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1366.patch",
"merged_at": 1607956077000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1365 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1365/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1365/comments | https://api.github.com/repos/huggingface/datasets/issues/1365/events | https://github.com/huggingface/datasets/pull/1365 | 760,188,457 | MDExOlB1bGxSZXF1ZXN0NTM1MDYxNTI2 | 1,365 | Add Mkqa dataset | {
"login": "cceyda",
"id": 15624271,
"node_id": "MDQ6VXNlcjE1NjI0Mjcx",
"avatar_url": "https://avatars.githubusercontent.com/u/15624271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cceyda",
"html_url": "https://github.com/cceyda",
"followers_url": "https://api.github.com/users/cceyda/fo... | [] | closed | false | null | [] | null | [
"the `RemoteDatasetTest ` error pf the CI is fixed on master so it's fine",
"merging since the CI is fixed on master"
] | 1,607,508,393,000 | 1,607,614,676,000 | 1,607,614,676,000 | CONTRIBUTOR | null | # MKQA: Multilingual Knowledge Questions & Answers Dataset
Adding the [MKQA](https://github.com/apple/ml-mkqa) dataset as part of the sprint 🎉
There is no official data splits so I added just a `train` split.
differently from the original:
- answer:type field is a ClassLabel (I thought it might be possible to... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1365/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1365/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1365",
"html_url": "https://github.com/huggingface/datasets/pull/1365",
"diff_url": "https://github.com/huggingface/datasets/pull/1365.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1365.patch",
"merged_at": 1607614676000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1364 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1364/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1364/comments | https://api.github.com/repos/huggingface/datasets/issues/1364/events | https://github.com/huggingface/datasets/pull/1364 | 760,164,558 | MDExOlB1bGxSZXF1ZXN0NTM1MDQxNjUz | 1,364 | Narrative QA (Manual Download Stories) Dataset | {
"login": "rsanjaykamath",
"id": 18527321,
"node_id": "MDQ6VXNlcjE4NTI3MzIx",
"avatar_url": "https://avatars.githubusercontent.com/u/18527321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rsanjaykamath",
"html_url": "https://github.com/rsanjaykamath",
"followers_url": "https://api.githu... | [] | closed | false | null | [] | null | [
"Hi ! Maybe we can rename it `narrativeqa_manual` to make it explicit that this one requires manual download contrary to `narrativeqa` ?\r\nIt's important to have this one as well, in case the `narrativeqa` one suffers from download issues (checksums or dead links for example).\r\n\r\nYou can also copy the dataset ... | 1,607,506,439,000 | 1,611,588,711,000 | 1,611,588,691,000 | CONTRIBUTOR | null | Narrative QA with manual download for stories. | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1364/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1364/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1364",
"html_url": "https://github.com/huggingface/datasets/pull/1364",
"diff_url": "https://github.com/huggingface/datasets/pull/1364.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1364.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1363 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1363/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1363/comments | https://api.github.com/repos/huggingface/datasets/issues/1363/events | https://github.com/huggingface/datasets/pull/1363 | 760,160,944 | MDExOlB1bGxSZXF1ZXN0NTM1MDM4NjM0 | 1,363 | Adding OPUS MultiUN | {
"login": "patil-suraj",
"id": 27137566,
"node_id": "MDQ6VXNlcjI3MTM3NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patil-suraj",
"html_url": "https://github.com/patil-suraj",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [] | 1,607,506,141,000 | 1,607,536,460,000 | 1,607,536,460,000 | MEMBER | null | Adding UnMulti
http://www.euromatrixplus.net/multi-un/ | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1363/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1363/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1363",
"html_url": "https://github.com/huggingface/datasets/pull/1363",
"diff_url": "https://github.com/huggingface/datasets/pull/1363.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1363.patch",
"merged_at": 1607536459000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1362 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1362/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1362/comments | https://api.github.com/repos/huggingface/datasets/issues/1362/events | https://github.com/huggingface/datasets/pull/1362 | 760,138,233 | MDExOlB1bGxSZXF1ZXN0NTM1MDIwMDAz | 1,362 | adding opus_infopankki | {
"login": "patil-suraj",
"id": 27137566,
"node_id": "MDQ6VXNlcjI3MTM3NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/27137566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/patil-suraj",
"html_url": "https://github.com/patil-suraj",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | [
"Thanks Quentin !"
] | 1,607,504,230,000 | 1,607,537,780,000 | 1,607,537,628,000 | MEMBER | null | Adding opus_infopankki
http://opus.nlpl.eu/infopankki-v1.php | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1362/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1362/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1362",
"html_url": "https://github.com/huggingface/datasets/pull/1362",
"diff_url": "https://github.com/huggingface/datasets/pull/1362.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1362.patch",
"merged_at": 1607537628000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1361 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1361/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1361/comments | https://api.github.com/repos/huggingface/datasets/issues/1361/events | https://github.com/huggingface/datasets/pull/1361 | 760,101,728 | MDExOlB1bGxSZXF1ZXN0NTM0OTg5Nzcy | 1,361 | adding bprec | {
"login": "kldarek",
"id": 15803781,
"node_id": "MDQ6VXNlcjE1ODAzNzgx",
"avatar_url": "https://avatars.githubusercontent.com/u/15803781?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kldarek",
"html_url": "https://github.com/kldarek",
"followers_url": "https://api.github.com/users/kldare... | [] | closed | false | null | [] | null | [
"@lhoestq I think this is ready for review, I assume the errors (connection) are unrelated to the PR :) ",
"merging since the CI is fixed on master"
] | 1,607,500,965,000 | 1,608,138,284,000 | 1,608,138,284,000 | CONTRIBUTOR | null | Brand-Product Relation Extraction Corpora in Polish | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1361/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1361/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1361",
"html_url": "https://github.com/huggingface/datasets/pull/1361",
"diff_url": "https://github.com/huggingface/datasets/pull/1361.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1361.patch",
"merged_at": 1608138284000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1360 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1360/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1360/comments | https://api.github.com/repos/huggingface/datasets/issues/1360/events | https://github.com/huggingface/datasets/pull/1360 | 760,088,419 | MDExOlB1bGxSZXF1ZXN0NTM0OTc4NzM0 | 1,360 | add wisesight1000 | {
"login": "cstorm125",
"id": 15519308,
"node_id": "MDQ6VXNlcjE1NTE5MzA4",
"avatar_url": "https://avatars.githubusercontent.com/u/15519308?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cstorm125",
"html_url": "https://github.com/cstorm125",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | [] | 1,607,499,690,000 | 1,607,610,521,000 | 1,607,610,521,000 | CONTRIBUTOR | null | `wisesight1000` contains Thai social media texts randomly drawn from the full `wisesight-sentiment`, tokenized by human annotators. Out of the labels `neg` (negative), `neu` (neutral), `pos` (positive), `q` (question), 250 samples each. Some texts are removed because they look like spam.Because these samples are repres... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1360/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1360/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1360",
"html_url": "https://github.com/huggingface/datasets/pull/1360",
"diff_url": "https://github.com/huggingface/datasets/pull/1360.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1360.patch",
"merged_at": 1607610521000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1359 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1359/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1359/comments | https://api.github.com/repos/huggingface/datasets/issues/1359/events | https://github.com/huggingface/datasets/pull/1359 | 760,055,969 | MDExOlB1bGxSZXF1ZXN0NTM0OTUxMTgy | 1,359 | Add JNLPBA | {
"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/follow... | [] | closed | false | null | [] | null | [] | 1,607,496,531,000 | 1,607,610,276,000 | 1,607,610,276,000 | CONTRIBUTOR | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1359/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1359/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1359",
"html_url": "https://github.com/huggingface/datasets/pull/1359",
"diff_url": "https://github.com/huggingface/datasets/pull/1359.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1359.patch",
"merged_at": 1607610276000
} | true | |
https://api.github.com/repos/huggingface/datasets/issues/1358 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1358/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1358/comments | https://api.github.com/repos/huggingface/datasets/issues/1358/events | https://github.com/huggingface/datasets/pull/1358 | 760,031,131 | MDExOlB1bGxSZXF1ZXN0NTM0OTI5ODIx | 1,358 | Add spider dataset | {
"login": "olinguyen",
"id": 4341867,
"node_id": "MDQ6VXNlcjQzNDE4Njc=",
"avatar_url": "https://avatars.githubusercontent.com/u/4341867?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/olinguyen",
"html_url": "https://github.com/olinguyen",
"followers_url": "https://api.github.com/users/ol... | [] | closed | false | null | [] | null | [] | 1,607,493,978,000 | 1,607,613,151,000 | 1,607,613,151,000 | CONTRIBUTOR | null | This PR adds the Spider dataset, a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students. The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
Dataset website: https://yale-lily.github.io/spider
Paper link: https:... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1358/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1358/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1358",
"html_url": "https://github.com/huggingface/datasets/pull/1358",
"diff_url": "https://github.com/huggingface/datasets/pull/1358.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1358.patch",
"merged_at": 1607613151000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1357 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1357/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1357/comments | https://api.github.com/repos/huggingface/datasets/issues/1357/events | https://github.com/huggingface/datasets/pull/1357 | 760,023,525 | MDExOlB1bGxSZXF1ZXN0NTM0OTIzMzA4 | 1,357 | Youtube caption corrections | {
"login": "2dot71mily",
"id": 21292059,
"node_id": "MDQ6VXNlcjIxMjkyMDU5",
"avatar_url": "https://avatars.githubusercontent.com/u/21292059?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/2dot71mily",
"html_url": "https://github.com/2dot71mily",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | null | [
"Sorry about forgetting flake8.\r\nRather than use up the circleci resources on a new push with only formatting changes, I will wait to push until the results from all tests finish and/or any feedback comes in... probably tomorrow for me.",
"\r\nSo... my normal work is with mercurial and seem to have clearly fork... | 1,607,493,154,000 | 1,608,055,976,000 | 1,608,055,976,000 | CONTRIBUTOR | null | This PR adds a new dataset of YouTube captions, error and corrections. This dataset was created in just the last week, as inspired by this sprint! | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1357/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1357/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1357",
"html_url": "https://github.com/huggingface/datasets/pull/1357",
"diff_url": "https://github.com/huggingface/datasets/pull/1357.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1357.patch",
"merged_at": 1608055976000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1356 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1356/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1356/comments | https://api.github.com/repos/huggingface/datasets/issues/1356/events | https://github.com/huggingface/datasets/pull/1356 | 759,994,457 | MDExOlB1bGxSZXF1ZXN0NTM0ODk3OTQ1 | 1,356 | Add StackOverflow StackSample dataset | {
"login": "ncoop57",
"id": 7613470,
"node_id": "MDQ6VXNlcjc2MTM0NzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/7613470?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ncoop57",
"html_url": "https://github.com/ncoop57",
"followers_url": "https://api.github.com/users/ncoop57/... | [] | closed | false | null | [] | null | [
"@lhoestq Thanks for the review and suggestions! I've added your comments and pushed the changes. I'm having issues with the dummy data still. When I run the dummy data test\r\n\r\n```bash\r\nRUN_SLOW=1 pytest tests/test_dataset_common.py::LocalDatasetTest::test_load_dataset_all_configs_so_stacksample\r\n```\r\nI g... | 1,607,489,991,000 | 1,608,562,101,000 | 1,608,562,101,000 | CONTRIBUTOR | null | This PR adds the StackOverflow StackSample dataset from Kaggle: https://www.kaggle.com/stackoverflow/stacksample
Ran through all of the steps. However, since my dataset requires manually downloading the data, I was unable to run the pytest on the real dataset (the dummy data pytest passed). | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1356/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1356/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1356",
"html_url": "https://github.com/huggingface/datasets/pull/1356",
"diff_url": "https://github.com/huggingface/datasets/pull/1356.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1356.patch",
"merged_at": 1608562101000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1355 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1355/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1355/comments | https://api.github.com/repos/huggingface/datasets/issues/1355/events | https://github.com/huggingface/datasets/pull/1355 | 759,994,208 | MDExOlB1bGxSZXF1ZXN0NTM0ODk3NzQw | 1,355 | Addition of py_ast dataset | {
"login": "reshinthadithyan",
"id": 36307201,
"node_id": "MDQ6VXNlcjM2MzA3MjAx",
"avatar_url": "https://avatars.githubusercontent.com/u/36307201?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/reshinthadithyan",
"html_url": "https://github.com/reshinthadithyan",
"followers_url": "https://... | [] | closed | false | null | [] | null | [] | 1,607,489,957,000 | 1,607,530,789,000 | 1,607,530,788,000 | CONTRIBUTOR | null | @lhoestq as discussed in PR #1195 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1355/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1355/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1355",
"html_url": "https://github.com/huggingface/datasets/pull/1355",
"diff_url": "https://github.com/huggingface/datasets/pull/1355.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1355.patch",
"merged_at": 1607530788000
} | true |
https://api.github.com/repos/huggingface/datasets/issues/1354 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/1354/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/1354/comments | https://api.github.com/repos/huggingface/datasets/issues/1354/events | https://github.com/huggingface/datasets/pull/1354 | 759,987,763 | MDExOlB1bGxSZXF1ZXN0NTM0ODkyMzE2 | 1,354 | Add TweetQA dataset | {
"login": "anaerobeth",
"id": 3663322,
"node_id": "MDQ6VXNlcjM2NjMzMjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3663322?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anaerobeth",
"html_url": "https://github.com/anaerobeth",
"followers_url": "https://api.github.com/users... | [] | closed | false | null | [] | null | [] | 1,607,489,041,000 | 1,607,613,030,000 | 1,607,613,030,000 | CONTRIBUTOR | null | This PR adds the TweetQA dataset, the first dataset for QA on social media data by leveraging news media and crowdsourcing.
Paper: https://arxiv.org/abs/1907.06292
Repository: https://tweetqa.github.io/ | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/1354/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/1354/timeline | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/1354",
"html_url": "https://github.com/huggingface/datasets/pull/1354",
"diff_url": "https://github.com/huggingface/datasets/pull/1354.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/1354.patch",
"merged_at": 1607613030000
} | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.