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.58B
node_id
stringlengths
18
32
number
int64
1
5.51k
title
stringlengths
1
276
user
dict
labels
list
state
stringclasses
2 values
locked
bool
1 class
comments
int64
0
54
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
author_association
stringclasses
3 values
body
stringlengths
0
228k
reactions
dict
timeline_url
stringlengths
67
70
draft
bool
2 classes
pull_request
dict
closed_at
stringlengths
20
20
state_reason
stringclasses
3 values
assignee
dict
assignees
list
milestone
dict
is_pull_request
bool
2 classes
https://api.github.com/repos/huggingface/datasets/issues/4288
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4288/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4288/comments
https://api.github.com/repos/huggingface/datasets/issues/4288/events
https://github.com/huggingface/datasets/pull/4288
1,226,821,732
PR_kwDODunzps43XLKi
4,288
Add missing `faiss` import to fix https://github.com/huggingface/datasets/issues/4287
{ "avatar_url": "https://avatars.githubusercontent.com/u/36760800?v=4", "events_url": "https://api.github.com/users/alvarobartt/events{/privacy}", "followers_url": "https://api.github.com/users/alvarobartt/followers", "following_url": "https://api.github.com/users/alvarobartt/following{/other_user}", "gists_u...
[]
closed
false
0
2022-05-05T15:21:49Z
2022-05-10T12:55:06Z
CONTRIBUTOR
This PR fixes the issue recently mentioned in https://github.com/huggingface/datasets/issues/4287 🤗
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4288/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4288/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4288.diff", "html_url": "https://github.com/huggingface/datasets/pull/4288", "merged_at": "2022-05-10T12:09:48Z", "patch_url": "https://github.com/huggingface/datasets/pull/4288.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-10T12:09:48Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4287
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4287/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4287/comments
https://api.github.com/repos/huggingface/datasets/issues/4287/events
https://github.com/huggingface/datasets/issues/4287
1,226,806,652
I_kwDODunzps5JH5V8
4,287
"NameError: name 'faiss' is not defined" on `.add_faiss_index` when `device` is not None
{ "avatar_url": "https://avatars.githubusercontent.com/u/36760800?v=4", "events_url": "https://api.github.com/users/alvarobartt/events{/privacy}", "followers_url": "https://api.github.com/users/alvarobartt/followers", "following_url": "https://api.github.com/users/alvarobartt/following{/other_user}", "gists_u...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
3
2022-05-05T15:09:45Z
2022-05-10T13:53:19Z
CONTRIBUTOR
## Describe the bug When using `datasets` to calculate the FAISS indices of a dataset, the exception `NameError: name 'faiss' is not defined` is triggered when trying to calculate those on a device (GPU), so `.add_faiss_index(..., device=0)` fails with that exception. All that assuming that `datasets` is properly...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4287/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4287/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-10T13:53:19Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4286
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4286/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4286/comments
https://api.github.com/repos/huggingface/datasets/issues/4286/events
https://github.com/huggingface/datasets/pull/4286
1,226,758,621
PR_kwDODunzps43W-DI
4,286
Add Lahnda language tag
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-05-05T14:34:20Z
2022-05-10T12:10:04Z
CONTRIBUTOR
This language is present in [Wikimedia's WIT](https://huggingface.co/datasets/wikimedia/wit_base) dataset.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4286/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4286/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4286.diff", "html_url": "https://github.com/huggingface/datasets/pull/4286", "merged_at": "2022-05-10T12:02:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/4286.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-10T12:02:38Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4285
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4285/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4285/comments
https://api.github.com/repos/huggingface/datasets/issues/4285/events
https://github.com/huggingface/datasets/pull/4285
1,226,374,831
PR_kwDODunzps43VtEa
4,285
Update LexGLUE README.md
{ "avatar_url": "https://avatars.githubusercontent.com/u/1626984?v=4", "events_url": "https://api.github.com/users/iliaschalkidis/events{/privacy}", "followers_url": "https://api.github.com/users/iliaschalkidis/followers", "following_url": "https://api.github.com/users/iliaschalkidis/following{/other_user}", ...
[]
closed
false
1
2022-05-05T08:36:50Z
2022-05-05T13:39:04Z
CONTRIBUTOR
Update the leaderboard based on the latest results presented in the ACL 2022 version of the article.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4285/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4285/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4285.diff", "html_url": "https://github.com/huggingface/datasets/pull/4285", "merged_at": "2022-05-05T13:33:35Z", "patch_url": "https://github.com/huggingface/datasets/pull/4285.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T13:33:35Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4284
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4284/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4284/comments
https://api.github.com/repos/huggingface/datasets/issues/4284/events
https://github.com/huggingface/datasets/issues/4284
1,226,200,727
I_kwDODunzps5JFlaX
4,284
Issues in processing very large datasets
{ "avatar_url": "https://avatars.githubusercontent.com/u/10419055?v=4", "events_url": "https://api.github.com/users/sajastu/events{/privacy}", "followers_url": "https://api.github.com/users/sajastu/followers", "following_url": "https://api.github.com/users/sajastu/following{/other_user}", "gists_url": "https:...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
open
false
1
2022-05-05T05:01:09Z
2022-05-10T12:15:23Z
NONE
## Describe the bug I'm trying to add a feature called "subgraph" to CNN/DM dataset (modifications on run_summarization.py of Huggingface Transformers script) --- I'm not quite sure if I'm doing it the right way, though--- but the main problem appears when the training starts where the error ` [OSError: [Errno 12] Can...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4284/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4284/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
null
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4283
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4283/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4283/comments
https://api.github.com/repos/huggingface/datasets/issues/4283/events
https://github.com/huggingface/datasets/pull/4283
1,225,686,988
PR_kwDODunzps43Tnxo
4,283
Fix filesystem docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
[]
closed
false
1
2022-05-04T17:42:42Z
2022-05-06T16:32:02Z
MEMBER
This PR untangles the `S3FileSystem` docstring so the [parameters](https://huggingface.co/docs/datasets/master/en/package_reference/main_classes#parameters) are properly displayed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4283/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4283/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4283.diff", "html_url": "https://github.com/huggingface/datasets/pull/4283", "merged_at": "2022-05-06T06:22:17Z", "patch_url": "https://github.com/huggingface/datasets/pull/4283.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T06:22:17Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4282
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4282/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4282/comments
https://api.github.com/repos/huggingface/datasets/issues/4282/events
https://github.com/huggingface/datasets/pull/4282
1,225,616,545
PR_kwDODunzps43TZYL
4,282
Don't do unnecessary list type casting to avoid replacing None values by empty lists
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
3
2022-05-04T16:37:01Z
2022-05-06T10:43:58Z
MEMBER
In certain cases, `None` values are replaced by empty lists when casting feature types. It happens every time you cast an array of nested lists like [None, [0, 1, 2, 3]] to a different type (to change the integer precision for example). In this case you'd get [[], [0, 1, 2, 3]] for example. This issue comes from PyA...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4282/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4282/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4282.diff", "html_url": "https://github.com/huggingface/datasets/pull/4282", "merged_at": "2022-05-06T10:37:00Z", "patch_url": "https://github.com/huggingface/datasets/pull/4282.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T10:37:00Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4281
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4281/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4281/comments
https://api.github.com/repos/huggingface/datasets/issues/4281/events
https://github.com/huggingface/datasets/pull/4281
1,225,556,939
PR_kwDODunzps43TNBm
4,281
Remove a copy-paste sentence in dataset cards
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
2
2022-05-04T15:41:55Z
2022-05-06T08:38:03Z
MEMBER
Remove the following copy-paste sentence from dataset cards: ``` We show detailed information for up to 5 configurations of the dataset. ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4281/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4281/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4281.diff", "html_url": "https://github.com/huggingface/datasets/pull/4281", "merged_at": "2022-05-04T18:33:16Z", "patch_url": "https://github.com/huggingface/datasets/pull/4281.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-04T18:33:16Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4280
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4280/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4280/comments
https://api.github.com/repos/huggingface/datasets/issues/4280/events
https://github.com/huggingface/datasets/pull/4280
1,225,446,844
PR_kwDODunzps43S2xg
4,280
Add missing features to commonsense_qa dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
3
2022-05-04T14:24:26Z
2022-05-06T14:23:57Z
MEMBER
Fix partially #4275.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4280/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4280/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4280.diff", "html_url": "https://github.com/huggingface/datasets/pull/4280", "merged_at": "2022-05-06T14:16:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/4280.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T14:16:46Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4279
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4279/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4279/comments
https://api.github.com/repos/huggingface/datasets/issues/4279/events
https://github.com/huggingface/datasets/pull/4279
1,225,300,273
PR_kwDODunzps43SXw5
4,279
Update minimal PyArrow version warning
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-05-04T12:26:09Z
2022-05-05T08:50:58Z
CONTRIBUTOR
Update the minimal PyArrow version warning (should've been part of #4250).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4279/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4279/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4279.diff", "html_url": "https://github.com/huggingface/datasets/pull/4279", "merged_at": "2022-05-05T08:43:47Z", "patch_url": "https://github.com/huggingface/datasets/pull/4279.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T08:43:47Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4278
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4278/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4278/comments
https://api.github.com/repos/huggingface/datasets/issues/4278/events
https://github.com/huggingface/datasets/pull/4278
1,225,122,123
PR_kwDODunzps43RyTs
4,278
Add missing features to openbookqa dataset for additional config
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
2
2022-05-04T09:22:50Z
2022-05-06T13:13:20Z
MEMBER
Fix partially #4276.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4278/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4278/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4278.diff", "html_url": "https://github.com/huggingface/datasets/pull/4278", "merged_at": "2022-05-06T13:06:01Z", "patch_url": "https://github.com/huggingface/datasets/pull/4278.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T13:06:01Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4277
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4277/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4277/comments
https://api.github.com/repos/huggingface/datasets/issues/4277/events
https://github.com/huggingface/datasets/pull/4277
1,225,002,286
PR_kwDODunzps43RZV9
4,277
Enable label alignment for token classification datasets
{ "avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4", "events_url": "https://api.github.com/users/lewtun/events{/privacy}", "followers_url": "https://api.github.com/users/lewtun/followers", "following_url": "https://api.github.com/users/lewtun/following{/other_user}", "gists_url": "https://a...
[]
closed
false
3
2022-05-04T07:15:16Z
2022-05-06T15:42:15Z
MEMBER
This PR extends the `Dataset.align_labels_with_mapping()` method to support alignment of label mappings between datasets and models for token classification (e.g. NER). Example of usage: ```python from datasets import load_dataset ner_ds = load_dataset("conll2003", split="train") # returns [3, 0, 7, 0, 0, 0,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4277/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4277/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4277.diff", "html_url": "https://github.com/huggingface/datasets/pull/4277", "merged_at": "2022-05-06T15:36:31Z", "patch_url": "https://github.com/huggingface/datasets/pull/4277.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T15:36:31Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4276
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4276/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4276/comments
https://api.github.com/repos/huggingface/datasets/issues/4276/events
https://github.com/huggingface/datasets/issues/4276
1,224,949,252
I_kwDODunzps5JAz4E
4,276
OpenBookQA has missing and inconsistent field names
{ "avatar_url": "https://avatars.githubusercontent.com/u/458335?v=4", "events_url": "https://api.github.com/users/vblagoje/events{/privacy}", "followers_url": "https://api.github.com/users/vblagoje/followers", "following_url": "https://api.github.com/users/vblagoje/following{/other_user}", "gists_url": "https...
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
closed
false
11
2022-05-04T05:51:52Z
2022-10-11T17:11:53Z
CONTRIBUTOR
## Describe the bug OpenBookQA implementation is inconsistent with the original dataset. We need to: 1. The dataset field [question][stem] is flattened into question_stem. Unflatten it to match the original format. 2. Add missing additional fields: - 'fact1': row['fact1'], - 'humanScore': row['humanSc...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4276/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4276/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-10-05T13:50:03Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4275
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4275/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4275/comments
https://api.github.com/repos/huggingface/datasets/issues/4275/events
https://github.com/huggingface/datasets/issues/4275
1,224,943,414
I_kwDODunzps5JAyc2
4,275
CommonSenseQA has missing and inconsistent field names
{ "avatar_url": "https://avatars.githubusercontent.com/u/458335?v=4", "events_url": "https://api.github.com/users/vblagoje/events{/privacy}", "followers_url": "https://api.github.com/users/vblagoje/followers", "following_url": "https://api.github.com/users/vblagoje/following{/other_user}", "gists_url": "https...
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
open
false
1
2022-05-04T05:38:59Z
2022-05-04T11:41:18Z
CONTRIBUTOR
## Describe the bug In short, CommonSenseQA implementation is inconsistent with the original dataset. More precisely, we need to: 1. Add the dataset matching "id" field. The current dataset, instead, regenerates monotonically increasing id. 2. The [“question”][“stem”] field is flattened into "question". We sh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4275/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4275/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
null
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4274
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4274/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4274/comments
https://api.github.com/repos/huggingface/datasets/issues/4274/events
https://github.com/huggingface/datasets/pull/4274
1,224,740,303
PR_kwDODunzps43Qm2w
4,274
Add API code examples for IterableDataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
closed
false
1
2022-05-03T22:44:17Z
2022-05-04T16:29:32Z
MEMBER
This PR adds API code examples for `IterableDataset` and `IterableDatasetDicts`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4274/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4274/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4274.diff", "html_url": "https://github.com/huggingface/datasets/pull/4274", "merged_at": "2022-05-04T16:22:04Z", "patch_url": "https://github.com/huggingface/datasets/pull/4274.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-04T16:22:04Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4273
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4273/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4273/comments
https://api.github.com/repos/huggingface/datasets/issues/4273/events
https://github.com/huggingface/datasets/pull/4273
1,224,681,036
PR_kwDODunzps43QaA6
4,273
leadboard info added for TNE
{ "avatar_url": "https://avatars.githubusercontent.com/u/8031035?v=4", "events_url": "https://api.github.com/users/yanaiela/events{/privacy}", "followers_url": "https://api.github.com/users/yanaiela/followers", "following_url": "https://api.github.com/users/yanaiela/following{/other_user}", "gists_url": "http...
[]
closed
false
1
2022-05-03T21:35:41Z
2022-05-05T13:25:24Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4273/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4273/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4273.diff", "html_url": "https://github.com/huggingface/datasets/pull/4273", "merged_at": "2022-05-05T13:18:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/4273.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T13:18:13Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4272
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4272/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4272/comments
https://api.github.com/repos/huggingface/datasets/issues/4272/events
https://github.com/huggingface/datasets/pull/4272
1,224,635,660
PR_kwDODunzps43QQQt
4,272
Fix typo in logging docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
[]
closed
false
4
2022-05-03T20:47:57Z
2022-05-04T15:42:27Z
MEMBER
This PR fixes #4271.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4272/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4272/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4272.diff", "html_url": "https://github.com/huggingface/datasets/pull/4272", "merged_at": "2022-05-04T06:58:35Z", "patch_url": "https://github.com/huggingface/datasets/pull/4272.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-04T06:58:36Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4271
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4271/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4271/comments
https://api.github.com/repos/huggingface/datasets/issues/4271/events
https://github.com/huggingface/datasets/issues/4271
1,224,404,403
I_kwDODunzps5I-u2z
4,271
A typo in docs of datasets.disable_progress_bar
{ "avatar_url": "https://avatars.githubusercontent.com/u/39762734?v=4", "events_url": "https://api.github.com/users/jiangwy99/events{/privacy}", "followers_url": "https://api.github.com/users/jiangwy99/followers", "following_url": "https://api.github.com/users/jiangwy99/following{/other_user}", "gists_url": "...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
1
2022-05-03T17:44:56Z
2022-05-04T06:58:35Z
NONE
## Describe the bug in the docs of V2.1.0 datasets.disable_progress_bar, we should replace "enable" with "disable".
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4271/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4271/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-04T06:58:35Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gi...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4270
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4270/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4270/comments
https://api.github.com/repos/huggingface/datasets/issues/4270/events
https://github.com/huggingface/datasets/pull/4270
1,224,244,460
PR_kwDODunzps43PC5V
4,270
Fix style in openbookqa dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-05-03T15:21:34Z
2022-05-06T08:38:06Z
MEMBER
CI in PR: - #4259 was green, but after merging it to master, a code quality error appeared.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4270/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4270/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4270.diff", "html_url": "https://github.com/huggingface/datasets/pull/4270", "merged_at": "2022-05-03T16:20:52Z", "patch_url": "https://github.com/huggingface/datasets/pull/4270.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T16:20:52Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4269
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4269/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4269/comments
https://api.github.com/repos/huggingface/datasets/issues/4269/events
https://github.com/huggingface/datasets/pull/4269
1,223,865,145
PR_kwDODunzps43Nzwh
4,269
Add license and point of contact to big_patent dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-05-03T09:24:07Z
2022-05-06T08:38:09Z
MEMBER
Update metadata of big_patent dataset with: - license - point of contact
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4269/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4269/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4269.diff", "html_url": "https://github.com/huggingface/datasets/pull/4269", "merged_at": "2022-05-03T11:16:19Z", "patch_url": "https://github.com/huggingface/datasets/pull/4269.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T11:16:19Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4268
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4268/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4268/comments
https://api.github.com/repos/huggingface/datasets/issues/4268/events
https://github.com/huggingface/datasets/issues/4268
1,223,331,964
I_kwDODunzps5I6pB8
4,268
error downloading bigscience-catalogue-lm-data/lm_en_wiktionary_filtered
{ "avatar_url": "https://avatars.githubusercontent.com/u/102043285?v=4", "events_url": "https://api.github.com/users/i-am-neo/events{/privacy}", "followers_url": "https://api.github.com/users/i-am-neo/followers", "following_url": "https://api.github.com/users/i-am-neo/following{/other_user}", "gists_url": "ht...
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
closed
false
10
2022-05-02T20:34:25Z
2022-05-06T15:53:30Z
NONE
## Describe the bug Error generated when attempting to download dataset ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("bigscience-catalogue-lm-data/lm_en_wiktionary_filtered") ``` ## Expected results A clear and concise description of the expected results...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4268/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4268/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-03T11:23:48Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4267
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4267/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4267/comments
https://api.github.com/repos/huggingface/datasets/issues/4267/events
https://github.com/huggingface/datasets/pull/4267
1,223,214,275
PR_kwDODunzps43LzOR
4,267
Replace data URL in SAMSum dataset within the same repository
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-05-02T18:38:08Z
2022-05-06T08:38:13Z
MEMBER
Replace data URL with one in the same repository.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4267/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4267/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4267.diff", "html_url": "https://github.com/huggingface/datasets/pull/4267", "merged_at": "2022-05-02T19:03:49Z", "patch_url": "https://github.com/huggingface/datasets/pull/4267.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T19:03:49Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4266
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4266/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4266/comments
https://api.github.com/repos/huggingface/datasets/issues/4266/events
https://github.com/huggingface/datasets/pull/4266
1,223,116,436
PR_kwDODunzps43LeXK
4,266
Add HF Speech Bench to Librispeech Dataset Card
{ "avatar_url": "https://avatars.githubusercontent.com/u/93869735?v=4", "events_url": "https://api.github.com/users/sanchit-gandhi/events{/privacy}", "followers_url": "https://api.github.com/users/sanchit-gandhi/followers", "following_url": "https://api.github.com/users/sanchit-gandhi/following{/other_user}", ...
[]
closed
false
1
2022-05-02T16:59:31Z
2022-05-05T08:47:20Z
CONTRIBUTOR
Adds the HF Speech Bench to Librispeech Dataset Card in place of the Papers With Code Leaderboard. Should improve usage and visibility of this leaderboard! Wondering whether this can also be done for [Common Voice 7](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0) and [8](https://huggingface.co/dat...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4266/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4266/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4266.diff", "html_url": "https://github.com/huggingface/datasets/pull/4266", "merged_at": "2022-05-05T08:40:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/4266.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T08:40:09Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4263
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4263/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4263/comments
https://api.github.com/repos/huggingface/datasets/issues/4263/events
https://github.com/huggingface/datasets/pull/4263
1,222,723,083
PR_kwDODunzps43KLnD
4,263
Rename imagenet2012 -> imagenet-1k
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
4
2022-05-02T10:26:21Z
2022-05-02T17:50:46Z
MEMBER
On the Hugging Face Hub, users refer to imagenet2012 (from #4178 ) as imagenet-1k in their model tags. To correctly link models to imagenet, we should rename this dataset `imagenet-1k`. Later we can add `imagenet-21k` as a new dataset if we want. Once this one is merged we can delete the `imagenet2012` dataset...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 1, "total_count": 4, "url": "https://api.github.com/repos/huggingface/datasets/issues/4263/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4263/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4263.diff", "html_url": "https://github.com/huggingface/datasets/pull/4263", "merged_at": "2022-05-02T16:32:57Z", "patch_url": "https://github.com/huggingface/datasets/pull/4263.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T16:32:57Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4262
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4262/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4262/comments
https://api.github.com/repos/huggingface/datasets/issues/4262/events
https://github.com/huggingface/datasets/pull/4262
1,222,130,749
PR_kwDODunzps43IOye
4,262
Add YAML tags to Dataset Card rotten tomatoes
{ "avatar_url": "https://avatars.githubusercontent.com/u/10004251?v=4", "events_url": "https://api.github.com/users/mo6zes/events{/privacy}", "followers_url": "https://api.github.com/users/mo6zes/followers", "following_url": "https://api.github.com/users/mo6zes/following{/other_user}", "gists_url": "https://a...
[]
closed
false
1
2022-05-01T11:59:08Z
2022-05-03T14:27:33Z
CONTRIBUTOR
The dataset card for the rotten tomatoes / MR movie review dataset had some missing YAML tags. Hopefully, this also improves the visibility of this dataset now that paperswithcode and huggingface link to eachother.
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/huggingface/datasets/issues/4262/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4262/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4262.diff", "html_url": "https://github.com/huggingface/datasets/pull/4262", "merged_at": "2022-05-03T14:20:35Z", "patch_url": "https://github.com/huggingface/datasets/pull/4262.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T14:20:35Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4261
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4261/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4261/comments
https://api.github.com/repos/huggingface/datasets/issues/4261/events
https://github.com/huggingface/datasets/issues/4261
1,221,883,779
I_kwDODunzps5I1HeD
4,261
data leakage in `webis/conclugen` dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/54585776?v=4", "events_url": "https://api.github.com/users/xflashxx/events{/privacy}", "followers_url": "https://api.github.com/users/xflashxx/followers", "following_url": "https://api.github.com/users/xflashxx/following{/other_user}", "gists_url": "htt...
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
closed
false
5
2022-04-30T17:43:37Z
2022-05-03T06:04:26Z
NONE
## Describe the bug Some samples (argument-conclusion pairs) in the *training* split of the `webis/conclugen` dataset are present in both the *validation* and *test* splits, creating data leakage and distorting model results. Furthermore, all splits contain duplicate samples. ## Steps to reproduce the bug ```pyth...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4261/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4261/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-03T06:04:26Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4260
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4260/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4260/comments
https://api.github.com/repos/huggingface/datasets/issues/4260/events
https://github.com/huggingface/datasets/pull/4260
1,221,830,292
PR_kwDODunzps43HSfs
4,260
Add mr_polarity movie review sentiment classification
{ "avatar_url": "https://avatars.githubusercontent.com/u/10004251?v=4", "events_url": "https://api.github.com/users/mo6zes/events{/privacy}", "followers_url": "https://api.github.com/users/mo6zes/followers", "following_url": "https://api.github.com/users/mo6zes/following{/other_user}", "gists_url": "https://a...
[]
closed
false
1
2022-04-30T13:19:33Z
2022-04-30T14:16:25Z
CONTRIBUTOR
Add the MR (Movie Review) dataset. The original dataset contains sentences from Rotten Tomatoes labeled as either "positive" or "negative". Homepage: [https://www.cs.cornell.edu/people/pabo/movie-review-data/](https://www.cs.cornell.edu/people/pabo/movie-review-data/) paperswithcode: [https://paperswithcode.com/d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4260/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4260/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4260.diff", "html_url": "https://github.com/huggingface/datasets/pull/4260", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4260.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4260" }
2022-04-30T14:16:25Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4259
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4259/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4259/comments
https://api.github.com/repos/huggingface/datasets/issues/4259/events
https://github.com/huggingface/datasets/pull/4259
1,221,768,025
PR_kwDODunzps43HHGc
4,259
Fix bug in choices labels in openbookqa dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/6687858?v=4", "events_url": "https://api.github.com/users/manandey/events{/privacy}", "followers_url": "https://api.github.com/users/manandey/followers", "following_url": "https://api.github.com/users/manandey/following{/other_user}", "gists_url": "http...
[]
closed
false
1
2022-04-30T07:41:39Z
2022-05-04T06:31:31Z
CONTRIBUTOR
This PR fixes the Bug in the openbookqa dataset as mentioned in this issue #3550. Fix #3550. cc. @lhoestq @mariosasko
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4259/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4259/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4259.diff", "html_url": "https://github.com/huggingface/datasets/pull/4259", "merged_at": "2022-05-03T15:14:21Z", "patch_url": "https://github.com/huggingface/datasets/pull/4259.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T15:14:21Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4258
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4258/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4258/comments
https://api.github.com/repos/huggingface/datasets/issues/4258/events
https://github.com/huggingface/datasets/pull/4258
1,221,637,727
PR_kwDODunzps43Gstg
4,258
Fix/start token mask issue and update documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/20826878?v=4", "events_url": "https://api.github.com/users/TristanThrush/events{/privacy}", "followers_url": "https://api.github.com/users/TristanThrush/followers", "following_url": "https://api.github.com/users/TristanThrush/following{/other_user}", "g...
[]
closed
false
2
2022-04-29T22:42:44Z
2022-05-02T16:33:20Z
MEMBER
This pr fixes a couple bugs: 1) the perplexity was calculated with a 0 in the attention mask for the start token, which was causing high perplexity scores that were not correct 2) the documentation was not updated
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4258/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4258/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4258.diff", "html_url": "https://github.com/huggingface/datasets/pull/4258", "merged_at": "2022-05-02T16:26:12Z", "patch_url": "https://github.com/huggingface/datasets/pull/4258.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T16:26:12Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4257
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4257/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4257/comments
https://api.github.com/repos/huggingface/datasets/issues/4257/events
https://github.com/huggingface/datasets/pull/4257
1,221,393,137
PR_kwDODunzps43GATC
4,257
Create metric card for Mahalanobis Distance
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
[]
closed
false
1
2022-04-29T18:37:27Z
2022-05-02T14:50:18Z
CONTRIBUTOR
proposing a metric card to better explain how Mahalanobis distance works (last one for now :sweat_smile:
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4257/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4257/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4257.diff", "html_url": "https://github.com/huggingface/datasets/pull/4257", "merged_at": "2022-05-02T14:43:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/4257.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T14:43:24Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4256
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4256/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4256/comments
https://api.github.com/repos/huggingface/datasets/issues/4256/events
https://github.com/huggingface/datasets/pull/4256
1,221,379,625
PR_kwDODunzps43F9Zw
4,256
Create metric card for MSE
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
[]
closed
false
1
2022-04-29T18:21:22Z
2022-05-02T14:55:42Z
CONTRIBUTOR
Proposing a metric card for Mean Squared Error
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4256/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4256/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4256.diff", "html_url": "https://github.com/huggingface/datasets/pull/4256", "merged_at": "2022-05-02T14:48:47Z", "patch_url": "https://github.com/huggingface/datasets/pull/4256.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T14:48:47Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4255
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4255/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4255/comments
https://api.github.com/repos/huggingface/datasets/issues/4255/events
https://github.com/huggingface/datasets/pull/4255
1,221,142,899
PR_kwDODunzps43FHgR
4,255
No google drive URL for pubmed_qa
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
2
2022-04-29T15:55:46Z
2022-04-29T16:24:55Z
MEMBER
I hosted the data files in https://huggingface.co/datasets/pubmed_qa. This is allowed because the data is under the MIT license. cc @stas00
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4255/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4255/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4255.diff", "html_url": "https://github.com/huggingface/datasets/pull/4255", "merged_at": "2022-04-29T16:18:56Z", "patch_url": "https://github.com/huggingface/datasets/pull/4255.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T16:18:56Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4254
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4254/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4254/comments
https://api.github.com/repos/huggingface/datasets/issues/4254/events
https://github.com/huggingface/datasets/pull/4254
1,220,204,395
PR_kwDODunzps43Bwnj
4,254
Replace data URL in SAMSum dataset and support streaming
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-04-29T08:21:43Z
2022-05-06T08:38:16Z
MEMBER
This PR replaces data URL in SAMSum dataset: - original host (arxiv.org) does not allow HTTP Range requests - we have hosted the data on the Hub (license: CC BY-NC-ND 4.0) Moreover, it implements support for streaming. Fix #4146. Related to: #4236. CC: @severo
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4254/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4254/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4254.diff", "html_url": "https://github.com/huggingface/datasets/pull/4254", "merged_at": "2022-04-29T16:26:08Z", "patch_url": "https://github.com/huggingface/datasets/pull/4254.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T16:26:09Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4253
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4253/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4253/comments
https://api.github.com/repos/huggingface/datasets/issues/4253/events
https://github.com/huggingface/datasets/pull/4253
1,219,286,408
PR_kwDODunzps42-c8Q
4,253
Create metric cards for mean IOU
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
[]
closed
false
1
2022-04-28T20:58:27Z
2022-04-29T17:44:47Z
CONTRIBUTOR
Proposing a metric card for mIoU :rocket: sorry for spamming you with review requests, @albertvillanova ! :hugs:
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4253/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4253/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4253.diff", "html_url": "https://github.com/huggingface/datasets/pull/4253", "merged_at": "2022-04-29T17:38:06Z", "patch_url": "https://github.com/huggingface/datasets/pull/4253.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T17:38:06Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4252
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4252/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4252/comments
https://api.github.com/repos/huggingface/datasets/issues/4252/events
https://github.com/huggingface/datasets/pull/4252
1,219,151,100
PR_kwDODunzps429--I
4,252
Creating metric card for MAE
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
[]
closed
false
1
2022-04-28T19:04:33Z
2022-04-29T16:59:11Z
CONTRIBUTOR
Initial proposal for MAE metric card
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4252/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4252/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4252.diff", "html_url": "https://github.com/huggingface/datasets/pull/4252", "merged_at": "2022-04-29T16:52:30Z", "patch_url": "https://github.com/huggingface/datasets/pull/4252.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T16:52:30Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4251
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4251/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4251/comments
https://api.github.com/repos/huggingface/datasets/issues/4251/events
https://github.com/huggingface/datasets/pull/4251
1,219,116,354
PR_kwDODunzps4293dB
4,251
Metric card for the XTREME-S dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
[]
closed
false
1
2022-04-28T18:32:19Z
2022-04-29T16:46:11Z
CONTRIBUTOR
Proposing a metric card for the XTREME-S dataset :hugs:
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4251/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4251/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4251.diff", "html_url": "https://github.com/huggingface/datasets/pull/4251", "merged_at": "2022-04-29T16:38:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/4251.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T16:38:46Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4250
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4250/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4250/comments
https://api.github.com/repos/huggingface/datasets/issues/4250/events
https://github.com/huggingface/datasets/pull/4250
1,219,093,830
PR_kwDODunzps429yjN
4,250
Bump PyArrow Version to 6
{ "avatar_url": "https://avatars.githubusercontent.com/u/17746528?v=4", "events_url": "https://api.github.com/users/dnaveenr/events{/privacy}", "followers_url": "https://api.github.com/users/dnaveenr/followers", "following_url": "https://api.github.com/users/dnaveenr/following{/other_user}", "gists_url": "htt...
[]
closed
false
4
2022-04-28T18:10:50Z
2022-05-04T09:36:52Z
CONTRIBUTOR
Fixes #4152 This PR updates the PyArrow version to 6 in setup.py, CI job files .circleci/config.yaml and .github/workflows/benchmarks.yaml files. This will fix ArrayND error which exists in pyarrow 5.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4250/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4250/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4250.diff", "html_url": "https://github.com/huggingface/datasets/pull/4250", "merged_at": "2022-05-04T09:29:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/4250.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-04T09:29:46Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4249
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4249/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4249/comments
https://api.github.com/repos/huggingface/datasets/issues/4249/events
https://github.com/huggingface/datasets/pull/4249
1,218,524,424
PR_kwDODunzps42742y
4,249
Support streaming XGLUE dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-04-28T10:27:23Z
2022-05-06T08:38:21Z
MEMBER
Support streaming XGLUE dataset. Fix #4247. CC: @severo
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4249/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4249/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4249.diff", "html_url": "https://github.com/huggingface/datasets/pull/4249", "merged_at": "2022-04-28T16:08:03Z", "patch_url": "https://github.com/huggingface/datasets/pull/4249.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-28T16:08:03Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4248
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4248/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4248/comments
https://api.github.com/repos/huggingface/datasets/issues/4248/events
https://github.com/huggingface/datasets/issues/4248
1,218,460,444
I_kwDODunzps5IoDsc
4,248
conll2003 dataset loads original data.
{ "avatar_url": "https://avatars.githubusercontent.com/u/26458611?v=4", "events_url": "https://api.github.com/users/sue991/events{/privacy}", "followers_url": "https://api.github.com/users/sue991/followers", "following_url": "https://api.github.com/users/sue991/following{/other_user}", "gists_url": "https://a...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
1
2022-04-28T09:33:31Z
2022-07-18T07:15:48Z
NONE
## Describe the bug I load `conll2003` dataset to use refined data like [this](https://huggingface.co/datasets/conll2003/viewer/conll2003/train) preview, but it is original data that contains `'-DOCSTART- -X- -X- O'` text. Is this a bug or should I use another dataset_name like `lhoestq/conll2003` ? ## Steps to...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4248/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4248/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-07-18T07:15:48Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4247
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4247/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4247/comments
https://api.github.com/repos/huggingface/datasets/issues/4247/events
https://github.com/huggingface/datasets/issues/4247
1,218,320,882
I_kwDODunzps5Inhny
4,247
The data preview of XGLUE
{ "avatar_url": "https://avatars.githubusercontent.com/u/49108847?v=4", "events_url": "https://api.github.com/users/czq1999/events{/privacy}", "followers_url": "https://api.github.com/users/czq1999/followers", "following_url": "https://api.github.com/users/czq1999/following{/other_user}", "gists_url": "https:...
[]
closed
false
3
2022-04-28T07:30:50Z
2022-04-29T08:23:28Z
NONE
It seems that something wrong with the data previvew of XGLUE
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4247/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4247/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-28T16:08:03Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4246
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4246/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4246/comments
https://api.github.com/repos/huggingface/datasets/issues/4246/events
https://github.com/huggingface/datasets/pull/4246
1,218,320,293
PR_kwDODunzps427NiD
4,246
Support to load dataset with TSV files by passing only dataset name
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-04-28T07:30:15Z
2022-05-06T08:38:28Z
MEMBER
This PR implements support to load a dataset (w/o script) containing TSV files by passing only the dataset name (no need to pass `sep='\t'`): ```python ds = load_dataset("dataset/name") ``` The refactoring allows for future builder kwargs customizations based on file extension. Related to #4238.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4246/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4246/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4246.diff", "html_url": "https://github.com/huggingface/datasets/pull/4246", "merged_at": "2022-05-06T08:14:07Z", "patch_url": "https://github.com/huggingface/datasets/pull/4246.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T08:14:07Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4245
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4245/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4245/comments
https://api.github.com/repos/huggingface/datasets/issues/4245/events
https://github.com/huggingface/datasets/pull/4245
1,217,959,400
PR_kwDODunzps426AUR
4,245
Add code examples for DatasetDict
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
closed
false
1
2022-04-27T22:52:22Z
2022-04-29T18:19:34Z
MEMBER
This PR adds code examples for `DatasetDict` in the API reference :)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4245/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4245/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4245.diff", "html_url": "https://github.com/huggingface/datasets/pull/4245", "merged_at": "2022-04-29T18:13:03Z", "patch_url": "https://github.com/huggingface/datasets/pull/4245.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T18:13:03Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4244
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4244/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4244/comments
https://api.github.com/repos/huggingface/datasets/issues/4244/events
https://github.com/huggingface/datasets/pull/4244
1,217,732,221
PR_kwDODunzps425Po6
4,244
task id update
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
2
2022-04-27T18:28:14Z
2022-05-04T10:43:53Z
CONTRIBUTOR
changed multi input text classification as task id instead of category
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4244/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4244/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4244.diff", "html_url": "https://github.com/huggingface/datasets/pull/4244", "merged_at": "2022-05-04T10:36:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/4244.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-04T10:36:37Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4243
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4243/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4243/comments
https://api.github.com/repos/huggingface/datasets/issues/4243/events
https://github.com/huggingface/datasets/pull/4243
1,217,689,909
PR_kwDODunzps425Gkn
4,243
WIP: Initial shades loading script and readme
{ "avatar_url": "https://avatars.githubusercontent.com/u/69018523?v=4", "events_url": "https://api.github.com/users/shayne-longpre/events{/privacy}", "followers_url": "https://api.github.com/users/shayne-longpre/followers", "following_url": "https://api.github.com/users/shayne-longpre/following{/other_user}", ...
[ { "color": "0e8a16", "default": false, "description": "Contribution to a dataset script", "id": 4564477500, "name": "dataset contribution", "node_id": "LA_kwDODunzps8AAAABEBBmPA", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20contribution" } ]
closed
false
1
2022-04-27T17:45:43Z
2022-10-03T09:36:35Z
NONE
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4243/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4243/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4243.diff", "html_url": "https://github.com/huggingface/datasets/pull/4243", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4243.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4243" }
2022-10-03T09:36:35Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4242
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4242/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4242/comments
https://api.github.com/repos/huggingface/datasets/issues/4242/events
https://github.com/huggingface/datasets/pull/4242
1,217,665,960
PR_kwDODunzps425BYf
4,242
Update auth when mirroring datasets on the hub
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
1
2022-04-27T17:22:31Z
2022-04-27T17:37:04Z
MEMBER
We don't need to use extraHeaders anymore for rate limits anymore. Anyway extraHeaders was not working with git LFS because it was passing the wrong auth to S3.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4242/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4242/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4242.diff", "html_url": "https://github.com/huggingface/datasets/pull/4242", "merged_at": "2022-04-27T17:30:42Z", "patch_url": "https://github.com/huggingface/datasets/pull/4242.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-27T17:30:42Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4241
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4241/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4241/comments
https://api.github.com/repos/huggingface/datasets/issues/4241/events
https://github.com/huggingface/datasets/issues/4241
1,217,423,686
I_kwDODunzps5IkGlG
4,241
NonMatchingChecksumError when attempting to download GLUE
{ "avatar_url": "https://avatars.githubusercontent.com/u/9650729?v=4", "events_url": "https://api.github.com/users/drussellmrichie/events{/privacy}", "followers_url": "https://api.github.com/users/drussellmrichie/followers", "following_url": "https://api.github.com/users/drussellmrichie/following{/other_user}",...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
2
2022-04-27T14:14:21Z
2022-04-28T07:45:27Z
NONE
## Describe the bug I am trying to download the GLUE dataset from the NLP module but get an error (see below). ## Steps to reproduce the bug ```python import nlp nlp.__version__ # '0.2.0' nlp.load_dataset('glue', name="rte", download_mode="force_redownload") ``` ## Expected results I expect the dataset to ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4241/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4241/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-28T07:45:27Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4240
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4240/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4240/comments
https://api.github.com/repos/huggingface/datasets/issues/4240/events
https://github.com/huggingface/datasets/pull/4240
1,217,287,594
PR_kwDODunzps423xRl
4,240
Fix yield for crd3
{ "avatar_url": "https://avatars.githubusercontent.com/u/21066979?v=4", "events_url": "https://api.github.com/users/shanyas10/events{/privacy}", "followers_url": "https://api.github.com/users/shanyas10/followers", "following_url": "https://api.github.com/users/shanyas10/following{/other_user}", "gists_url": "...
[]
closed
false
2
2022-04-27T12:31:36Z
2022-04-29T12:41:41Z
CONTRIBUTOR
Modified the `_generate_examples` function to consider all the turns for a chunk id as a single example Modified the features accordingly ``` "turns": [ { "names": datasets.features.Sequence(datasets.Value("string")), "utterances": ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4240/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4240/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4240.diff", "html_url": "https://github.com/huggingface/datasets/pull/4240", "merged_at": "2022-04-29T12:41:41Z", "patch_url": "https://github.com/huggingface/datasets/pull/4240.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-29T12:41:41Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4239
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4239/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4239/comments
https://api.github.com/repos/huggingface/datasets/issues/4239/events
https://github.com/huggingface/datasets/pull/4239
1,217,269,689
PR_kwDODunzps423tZr
4,239
Small fixes in ROC AUC docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/9478856?v=4", "events_url": "https://api.github.com/users/wschella/events{/privacy}", "followers_url": "https://api.github.com/users/wschella/followers", "following_url": "https://api.github.com/users/wschella/following{/other_user}", "gists_url": "http...
[]
closed
false
1
2022-04-27T12:15:50Z
2022-05-02T13:28:57Z
CONTRIBUTOR
The list of use cases did not render on GitHub with the prepended spacing. Additionally, some typo's we're fixed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4239/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4239/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4239.diff", "html_url": "https://github.com/huggingface/datasets/pull/4239", "merged_at": "2022-05-02T13:22:03Z", "patch_url": "https://github.com/huggingface/datasets/pull/4239.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T13:22:03Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4238
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4238/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4238/comments
https://api.github.com/repos/huggingface/datasets/issues/4238/events
https://github.com/huggingface/datasets/issues/4238
1,217,168,123
I_kwDODunzps5IjIL7
4,238
Dataset caching policy
{ "avatar_url": "https://avatars.githubusercontent.com/u/163333?v=4", "events_url": "https://api.github.com/users/loretoparisi/events{/privacy}", "followers_url": "https://api.github.com/users/loretoparisi/followers", "following_url": "https://api.github.com/users/loretoparisi/following{/other_user}", "gists_...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
3
2022-04-27T10:42:11Z
2022-04-27T16:29:25Z
NONE
## Describe the bug I cannot clean cache of my datasets files, despite I have updated the `csv` files on the repository [here](https://huggingface.co/datasets/loretoparisi/tatoeba-sentences). The original file had a line with bad characters, causing the following error ``` [/usr/local/lib/python3.7/dist-packages/d...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4238/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4238/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-27T16:28:50Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4237
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4237/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4237/comments
https://api.github.com/repos/huggingface/datasets/issues/4237/events
https://github.com/huggingface/datasets/issues/4237
1,217,121,044
I_kwDODunzps5Ii8sU
4,237
Common Voice 8 doesn't show datasets viewer
{ "avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4", "events_url": "https://api.github.com/users/patrickvonplaten/events{/privacy}", "followers_url": "https://api.github.com/users/patrickvonplaten/followers", "following_url": "https://api.github.com/users/patrickvonplaten/following{/other_use...
[ { "color": "E5583E", "default": false, "description": "Related to the dataset viewer on huggingface.co", "id": 3470211881, "name": "dataset-viewer", "node_id": "LA_kwDODunzps7O1zsp", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset-viewer" } ]
closed
false
9
2022-04-27T10:05:20Z
2022-05-10T12:17:05Z
MEMBER
https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4237/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4237/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-10T12:17:04Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4236
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4236/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4236/comments
https://api.github.com/repos/huggingface/datasets/issues/4236/events
https://github.com/huggingface/datasets/pull/4236
1,217,115,691
PR_kwDODunzps423MOc
4,236
Replace data URL in big_patent dataset and support streaming
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
5
2022-04-27T10:01:13Z
2022-06-10T08:10:55Z
MEMBER
This PR replaces the Google Drive URL with our Hub one, once the data owners have approved to host their data on the Hub. Moreover, this PR makes the dataset streamable. Fix #4217.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4236/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4236/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4236.diff", "html_url": "https://github.com/huggingface/datasets/pull/4236", "merged_at": "2022-05-02T18:21:15Z", "patch_url": "https://github.com/huggingface/datasets/pull/4236.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-02T18:21:15Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4235
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4235/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4235/comments
https://api.github.com/repos/huggingface/datasets/issues/4235/events
https://github.com/huggingface/datasets/issues/4235
1,216,952,640
I_kwDODunzps5IiTlA
4,235
How to load VERY LARGE dataset?
{ "avatar_url": "https://avatars.githubusercontent.com/u/45160643?v=4", "events_url": "https://api.github.com/users/CaoYiqingT/events{/privacy}", "followers_url": "https://api.github.com/users/CaoYiqingT/followers", "following_url": "https://api.github.com/users/CaoYiqingT/following{/other_user}", "gists_url"...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
open
false
1
2022-04-27T07:50:13Z
2022-04-27T11:44:17Z
NONE
### System Info ```shell I am using transformer trainer while meeting the issue. The trainer requests torch.utils.data.Dataset as input, which loads the whole dataset into the memory at once. Therefore, when the dataset is too large to load, there's nothing I can do except using IterDataset, which loads samples of da...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4235/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4235/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
null
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4234
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4234/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4234/comments
https://api.github.com/repos/huggingface/datasets/issues/4234/events
https://github.com/huggingface/datasets/pull/4234
1,216,818,846
PR_kwDODunzps422Mwn
4,234
Autoeval config
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
15
2022-04-27T05:32:10Z
2022-05-06T13:20:31Z
CONTRIBUTOR
Added autoeval config to imdb as pilot
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4234/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4234/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4234.diff", "html_url": "https://github.com/huggingface/datasets/pull/4234", "merged_at": "2022-05-05T18:20:58Z", "patch_url": "https://github.com/huggingface/datasets/pull/4234.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T18:20:58Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4233
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4233/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4233/comments
https://api.github.com/repos/huggingface/datasets/issues/4233/events
https://github.com/huggingface/datasets/pull/4233
1,216,665,044
PR_kwDODunzps421r-6
4,233
Autoeval
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
1
2022-04-27T01:32:09Z
2022-04-27T05:29:30Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4233/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4233/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4233.diff", "html_url": "https://github.com/huggingface/datasets/pull/4233", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4233.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4233" }
2022-04-27T01:32:23Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4232
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4232/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4232/comments
https://api.github.com/repos/huggingface/datasets/issues/4232/events
https://github.com/huggingface/datasets/pull/4232
1,216,659,444
PR_kwDODunzps421qz4
4,232
adding new tag to tasks.json and modified for existing datasets
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
2
2022-04-27T01:21:09Z
2022-05-03T14:23:56Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4232/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4232/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4232.diff", "html_url": "https://github.com/huggingface/datasets/pull/4232", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4232.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4232" }
2022-05-03T14:16:39Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4231
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4231/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4231/comments
https://api.github.com/repos/huggingface/datasets/issues/4231/events
https://github.com/huggingface/datasets/pull/4231
1,216,651,960
PR_kwDODunzps421pUX
4,231
Fix invalid url to CC-Aligned dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/44451229?v=4", "events_url": "https://api.github.com/users/juntang-zhuang/events{/privacy}", "followers_url": "https://api.github.com/users/juntang-zhuang/followers", "following_url": "https://api.github.com/users/juntang-zhuang/following{/other_user}", ...
[]
closed
false
1
2022-04-27T01:07:01Z
2022-05-16T17:01:13Z
CONTRIBUTOR
The CC-Aligned dataset url has changed to https://data.statmt.org/cc-aligned/, the old address http://www.statmt.org/cc-aligned/ is no longer valid
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4231/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4231/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4231.diff", "html_url": "https://github.com/huggingface/datasets/pull/4231", "merged_at": "2022-05-16T16:53:12Z", "patch_url": "https://github.com/huggingface/datasets/pull/4231.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-16T16:53:12Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4230
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4230/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4230/comments
https://api.github.com/repos/huggingface/datasets/issues/4230/events
https://github.com/huggingface/datasets/issues/4230
1,216,643,661
I_kwDODunzps5IhIJN
4,230
Why the `conll2003` dataset on huggingface only contains the `en` subset? Where is the German data?
{ "avatar_url": "https://avatars.githubusercontent.com/u/37113676?v=4", "events_url": "https://api.github.com/users/beyondguo/events{/privacy}", "followers_url": "https://api.github.com/users/beyondguo/followers", "following_url": "https://api.github.com/users/beyondguo/following{/other_user}", "gists_url": "...
[ { "color": "a2eeef", "default": true, "description": "New feature or request", "id": 1935892871, "name": "enhancement", "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement" } ]
open
false
2
2022-04-27T00:53:52Z
2022-05-12T12:23:42Z
NONE
![image](https://user-images.githubusercontent.com/37113676/165416606-96b5db18-b16c-4b6b-928c-de8620fd943e.png) But on huggingface datasets: ![image](https://user-images.githubusercontent.com/37113676/165416649-8fd77980-ca0d-43f0-935e-f398ba8323a4.png) Where is the German data?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4230/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4230/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
null
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4229
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4229/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4229/comments
https://api.github.com/repos/huggingface/datasets/issues/4229/events
https://github.com/huggingface/datasets/pull/4229
1,216,638,968
PR_kwDODunzps421mjM
4,229
new task tag
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
0
2022-04-27T00:47:08Z
2022-04-27T00:48:28Z
CONTRIBUTOR
multi-input-text-classification tag for classification datasets that take more than one input
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4229/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4229/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4229.diff", "html_url": "https://github.com/huggingface/datasets/pull/4229", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4229.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4229" }
2022-04-27T00:48:17Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4228
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4228/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4228/comments
https://api.github.com/repos/huggingface/datasets/issues/4228/events
https://github.com/huggingface/datasets/pull/4228
1,216,523,043
PR_kwDODunzps421NKL
4,228
new task tag
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
0
2022-04-26T22:00:33Z
2022-04-27T00:48:31Z
CONTRIBUTOR
multi-input-text-classification tag for classification datasets that take more than one input
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4228/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4228/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4228.diff", "html_url": "https://github.com/huggingface/datasets/pull/4228", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4228.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4228" }
2022-04-27T00:46:31Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4227
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4227/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4227/comments
https://api.github.com/repos/huggingface/datasets/issues/4227/events
https://github.com/huggingface/datasets/pull/4227
1,216,455,316
PR_kwDODunzps420-mc
4,227
Add f1 metric card, update docstring in py file
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
[]
closed
false
1
2022-04-26T20:41:03Z
2022-05-03T12:50:23Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4227/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4227/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4227.diff", "html_url": "https://github.com/huggingface/datasets/pull/4227", "merged_at": "2022-05-03T12:43:33Z", "patch_url": "https://github.com/huggingface/datasets/pull/4227.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T12:43:33Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4226
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4226/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4226/comments
https://api.github.com/repos/huggingface/datasets/issues/4226/events
https://github.com/huggingface/datasets/pull/4226
1,216,331,073
PR_kwDODunzps420kAv
4,226
Add pearsonr mc, update functionality to match the original docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
[]
closed
false
2
2022-04-26T18:30:46Z
2022-05-03T17:09:24Z
CONTRIBUTOR
- adds pearsonr metric card - adds ability to return p-value - p-value was mentioned in the original docs as a return value, but there was no option to return it. I updated the _compute function slightly to have an option to return the p-value.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4226/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4226/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4226.diff", "html_url": "https://github.com/huggingface/datasets/pull/4226", "merged_at": "2022-05-03T17:02:28Z", "patch_url": "https://github.com/huggingface/datasets/pull/4226.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T17:02:28Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4225
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4225/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4225/comments
https://api.github.com/repos/huggingface/datasets/issues/4225/events
https://github.com/huggingface/datasets/pull/4225
1,216,213,464
PR_kwDODunzps420LNM
4,225
autoeval config
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
0
2022-04-26T16:38:34Z
2022-04-27T00:48:31Z
CONTRIBUTOR
add train eval index for autoeval
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4225/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4225/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4225.diff", "html_url": "https://github.com/huggingface/datasets/pull/4225", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4225.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4225" }
2022-04-26T22:00:26Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4224
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4224/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4224/comments
https://api.github.com/repos/huggingface/datasets/issues/4224/events
https://github.com/huggingface/datasets/pull/4224
1,216,209,667
PR_kwDODunzps420KX2
4,224
autoeval config
{ "avatar_url": "https://avatars.githubusercontent.com/u/3278583?v=4", "events_url": "https://api.github.com/users/nazneenrajani/events{/privacy}", "followers_url": "https://api.github.com/users/nazneenrajani/followers", "following_url": "https://api.github.com/users/nazneenrajani/following{/other_user}", "gi...
[]
closed
false
0
2022-04-26T16:35:19Z
2022-04-26T16:36:45Z
CONTRIBUTOR
add train eval index for autoeval
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4224/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4224/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4224.diff", "html_url": "https://github.com/huggingface/datasets/pull/4224", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4224.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4224" }
2022-04-26T16:36:45Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4223
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4223/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4223/comments
https://api.github.com/repos/huggingface/datasets/issues/4223/events
https://github.com/huggingface/datasets/pull/4223
1,216,107,082
PR_kwDODunzps42z0YV
4,223
Add Accuracy Metric Card
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
[]
closed
false
1
2022-04-26T15:10:46Z
2022-05-03T14:27:45Z
CONTRIBUTOR
- adds accuracy metric card - updates docstring in accuracy.py - adds .json file with metric card and docstring information
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4223/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4223/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4223.diff", "html_url": "https://github.com/huggingface/datasets/pull/4223", "merged_at": "2022-05-03T14:20:47Z", "patch_url": "https://github.com/huggingface/datasets/pull/4223.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T14:20:47Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4222
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4222/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4222/comments
https://api.github.com/repos/huggingface/datasets/issues/4222/events
https://github.com/huggingface/datasets/pull/4222
1,216,056,439
PR_kwDODunzps42zpcd
4,222
Fix description links in dataset cards
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
2
2022-04-26T14:36:25Z
2022-05-06T08:38:38Z
MEMBER
I noticed many links were not properly displayed (only text, no link) on the Hub because of wrong syntax, e.g.: https://huggingface.co/datasets/big_patent This PR fixes all description links in dataset cards.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4222/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4222/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4222.diff", "html_url": "https://github.com/huggingface/datasets/pull/4222", "merged_at": "2022-04-26T16:52:29Z", "patch_url": "https://github.com/huggingface/datasets/pull/4222.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-26T16:52:29Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4221
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4221/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4221/comments
https://api.github.com/repos/huggingface/datasets/issues/4221/events
https://github.com/huggingface/datasets/issues/4221
1,215,911,182
I_kwDODunzps5IeVUO
4,221
Dictionary Feature
{ "avatar_url": "https://avatars.githubusercontent.com/u/2944532?v=4", "events_url": "https://api.github.com/users/jordiae/events{/privacy}", "followers_url": "https://api.github.com/users/jordiae/followers", "following_url": "https://api.github.com/users/jordiae/following{/other_user}", "gists_url": "https:/...
[ { "color": "d876e3", "default": true, "description": "Further information is requested", "id": 1935892912, "name": "question", "node_id": "MDU6TGFiZWwxOTM1ODkyOTEy", "url": "https://api.github.com/repos/huggingface/datasets/labels/question" } ]
closed
false
2
2022-04-26T12:50:18Z
2022-04-29T14:52:19Z
NONE
Hi, I'm trying to create the loading script for a dataset in which one feature is a list of dictionaries, which afaik doesn't fit very well the values and structures supported by Value and Sequence. Is there any suggested workaround, am I missing something? Thank you in advance.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4221/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4221/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-28T17:04:58Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4220
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4220/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4220/comments
https://api.github.com/repos/huggingface/datasets/issues/4220/events
https://github.com/huggingface/datasets/pull/4220
1,215,225,802
PR_kwDODunzps42w5YO
4,220
Altered faiss installation comment
{ "avatar_url": "https://avatars.githubusercontent.com/u/36671559?v=4", "events_url": "https://api.github.com/users/vishalsrao/events{/privacy}", "followers_url": "https://api.github.com/users/vishalsrao/followers", "following_url": "https://api.github.com/users/vishalsrao/following{/other_user}", "gists_url"...
[]
closed
false
3
2022-04-26T01:20:43Z
2022-05-09T17:29:34Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4220/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4220/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4220.diff", "html_url": "https://github.com/huggingface/datasets/pull/4220", "merged_at": "2022-05-09T17:22:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/4220.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-09T17:22:09Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4219
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4219/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4219/comments
https://api.github.com/repos/huggingface/datasets/issues/4219/events
https://github.com/huggingface/datasets/pull/4219
1,214,934,025
PR_kwDODunzps42v6rE
4,219
Add F1 Metric Card
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
[]
closed
false
1
2022-04-25T19:14:56Z
2022-04-26T20:44:18Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4219/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4219/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4219.diff", "html_url": "https://github.com/huggingface/datasets/pull/4219", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4219.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4219" }
2022-04-26T20:37:46Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4218
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4218/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4218/comments
https://api.github.com/repos/huggingface/datasets/issues/4218/events
https://github.com/huggingface/datasets/pull/4218
1,214,748,226
PR_kwDODunzps42vTA0
4,218
Make code for image downloading from image urls cacheable
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-04-25T16:17:59Z
2022-04-26T17:00:24Z
CONTRIBUTOR
Fix #4199
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4218/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4218/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4218.diff", "html_url": "https://github.com/huggingface/datasets/pull/4218", "merged_at": "2022-04-26T13:38:26Z", "patch_url": "https://github.com/huggingface/datasets/pull/4218.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-26T13:38:26Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4217
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4217/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4217/comments
https://api.github.com/repos/huggingface/datasets/issues/4217/events
https://github.com/huggingface/datasets/issues/4217
1,214,688,141
I_kwDODunzps5IZquN
4,217
Big_Patent dataset broken
{ "avatar_url": "https://avatars.githubusercontent.com/u/54189843?v=4", "events_url": "https://api.github.com/users/Matthew-Larsen/events{/privacy}", "followers_url": "https://api.github.com/users/Matthew-Larsen/followers", "following_url": "https://api.github.com/users/Matthew-Larsen/following{/other_user}", ...
[ { "color": "8B51EF", "default": false, "description": "", "id": 4069435429, "name": "hosted-on-google-drive", "node_id": "LA_kwDODunzps7yjqgl", "url": "https://api.github.com/repos/huggingface/datasets/labels/hosted-on-google-drive" } ]
closed
false
3
2022-04-25T15:31:45Z
2022-05-26T06:29:43Z
NONE
## Dataset viewer issue for '*big_patent*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/big_patent/viewer/all/train)* *Unable to view because it says FileNotFound, also cannot download it through the python API* Am I the one who added this dataset ? No
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4217/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4217/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-02T18:21:15Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4216
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4216/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4216/comments
https://api.github.com/repos/huggingface/datasets/issues/4216/events
https://github.com/huggingface/datasets/pull/4216
1,214,614,029
PR_kwDODunzps42u1_w
4,216
Avoid recursion error in map if example is returned as dict value
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-04-25T14:40:32Z
2022-05-04T17:20:06Z
CONTRIBUTOR
I noticed this bug while answering [this question](https://discuss.huggingface.co/t/correct-way-to-create-a-dataset-from-a-csv-file/15686/11?u=mariosasko). This code replicates the bug: ```python from datasets import Dataset dset = Dataset.from_dict({"en": ["aa", "bb"], "fr": ["cc", "dd"]}) dset.map(lambda ex: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4216/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4216/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4216.diff", "html_url": "https://github.com/huggingface/datasets/pull/4216", "merged_at": "2022-05-04T17:12:52Z", "patch_url": "https://github.com/huggingface/datasets/pull/4216.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-04T17:12:52Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4215
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4215/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4215/comments
https://api.github.com/repos/huggingface/datasets/issues/4215/events
https://github.com/huggingface/datasets/pull/4215
1,214,579,162
PR_kwDODunzps42uuhY
4,215
Add `drop_last_batch` to `IterableDataset.map`
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-04-25T14:15:19Z
2022-05-03T15:56:07Z
CONTRIBUTOR
Addresses this comment: https://github.com/huggingface/datasets/pull/3801#pullrequestreview-901736921
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4215/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4215/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4215.diff", "html_url": "https://github.com/huggingface/datasets/pull/4215", "merged_at": "2022-05-03T15:48:54Z", "patch_url": "https://github.com/huggingface/datasets/pull/4215.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T15:48:54Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4214
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4214/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4214/comments
https://api.github.com/repos/huggingface/datasets/issues/4214/events
https://github.com/huggingface/datasets/pull/4214
1,214,572,430
PR_kwDODunzps42utC5
4,214
Skip checksum computation in Imagefolder by default
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-04-25T14:10:41Z
2022-05-03T15:28:32Z
CONTRIBUTOR
Avoids having to set `ignore_verifications=True` in `load_dataset("imagefolder", ...)` to skip checksum verification and speed up loading. The user can still pass `DownloadConfig(record_checksums=True)` to not skip this part.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4214/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4214/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4214.diff", "html_url": "https://github.com/huggingface/datasets/pull/4214", "merged_at": "2022-05-03T15:21:29Z", "patch_url": "https://github.com/huggingface/datasets/pull/4214.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T15:21:29Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4213
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4213/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4213/comments
https://api.github.com/repos/huggingface/datasets/issues/4213/events
https://github.com/huggingface/datasets/pull/4213
1,214,510,010
PR_kwDODunzps42uft_
4,213
ETT time series dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/8100?v=4", "events_url": "https://api.github.com/users/kashif/events{/privacy}", "followers_url": "https://api.github.com/users/kashif/followers", "following_url": "https://api.github.com/users/kashif/following{/other_user}", "gists_url": "https://api.g...
[]
closed
false
2
2022-04-25T13:26:18Z
2022-05-05T12:19:21Z
CONTRIBUTOR
Ready for review.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4213/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4213/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4213.diff", "html_url": "https://github.com/huggingface/datasets/pull/4213", "merged_at": "2022-05-05T12:10:35Z", "patch_url": "https://github.com/huggingface/datasets/pull/4213.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T12:10:35Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4212
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4212/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4212/comments
https://api.github.com/repos/huggingface/datasets/issues/4212/events
https://github.com/huggingface/datasets/pull/4212
1,214,498,582
PR_kwDODunzps42udRf
4,212
[Common Voice] Make sure bytes are correctly deleted if `path` exists
{ "avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4", "events_url": "https://api.github.com/users/patrickvonplaten/events{/privacy}", "followers_url": "https://api.github.com/users/patrickvonplaten/followers", "following_url": "https://api.github.com/users/patrickvonplaten/following{/other_use...
[]
closed
false
2
2022-04-25T13:18:26Z
2022-04-26T22:54:28Z
MEMBER
`path` should be set to local path inside audio feature if exist so that bytes can correctly be deleted.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4212/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4212/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4212.diff", "html_url": "https://github.com/huggingface/datasets/pull/4212", "merged_at": "2022-04-26T22:48:27Z", "patch_url": "https://github.com/huggingface/datasets/pull/4212.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-26T22:48:27Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4211
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4211/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4211/comments
https://api.github.com/repos/huggingface/datasets/issues/4211/events
https://github.com/huggingface/datasets/issues/4211
1,214,361,837
I_kwDODunzps5IYbDt
4,211
DatasetDict containing Datasets with different features when pushed to hub gets remapped features
{ "avatar_url": "https://avatars.githubusercontent.com/u/61748653?v=4", "events_url": "https://api.github.com/users/pietrolesci/events{/privacy}", "followers_url": "https://api.github.com/users/pietrolesci/followers", "following_url": "https://api.github.com/users/pietrolesci/following{/other_user}", "gists_u...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
9
2022-04-25T11:22:54Z
2022-11-22T18:15:18Z
NONE
Hi there, I am trying to load a dataset to the Hub. This dataset is a `DatasetDict` composed of various splits. Some splits have a different `Feature` mapping. Locally, the DatasetDict preserves the individual features but if I `push_to_hub` and then `load_dataset`, the features are all the same. Dataset and code...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4211/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4211/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-20T15:15:30Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", ...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4210
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4210/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4210/comments
https://api.github.com/repos/huggingface/datasets/issues/4210/events
https://github.com/huggingface/datasets/issues/4210
1,214,089,130
I_kwDODunzps5IXYeq
4,210
TypeError: Cannot cast array data from dtype('O') to dtype('int64') according to the rule 'safe'
{ "avatar_url": "https://avatars.githubusercontent.com/u/163333?v=4", "events_url": "https://api.github.com/users/loretoparisi/events{/privacy}", "followers_url": "https://api.github.com/users/loretoparisi/followers", "following_url": "https://api.github.com/users/loretoparisi/following{/other_user}", "gists_...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
5
2022-04-25T07:28:42Z
2022-05-31T12:16:31Z
NONE
### System Info ```shell - `transformers` version: 4.18.0 - Platform: Linux-5.4.144+-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.13 - Huggingface_hub version: 0.5.1 - PyTorch version (GPU?): 1.10.0+cu111 (True) - Tensorflow version (GPU?): 2.8.0 (True) - Flax version (CPU?/GPU?/TPU?): not installed ...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4210/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4210/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-31T12:16:31Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4208
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4208/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4208/comments
https://api.github.com/repos/huggingface/datasets/issues/4208/events
https://github.com/huggingface/datasets/pull/4208
1,213,716,426
PR_kwDODunzps42r7bW
4,208
Add CMU MoCap Dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/17746528?v=4", "events_url": "https://api.github.com/users/dnaveenr/events{/privacy}", "followers_url": "https://api.github.com/users/dnaveenr/followers", "following_url": "https://api.github.com/users/dnaveenr/following{/other_user}", "gists_url": "htt...
[ { "color": "0e8a16", "default": false, "description": "Contribution to a dataset script", "id": 4564477500, "name": "dataset contribution", "node_id": "LA_kwDODunzps8AAAABEBBmPA", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20contribution" } ]
closed
false
11
2022-04-24T17:31:08Z
2022-10-03T09:38:24Z
CONTRIBUTOR
Resolves #3457 Dataset Request : Add CMU Graphics Lab Motion Capture dataset [#3457](https://github.com/huggingface/datasets/issues/3457) This PR adds the CMU MoCap Dataset. The authors didn't respond even after multiple follow ups, so I ended up crawling the website to get categories, subcategories and descrip...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4208/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4208/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4208.diff", "html_url": "https://github.com/huggingface/datasets/pull/4208", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4208.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4208" }
2022-10-03T09:36:30Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4207
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4207/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4207/comments
https://api.github.com/repos/huggingface/datasets/issues/4207/events
https://github.com/huggingface/datasets/pull/4207
1,213,604,615
PR_kwDODunzps42rmbK
4,207
[Minor edit] Fix typo in class name
{ "avatar_url": "https://avatars.githubusercontent.com/u/3664563?v=4", "events_url": "https://api.github.com/users/cakiki/events{/privacy}", "followers_url": "https://api.github.com/users/cakiki/followers", "following_url": "https://api.github.com/users/cakiki/following{/other_user}", "gists_url": "https://ap...
[]
closed
false
0
2022-04-24T09:49:37Z
2022-05-05T13:17:47Z
CONTRIBUTOR
Typo: `datasets.DatsetDict` -> `datasets.DatasetDict`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4207/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4207/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4207.diff", "html_url": "https://github.com/huggingface/datasets/pull/4207", "merged_at": "2022-05-05T13:17:47Z", "patch_url": "https://github.com/huggingface/datasets/pull/4207.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-05T13:17:47Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4206
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4206/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4206/comments
https://api.github.com/repos/huggingface/datasets/issues/4206/events
https://github.com/huggingface/datasets/pull/4206
1,212,715,581
PR_kwDODunzps42pJQW
4,206
Add Nerval Metric
{ "avatar_url": "https://avatars.githubusercontent.com/u/49372461?v=4", "events_url": "https://api.github.com/users/mdadda/events{/privacy}", "followers_url": "https://api.github.com/users/mdadda/followers", "following_url": "https://api.github.com/users/mdadda/following{/other_user}", "gists_url": "https://a...
[ { "color": "E3165C", "default": false, "description": "", "id": 4190228726, "name": "transfer-to-evaluate", "node_id": "LA_kwDODunzps75wdD2", "url": "https://api.github.com/repos/huggingface/datasets/labels/transfer-to-evaluate" } ]
open
false
0
2022-04-22T19:45:00Z
2022-09-22T16:45:21Z
NONE
This PR adds readme.md and ner_val.py to metrics. Nerval is a python package that helps evaluate NER models. It creates classification report and confusion matrix at entity level.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4206/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4206/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4206.diff", "html_url": "https://github.com/huggingface/datasets/pull/4206", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4206.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4206" }
null
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4205
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4205/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4205/comments
https://api.github.com/repos/huggingface/datasets/issues/4205/events
https://github.com/huggingface/datasets/pull/4205
1,212,466,138
PR_kwDODunzps42oVFE
4,205
Fix `convert_file_size_to_int` for kilobits and megabits
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-04-22T14:56:21Z
2022-05-03T15:28:42Z
CONTRIBUTOR
Minor change to fully align this function with the recent change in Transformers (https://github.com/huggingface/transformers/pull/16891)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4205/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4205/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4205.diff", "html_url": "https://github.com/huggingface/datasets/pull/4205", "merged_at": "2022-05-03T15:21:48Z", "patch_url": "https://github.com/huggingface/datasets/pull/4205.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T15:21:48Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4204
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4204/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4204/comments
https://api.github.com/repos/huggingface/datasets/issues/4204/events
https://github.com/huggingface/datasets/pull/4204
1,212,431,764
PR_kwDODunzps42oN0j
4,204
Add Recall Metric Card
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
[]
closed
false
2
2022-04-22T14:24:26Z
2022-05-03T13:23:23Z
CONTRIBUTOR
What this PR mainly does: - add metric card for recall metric - update docs in recall python file Note: I've also included a .json file with all of the metric card information. I've started compiling the relevant information in this type of .json files, and then using a script I wrote to generate the formatted met...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4204/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4204/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4204.diff", "html_url": "https://github.com/huggingface/datasets/pull/4204", "merged_at": "2022-05-03T13:16:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/4204.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T13:16:24Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4203
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4203/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4203/comments
https://api.github.com/repos/huggingface/datasets/issues/4203/events
https://github.com/huggingface/datasets/pull/4203
1,212,431,067
PR_kwDODunzps42oNrS
4,203
Add Precision Metric Card
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
[]
closed
false
1
2022-04-22T14:23:48Z
2022-05-03T14:23:40Z
CONTRIBUTOR
What this PR mainly does: - add metric card for precision metric - update docs in precision python file Note: I've also included a .json file with all of the metric card information. I've started compiling the relevant information in this type of .json files, and then using a script I wrote to generate the formatt...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4203/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4203/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4203.diff", "html_url": "https://github.com/huggingface/datasets/pull/4203", "merged_at": "2022-05-03T14:16:45Z", "patch_url": "https://github.com/huggingface/datasets/pull/4203.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-03T14:16:46Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4202
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4202/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4202/comments
https://api.github.com/repos/huggingface/datasets/issues/4202/events
https://github.com/huggingface/datasets/pull/4202
1,212,326,288
PR_kwDODunzps42n278
4,202
Fix some type annotation in doc
{ "avatar_url": "https://avatars.githubusercontent.com/u/24695242?v=4", "events_url": "https://api.github.com/users/thomasw21/events{/privacy}", "followers_url": "https://api.github.com/users/thomasw21/followers", "following_url": "https://api.github.com/users/thomasw21/following{/other_user}", "gists_url": "...
[]
closed
false
1
2022-04-22T12:53:31Z
2022-04-22T15:03:00Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4202/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4202/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4202.diff", "html_url": "https://github.com/huggingface/datasets/pull/4202", "merged_at": "2022-04-22T14:56:43Z", "patch_url": "https://github.com/huggingface/datasets/pull/4202.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-22T14:56:43Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4201
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4201/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4201/comments
https://api.github.com/repos/huggingface/datasets/issues/4201/events
https://github.com/huggingface/datasets/pull/4201
1,212,086,420
PR_kwDODunzps42nIRm
4,201
Update GH template for dataset viewer issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
2
2022-04-22T09:34:44Z
2022-05-06T08:38:43Z
MEMBER
Update template to use new issue forms instead. With this PR we can check if this new feature is useful for us. Once validated, we can update the other templates. CC: @severo
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4201/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4201/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4201.diff", "html_url": "https://github.com/huggingface/datasets/pull/4201", "merged_at": "2022-04-26T08:45:55Z", "patch_url": "https://github.com/huggingface/datasets/pull/4201.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-26T08:45:55Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4200
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4200/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4200/comments
https://api.github.com/repos/huggingface/datasets/issues/4200/events
https://github.com/huggingface/datasets/pull/4200
1,211,980,110
PR_kwDODunzps42mz0w
4,200
Add to docs how to load from local script
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-04-22T08:08:25Z
2022-05-06T08:39:25Z
MEMBER
This option was missing from the docs guide (it was only explained in the docstring of `load_dataset`). Although this is an infrequent use case, there might be some users interested in it. Related to #4192 CC: @stevhliu
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4200/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4200/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4200.diff", "html_url": "https://github.com/huggingface/datasets/pull/4200", "merged_at": "2022-04-23T05:47:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/4200.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-23T05:47:25Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4199
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4199/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4199/comments
https://api.github.com/repos/huggingface/datasets/issues/4199/events
https://github.com/huggingface/datasets/issues/4199
1,211,953,308
I_kwDODunzps5IPPCc
4,199
Cache miss during reload for datasets using image fetch utilities through map
{ "avatar_url": "https://avatars.githubusercontent.com/u/3616806?v=4", "events_url": "https://api.github.com/users/apsdehal/events{/privacy}", "followers_url": "https://api.github.com/users/apsdehal/followers", "following_url": "https://api.github.com/users/apsdehal/following{/other_user}", "gists_url": "http...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
5
2022-04-22T07:47:08Z
2022-04-26T17:00:32Z
MEMBER
## Describe the bug It looks like that result of `.map` operation dataset are missing the cache when you reload the script and always run from scratch. In same interpretor session, they are able to find the cache and reload it. But, when you exit the interpretor and reload it, the downloading starts from scratch. ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4199/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4199/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-26T13:38:26Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", ...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4198
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4198/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4198/comments
https://api.github.com/repos/huggingface/datasets/issues/4198/events
https://github.com/huggingface/datasets/issues/4198
1,211,456,559
I_kwDODunzps5INVwv
4,198
There is no dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/1625647?v=4", "events_url": "https://api.github.com/users/wilfoderek/events{/privacy}", "followers_url": "https://api.github.com/users/wilfoderek/followers", "following_url": "https://api.github.com/users/wilfoderek/following{/other_user}", "gists_url":...
[]
closed
false
0
2022-04-21T19:19:26Z
2022-05-03T11:29:05Z
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4198/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4198/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-22T06:12:25Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4197
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4197/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4197/comments
https://api.github.com/repos/huggingface/datasets/issues/4197/events
https://github.com/huggingface/datasets/pull/4197
1,211,342,558
PR_kwDODunzps42kyXD
4,197
Add remove_columns=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/24695242?v=4", "events_url": "https://api.github.com/users/thomasw21/events{/privacy}", "followers_url": "https://api.github.com/users/thomasw21/followers", "following_url": "https://api.github.com/users/thomasw21/following{/other_user}", "gists_url": "...
[]
closed
false
4
2022-04-21T17:28:13Z
2022-04-22T14:51:41Z
MEMBER
This should fix all the issue we have with in place operations in mapping functions. This is crucial as where we do some weird things like: ``` def apply(batch): batch_size = len(batch["id"]) batch["text"] = ["potato" for _ range(batch_size)] return {} # Columns are: {"id": int} dset.map(apply, bat...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4197/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4197/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4197.diff", "html_url": "https://github.com/huggingface/datasets/pull/4197", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4197.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4197" }
2022-04-22T14:45:30Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4196
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4196/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4196/comments
https://api.github.com/repos/huggingface/datasets/issues/4196/events
https://github.com/huggingface/datasets/issues/4196
1,211,271,261
I_kwDODunzps5IMohd
4,196
Embed image and audio files in `save_to_disk`
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
0
2022-04-21T16:25:18Z
2022-12-14T18:22:59Z
MEMBER
Following https://github.com/huggingface/datasets/pull/4184, currently a dataset saved using `save_to_disk` doesn't actually contain the bytes of the image or audio files. Instead it stores the path to your local files. Adding `embed_external_files` and set it to True by default to save_to_disk would be kind of a b...
{ "+1": 6, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 6, "url": "https://api.github.com/repos/huggingface/datasets/issues/4196/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4196/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-12-14T18:22:59Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4194
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4194/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4194/comments
https://api.github.com/repos/huggingface/datasets/issues/4194/events
https://github.com/huggingface/datasets/pull/4194
1,210,958,602
PR_kwDODunzps42jjD3
4,194
Support lists of multi-dimensional numpy arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-04-21T12:22:26Z
2022-05-12T15:16:34Z
MEMBER
Fix #4191. CC: @SaulLu
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4194/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4194/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4194.diff", "html_url": "https://github.com/huggingface/datasets/pull/4194", "merged_at": "2022-05-12T15:08:40Z", "patch_url": "https://github.com/huggingface/datasets/pull/4194.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-12T15:08:40Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4193
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4193/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4193/comments
https://api.github.com/repos/huggingface/datasets/issues/4193/events
https://github.com/huggingface/datasets/pull/4193
1,210,734,701
PR_kwDODunzps42izQG
4,193
Document save_to_disk and push_to_hub on images and audio files
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
2
2022-04-21T09:04:36Z
2022-04-22T09:55:55Z
MEMBER
Following https://github.com/huggingface/datasets/pull/4187, I explained in the documentation of `save_to_disk` and `push_to_hub` how they handle image and audio data.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4193/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4193/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4193.diff", "html_url": "https://github.com/huggingface/datasets/pull/4193", "merged_at": "2022-04-22T09:49:31Z", "patch_url": "https://github.com/huggingface/datasets/pull/4193.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-22T09:49:31Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4192
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4192/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4192/comments
https://api.github.com/repos/huggingface/datasets/issues/4192/events
https://github.com/huggingface/datasets/issues/4192
1,210,692,554
I_kwDODunzps5IKbPK
4,192
load_dataset can't load local dataset,Unable to find ...
{ "avatar_url": "https://avatars.githubusercontent.com/u/33253979?v=4", "events_url": "https://api.github.com/users/ahf876828330/events{/privacy}", "followers_url": "https://api.github.com/users/ahf876828330/followers", "following_url": "https://api.github.com/users/ahf876828330/following{/other_user}", "gist...
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
closed
false
4
2022-04-21T08:28:58Z
2022-04-25T16:51:57Z
NONE
Traceback (most recent call last): File "/home/gs603/ahf/pretrained/model.py", line 48, in <module> dataset = load_dataset("json",data_files="dataset/dataset_infos.json") File "/home/gs603/miniconda3/envs/coderepair/lib/python3.7/site-packages/datasets/load.py", line 1675, in load_dataset **config_kwa...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4192/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4192/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-04-22T07:39:53Z
completed
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4191
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4191/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4191/comments
https://api.github.com/repos/huggingface/datasets/issues/4191/events
https://github.com/huggingface/datasets/issues/4191
1,210,028,090
I_kwDODunzps5IH5A6
4,191
feat: create an `Array3D` column from a list of arrays of dimension 2
{ "avatar_url": "https://avatars.githubusercontent.com/u/55560583?v=4", "events_url": "https://api.github.com/users/SaulLu/events{/privacy}", "followers_url": "https://api.github.com/users/SaulLu/followers", "following_url": "https://api.github.com/users/SaulLu/following{/other_user}", "gists_url": "https://a...
[ { "color": "a2eeef", "default": true, "description": "New feature or request", "id": 1935892871, "name": "enhancement", "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement" } ]
closed
false
2
2022-04-20T18:04:32Z
2022-05-12T15:08:40Z
NONE
**Is your feature request related to a problem? Please describe.** It is possible to create an `Array2D` column from a list of arrays of dimension 1. Similarly, I think it might be nice to be able to create a `Array3D` column from a list of lists of arrays of dimension 1. To illustrate my proposal, let's take the...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4191/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4191/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
2022-05-12T15:08:40Z
completed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false
https://api.github.com/repos/huggingface/datasets/issues/4190
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4190/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4190/comments
https://api.github.com/repos/huggingface/datasets/issues/4190/events
https://github.com/huggingface/datasets/pull/4190
1,209,901,677
PR_kwDODunzps42gK3y
4,190
Deprecate `shard_size` in `push_to_hub` in favor of `max_shard_size`
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
[]
closed
false
1
2022-04-20T16:08:01Z
2022-04-22T13:58:25Z
CONTRIBUTOR
This PR adds a `max_shard_size` param to `push_to_hub` and deprecates `shard_size` in favor of this new param to have a more descriptive name (a shard has at most the `shard_size` bytes in `push_to_hub`) for the param and to align the API with [Transformers](https://github.com/huggingface/transformers/blob/ff06b1779173...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4190/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4190/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4190.diff", "html_url": "https://github.com/huggingface/datasets/pull/4190", "merged_at": "2022-04-22T13:52:00Z", "patch_url": "https://github.com/huggingface/datasets/pull/4190.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-22T13:52:00Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4189
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4189/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4189/comments
https://api.github.com/repos/huggingface/datasets/issues/4189/events
https://github.com/huggingface/datasets/pull/4189
1,209,881,351
PR_kwDODunzps42gGv5
4,189
Document how to use FAISS index for special operations
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
1
2022-04-20T15:51:56Z
2022-05-06T08:43:10Z
MEMBER
Document how to use FAISS index for special operations, by accessing the index itself. Close #4029.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4189/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4189/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4189.diff", "html_url": "https://github.com/huggingface/datasets/pull/4189", "merged_at": "2022-05-06T08:35:52Z", "patch_url": "https://github.com/huggingface/datasets/pull/4189.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-05-06T08:35:52Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4188
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4188/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4188/comments
https://api.github.com/repos/huggingface/datasets/issues/4188/events
https://github.com/huggingface/datasets/pull/4188
1,209,740,957
PR_kwDODunzps42fpMv
4,188
Support streaming cnn_dailymail dataset
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[]
closed
false
2
2022-04-20T14:04:36Z
2022-05-11T13:39:06Z
MEMBER
Support streaming cnn_dailymail dataset. Fix #3969. CC: @severo
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4188/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4188/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4188.diff", "html_url": "https://github.com/huggingface/datasets/pull/4188", "merged_at": "2022-04-20T15:52:49Z", "patch_url": "https://github.com/huggingface/datasets/pull/4188.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-20T15:52:49Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4187
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4187/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4187/comments
https://api.github.com/repos/huggingface/datasets/issues/4187/events
https://github.com/huggingface/datasets/pull/4187
1,209,721,532
PR_kwDODunzps42flGp
4,187
Don't duplicate data when encoding audio or image
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
5
2022-04-20T13:50:37Z
2022-04-21T09:17:00Z
MEMBER
Right now if you pass both the `bytes` and a local `path` for audio or image data, then the `bytes` are unnecessarily written in the Arrow file, while we could just keep the local `path`. This PR discards the `bytes` when the audio or image file exists locally. In particular it's common for audio datasets builder...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4187/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4187/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4187.diff", "html_url": "https://github.com/huggingface/datasets/pull/4187", "merged_at": "2022-04-21T09:10:47Z", "patch_url": "https://github.com/huggingface/datasets/pull/4187.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-21T09:10:47Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4186
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4186/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4186/comments
https://api.github.com/repos/huggingface/datasets/issues/4186/events
https://github.com/huggingface/datasets/pull/4186
1,209,463,599
PR_kwDODunzps42evF5
4,186
Fix outdated docstring about default dataset config
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[]
closed
false
1
2022-04-20T10:04:51Z
2022-04-22T12:54:44Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4186/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4186/timeline
false
{ "diff_url": "https://github.com/huggingface/datasets/pull/4186.diff", "html_url": "https://github.com/huggingface/datasets/pull/4186", "merged_at": "2022-04-22T12:48:31Z", "patch_url": "https://github.com/huggingface/datasets/pull/4186.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
2022-04-22T12:48:31Z
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
true
https://api.github.com/repos/huggingface/datasets/issues/4185
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/4185/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/4185/comments
https://api.github.com/repos/huggingface/datasets/issues/4185/events
https://github.com/huggingface/datasets/issues/4185
1,209,429,743
I_kwDODunzps5IFm7v
4,185
Librispeech documentation, clarification on format
{ "avatar_url": "https://avatars.githubusercontent.com/u/59132?v=4", "events_url": "https://api.github.com/users/albertz/events{/privacy}", "followers_url": "https://api.github.com/users/albertz/followers", "following_url": "https://api.github.com/users/albertz/following{/other_user}", "gists_url": "https://a...
[]
open
false
8
2022-04-20T09:35:55Z
2022-04-21T11:00:53Z
NONE
https://github.com/huggingface/datasets/blob/cd3ce34ab1604118351e1978d26402de57188901/datasets/librispeech_asr/librispeech_asr.py#L53 > Note that in order to limit the required storage for preparing this dataset, the audio > is stored in the .flac format and is not converted to a float32 array. To convert, the audi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/4185/reactions" }
https://api.github.com/repos/huggingface/datasets/issues/4185/timeline
null
{ "diff_url": null, "html_url": null, "merged_at": null, "patch_url": null, "url": null }
null
null
{ "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "organizations_url": null, "received_events_url": null, "repos_url": null, "site_admin": null, "star...
[]
{ "closed_at": null, "closed_issues": null, "created_at": null, "creator": { "avatar_url": null, "events_url": null, "followers_url": null, "following_url": null, "gists_url": null, "gravatar_id": null, "html_url": null, "id": null, "login": null, "node_id": null, "or...
false