id
int64
1.14B
2.23B
labels_url
stringlengths
75
75
body
stringlengths
2
33.9k
updated_at
stringlengths
20
20
number
int64
3.76k
6.79k
milestone
dict
repository_url
stringclasses
1 value
draft
bool
2 classes
labels
listlengths
0
4
created_at
stringlengths
20
20
comments_url
stringlengths
70
70
assignee
dict
timeline_url
stringlengths
70
70
title
stringlengths
1
290
events_url
stringlengths
68
68
active_lock_reason
null
user
dict
assignees
listlengths
0
3
performed_via_github_app
null
state_reason
stringclasses
3 values
author_association
stringclasses
3 values
closed_at
stringlengths
20
20
pull_request
dict
node_id
stringlengths
18
19
comments
listlengths
0
30
reactions
dict
state
stringclasses
2 values
locked
bool
1 class
url
stringlengths
61
61
html_url
stringlengths
49
51
is_pull_request
bool
2 classes
1,302,202,028
https://api.github.com/repos/huggingface/datasets/issues/4676/labels{/name}
## Describe the bug `Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows. Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an...
2022-10-03T13:01:04Z
4,676
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" }, { "color": "7057ff", "default": true, "descript...
2022-07-12T15:09:58Z
https://api.github.com/repos/huggingface/datasets/issues/4676/comments
{ "avatar_url": "https://avatars.githubusercontent.com/u/5697926?v=4", "events_url": "https://api.github.com/users/szmoro/events{/privacy}", "followers_url": "https://api.github.com/users/szmoro/followers", "following_url": "https://api.github.com/users/szmoro/following{/other_user}", "gists_url": "https://ap...
https://api.github.com/repos/huggingface/datasets/issues/4676/timeline
Dataset.map gets stuck on _cast_to_python_objects
https://api.github.com/repos/huggingface/datasets/issues/4676/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/662612?v=4", "events_url": "https://api.github.com/users/srobertjames/events{/privacy}", "followers_url": "https://api.github.com/users/srobertjames/followers", "following_url": "https://api.github.com/users/srobertjames/following{/other_user}", "gists_...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/5697926?v=4", "events_url": "https://api.github.com/users/szmoro/events{/privacy}", "followers_url": "https://api.github.com/users/szmoro/followers", "following_url": "https://api.github.com/users/szmoro/following{/other_user}", "gists_url...
null
completed
NONE
2022-10-03T13:01:03Z
null
I_kwDODunzps5Nngas
[ "Are you able to reproduce this? My example is small enough that it should be easy to try.", "Hi! Thanks for reporting and providing a reproducible example. Indeed, by default, `datasets` performs an expensive cast on the values returned by `map` to convert them to one of the types supported by PyArrow (the under...
{ "+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/4676/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4676
https://github.com/huggingface/datasets/issues/4676
false
1,302,193,649
https://api.github.com/repos/huggingface/datasets/issues/4675/labels{/name}
## Describe the bug When using `.with_format("torch")`, an arrow table is returned and I am unable to use it by passing it to a PyTorch DataLoader: please see the code below. ## Steps to reproduce the bug ```python from datasets import load_dataset from torch.utils.data import DataLoader ds = load_dataset( ...
2022-07-14T14:17:46Z
4,675
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-12T15:04:04Z
https://api.github.com/repos/huggingface/datasets/issues/4675/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4675/timeline
Unable to use dataset with PyTorch dataloader
https://api.github.com/repos/huggingface/datasets/issues/4675/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/25421460?v=4", "events_url": "https://api.github.com/users/BlueskyFR/events{/privacy}", "followers_url": "https://api.github.com/users/BlueskyFR/followers", "following_url": "https://api.github.com/users/BlueskyFR/following{/other_user}", "gists_url": "...
[]
null
null
NONE
null
null
I_kwDODunzps5NneXx
[ "Hi! `para_crawl` has a single column of type `Translation`, which stores translation dictionaries. These dictionaries can be stored in a NumPy array but not in a PyTorch tensor since PyTorch only supports numeric types. In `datasets`, the conversion to `torch` works as follows: \r\n1. convert PyArrow table to NumP...
{ "+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/4675/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4675
https://github.com/huggingface/datasets/issues/4675
false
1,301,294,844
https://api.github.com/repos/huggingface/datasets/issues/4674/labels{/name}
## Describe the bug I am trying to load sentiment analysis datasets from huggingface, but any dataset I try to use via load_dataset, I get the same error: `AttributeError: module 'pyarrow.lib' has no attribute 'IpcReadOptions'` ## Steps to reproduce the bug ```python dataset = load_dataset("glue", "cola") ``` ...
2023-02-28T18:06:55Z
4,674
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-11T22:10:44Z
https://api.github.com/repos/huggingface/datasets/issues/4674/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4674/timeline
Issue loading datasets -- pyarrow.lib has no attribute
https://api.github.com/repos/huggingface/datasets/issues/4674/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/39107794?v=4", "events_url": "https://api.github.com/users/margotwagner/events{/privacy}", "followers_url": "https://api.github.com/users/margotwagner/followers", "following_url": "https://api.github.com/users/margotwagner/following{/other_user}", "gist...
[]
null
completed
NONE
2023-02-28T18:06:55Z
null
I_kwDODunzps5NkC78
[ "Hi @margotwagner, thanks for reporting.\r\n\r\nUnfortunately, I'm not able to reproduce your bug: in an environment with datasets-2.3.2 and pyarrow-8.0.0, I can load the datasets without any problem:\r\n```python\r\n>>> ds = load_dataset(\"glue\", \"cola\")\r\n>>> ds\r\nDatasetDict({\r\n train: Dataset({\r\n ...
{ "+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/4674/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4674
https://github.com/huggingface/datasets/issues/4674
false
1,301,010,331
https://api.github.com/repos/huggingface/datasets/issues/4673/labels{/name}
## Describe the bug If you use: `conll_dataset.to_csv("ner_conll.csv")` It will create a csv file with all of your data as expected, however when you load it with: `conll_dataset = load_dataset("csv", data_files="ner_conll.csv")` everything is read in as a string. For example if I look at everything in 'n...
2022-07-12T13:33:09Z
4,673
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-11T17:30:24Z
https://api.github.com/repos/huggingface/datasets/issues/4673/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4673/timeline
load_datasets on csv returns everything as a string
https://api.github.com/repos/huggingface/datasets/issues/4673/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/25102613?v=4", "events_url": "https://api.github.com/users/courtneysprouse/events{/privacy}", "followers_url": "https://api.github.com/users/courtneysprouse/followers", "following_url": "https://api.github.com/users/courtneysprouse/following{/other_user}"...
[]
null
completed
NONE
2022-07-12T13:33:08Z
null
I_kwDODunzps5Ni9eb
[ "Hi @courtneysprouse, thanks for reporting.\r\n\r\nYes, you are right: by default the \"csv\" loader loads all columns as strings. \r\n\r\nYou could tweak this behavior by passing the `feature` argument to `load_dataset`, but it is also true that currently it is not possible to perform some kind of casts, due to la...
{ "+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/4673/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4673
https://github.com/huggingface/datasets/issues/4673
false
1,300,911,467
https://api.github.com/repos/huggingface/datasets/issues/4672/labels{/name}
Fix partially #3541, fix #4670.
2022-07-15T13:14:27Z
4,672
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-11T15:56:51Z
https://api.github.com/repos/huggingface/datasets/issues/4672/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4672/timeline
Support extract 7-zip compressed data files
https://api.github.com/repos/huggingface/datasets/issues/4672/events
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}",...
[]
null
null
MEMBER
2022-07-15T13:02:07Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4672.diff", "html_url": "https://github.com/huggingface/datasets/pull/4672", "merged_at": "2022-07-15T13:02:07Z", "patch_url": "https://github.com/huggingface/datasets/pull/4672.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps47NEfV
[ "_The documentation is not available anymore as the PR was closed or merged._", "Cool! Can you please remove `Fix #3541` from the description as this PR doesn't add support for streaming/`iter_archive`, so it only partially addresses the issue?\r\n\r\nSide note:\r\nI think we can use `libarchive` (`libarchive-c` ...
{ "+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/4672/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4672
https://github.com/huggingface/datasets/pull/4672
true
1,300,385,909
https://api.github.com/repos/huggingface/datasets/issues/4671/labels{/name}
### Link https://huggingface.co/datasets/wmt16 ### Description [Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error. ``` Status cod...
2022-09-13T13:27:02Z
4,671
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-11T08:34:11Z
https://api.github.com/repos/huggingface/datasets/issues/4671/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4671/timeline
Dataset Viewer issue for wmt16
https://api.github.com/repos/huggingface/datasets/issues/4671/events
null
{ "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...
[ { "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...
null
completed
MEMBER
2022-09-08T08:16:06Z
null
I_kwDODunzps5NglB1
[ "Thanks for reporting, @lewtun.\r\n\r\n~We can't load the dataset locally, so I think this is an issue with the loading script (not the viewer).~\r\n\r\n We are investigating...", "Recently, there was a merged PR related to this dataset:\r\n- #4554\r\n\r\nWe are looking at this...", "Indeed, the above mentioned...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4671/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4671
https://github.com/huggingface/datasets/issues/4671
false
1,299,984,246
https://api.github.com/repos/huggingface/datasets/issues/4670/labels{/name}
## Describe the bug I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error: ``` >>> dataset = load_dataset("./datasets/mantis/") Using custom data configuration d...
2022-07-15T13:02:07Z
4,670
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-10T18:16:49Z
https://api.github.com/repos/huggingface/datasets/issues/4670/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4670/timeline
Can't extract files from `.7z` zipfile using `download_and_extract`
https://api.github.com/repos/huggingface/datasets/issues/4670/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/19718818?v=4", "events_url": "https://api.github.com/users/bhavitvyamalik/events{/privacy}", "followers_url": "https://api.github.com/users/bhavitvyamalik/followers", "following_url": "https://api.github.com/users/bhavitvyamalik/following{/other_user}", ...
[]
null
completed
CONTRIBUTOR
2022-07-15T13:02:07Z
null
I_kwDODunzps5NfC92
[ "Hi @bhavitvyamalik, thanks for reporting.\r\n\r\nYes, currently we do not support 7zip archive compression: I think we should.\r\n\r\nAs a workaround, you could uncompress it explicitly, like done in e.g. `samsum` dataset: \r\n\r\nhttps://github.com/huggingface/datasets/blob/fedf891a08bfc77041d575fad6c26091bc0fce5...
{ "+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/4670/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4670
https://github.com/huggingface/datasets/issues/4670
false
1,299,848,003
https://api.github.com/repos/huggingface/datasets/issues/4669/labels{/name}
## Describe the bug load_dataset('oscar-2201', 'af') raises an error: Traceback (most recent call last): File "/usr/lib/python3.8/code.py", line 90, in runcode exec(code, self.locals) File "<input>", line 1, in <module> File "..python3.8/site-packages/datasets/load.py", line 1656, in load_dataset ...
2022-07-11T09:27:49Z
4,669
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-10T07:09:30Z
https://api.github.com/repos/huggingface/datasets/issues/4669/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4669/timeline
loading oscar-corpus/OSCAR-2201 raises an error
https://api.github.com/repos/huggingface/datasets/issues/4669/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/33824221?v=4", "events_url": "https://api.github.com/users/vitalyshalumov/events{/privacy}", "followers_url": "https://api.github.com/users/vitalyshalumov/followers", "following_url": "https://api.github.com/users/vitalyshalumov/following{/other_user}", ...
[]
null
completed
NONE
2022-07-11T09:27:49Z
null
I_kwDODunzps5NehtD
[ "I had to use the appropriate token for use_auth_token. Thank you." ]
{ "+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/4669/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4669
https://github.com/huggingface/datasets/issues/4669
false
1,299,735,893
https://api.github.com/repos/huggingface/datasets/issues/4668/labels{/name}
### Link https://huggingface.co/hungnm/multilingual-amazon-review-sentiment ### Description _No response_ ### Owner Yes
2022-07-11T07:47:47Z
4,668
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-09T18:04:13Z
https://api.github.com/repos/huggingface/datasets/issues/4668/comments
{ "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url": "https://ap...
https://api.github.com/repos/huggingface/datasets/issues/4668/timeline
Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
https://api.github.com/repos/huggingface/datasets/issues/4668/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/21364546?v=4", "events_url": "https://api.github.com/users/hungnmai/events{/privacy}", "followers_url": "https://api.github.com/users/hungnmai/followers", "following_url": "https://api.github.com/users/hungnmai/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url...
null
completed
NONE
2022-07-11T07:47:47Z
null
I_kwDODunzps5NeGVV
[ "It seems like a private dataset. The viewer is currently not supported on the private datasets." ]
{ "+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/4668/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4668
https://github.com/huggingface/datasets/issues/4668
false
1,299,735,703
https://api.github.com/repos/huggingface/datasets/issues/4667/labels{/name}
### Link _No response_ ### Description _No response_ ### Owner _No response_
2022-07-11T07:47:15Z
4,667
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "cfd3d7", "default": true, "description": "This issue or pull request already exists", "id": 1935892865, "name": "duplicate", "node_id": "MDU6TGFiZWwxOTM1ODkyODY1", "url": "https://api.github.com/repos/huggingface/datasets/labels/duplicate" } ]
2022-07-09T18:03:15Z
https://api.github.com/repos/huggingface/datasets/issues/4667/comments
{ "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url": "https://ap...
https://api.github.com/repos/huggingface/datasets/issues/4667/timeline
Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
https://api.github.com/repos/huggingface/datasets/issues/4667/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/21364546?v=4", "events_url": "https://api.github.com/users/hungnmai/events{/privacy}", "followers_url": "https://api.github.com/users/hungnmai/followers", "following_url": "https://api.github.com/users/hungnmai/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url...
null
completed
NONE
2022-07-11T07:47:15Z
null
I_kwDODunzps5NeGSX
[]
{ "+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/4667/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4667
https://github.com/huggingface/datasets/issues/4667
false
1,299,732,238
https://api.github.com/repos/huggingface/datasets/issues/4666/labels{/name}
## Describe the bug It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted. > A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en/package_reference/main_classes#datas...
2022-07-12T17:16:15Z
4,666
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-09T17:45:14Z
https://api.github.com/repos/huggingface/datasets/issues/4666/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4666/timeline
Issues with concatenating datasets
https://api.github.com/repos/huggingface/datasets/issues/4666/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/32014649?v=4", "events_url": "https://api.github.com/users/ChenghaoMou/events{/privacy}", "followers_url": "https://api.github.com/users/ChenghaoMou/followers", "following_url": "https://api.github.com/users/ChenghaoMou/following{/other_user}", "gists_u...
[]
null
completed
NONE
2022-07-12T17:16:14Z
null
I_kwDODunzps5NeFcO
[ "Hi! I agree we should improve the features equality checks to account for this particular case. However, your code fails due to `answer_start` having the dtype `int64` instead of `int32` after loading from JSON (it's not possible to embed type precision info into a JSON file; `save_to_disk` does that for arrow fil...
{ "+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/4666/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4666
https://github.com/huggingface/datasets/issues/4666
false
1,299,652,638
https://api.github.com/repos/huggingface/datasets/issues/4665/labels{/name}
## Describe the bug Hi there, I'm trying to add the following dataset to Huggingface datasets: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/blob/ I'm trying to do so using the CLI commands but seems that this command generates the wrong `dataset_info.json` file (you can find it in the repo a...
2022-07-11T07:10:09Z
4,665
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-09T11:45:46Z
https://api.github.com/repos/huggingface/datasets/issues/4665/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4665/timeline
Unable to create dataset having Python dataset script only
https://api.github.com/repos/huggingface/datasets/issues/4665/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/1479733?v=4", "events_url": "https://api.github.com/users/aleSuglia/events{/privacy}", "followers_url": "https://api.github.com/users/aleSuglia/followers", "following_url": "https://api.github.com/users/aleSuglia/following{/other_user}", "gists_url": "h...
[ { "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...
null
completed
CONTRIBUTOR
2022-07-11T07:10:01Z
null
I_kwDODunzps5NdyAe
[ "Hi @aleSuglia, thanks for reporting.\r\n\r\nWe are having a look at it. \r\n\r\nWe transfer this issue to the Community tab of the corresponding Hub dataset: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/discussions" ]
{ "+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/4665/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4665
https://github.com/huggingface/datasets/issues/4665
false
1,299,571,212
https://api.github.com/repos/huggingface/datasets/issues/4664/labels{/name}
This PR is for adding dataset, related to issue #4504. We are adding Stanford dog breed dataset. It is a multi class image classification dataset. Details can be found here - http://vision.stanford.edu/aditya86/ImageNetDogs/ Tests on dummy data is failing currently, which I am looking into.
2022-07-15T13:30:32Z
4,664
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-09T04:46:07Z
https://api.github.com/repos/huggingface/datasets/issues/4664/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4664/timeline
Add stanford dog dataset
https://api.github.com/repos/huggingface/datasets/issues/4664/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/8711912?v=4", "events_url": "https://api.github.com/users/khushmeeet/events{/privacy}", "followers_url": "https://api.github.com/users/khushmeeet/followers", "following_url": "https://api.github.com/users/khushmeeet/following{/other_user}", "gists_url":...
[]
null
null
CONTRIBUTOR
2022-07-15T13:15:42Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4664.diff", "html_url": "https://github.com/huggingface/datasets/pull/4664", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4664.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4664" }
PR_kwDODunzps47IvfG
[ "_The documentation is not available anymore as the PR was closed or merged._", "Hi @khushmeeet, thanks for your contribution.\r\n\r\nBut wouldn't it be better to add this dataset to the Hub? \r\n- https://huggingface.co/docs/datasets/share\r\n- https://huggingface.co/docs/datasets/dataset_script", "Hi @albertv...
{ "+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/4664/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4664
https://github.com/huggingface/datasets/pull/4664
true
1,299,298,693
https://api.github.com/repos/huggingface/datasets/issues/4663/labels{/name}
This PR adds some decoration to text about different modalities to make it more obvious separate guides exist for audio, vision, and text. The goal is to make it easier for users to discover these guides! ![underline](https://user-images.githubusercontent.com/59462357/178044392-9596693e-9a4a-479a-a282-f1edbd90be1a.p...
2022-07-18T18:33:14Z
4,663
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-08T17:51:48Z
https://api.github.com/repos/huggingface/datasets/issues/4663/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4663/timeline
Add text decorators
https://api.github.com/repos/huggingface/datasets/issues/4663/events
null
{ "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...
[]
null
null
MEMBER
2022-07-18T18:20:49Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4663.diff", "html_url": "https://github.com/huggingface/datasets/pull/4663", "merged_at": "2022-07-18T18:20:49Z", "patch_url": "https://github.com/huggingface/datasets/pull/4663.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps47H19n
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4663/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4663
https://github.com/huggingface/datasets/pull/4663
true
1,298,845,369
https://api.github.com/repos/huggingface/datasets/issues/4662/labels{/name}
As reported in https://huggingface.co/datasets/conll2003/discussions/2#62c45a14f93fc97e8260532f, there was an extra empty example at the end of the dataset
2022-07-08T14:14:53Z
4,662
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-08T10:49:13Z
https://api.github.com/repos/huggingface/datasets/issues/4662/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4662/timeline
Fix: conll2003 - fix empty example
https://api.github.com/repos/huggingface/datasets/issues/4662/events
null
{ "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:...
[]
null
null
MEMBER
2022-07-08T14:02:42Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4662.diff", "html_url": "https://github.com/huggingface/datasets/pull/4662", "merged_at": "2022-07-08T14:02:42Z", "patch_url": "https://github.com/huggingface/datasets/pull/4662.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps47GTEc
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4662/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4662
https://github.com/huggingface/datasets/pull/4662
true
1,298,374,944
https://api.github.com/repos/huggingface/datasets/issues/4661/labels{/name}
## Describe the bug I used to see this bug with an older version of the datasets. It seems to persist. This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by huggingface libraries. The evaluation jobs read the same *.csv ...
2022-07-15T17:11:23Z
4,661
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-08T01:58:11Z
https://api.github.com/repos/huggingface/datasets/issues/4661/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4661/timeline
Concurrency bug when using same cache among several jobs
https://api.github.com/repos/huggingface/datasets/issues/4661/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/17202292?v=4", "events_url": "https://api.github.com/users/ioana-blue/events{/privacy}", "followers_url": "https://api.github.com/users/ioana-blue/followers", "following_url": "https://api.github.com/users/ioana-blue/following{/other_user}", "gists_url"...
[]
null
null
NONE
null
null
I_kwDODunzps5NY6Eg
[ "I can confirm that if I run one job first that processes the dataset, then I can run any jobs in parallel with no problem (no write-concurrency anymore...). ", "Hi! That's weird. It seems like the error points to the `mkstemp` function, but the official docs state the following:\r\n```\r\nThere are no race condi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4661/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4661
https://github.com/huggingface/datasets/issues/4661
false
1,297,128,387
https://api.github.com/repos/huggingface/datasets/issues/4660/labels{/name}
Currently, when `_resolve_single_pattern_locally` is called from a different drive than the one in `pattern`, it raises an exception: ``` _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ C:\hostedtoolcache\windows\Python\3.6.8\x64\lib\site-packages\datasets\io\parquet.py:35: in __init_...
2022-07-07T17:03:36Z
4,660
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-07T09:57:30Z
https://api.github.com/repos/huggingface/datasets/issues/4660/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4660/timeline
Fix _resolve_single_pattern_locally on Windows with multiple drives
https://api.github.com/repos/huggingface/datasets/issues/4660/events
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}",...
[]
null
null
MEMBER
2022-07-07T16:52:07Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4660.diff", "html_url": "https://github.com/huggingface/datasets/pull/4660", "merged_at": "2022-07-07T16:52:07Z", "patch_url": "https://github.com/huggingface/datasets/pull/4660.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps47AYDq
[ "_The documentation is not available anymore as the PR was closed or merged._", "Good catch ! Sorry I forgot (again) about windows paths when writing this x)" ]
{ "+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/4660/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4660
https://github.com/huggingface/datasets/pull/4660
true
1,297,094,140
https://api.github.com/repos/huggingface/datasets/issues/4659/labels{/name}
This PR transfers CI from CircleCI to GitHub Actions. The implementation in GitHub Actions tries to be as faithful as possible to the implementation in CircleCI and get the same output results (exceptions below). **IMPORTANT NOTE**: The fast-fail policy (described below) is not finally implemented, so that: - we c...
2022-07-12T11:30:20Z
4,659
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-07T09:29:47Z
https://api.github.com/repos/huggingface/datasets/issues/4659/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4659/timeline
Transfer CI to GitHub Actions
https://api.github.com/repos/huggingface/datasets/issues/4659/events
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}",...
[]
null
null
MEMBER
2022-07-12T11:18:25Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4659.diff", "html_url": "https://github.com/huggingface/datasets/pull/4659", "merged_at": "2022-07-12T11:18:25Z", "patch_url": "https://github.com/huggingface/datasets/pull/4659.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps47AQo9
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks a lot @albertvillanova ! I hope we're finally done with flakiness on windows ^^\r\n\r\nAlso thanks for paying extra attention to billing and avoiding running unnecessary jobs. Though for certain aspects (see my comments), I th...
{ "+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/4659/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4659
https://github.com/huggingface/datasets/pull/4659
true
1,297,001,390
https://api.github.com/repos/huggingface/datasets/issues/4658/labels{/name}
Let's try CI tests using GitHub Actions to see if they are more stable than on CircleCI.
2022-07-12T11:18:25Z
4,658
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-07-07T08:10:50Z
https://api.github.com/repos/huggingface/datasets/issues/4658/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4658/timeline
Transfer CI tests to GitHub Actions
https://api.github.com/repos/huggingface/datasets/issues/4658/events
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...
null
completed
MEMBER
2022-07-12T11:18:25Z
null
I_kwDODunzps5NTquu
[]
{ "+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/4658/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4658
https://github.com/huggingface/datasets/issues/4658
false
1,296,743,133
https://api.github.com/repos/huggingface/datasets/issues/4657/labels{/name}
## Adding a Dataset - **Name:** *SQuAD2.0* - **Description:** *Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading ...
2022-07-12T16:14:52Z
4,657
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T03:19:36Z
https://api.github.com/repos/huggingface/datasets/issues/4657/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4657/timeline
Add SQuAD2.0 Dataset
https://api.github.com/repos/huggingface/datasets/issues/4657/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-12T16:14:52Z
null
I_kwDODunzps5NSrrd
[ "Hey, It's already present [here](https://huggingface.co/datasets/squad_v2) ", "Hi! This dataset is indeed already available on the Hub. Closing." ]
{ "+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/4657/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4657
https://github.com/huggingface/datasets/issues/4657
false
1,296,740,266
https://api.github.com/repos/huggingface/datasets/issues/4656/labels{/name}
## Adding a Dataset - **Name:** *Amazon-QA* - **Description:** *The dataset is .jsonl format, where each line in the file is a json string that corresponds to a question, existing answers to the question and the extracted review snippets (relevant to the question).* - **Paper:** *https://github.com/amazonqa/amazonqa...
2022-07-14T02:20:12Z
4,656
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T03:15:11Z
https://api.github.com/repos/huggingface/datasets/issues/4656/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4656/timeline
Add Amazon-QA Dataset
https://api.github.com/repos/huggingface/datasets/issues/4656/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:20:12Z
null
I_kwDODunzps5NSq-q
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/Amazon-QA)." ]
{ "+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/4656/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4656
https://github.com/huggingface/datasets/issues/4656
false
1,296,720,896
https://api.github.com/repos/huggingface/datasets/issues/4655/labels{/name}
## Adding a Dataset - **Name:** *Simple Wikipedia* - **Description:** *Two different versions of the data set now exist. Both were generated by aligning Simple English Wikipedia and English Wikipedia. A complete description of the extraction process can be found in "Simple English Wikipedia: A New Simplification Task...
2022-07-14T02:16:33Z
4,655
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T02:51:26Z
https://api.github.com/repos/huggingface/datasets/issues/4655/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4655/timeline
Simple Wikipedia
https://api.github.com/repos/huggingface/datasets/issues/4655/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:16:33Z
null
I_kwDODunzps5NSmQA
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/simple-wiki)." ]
{ "+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/4655/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4655
https://github.com/huggingface/datasets/issues/4655
false
1,296,716,119
https://api.github.com/repos/huggingface/datasets/issues/4654/labels{/name}
## Adding a Dataset - **Name:** *Quora Question Triplets* - **Description:** *This dataset consists of over 400,000 lines of potential question duplicate pairs. Each line contains IDs for each question in the pair, the full text for each question, and a binary value that indicates whether the line truly contains a du...
2022-07-14T02:13:50Z
4,654
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T02:43:42Z
https://api.github.com/repos/huggingface/datasets/issues/4654/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4654/timeline
Add Quora Question Triplets Dataset
https://api.github.com/repos/huggingface/datasets/issues/4654/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:13:50Z
null
I_kwDODunzps5NSlFX
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/QQP_triplets)." ]
{ "+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/4654/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4654
https://github.com/huggingface/datasets/issues/4654
false
1,296,702,834
https://api.github.com/repos/huggingface/datasets/issues/4653/labels{/name}
## Adding a Dataset - **Name:** *Altlex* - **Description:** *Git repository for software associated with the 2016 ACL paper "Identifying Causal Relations Using Parallel Wikipedia Articles.”* - **Paper:** *https://aclanthology.org/P16-1135.pdf* - **Data:** *https://huggingface.co/datasets/sentence-transformers/embed...
2022-07-14T02:12:39Z
4,653
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T02:23:02Z
https://api.github.com/repos/huggingface/datasets/issues/4653/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4653/timeline
Add Altlex dataset
https://api.github.com/repos/huggingface/datasets/issues/4653/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:12:39Z
null
I_kwDODunzps5NSh1y
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/altlex)." ]
{ "+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/4653/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4653
https://github.com/huggingface/datasets/issues/4653
false
1,296,697,498
https://api.github.com/repos/huggingface/datasets/issues/4652/labels{/name}
## Adding a Dataset - **Name:** *Sentence Compression* - **Description:** *Large corpus of uncompressed and compressed sentences from news articles.* - **Paper:** *https://www.aclweb.org/anthology/D13-1155/* - **Data:** *https://github.com/google-research-datasets/sentence-compression/tree/master/data* - **Motivat...
2022-07-14T02:11:48Z
4,652
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T02:13:46Z
https://api.github.com/repos/huggingface/datasets/issues/4652/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4652/timeline
Add Sentence Compression Dataset
https://api.github.com/repos/huggingface/datasets/issues/4652/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:11:48Z
null
I_kwDODunzps5NSgia
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/sentence-compression)." ]
{ "+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/4652/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4652
https://github.com/huggingface/datasets/issues/4652
false
1,296,689,414
https://api.github.com/repos/huggingface/datasets/issues/4651/labels{/name}
## Adding a Dataset - **Name:** *Flickr 30k* - **Description:** *To produce the denotation graph, we have created an image caption corpus consisting of 158,915 crowd-sourced captions describing 31,783 images. This is an extension of our previous Flickr 8k Dataset. The new images and captions focus on people involved ...
2022-07-14T02:09:45Z
4,651
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T01:59:08Z
https://api.github.com/repos/huggingface/datasets/issues/4651/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4651/timeline
Add Flickr 30k Dataset
https://api.github.com/repos/huggingface/datasets/issues/4651/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:09:45Z
null
I_kwDODunzps5NSekG
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/flickr30k-captions)." ]
{ "+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/4651/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4651
https://github.com/huggingface/datasets/issues/4651
false
1,296,680,037
https://api.github.com/repos/huggingface/datasets/issues/4650/labels{/name}
## Adding a Dataset - **Name:** *SPECTER* - **Description:** *SPECTER: Document-level Representation Learning using Citation-informed Transformers* - **Paper:** *https://doi.org/10.18653/v1/2020.acl-main.207* - **Data:** *https://huggingface.co/datasets/sentence-transformers/embedding-training-data/resolve/main/spe...
2022-07-14T02:07:49Z
4,650
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T01:41:32Z
https://api.github.com/repos/huggingface/datasets/issues/4650/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4650/timeline
Add SPECTER dataset
https://api.github.com/repos/huggingface/datasets/issues/4650/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
null
NONE
null
null
I_kwDODunzps5NScRl
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/SPECTER)" ]
{ "+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/4650/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4650
https://github.com/huggingface/datasets/issues/4650
false
1,296,673,712
https://api.github.com/repos/huggingface/datasets/issues/4649/labels{/name}
## Adding a Dataset - **Name:** *PAQ* - **Description:** *This repository contains code and models to support the research paper PAQ: 65 Million Probably-Asked Questions and What You Can Do With Them* - **Paper:** *https://arxiv.org/abs/2102.07033* - **Data:** *https://huggingface.co/datasets/sentence-transformers/...
2022-07-14T02:06:27Z
4,649
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T01:29:42Z
https://api.github.com/repos/huggingface/datasets/issues/4649/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4649/timeline
Add PAQ dataset
https://api.github.com/repos/huggingface/datasets/issues/4649/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:06:27Z
null
I_kwDODunzps5NSauw
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/PAQ_pairs)" ]
{ "+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/4649/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4649
https://github.com/huggingface/datasets/issues/4649
false
1,296,659,335
https://api.github.com/repos/huggingface/datasets/issues/4648/labels{/name}
## Adding a Dataset - **Name:** *WikiAnswers* - **Description:** *The WikiAnswers corpus contains clusters of questions tagged by WikiAnswers users as paraphrases. Each cluster optionally contains an answer provided by WikiAnswers users.* - **Paper:** *https://dl.acm.org/doi/10.1145/2623330.2623677* - **Data:** *ht...
2022-07-14T02:03:40Z
4,648
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-07T01:06:37Z
https://api.github.com/repos/huggingface/datasets/issues/4648/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4648/timeline
Add WikiAnswers dataset
https://api.github.com/repos/huggingface/datasets/issues/4648/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
completed
NONE
2022-07-14T02:03:40Z
null
I_kwDODunzps5NSXOH
[ "uploaded dataset [here](https://huggingface.co/datasets/embedding-data/WikiAnswers)" ]
{ "+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/4648/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4648
https://github.com/huggingface/datasets/issues/4648
false
1,296,311,270
https://api.github.com/repos/huggingface/datasets/issues/4647/labels{/name}
## Adding a Dataset - **Name:** *Reddit comments (2015-2018)* - **Description:** *Reddit is an American social news aggregation website, where users can post links, and take part in discussions on these posts. These threaded discussions provide a large corpus, which is converted into a conversational dataset using th...
2022-07-06T19:49:18Z
4,647
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-06T19:49:18Z
https://api.github.com/repos/huggingface/datasets/issues/4647/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4647/timeline
Add Reddit dataset
https://api.github.com/repos/huggingface/datasets/issues/4647/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
[]
null
null
NONE
null
null
I_kwDODunzps5NRCPm
[]
{ "+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/4647/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4647
https://github.com/huggingface/datasets/issues/4647
false
1,296,027,785
https://api.github.com/repos/huggingface/datasets/issues/4645/labels{/name}
After renaming "master" to "main", the CI fails with ``` AssertionError: 'https://raw.githubusercontent.com/huggingface/datasets/main/datasets/_dummy/_dummy.py' not found in "Couldn't find a dataset script at /home/circleci/datasets/_dummy/_dummy.py or any data file in the same directory. Couldn't find '_dummy' on th...
2022-07-06T15:56:21Z
4,645
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-06T15:43:21Z
https://api.github.com/repos/huggingface/datasets/issues/4645/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4645/timeline
Set HF_SCRIPTS_VERSION to main
https://api.github.com/repos/huggingface/datasets/issues/4645/events
null
{ "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:...
[]
null
null
MEMBER
2022-07-06T15:45:05Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4645.diff", "html_url": "https://github.com/huggingface/datasets/pull/4645", "merged_at": "2022-07-06T15:45:05Z", "patch_url": "https://github.com/huggingface/datasets/pull/4645.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps468oZ6
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4645/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4645
https://github.com/huggingface/datasets/pull/4645
true
1,296,018,052
https://api.github.com/repos/huggingface/datasets/issues/4644/labels{/name}
recieve -> receive
2022-07-06T15:56:32Z
4,644
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-06T15:37:02Z
https://api.github.com/repos/huggingface/datasets/issues/4644/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4644/timeline
[Minor fix] Typo correction
https://api.github.com/repos/huggingface/datasets/issues/4644/events
null
{ "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...
[]
null
null
CONTRIBUTOR
2022-07-06T15:45:16Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4644.diff", "html_url": "https://github.com/huggingface/datasets/pull/4644", "merged_at": "2022-07-06T15:45:16Z", "patch_url": "https://github.com/huggingface/datasets/pull/4644.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps468mQb
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4644/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4644
https://github.com/huggingface/datasets/pull/4644
true
1,295,852,650
https://api.github.com/repos/huggingface/datasets/issues/4643/labels{/name}
This PR renames mentions of "master" by "main" in the code base for several cases: - set the default dataset script version to "main" if the local installation of `datasets` is a dev installation - update URLs to this github repository to use "main" - update the DVC benchmark - update the github workflows - update...
2022-07-06T15:36:46Z
4,643
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-06T13:34:30Z
https://api.github.com/repos/huggingface/datasets/issues/4643/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4643/timeline
Rename master to main
https://api.github.com/repos/huggingface/datasets/issues/4643/events
null
{ "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:...
[]
null
null
MEMBER
2022-07-06T15:25:08Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4643.diff", "html_url": "https://github.com/huggingface/datasets/pull/4643", "merged_at": "2022-07-06T15:25:08Z", "patch_url": "https://github.com/huggingface/datasets/pull/4643.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps468Cqk
[ "_The documentation is not available anymore as the PR was closed or merged._", "All the mentions I found on google were simple URLs that will be redirected, so it's fine. I also checked the spaces and we should be good:\r\n- dalle-mini used to install the master branch but [it's no longer the case](https://huggi...
{ "+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/4643/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4643
https://github.com/huggingface/datasets/pull/4643
true
1,295,748,083
https://api.github.com/repos/huggingface/datasets/issues/4642/labels{/name}
### Link https://huggingface.co/datasets/ccdv/pubmed-summarization ### Description This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dataset loading script is defined? ``` Status c...
2022-07-06T14:17:34Z
4,642
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-07-06T12:13:07Z
https://api.github.com/repos/huggingface/datasets/issues/4642/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4642/timeline
Streaming issue for ccdv/pubmed-summarization
https://api.github.com/repos/huggingface/datasets/issues/4642/events
null
{ "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...
[ { "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...
null
completed
MEMBER
2022-07-06T14:17:34Z
null
I_kwDODunzps5NO4vz
[ "Thanks for reporting @lewtun.\r\n\r\nI confirm there is an issue with streaming: it does not stream locally. ", "Oh, after investigation, the source of the issue is in the Hub dataset loading script.\r\n\r\nI'm opening a PR on the Hub dataset.", "I've opened a PR on their Hub dataset to support streaming: http...
{ "+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/4642/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4642
https://github.com/huggingface/datasets/issues/4642
false
1,295,633,250
https://api.github.com/repos/huggingface/datasets/issues/4641/labels{/name}
### Link https://huggingface.co/datasets/kmfoda/booksum ### Description A [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/9) discovered this dataset cannot be streamed due to: ``` Status code: 400 Exception: ClientResponseError Message: 401, messa...
2022-07-06T13:25:28Z
4,641
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-06T10:38:16Z
https://api.github.com/repos/huggingface/datasets/issues/4641/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4641/timeline
Dataset Viewer issue for kmfoda/booksum
https://api.github.com/repos/huggingface/datasets/issues/4641/events
null
{ "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...
[ { "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...
null
completed
MEMBER
2022-07-06T11:58:06Z
null
I_kwDODunzps5NOcti
[ "Thanks for reporting, @lewtun.\r\n\r\nIt works locally in streaming mode:\r\n```\r\n{'bid': 27681,\r\n 'is_aggregate': True,\r\n 'source': 'cliffnotes',\r\n 'chapter_path': 'all_chapterized_books/27681-chapters/chapters_1_to_2.txt',\r\n 'summary_path': 'finished_summaries/cliffnotes/The Last of the Mohicans/sectio...
{ "+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/4641/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4641
https://github.com/huggingface/datasets/issues/4641
false
1,295,495,699
https://api.github.com/repos/huggingface/datasets/issues/4640/labels{/name}
Fix #4637.
2022-07-06T15:19:55Z
4,640
null
https://api.github.com/repos/huggingface/datasets
true
[]
2022-07-06T08:56:38Z
https://api.github.com/repos/huggingface/datasets/issues/4640/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4640/timeline
Support all split in streaming mode
https://api.github.com/repos/huggingface/datasets/issues/4640/events
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}",...
[]
null
null
MEMBER
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/4640.diff", "html_url": "https://github.com/huggingface/datasets/pull/4640", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4640.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4640" }
PR_kwDODunzps4660rI
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_4640). All of your documentation changes will be reflected on that endpoint." ]
{ "+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/4640/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4640
https://github.com/huggingface/datasets/pull/4640
true
1,295,367,322
https://api.github.com/repos/huggingface/datasets/issues/4639/labels{/name}
## Adding a Dataset - **Name:** HaGRID -- HAnd Gesture Recognition Image Dataset - **Description:** We introduce a large image dataset HaGRID (HAnd Gesture Recognition Image Dataset) for hand gesture recognition (HGR) systems. You can use it for image classification or image detection tasks. Proposed dataset allows t...
2022-07-06T07:41:32Z
4,639
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
2022-07-06T07:41:32Z
https://api.github.com/repos/huggingface/datasets/issues/4639/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4639/timeline
Add HaGRID -- HAnd Gesture Recognition Image Dataset
https://api.github.com/repos/huggingface/datasets/issues/4639/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/7246357?v=4", "events_url": "https://api.github.com/users/osanseviero/events{/privacy}", "followers_url": "https://api.github.com/users/osanseviero/followers", "following_url": "https://api.github.com/users/osanseviero/following{/other_user}", "gists_ur...
[]
null
null
MEMBER
null
null
I_kwDODunzps5NNbya
[]
{ "+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/4639/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4639
https://github.com/huggingface/datasets/issues/4639
false
1,295,233,315
https://api.github.com/repos/huggingface/datasets/issues/4638/labels{/name}
[speechocean762](https://www.openslr.org/101/) is a non-native English corpus for pronunciation scoring tasks. It is free for both commercial and non-commercial use. I believe it will be easier to use if it could be available on Hugging Face.
2022-10-03T09:34:36Z
4,638
null
https://api.github.com/repos/huggingface/datasets
true
[ { "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" } ]
2022-07-06T06:17:30Z
https://api.github.com/repos/huggingface/datasets/issues/4638/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4638/timeline
The speechocean762 dataset
https://api.github.com/repos/huggingface/datasets/issues/4638/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/1777456?v=4", "events_url": "https://api.github.com/users/jimbozhang/events{/privacy}", "followers_url": "https://api.github.com/users/jimbozhang/followers", "following_url": "https://api.github.com/users/jimbozhang/following{/other_user}", "gists_url":...
[]
null
null
NONE
2022-10-03T09:34:36Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4638.diff", "html_url": "https://github.com/huggingface/datasets/pull/4638", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4638.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4638" }
PR_kwDODunzps4656H9
[ "CircleCL reported two errors, but I didn't find the reason. The error message:\r\n```\r\n_________________ ERROR collecting tests/test_dataset_cards.py _________________\r\ntests/test_dataset_cards.py:53: in <module>\r\n @pytest.mark.parametrize(\"dataset_name\", get_changed_datasets(repo_path))\r\ntests/test_d...
{ "+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/4638/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4638
https://github.com/huggingface/datasets/pull/4638
true
1,294,818,236
https://api.github.com/repos/huggingface/datasets/issues/4637/labels{/name}
## Describe the bug Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"` ## Steps to reproduce the bug The following works: ```python ds = load_dataset('super_glue', 'wsc.fixed', split='all') ``` The following throws `ValueError: Bad ...
2022-07-15T13:59:30Z
4,637
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-05T21:56:49Z
https://api.github.com/repos/huggingface/datasets/issues/4637/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4637/timeline
The "all" split breaks streaming
https://api.github.com/repos/huggingface/datasets/issues/4637/events
null
{ "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...
[ { "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...
null
null
CONTRIBUTOR
null
null
I_kwDODunzps5NLVu8
[ "Thanks for reporting @cakiki.\r\n\r\nYes, this is a bug. We are investigating it.", "@albertvillanova Nice! Let me know if it's something I can fix my self; would love to contribtue!", "@cakiki I was working on this but if you would like to contribute, go ahead. I will close my PR. ;)\r\n\r\nFor the moment I j...
{ "+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/4637/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4637
https://github.com/huggingface/datasets/issues/4637
false
1,294,547,836
https://api.github.com/repos/huggingface/datasets/issues/4636/labels{/name}
**Is your feature request related to a problem? Please describe.** I went to override `download_config.num_proc` and was confused about what was happening under the hood. It would be nice to have the behavior documented a bit better so folks know what's happening when they use it. **Describe the solution you'd li...
2022-07-28T10:40:32Z
4,636
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-05T17:01:00Z
https://api.github.com/repos/huggingface/datasets/issues/4636/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4636/timeline
Add info in docs about behavior of download_config.num_proc
https://api.github.com/repos/huggingface/datasets/issues/4636/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/32437151?v=4", "events_url": "https://api.github.com/users/nateraw/events{/privacy}", "followers_url": "https://api.github.com/users/nateraw/followers", "following_url": "https://api.github.com/users/nateraw/following{/other_user}", "gists_url": "https:...
[ { "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...
null
completed
CONTRIBUTOR
2022-07-28T10:40:32Z
null
I_kwDODunzps5NKTt8
[]
{ "+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/4636/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4636
https://github.com/huggingface/datasets/issues/4636
false
1,294,475,931
https://api.github.com/repos/huggingface/datasets/issues/4635/labels{/name}
### Link https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation ### Description Error message when loading validation split in the viewer: ``` Status code: 400 Exception: Status400Error Message: The split cache is empty. ``` ### Owner _No response_
2022-07-06T07:13:33Z
4,635
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-05T15:48:13Z
https://api.github.com/repos/huggingface/datasets/issues/4635/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4635/timeline
Dataset Viewer issue for vadis/sv-ident
https://api.github.com/repos/huggingface/datasets/issues/4635/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/20404466?v=4", "events_url": "https://api.github.com/users/e-tornike/events{/privacy}", "followers_url": "https://api.github.com/users/e-tornike/followers", "following_url": "https://api.github.com/users/e-tornike/following{/other_user}", "gists_url": "...
[ { "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...
null
completed
NONE
2022-07-06T07:12:14Z
null
I_kwDODunzps5NKCKb
[ "Thanks for reporting, @e-tornike \r\n\r\nSome context:\r\n- #4527 \r\n\r\nThe dataset loads locally in streaming mode:\r\n```python\r\nIn [2]: from datasets import load_dataset; ds = load_dataset(\"vadis/sv-ident\", split=\"validation\", streaming=True); item = next(iter(ds)); item\r\nUsing custom data configurati...
{ "+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/4635/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4635
https://github.com/huggingface/datasets/issues/4635
false
1,294,405,251
https://api.github.com/repos/huggingface/datasets/issues/4634/labels{/name}
common_voice_train = load_dataset("common_voice", "ha", split="train+validation")
2022-09-13T14:07:32Z
4,634
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-07-05T14:47:36Z
https://api.github.com/repos/huggingface/datasets/issues/4634/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4634/timeline
Can't load the Hausa audio dataset
https://api.github.com/repos/huggingface/datasets/issues/4634/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/19976800?v=4", "events_url": "https://api.github.com/users/moro23/events{/privacy}", "followers_url": "https://api.github.com/users/moro23/followers", "following_url": "https://api.github.com/users/moro23/following{/other_user}", "gists_url": "https://a...
[]
null
completed
NONE
2022-09-13T14:07:32Z
null
I_kwDODunzps5NJw6D
[ "Could you provide the error details. It is difficult to debug otherwise. Also try other config. `ha` is not a 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/4634/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4634
https://github.com/huggingface/datasets/issues/4634
false
1,294,367,783
https://api.github.com/repos/huggingface/datasets/issues/4633/labels{/name}
As reported in https://github.com/huggingface/datasets/issues/4477, the current pattern matching to infer which file goes into which split is too permissive. For example a file "contest.py" would be considered part of a test split (it contains "test") and "seqeval.py" as well (it contains "eval"). In this PR I made ...
2022-07-18T13:20:29Z
4,633
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-05T14:18:11Z
https://api.github.com/repos/huggingface/datasets/issues/4633/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4633/timeline
[data_files] Only match separated split names
https://api.github.com/repos/huggingface/datasets/issues/4633/events
null
{ "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:...
[]
null
null
MEMBER
2022-07-18T13:07:33Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4633.diff", "html_url": "https://github.com/huggingface/datasets/pull/4633", "merged_at": "2022-07-18T13:07:33Z", "patch_url": "https://github.com/huggingface/datasets/pull/4633.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps462_qX
[ "_The documentation is not available anymore as the PR was closed or merged._", "I ran a script to find affected datasets (just did it on non-private non-gated). Adding \"testing\" and \"evaluation\" fixes all of of them except one:\r\n- projecte-aina/cat_manynames:\thuman_annotated_testset.tsv\r\n\r\nLet me open...
{ "+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/4633/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4633
https://github.com/huggingface/datasets/pull/4633
true
1,294,166,880
https://api.github.com/repos/huggingface/datasets/issues/4632/labels{/name}
The 'sort' method changes the order of one column only (the one defined by the argument 'column'), thus creating a mismatch between a sample fields. I would expect it to change the order of the samples as a whole, based on the 'column' order.
2023-07-25T15:04:27Z
4,632
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-07-05T11:25:26Z
https://api.github.com/repos/huggingface/datasets/issues/4632/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4632/timeline
'sort' method sorts one column only
https://api.github.com/repos/huggingface/datasets/issues/4632/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/42108562?v=4", "events_url": "https://api.github.com/users/shachardon/events{/privacy}", "followers_url": "https://api.github.com/users/shachardon/followers", "following_url": "https://api.github.com/users/shachardon/following{/other_user}", "gists_url"...
[]
null
completed
NONE
2023-07-25T15:04:27Z
null
I_kwDODunzps5NI2tg
[ "Hi ! `ds.sort()` does sort the full dataset, not just one column:\r\n```python\r\nfrom datasets import *\r\n\r\nds = Dataset.from_dict({\"foo\": [3, 2, 1], \"bar\": [\"c\", \"b\", \"a\"]})\r\nprint(d.sort(\"foo\").to_pandas()\r\n# foo bar\r\n# 0 1 a\r\n# 1 2 b\r\n# 2 3 c\r\n```\r\n\r\nWhat made y...
{ "+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/4632/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4632
https://github.com/huggingface/datasets/issues/4632
false
1,293,545,900
https://api.github.com/repos/huggingface/datasets/issues/4631/labels{/name}
I'm adding some information about Winobias that I got from the paper :smile: I think this makes it a bit clearer!
2022-07-07T13:23:32Z
4,631
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T20:24:40Z
https://api.github.com/repos/huggingface/datasets/issues/4631/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4631/timeline
Update WinoBias README
https://api.github.com/repos/huggingface/datasets/issues/4631/events
null
{ "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...
[]
null
null
NONE
2022-07-07T13:11:47Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4631.diff", "html_url": "https://github.com/huggingface/datasets/pull/4631", "merged_at": "2022-07-07T13:11:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/4631.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps460Vy0
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4631/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4631
https://github.com/huggingface/datasets/pull/4631
true
1,293,470,728
https://api.github.com/repos/huggingface/datasets/issues/4630/labels{/name}
Fix #4612. Apparently, newest `fsspec` versions do not allow access to attribute-based modules if they are not imported, such as `fsspec.async`. Thus, @mariosasko suggested to add the missing part to the module import to allow for its access.
2022-07-05T15:19:52Z
4,630
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T18:26:55Z
https://api.github.com/repos/huggingface/datasets/issues/4630/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4630/timeline
fix(dataset_wrappers): Fixes access to fsspec.asyn in torch_iterable_dataset.py.
https://api.github.com/repos/huggingface/datasets/issues/4630/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/4120639?v=4", "events_url": "https://api.github.com/users/gugarosa/events{/privacy}", "followers_url": "https://api.github.com/users/gugarosa/followers", "following_url": "https://api.github.com/users/gugarosa/following{/other_user}", "gists_url": "http...
[]
null
null
CONTRIBUTOR
2022-07-05T15:08:21Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4630.diff", "html_url": "https://github.com/huggingface/datasets/pull/4630", "merged_at": "2022-07-05T15:08:21Z", "patch_url": "https://github.com/huggingface/datasets/pull/4630.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps460HFM
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4630/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4630
https://github.com/huggingface/datasets/pull/4630
true
1,293,418,800
https://api.github.com/repos/huggingface/datasets/issues/4629/labels{/name}
Rename repository default branch to `main` (instead of current `master`). Once renamed, users will have to manually update their local repos: - [ ] Upstream: ``` git branch -m master main git fetch upstream main git branch -u upstream/main main git remote set-head upstream -a ``` - [ ] Origin...
2022-07-06T15:49:57Z
4,629
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "d4c5f9", "default": false, "description": "Maintenance tasks", "id": 4296013012, "name": "maintenance", "node_id": "LA_kwDODunzps8AAAABAA_01A", "url": "https://api.github.com/repos/huggingface/datasets/labels/maintenance" } ]
2022-07-04T17:16:10Z
https://api.github.com/repos/huggingface/datasets/issues/4629/comments
{ "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:...
https://api.github.com/repos/huggingface/datasets/issues/4629/timeline
Rename repo default branch to main
https://api.github.com/repos/huggingface/datasets/issues/4629/events
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/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...
null
completed
MEMBER
2022-07-06T15:49:57Z
null
I_kwDODunzps5NGAEw
[]
{ "+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/4629/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4629
https://github.com/huggingface/datasets/issues/4629
false
1,293,361,308
https://api.github.com/repos/huggingface/datasets/issues/4628/labels{/name}
Fix #4620 The issue stems from the fact that `pa.array([time_data]).type` returns `DataType(time64[unit])`, which doesn't expose the `unit` attribute, instead of `Time64Type(time64[unit])`. I believe this is a bug in PyArrow. Luckily, the both types have the same `str()`, so in this PR I call `pa.type_for_alias(str(...
2022-07-07T14:08:38Z
4,628
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T16:20:15Z
https://api.github.com/repos/huggingface/datasets/issues/4628/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4628/timeline
Fix time type `_arrow_to_datasets_dtype` conversion
https://api.github.com/repos/huggingface/datasets/issues/4628/events
null
{ "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"...
[]
null
null
CONTRIBUTOR
2022-07-07T13:57:12Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4628.diff", "html_url": "https://github.com/huggingface/datasets/pull/4628", "merged_at": "2022-07-07T13:57:11Z", "patch_url": "https://github.com/huggingface/datasets/pull/4628.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46zvFJ
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4628/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4628
https://github.com/huggingface/datasets/pull/4628
true
1,293,287,798
https://api.github.com/repos/huggingface/datasets/issues/4627/labels{/name}
During _compute, the scipy.stats spearmanr function was called twice, redundantly, once for calculating the score and once for calculating the p-value, under the conditional branch where return_pvalue=True. I adjusted the _compute function to execute the spearmanr function once, store the results tuple in a temporary v...
2022-07-07T12:41:09Z
4,627
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T15:02:01Z
https://api.github.com/repos/huggingface/datasets/issues/4627/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4627/timeline
fixed duplicate calculation of spearmanr function in metrics wrapper.
https://api.github.com/repos/huggingface/datasets/issues/4627/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/38060297?v=4", "events_url": "https://api.github.com/users/benlipkin/events{/privacy}", "followers_url": "https://api.github.com/users/benlipkin/followers", "following_url": "https://api.github.com/users/benlipkin/following{/other_user}", "gists_url": "...
[]
null
null
CONTRIBUTOR
2022-07-07T12:41:09Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4627.diff", "html_url": "https://github.com/huggingface/datasets/pull/4627", "merged_at": "2022-07-07T12:41:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/4627.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46zfNa
[ "Great, can open a PR in `evaluate` as well to optimize this.\r\n\r\nRelatedly, I wanted to add a new metric, Kendall Tau (https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.kendalltau.html). If I were to open a PR with the wrapper, description, citation, docstrings, readme, etc. would it make more se...
{ "+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/4627/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4627
https://github.com/huggingface/datasets/pull/4627
true
1,293,256,269
https://api.github.com/repos/huggingface/datasets/issues/4626/labels{/name}
We removed several YAML tags saying that certain datasets can't be used for commercial purposes: https://github.com/huggingface/datasets/pull/4613#discussion_r911919753 Reason for this is that we only allow tags that are part of our [supported list of licenses](https://github.com/huggingface/datasets/blob/84fc3ad73c...
2022-07-08T14:27:29Z
4,626
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-07-04T14:32:43Z
https://api.github.com/repos/huggingface/datasets/issues/4626/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4626/timeline
Add non-commercial licensing info for datasets for which we removed tags
https://api.github.com/repos/huggingface/datasets/issues/4626/events
null
{ "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:...
[]
null
null
MEMBER
null
null
I_kwDODunzps5NFYZN
[ "yep plus `license_details` also makes sense for this IMO" ]
{ "+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/4626/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4626
https://github.com/huggingface/datasets/issues/4626
false
1,293,163,744
https://api.github.com/repos/huggingface/datasets/issues/4625/labels{/name}
Iterate over data files outside `dl_manager.iter_files` to allow parallelization in streaming mode. (The issue reported [here](https://discuss.huggingface.co/t/dataset-only-have-n-shard-1-when-has-multiple-shards-in-repo/19887)) PS: Another option would be to override `FilesIterable.__getitem__` to make it indexa...
2022-07-05T11:11:54Z
4,625
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T13:16:58Z
https://api.github.com/repos/huggingface/datasets/issues/4625/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4625/timeline
Unpack `dl_manager.iter_files` to allow parallization
https://api.github.com/repos/huggingface/datasets/issues/4625/events
null
{ "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"...
[]
null
null
CONTRIBUTOR
2022-07-05T11:00:48Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4625.diff", "html_url": "https://github.com/huggingface/datasets/pull/4625", "merged_at": "2022-07-05T11:00:48Z", "patch_url": "https://github.com/huggingface/datasets/pull/4625.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46zELz
[ "_The documentation is not available anymore as the PR was closed or merged._", "Cool thanks ! Yup it sounds like the right solution.\r\n\r\nIt looks like `_generate_tables` needs to be updated as well to fix the CI" ]
{ "+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/4625/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4625
https://github.com/huggingface/datasets/pull/4625
true
1,293,085,058
https://api.github.com/repos/huggingface/datasets/issues/4624/labels{/name}
On the Hub there is a validation error on the `paperswithcode_id` tag when the value is `null`: <img width="686" alt="image" src="https://user-images.githubusercontent.com/42851186/177151825-93d341c5-25bd-41ab-96c2-c0b516d51c68.png"> We've been using `null` to specify that we checked on pwc but the dataset doesn'...
2023-09-24T10:05:19Z
4,624
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T12:11:32Z
https://api.github.com/repos/huggingface/datasets/issues/4624/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4624/timeline
Remove all paperswithcode_id: null
https://api.github.com/repos/huggingface/datasets/issues/4624/events
null
{ "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:...
[]
null
null
MEMBER
2022-07-04T13:10:38Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4624.diff", "html_url": "https://github.com/huggingface/datasets/pull/4624", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4624.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4624" }
PR_kwDODunzps46yzOK
[ "_The documentation is not available anymore as the PR was closed or merged._", "> We've been using `null` to specify that we checked on pwc but the dataset doesn't exist there.\r\n\r\n@lhoestq maybe it's better to accept it on the Hub side then? Let me know if you want us to do it Hub-side", "Yup it's maybe be...
{ "+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/4624/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4624
https://github.com/huggingface/datasets/pull/4624
true
1,293,042,894
https://api.github.com/repos/huggingface/datasets/issues/4623/labels{/name}
## Describe the bug Conversion of MNIST dataset to pytorch fails with bug ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("mnist", split="train") dataset.set_format('torch') dataset[0] print() ``` ## Expected results Expect to see torch tensors image and l...
2022-07-04T14:40:50Z
4,623
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-04T11:33:10Z
https://api.github.com/repos/huggingface/datasets/issues/4623/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4623/timeline
Loading MNIST as Pytorch Dataset
https://api.github.com/repos/huggingface/datasets/issues/4623/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/56592797?v=4", "events_url": "https://api.github.com/users/jameschapman19/events{/privacy}", "followers_url": "https://api.github.com/users/jameschapman19/followers", "following_url": "https://api.github.com/users/jameschapman19/following{/other_user}", ...
[]
null
null
NONE
null
null
I_kwDODunzps5NEkTO
[ "Hi ! We haven't implemented the conversion from images data to PyTorch tensors yet I think\r\n\r\ncc @mariosasko ", "So I understand:\r\n\r\nset_format() does not properly do the conversion to pytorch tensors from PIL images.\r\n\r\nSo that someone who stumbles on this can use the package:\r\n\r\n```python\r\nda...
{ "+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/4623/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4623
https://github.com/huggingface/datasets/issues/4623
false
1,293,031,939
https://api.github.com/repos/huggingface/datasets/issues/4622/labels{/name}
Will fix #4621 ImageFolder raises `KeyError: 'label'` with params `drop_metadata=True` and `drop_labels=False` (if there is at least one metadata.jsonl file a data directory). This happens because metadata files are collected inside `analyze()` function regardless of `drop_metadata` value. And then the following co...
2022-07-15T14:37:23Z
4,622
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-04T11:23:20Z
https://api.github.com/repos/huggingface/datasets/issues/4622/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4622/timeline
Fix ImageFolder with parameters drop_metadata=True and drop_labels=False (when metadata.jsonl is present)
https://api.github.com/repos/huggingface/datasets/issues/4622/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/16348744?v=4", "events_url": "https://api.github.com/users/polinaeterna/events{/privacy}", "followers_url": "https://api.github.com/users/polinaeterna/followers", "following_url": "https://api.github.com/users/polinaeterna/following{/other_user}", "gist...
[]
null
null
CONTRIBUTOR
2022-07-15T14:24:24Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4622.diff", "html_url": "https://github.com/huggingface/datasets/pull/4622", "merged_at": "2022-07-15T14:24:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/4622.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46ynmT
[ "_The documentation is not available anymore as the PR was closed or merged._", "@lhoestq @mariosasko pls take a look at https://github.com/huggingface/datasets/pull/4622/commits/769e4c046a5bd5e3a4dbd09cfad1f4cf60677869. I modified `_generate_examples()` according to the same logic too: removed checking if `metad...
{ "+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/4622/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4622
https://github.com/huggingface/datasets/pull/4622
true
1,293,030,128
https://api.github.com/repos/huggingface/datasets/issues/4621/labels{/name}
## Describe the bug If you pass `drop_metadata=True` and `drop_labels=False` when a `data_dir` contains at least one `matadata.jsonl` file, you will get a KeyError. This is probably not a very useful case but we shouldn't get an error anyway. Asking users to move metadata files manually outside `data_dir` or pass fe...
2022-07-15T14:24:24Z
4,621
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-04T11:21:44Z
https://api.github.com/repos/huggingface/datasets/issues/4621/comments
{ "avatar_url": "https://avatars.githubusercontent.com/u/16348744?v=4", "events_url": "https://api.github.com/users/polinaeterna/events{/privacy}", "followers_url": "https://api.github.com/users/polinaeterna/followers", "following_url": "https://api.github.com/users/polinaeterna/following{/other_user}", "gist...
https://api.github.com/repos/huggingface/datasets/issues/4621/timeline
ImageFolder raises an error with parameters drop_metadata=True and drop_labels=False when metadata.jsonl is present
https://api.github.com/repos/huggingface/datasets/issues/4621/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/16348744?v=4", "events_url": "https://api.github.com/users/polinaeterna/events{/privacy}", "followers_url": "https://api.github.com/users/polinaeterna/followers", "following_url": "https://api.github.com/users/polinaeterna/following{/other_user}", "gist...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/16348744?v=4", "events_url": "https://api.github.com/users/polinaeterna/events{/privacy}", "followers_url": "https://api.github.com/users/polinaeterna/followers", "following_url": "https://api.github.com/users/polinaeterna/following{/other_use...
null
completed
CONTRIBUTOR
2022-07-15T14:24:24Z
null
I_kwDODunzps5NEhLw
[]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4621/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4621
https://github.com/huggingface/datasets/issues/4621
false
1,292,797,878
https://api.github.com/repos/huggingface/datasets/issues/4620/labels{/name}
## Describe the bug Creating a dataset from a pandas dataframe with `datetime.time` format generates an error. ## Steps to reproduce the bug ```python import pandas as pd from datetime import time from datasets import Dataset df = pd.DataFrame({"feature_name": [time(1, 1, 1)]}) dataset = Dataset.from_pandas...
2022-07-07T13:57:11Z
4,620
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-04T08:13:38Z
https://api.github.com/repos/huggingface/datasets/issues/4620/comments
{ "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"...
https://api.github.com/repos/huggingface/datasets/issues/4620/timeline
Data type is not recognized when using datetime.time
https://api.github.com/repos/huggingface/datasets/issues/4620/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url": "https://ap...
[ { "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}", ...
null
completed
CONTRIBUTOR
2022-07-07T13:57:11Z
null
I_kwDODunzps5NDoe2
[ "cc @mariosasko ", "Hi, thanks for reporting! I'm investigating the issue." ]
{ "+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/4620/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4620
https://github.com/huggingface/datasets/issues/4620
false
1,292,107,275
https://api.github.com/repos/huggingface/datasets/issues/4619/labels{/name}
## Describe the bug When attaching an `np.array` field, it seems that it automatically gets turned into a list (see below). Why is this happening? Could it lose precision? Is there a way to make sure this doesn't happen? ## Steps to reproduce the bug ```python >>> import datasets, numpy as np >>> dataset = datas...
2022-07-03T20:27:07Z
4,619
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-02T17:54:57Z
https://api.github.com/repos/huggingface/datasets/issues/4619/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4619/timeline
np arrays get turned into native lists
https://api.github.com/repos/huggingface/datasets/issues/4619/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/11954789?v=4", "events_url": "https://api.github.com/users/ZhaofengWu/events{/privacy}", "followers_url": "https://api.github.com/users/ZhaofengWu/followers", "following_url": "https://api.github.com/users/ZhaofengWu/following{/other_user}", "gists_url"...
[]
null
null
NONE
null
null
I_kwDODunzps5NA_4L
[ "If you add the line `dataset2.set_format('np')` before calling `dataset2[0]['tmp']` it should return `np.ndarray`.\r\nI believe internally it will not store it as a list, it is only returning a list when you index it.\r\n\r\n```\r\nIn [1]: import datasets, numpy as np\r\nIn [2]: dataset = datasets.load_dataset(\"g...
{ "+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/4619/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4619
https://github.com/huggingface/datasets/issues/4619
false
1,292,078,225
https://api.github.com/repos/huggingface/datasets/issues/4618/labels{/name}
**Is your feature request related to a problem? Please describe.** At the moment, HF datasets loads [image classification datasets](https://huggingface.co/docs/datasets/image_process) out-of-the-box. There could be a data loader for loading standard object detection datasets ([original discussion here](https://hugging...
2022-07-21T14:10:44Z
4,618
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-02T15:21:59Z
https://api.github.com/repos/huggingface/datasets/issues/4618/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4618/timeline
contribute data loading for object detection datasets with yolo data format
https://api.github.com/repos/huggingface/datasets/issues/4618/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/8406903?v=4", "events_url": "https://api.github.com/users/faizankshaikh/events{/privacy}", "followers_url": "https://api.github.com/users/faizankshaikh/followers", "following_url": "https://api.github.com/users/faizankshaikh/following{/other_user}", "gi...
[]
null
null
NONE
null
null
I_kwDODunzps5NA4yR
[ "Hi! The `imagefolder` script is already quite complex, so a standalone script sounds better. Also, I suggest we create an org on the Hub (e.g. `hf-loaders`) and store such scripts there for easier maintenance rather than having them as packaged modules (IMO only very generic loaders should be packaged). WDYT @lhoe...
{ "+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/4618/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4618
https://github.com/huggingface/datasets/issues/4618
false
1,291,307,428
https://api.github.com/repos/huggingface/datasets/issues/4615/labels{/name}
Add a dedicated function for embed_storage to always preserve the embedded/casted arrays (and to have more control over `embed_storage` in general). Fix #4591 ~~(Waiting for #4608 to be merged to mark this PR as ready for review - required for fixing `xgetsize` in private repos)~~ Done!
2022-07-08T12:13:10Z
4,615
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-01T11:52:08Z
https://api.github.com/repos/huggingface/datasets/issues/4615/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4615/timeline
Fix `embed_storage` on features inside lists/sequences
https://api.github.com/repos/huggingface/datasets/issues/4615/events
null
{ "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"...
[]
null
null
CONTRIBUTOR
2022-07-08T12:01:36Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4615.diff", "html_url": "https://github.com/huggingface/datasets/pull/4615", "merged_at": "2022-07-08T12:01:35Z", "patch_url": "https://github.com/huggingface/datasets/pull/4615.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46tADt
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4615/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4615
https://github.com/huggingface/datasets/pull/4615
true
1,291,218,020
https://api.github.com/repos/huggingface/datasets/issues/4614/labels{/name}
Currently, `ConcatenationTable.cast` does not use target_schema metadata when casting subtables. This causes an issue when using cast_column and the underlying table is a ConcatenationTable. Code example of where issue arrises: ``` from datasets import Dataset, Image column1 = [0, 1] image_paths = ['/images/im...
2022-07-19T13:48:45Z
4,614
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-01T10:22:08Z
https://api.github.com/repos/huggingface/datasets/issues/4614/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4614/timeline
Ensure ConcatenationTable.cast uses target_schema metadata
https://api.github.com/repos/huggingface/datasets/issues/4614/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/8114067?v=4", "events_url": "https://api.github.com/users/dtuit/events{/privacy}", "followers_url": "https://api.github.com/users/dtuit/followers", "following_url": "https://api.github.com/users/dtuit/following{/other_user}", "gists_url": "https://api.g...
[]
null
null
CONTRIBUTOR
2022-07-19T13:36:24Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4614.diff", "html_url": "https://github.com/huggingface/datasets/pull/4614", "merged_at": "2022-07-19T13:36:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/4614.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46ssfw
[ "Hi @lhoestq, Thanks for the detailed comment. I've tested the suggested approach and can confirm it works for the testcase outlined above! The PR is updated with the changes.", "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4614/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4614
https://github.com/huggingface/datasets/pull/4614
true
1,291,181,193
https://api.github.com/repos/huggingface/datasets/issues/4613/labels{/name}
fix bad "other-*" licenses and add the corresponding "license_details" when relevant
2022-07-01T12:53:57Z
4,613
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-01T09:50:50Z
https://api.github.com/repos/huggingface/datasets/issues/4613/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4613/timeline
Align/fix license metadata info
https://api.github.com/repos/huggingface/datasets/issues/4613/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/326577?v=4", "events_url": "https://api.github.com/users/julien-c/events{/privacy}", "followers_url": "https://api.github.com/users/julien-c/followers", "following_url": "https://api.github.com/users/julien-c/following{/other_user}", "gists_url": "https...
[]
null
null
MEMBER
2022-07-01T12:42:47Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4613.diff", "html_url": "https://github.com/huggingface/datasets/pull/4613", "merged_at": "2022-07-01T12:42:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/4613.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46skd6
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thank you thank you! Let's merge and pray? 😱 ", "I just need to add `license_details` to the validator and yup we can merge" ]
{ "+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/4613/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4613
https://github.com/huggingface/datasets/pull/4613
true
1,290,984,660
https://api.github.com/repos/huggingface/datasets/issues/4612/labels{/name}
## Describe the bug Trying to iterate examples from custom iterable dataset fails to bug introduced in `torch_iterable_dataset.py` since the release of 2.3.0. ## Steps to reproduce the bug ```python next(iter(custom_iterable_dataset)) ``` ## Expected results `next(iter(custom_iterable_dataset))` should retu...
2022-07-05T15:08:21Z
4,612
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-07-01T06:46:07Z
https://api.github.com/repos/huggingface/datasets/issues/4612/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4612/timeline
Release 2.3.0 broke custom iterable datasets
https://api.github.com/repos/huggingface/datasets/issues/4612/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/19529125?v=4", "events_url": "https://api.github.com/users/aapot/events{/privacy}", "followers_url": "https://api.github.com/users/aapot/followers", "following_url": "https://api.github.com/users/aapot/following{/other_user}", "gists_url": "https://api....
[]
null
completed
NONE
2022-07-05T15:08:21Z
null
I_kwDODunzps5M8tzU
[ "Apparently, `fsspec` does not allow access to attribute-based modules anymore, such as `fsspec.async`.\r\n\r\nHowever, this is a fairly simple fix:\r\n- Change the import to: `from fsspec import asyn`;\r\n- Change line 18 to: `asyn.iothread[0] = None`;\r\n- Change line 19 to `asyn.loop[0] = None`.", "Hi! I think...
{ "+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/4612/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4612
https://github.com/huggingface/datasets/issues/4612
false
1,290,940,874
https://api.github.com/repos/huggingface/datasets/issues/4611/labels{/name}
Currently, `MockDownloadManager.iter_archive` yields paths to archive members in an order given by `path.rglob("*")`, which migh not be the same order as in the original archive. See issue in: - https://github.com/huggingface/datasets/pull/4579#issuecomment-1172135027 This PR fixes the order of the members yield...
2022-07-01T16:59:11Z
4,611
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-07-01T05:48:20Z
https://api.github.com/repos/huggingface/datasets/issues/4611/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4611/timeline
Preserve member order by MockDownloadManager.iter_archive
https://api.github.com/repos/huggingface/datasets/issues/4611/events
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}",...
[]
null
null
MEMBER
2022-07-01T16:48:28Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4611.diff", "html_url": "https://github.com/huggingface/datasets/pull/4611", "merged_at": "2022-07-01T16:48:28Z", "patch_url": "https://github.com/huggingface/datasets/pull/4611.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46rxIX
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4611/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4611
https://github.com/huggingface/datasets/pull/4611
true
1,290,603,827
https://api.github.com/repos/huggingface/datasets/issues/4610/labels{/name}
## Describe the bug codeparrot/github-code fails to load with a `TypeError: get_patterns_in_dataset_repository() missing 1 required positional argument: 'base_path'` ## Steps to reproduce the bug ```python from datasets import load_dataset ``` ## Expected results loaded dataset object ## Actual results `...
2022-07-05T14:24:13Z
4,610
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-30T20:24:48Z
https://api.github.com/repos/huggingface/datasets/issues/4610/comments
{ "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:...
https://api.github.com/repos/huggingface/datasets/issues/4610/timeline
codeparrot/github-code failing to load
https://api.github.com/repos/huggingface/datasets/issues/4610/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/29863388?v=4", "events_url": "https://api.github.com/users/PyDataBlog/events{/privacy}", "followers_url": "https://api.github.com/users/PyDataBlog/followers", "following_url": "https://api.github.com/users/PyDataBlog/following{/other_user}", "gists_url"...
[ { "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...
null
completed
NONE
2022-07-05T09:19:56Z
null
I_kwDODunzps5M7Q0z
[ "I believe the issue is in `codeparrot/github-code`. `base_path` param is missing - https://huggingface.co/datasets/codeparrot/github-code/blob/main/github-code.py#L169\r\n\r\nFunction definition has changed.\r\nhttps://github.com/huggingface/datasets/blob/0e1c629cfb9f9ba124537ba294a0ec451584da5f/src/datasets/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/4610/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4610
https://github.com/huggingface/datasets/issues/4610
false
1,290,392,083
https://api.github.com/repos/huggingface/datasets/issues/4609/labels{/name}
## Describe the bug librispeech dataset has to download whole subset when specifing the split to use ## Steps to reproduce the bug see below # Sample code to reproduce the bug ``` !pip install datasets from datasets import load_dataset raw_dataset = load_dataset("librispeech_asr", "clean", split="train.100") ...
2022-07-12T21:44:32Z
4,609
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-30T16:38:24Z
https://api.github.com/repos/huggingface/datasets/issues/4609/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4609/timeline
librispeech dataset has to download whole subset when specifing the split to use
https://api.github.com/repos/huggingface/datasets/issues/4609/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/73462159?v=4", "events_url": "https://api.github.com/users/sunhaozhepy/events{/privacy}", "followers_url": "https://api.github.com/users/sunhaozhepy/followers", "following_url": "https://api.github.com/users/sunhaozhepy/following{/other_user}", "gists_u...
[]
null
completed
NONE
2022-07-12T21:44:32Z
null
I_kwDODunzps5M6dIT
[ "Hi! You can use streaming to fetch only a subset of the data:\r\n```python\r\nraw_dataset = load_dataset(\"librispeech_asr\", \"clean\", split=\"train.100\", streaming=True)\r\n```\r\nAlso, we plan to make it possible to download a particular split in the non-streaming mode, but this task is not easy due to how ou...
{ "+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/4609/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4609
https://github.com/huggingface/datasets/issues/4609
false
1,290,298,002
https://api.github.com/repos/huggingface/datasets/issues/4608/labels{/name}
`xisfile` is working in a private repository when passing a chained URL to a file inside an archive, e.g. `zip://a.txt::https://huggingface/datasets/username/dataset_name/resolve/main/data.zip`. However it's not working when passing a simple file `https://huggingface/datasets/username/dataset_name/resolve/main/data.zip...
2022-07-06T12:45:59Z
4,608
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-30T15:23:21Z
https://api.github.com/repos/huggingface/datasets/issues/4608/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4608/timeline
Fix xisfile, xgetsize, xisdir, xlistdir in private repo
https://api.github.com/repos/huggingface/datasets/issues/4608/events
null
{ "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:...
[]
null
null
MEMBER
2022-07-06T12:34:19Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4608.diff", "html_url": "https://github.com/huggingface/datasets/pull/4608", "merged_at": "2022-07-06T12:34:19Z", "patch_url": "https://github.com/huggingface/datasets/pull/4608.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46pm9A
[ "_The documentation is not available anymore as the PR was closed or merged._", "Added tests for xisfile, xgetsize, xlistdir and xglob for private repos, and also tests for xwalk that was untested" ]
{ "+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/4608/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4608
https://github.com/huggingface/datasets/pull/4608
true
1,290,171,941
https://api.github.com/repos/huggingface/datasets/issues/4607/labels{/name}
see also associated PR on the `datasets-tagging` Space: https://huggingface.co/spaces/huggingface/datasets-tagging/discussions/2 (to merge after this one is merged)
2022-07-01T12:00:37Z
4,607
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-30T13:52:12Z
https://api.github.com/repos/huggingface/datasets/issues/4607/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4607/timeline
Align more metadata with other repo types (models,spaces)
https://api.github.com/repos/huggingface/datasets/issues/4607/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/326577?v=4", "events_url": "https://api.github.com/users/julien-c/events{/privacy}", "followers_url": "https://api.github.com/users/julien-c/followers", "following_url": "https://api.github.com/users/julien-c/following{/other_user}", "gists_url": "https...
[]
null
null
MEMBER
2022-07-01T11:49:14Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4607.diff", "html_url": "https://github.com/huggingface/datasets/pull/4607", "merged_at": "2022-07-01T11:49:14Z", "patch_url": "https://github.com/huggingface/datasets/pull/4607.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46pLnd
[ "_The documentation is not available anymore as the PR was closed or merged._", "I just set a default value (None) for the deprecated licenses and languages fields, which should fix most of the CI failures.\r\n\r\nNote that the CI should still be red because you edited many dataset cards and they're still missing...
{ "+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/4607/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4607
https://github.com/huggingface/datasets/pull/4607
true
1,290,083,534
https://api.github.com/repos/huggingface/datasets/issues/4606/labels{/name}
## Describe the bug evaluation result changes after `datasets` version change ## Steps to reproduce the bug 1. Train a model on WikiAnn 2. reload the ckpt -> test accuracy becomes same as eval accuracy 3. such behavior is gone after downgrading `datasets` https://colab.research.google.com/drive/1kYz7-aZRGdaya...
2023-07-25T15:05:26Z
4,606
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-30T12:43:26Z
https://api.github.com/repos/huggingface/datasets/issues/4606/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4606/timeline
evaluation result changes after `datasets` version change
https://api.github.com/repos/huggingface/datasets/issues/4606/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/70014488?v=4", "events_url": "https://api.github.com/users/thnkinbtfly/events{/privacy}", "followers_url": "https://api.github.com/users/thnkinbtfly/followers", "following_url": "https://api.github.com/users/thnkinbtfly/following{/other_user}", "gists_u...
[]
null
completed
NONE
2023-07-25T15:05:26Z
null
I_kwDODunzps5M5RzO
[ "Hi! The GH/no-namespace datasets versioning is synced with the version of the `datasets` lib, which means that the `wikiann` script was modified between the two compared versions. In this scenario, you can ensure reproducibility by pinning the script version, which is done by passing `revision=\"x.y.z\"` (e.g. `re...
{ "+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/4606/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4606
https://github.com/huggingface/datasets/issues/4606
false
1,290,058,970
https://api.github.com/repos/huggingface/datasets/issues/4605/labels{/name}
### Link https://huggingface.co/datasets/boris/gis_filtered/viewer/boris--gis_filtered/train ### Description When I try to access this from the website I get this error: Status code: 400 Exception: ClientResponseError Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datase...
2022-07-06T12:34:19Z
4,605
null
https://api.github.com/repos/huggingface/datasets
null
[ { "color": "fef2c0", "default": false, "description": "", "id": 3287858981, "name": "streaming", "node_id": "MDU6TGFiZWwzMjg3ODU4OTgx", "url": "https://api.github.com/repos/huggingface/datasets/labels/streaming" } ]
2022-06-30T12:23:34Z
https://api.github.com/repos/huggingface/datasets/issues/4605/comments
{ "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:...
https://api.github.com/repos/huggingface/datasets/issues/4605/timeline
Dataset Viewer issue for boris/gis_filtered
https://api.github.com/repos/huggingface/datasets/issues/4605/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/41203448?v=4", "events_url": "https://api.github.com/users/WaterKnight1998/events{/privacy}", "followers_url": "https://api.github.com/users/WaterKnight1998/followers", "following_url": "https://api.github.com/users/WaterKnight1998/following{/other_user}"...
[ { "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...
null
completed
NONE
2022-07-06T12:34:19Z
null
I_kwDODunzps5M5Lza
[ "Yes, this dataset is \"gated\": you first have to go to https://huggingface.co/datasets/boris/gis_filtered and click \"Access repository\" (if you accept to share your contact information with the repository authors).", "I already did that, it returns error when using streaming", "Oh, sorry, I misread. Looking...
{ "+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/4605/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4605
https://github.com/huggingface/datasets/issues/4605
false
1,289,963,962
https://api.github.com/repos/huggingface/datasets/issues/4604/labels{/name}
This PR tries to fix recurrent random CI failures on Windows. After 2 runs, it seems to have fixed the issue. Fix #4603.
2022-06-30T13:33:11Z
4,604
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-30T11:00:31Z
https://api.github.com/repos/huggingface/datasets/issues/4604/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4604/timeline
Update CI Windows orb
https://api.github.com/repos/huggingface/datasets/issues/4604/events
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}",...
[]
null
null
MEMBER
2022-06-30T13:22:26Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4604.diff", "html_url": "https://github.com/huggingface/datasets/pull/4604", "merged_at": "2022-06-30T13:22:25Z", "patch_url": "https://github.com/huggingface/datasets/pull/4604.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46oeju
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4604/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4604
https://github.com/huggingface/datasets/pull/4604
true
1,289,963,331
https://api.github.com/repos/huggingface/datasets/issues/4603/labels{/name}
As reported by @lhoestq, The windows CI is currently flaky: some dependencies like `aiobotocore`, `multiprocess` and `seqeval` sometimes fail to install. In particular it seems that building the wheels fail. Here is an example of logs: ``` Building wheel for seqeval (setup.py): started Running command 'C:\to...
2022-06-30T13:22:25Z
4,603
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-30T10:59:58Z
https://api.github.com/repos/huggingface/datasets/issues/4603/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4603/timeline
CI fails recurrently and randomly on Windows
https://api.github.com/repos/huggingface/datasets/issues/4603/events
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}",...
[]
null
completed
MEMBER
2022-06-30T13:22:25Z
null
I_kwDODunzps5M40dD
[]
{ "+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/4603/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4603
https://github.com/huggingface/datasets/issues/4603
false
1,289,950,379
https://api.github.com/repos/huggingface/datasets/issues/4602/labels{/name}
The windows CI is currently flaky: some dependencies like aiobotocore, multiprocess and seqeval sometimes fail to install. In particular it seems that building the wheels fail. Here is an example of logs ``` Building wheel for seqeval (setup.py): started Running command 'C:\tools\miniconda3\envs\py37\python.exe...
2023-09-24T10:05:10Z
4,602
null
https://api.github.com/repos/huggingface/datasets
true
[]
2022-06-30T10:48:41Z
https://api.github.com/repos/huggingface/datasets/issues/4602/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4602/timeline
Upgrade setuptools in windows CI
https://api.github.com/repos/huggingface/datasets/issues/4602/events
null
{ "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:...
[]
null
null
MEMBER
2022-06-30T12:46:17Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4602.diff", "html_url": "https://github.com/huggingface/datasets/pull/4602", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4602.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4602" }
PR_kwDODunzps46obqi
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4602/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4602
https://github.com/huggingface/datasets/pull/4602
true
1,289,924,715
https://api.github.com/repos/huggingface/datasets/issues/4601/labels{/name}
The windows CI is currently flaky: some dependencies like aiobotocore, multiprocess and seqeval sometimes fail to install. In particular it seems that building the wheels fail. Here is an example of logs ``` Building wheel for seqeval (setup.py): started Running command 'C:\tools\miniconda3\envs\py37\python.exe...
2023-09-24T10:04:25Z
4,601
null
https://api.github.com/repos/huggingface/datasets
true
[]
2022-06-30T10:25:42Z
https://api.github.com/repos/huggingface/datasets/issues/4601/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4601/timeline
Upgrade pip in WIN CI
https://api.github.com/repos/huggingface/datasets/issues/4601/events
null
{ "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:...
[]
null
null
MEMBER
2022-06-30T10:43:38Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4601.diff", "html_url": "https://github.com/huggingface/datasets/pull/4601", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4601.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4601" }
PR_kwDODunzps46oWF8
[ "_The documentation is not available anymore as the PR was closed or merged._", "It failed terribly" ]
{ "+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/4601/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4601
https://github.com/huggingface/datasets/pull/4601
true
1,289,177,042
https://api.github.com/repos/huggingface/datasets/issues/4600/labels{/name}
This PR removes docs for a future feature and redirects to #4578 instead. See this [discussion](https://huggingface.slack.com/archives/C034N0A7H09/p1656107063801969) for more details :)
2022-07-04T17:41:20Z
4,600
null
https://api.github.com/repos/huggingface/datasets
false
[ { "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" } ]
2022-06-29T19:09:21Z
https://api.github.com/repos/huggingface/datasets/issues/4600/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4600/timeline
Remove multiple config section
https://api.github.com/repos/huggingface/datasets/issues/4600/events
null
{ "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...
[]
null
null
MEMBER
2022-07-04T17:29:41Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4600.diff", "html_url": "https://github.com/huggingface/datasets/pull/4600", "merged_at": "2022-07-04T17:29:41Z", "patch_url": "https://github.com/huggingface/datasets/pull/4600.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46l3P1
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4600/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4600
https://github.com/huggingface/datasets/pull/4600
true
1,288,849,933
https://api.github.com/repos/huggingface/datasets/issues/4599/labels{/name}
Hi, the current implementation of smooth-BLEU contains a bug: it smoothes unigrams as well. Consequently, when both the reference and translation consist of totally different tokens, it anyway returns a non-zero value (please see the attached image). This however contradicts the source paper suggesting the smoot...
2022-09-23T07:42:40Z
4,599
null
https://api.github.com/repos/huggingface/datasets
false
[ { "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" } ]
2022-06-29T14:51:42Z
https://api.github.com/repos/huggingface/datasets/issues/4599/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4599/timeline
Smooth-BLEU bug fixed
https://api.github.com/repos/huggingface/datasets/issues/4599/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/36672861?v=4", "events_url": "https://api.github.com/users/Aktsvigun/events{/privacy}", "followers_url": "https://api.github.com/users/Aktsvigun/followers", "following_url": "https://api.github.com/users/Aktsvigun/following{/other_user}", "gists_url": "...
[]
null
null
NONE
2022-09-23T07:42:40Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4599.diff", "html_url": "https://github.com/huggingface/datasets/pull/4599", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4599.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4599" }
PR_kwDODunzps46kvfC
[ "Thanks @Aktsvigun for your fix.\r\n\r\nHowever, metrics in `datasets` are in deprecation mode:\r\n- #4739\r\n\r\nYou should transfer this PR to the `evaluate` library: https://github.com/huggingface/evaluate\r\n\r\nJust for context, here the link to the PR by @Aktsvigun on tensorflow/nmt:\r\n- https://github.com/t...
{ "+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/4599/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4599
https://github.com/huggingface/datasets/pull/4599
true
1,288,774,514
https://api.github.com/repos/huggingface/datasets/issues/4598/labels{/name}
Fix #4597.
2022-07-01T09:41:14Z
4,598
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-29T13:59:31Z
https://api.github.com/repos/huggingface/datasets/issues/4598/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4598/timeline
Host financial_phrasebank data on the Hub
https://api.github.com/repos/huggingface/datasets/issues/4598/events
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}",...
[]
null
null
MEMBER
2022-07-01T09:29:36Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4598.diff", "html_url": "https://github.com/huggingface/datasets/pull/4598", "merged_at": "2022-07-01T09:29:36Z", "patch_url": "https://github.com/huggingface/datasets/pull/4598.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46kfOS
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4598/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4598
https://github.com/huggingface/datasets/pull/4598
true
1,288,672,007
https://api.github.com/repos/huggingface/datasets/issues/4597/labels{/name}
### Link https://huggingface.co/datasets/financial_phrasebank/viewer/sentences_allagree/train ### Description As reported by a community member using [AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/5#62bc217436d0e5d316a768f0), there seems to be a problem streaming this dat...
2022-07-01T09:29:36Z
4,597
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-29T12:45:43Z
https://api.github.com/repos/huggingface/datasets/issues/4597/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4597/timeline
Streaming issue for financial_phrasebank
https://api.github.com/repos/huggingface/datasets/issues/4597/events
null
{ "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...
[ { "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...
null
completed
MEMBER
2022-07-01T09:29:36Z
null
I_kwDODunzps5Mz5MH
[ "cc @huggingface/datasets: it seems like https://www.researchgate.net/ is flaky for datasets hosting (I put the \"hosted-on-google-drive\" tag since it's the same kind of issue I think)", "Let's see if their license allows hosting their data on the Hub.", "License is Creative Commons Attribution-NonCommercial-S...
{ "+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/4597/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4597
https://github.com/huggingface/datasets/issues/4597
false
1,288,381,735
https://api.github.com/repos/huggingface/datasets/issues/4596/labels{/name}
### Link https://huggingface.co/datasets/universal_dependencies ### Description invalid json response body at https://datasets-server.huggingface.co/splits?dataset=universal_dependencies reason: Unexpected token I in JSON at position 0 ### Owner _No response_
2022-09-07T11:29:28Z
4,596
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-29T08:50:29Z
https://api.github.com/repos/huggingface/datasets/issues/4596/comments
{ "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url": "https://ap...
https://api.github.com/repos/huggingface/datasets/issues/4596/timeline
Dataset Viewer issue for universal_dependencies
https://api.github.com/repos/huggingface/datasets/issues/4596/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/16034009?v=4", "events_url": "https://api.github.com/users/Jordy-VL/events{/privacy}", "followers_url": "https://api.github.com/users/Jordy-VL/followers", "following_url": "https://api.github.com/users/Jordy-VL/following{/other_user}", "gists_url": "htt...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url...
null
completed
NONE
2022-09-07T11:29:27Z
null
I_kwDODunzps5MyyUn
[ "Thanks, looking at it!", "Finally fixed! We updated the dataset viewer and it fixed the issue.\r\n\r\nhttps://huggingface.co/datasets/universal_dependencies/viewer/aqz_tudet/train\r\n\r\n<img width=\"1561\" alt=\"Capture d’écran 2022-09-07 à 13 29 18\" src=\"https://user-images.githubusercontent.com/1676121/18...
{ "+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/4596/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4596
https://github.com/huggingface/datasets/issues/4596
false
1,288,275,976
https://api.github.com/repos/huggingface/datasets/issues/4595/labels{/name}
### Link https://huggingface.co/datasets/cakiki/rosetta-code ### Description Hello, I just noticed an entry being redacted that shouldn't have been: `RootMeanSquare@Range[10]` is being displayed as `[email protected][10]` ### Owner _No response_
2022-06-29T08:29:41Z
4,595
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-06-29T07:15:57Z
https://api.github.com/repos/huggingface/datasets/issues/4595/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4595/timeline
Dataset Viewer issue with False positive PII redaction
https://api.github.com/repos/huggingface/datasets/issues/4595/events
null
{ "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...
[]
null
completed
CONTRIBUTOR
2022-06-29T08:27:49Z
null
I_kwDODunzps5MyYgI
[ "The value is in the data, it's not an issue with the \"dataset-viewer\".\r\n\r\n<img width=\"1161\" alt=\"Capture d’écran 2022-06-29 à 10 25 51\" src=\"https://user-images.githubusercontent.com/1676121/176389325-4d2a9a7f-1583-45b8-aa7a-960ffaa6a36a.png\">\r\n\r\n Maybe open a PR: https://huggingface.co/datasets/...
{ "+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/4595/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4595
https://github.com/huggingface/datasets/issues/4595
false
1,288,070,023
https://api.github.com/repos/huggingface/datasets/issues/4594/labels{/name}
Edit: Please feel free to remove this issue. The problem was not the error message but the fact that the DatasetDict.load_from_disk does not support loading nested splits, i.e. if one of the splits is itself a DatasetDict. If nesting splits is an antipattern, perhaps the load_from_disk function can throw a warning indi...
2022-06-29T04:03:44Z
4,594
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-29T01:40:01Z
https://api.github.com/repos/huggingface/datasets/issues/4594/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4594/timeline
load_from_disk suggests incorrect fix when used to load DatasetDict
https://api.github.com/repos/huggingface/datasets/issues/4594/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/11157811?v=4", "events_url": "https://api.github.com/users/dvsth/events{/privacy}", "followers_url": "https://api.github.com/users/dvsth/followers", "following_url": "https://api.github.com/users/dvsth/following{/other_user}", "gists_url": "https://api....
[]
null
not_planned
NONE
2022-06-29T04:03:44Z
null
I_kwDODunzps5MxmOH
[]
{ "+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/4594/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4594
https://github.com/huggingface/datasets/issues/4594
false
1,288,067,699
https://api.github.com/repos/huggingface/datasets/issues/4593/labels{/name}
Issue #4594 Issue: When `datasets.load_from_disk` is wrongly used to load a `DatasetDict`, the error message suggests using `datasets.load_from_disk`, which is the same function that generated the error. Fix: The appropriate function which should be suggested instead is `datasets.dataset_dict.load_from_disk`. Chan...
2022-06-29T04:01:59Z
4,593
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-29T01:34:27Z
https://api.github.com/repos/huggingface/datasets/issues/4593/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4593/timeline
Fix error message when using load_from_disk to load DatasetDict
https://api.github.com/repos/huggingface/datasets/issues/4593/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/11157811?v=4", "events_url": "https://api.github.com/users/dvsth/events{/privacy}", "followers_url": "https://api.github.com/users/dvsth/followers", "following_url": "https://api.github.com/users/dvsth/following{/other_user}", "gists_url": "https://api....
[]
null
null
NONE
2022-06-29T04:01:39Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4593.diff", "html_url": "https://github.com/huggingface/datasets/pull/4593", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4593.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4593" }
PR_kwDODunzps46iIkn
[]
{ "+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/4593/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4593
https://github.com/huggingface/datasets/pull/4593
true
1,288,029,377
https://api.github.com/repos/huggingface/datasets/issues/4592/labels{/name}
### Link https://huggingface.co/datasets/jalFaizy/detect_chess_pieces ### Description I am trying to write a appropriate data loader for [a custom dataset](https://huggingface.co/datasets/jalFaizy/detect_chess_pieces) using [this script](https://huggingface.co/datasets/jalFaizy/detect_chess_pieces/blob/main/detect_c...
2022-06-29T10:30:03Z
4,592
null
https://api.github.com/repos/huggingface/datasets
null
[]
2022-06-29T00:15:54Z
https://api.github.com/repos/huggingface/datasets/issues/4592/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4592/timeline
Issue with jalFaizy/detect_chess_pieces when running datasets-cli test
https://api.github.com/repos/huggingface/datasets/issues/4592/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/8406903?v=4", "events_url": "https://api.github.com/users/faizankshaikh/events{/privacy}", "followers_url": "https://api.github.com/users/faizankshaikh/followers", "following_url": "https://api.github.com/users/faizankshaikh/following{/other_user}", "gi...
[]
null
completed
NONE
2022-06-29T07:49:27Z
null
I_kwDODunzps5MxcTB
[ "Hi @faizankshaikh\r\n\r\nPlease note that we have recently launched the Community feature, specifically targeted to create Discussions (about issues/questions/asking-for-help) on each Dataset on the Hub:\r\n- Blog post: https://huggingface.co/blog/community-update\r\n- Docs: https://huggingface.co/docs/hub/reposit...
{ "+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/4592/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4592
https://github.com/huggingface/datasets/issues/4592
false
1,288,021,332
https://api.github.com/repos/huggingface/datasets/issues/4591/labels{/name}
## Describe the bug If I create a dataset including an 'Image' feature manually, when pushing to hub decoded images are not pushed, instead it looks for image where image local path is/used to be. This doesn't (at least didn't used to) happen with imagefolder. I want to build dataset manually because it is compli...
2022-07-08T12:01:36Z
4,591
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-29T00:01:23Z
https://api.github.com/repos/huggingface/datasets/issues/4591/comments
{ "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"...
https://api.github.com/repos/huggingface/datasets/issues/4591/timeline
Can't push Images to hub with manual Dataset
https://api.github.com/repos/huggingface/datasets/issues/4591/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/15624271?v=4", "events_url": "https://api.github.com/users/cceyda/events{/privacy}", "followers_url": "https://api.github.com/users/cceyda/followers", "following_url": "https://api.github.com/users/cceyda/following{/other_user}", "gists_url": "https://a...
[ { "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}", ...
null
completed
CONTRIBUTOR
2022-07-08T12:01:35Z
null
I_kwDODunzps5MxaVU
[ "Hi, thanks for reporting! This issue stems from the changes introduced in https://github.com/huggingface/datasets/pull/4282 (cc @lhoestq), in which list casts are ignored if they don't change the list type (required to preserve `null` values). And `push_to_hub` does a special cast to embed external image files but...
{ "+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/4591/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4591
https://github.com/huggingface/datasets/issues/4591
false
1,287,941,058
https://api.github.com/repos/huggingface/datasets/issues/4590/labels{/name}
# What does this PR do? ## Summary *In function `_copy_script_and_other_resources_in_importable_dir`, using string split when generating `meta_path` throws error in the edge case raised in #4540.* ## Additions - ## Changes - Changed meta_path to use `os.path.splitext` instead of using `str.split` to gener...
2022-07-08T14:55:13Z
4,590
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T21:48:06Z
https://api.github.com/repos/huggingface/datasets/issues/4590/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4590/timeline
Generalize meta_path json file creation in load.py [#4540]
https://api.github.com/repos/huggingface/datasets/issues/4590/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/20517962?v=4", "events_url": "https://api.github.com/users/VijayKalmath/events{/privacy}", "followers_url": "https://api.github.com/users/VijayKalmath/followers", "following_url": "https://api.github.com/users/VijayKalmath/following{/other_user}", "gist...
[]
null
null
CONTRIBUTOR
2022-07-07T13:17:45Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4590.diff", "html_url": "https://github.com/huggingface/datasets/pull/4590", "merged_at": "2022-07-07T13:17:44Z", "patch_url": "https://github.com/huggingface/datasets/pull/4590.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46htv0
[ "_The documentation is not available anymore as the PR was closed or merged._", "@albertvillanova, Can you please review this PR for Issue #4540 ", "@lhoestq Thank you for merging the PR . Is there a slack channel for contributing to the datasets library. I would love to work on the library and make meaningfu...
{ "+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/4590/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4590
https://github.com/huggingface/datasets/pull/4590
true
1,287,600,029
https://api.github.com/repos/huggingface/datasets/issues/4589/labels{/name}
null
2022-06-29T06:26:28Z
4,589
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-28T16:26:03Z
https://api.github.com/repos/huggingface/datasets/issues/4589/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4589/timeline
Permission denied: '/home/.cache' when load_dataset with local script
https://api.github.com/repos/huggingface/datasets/issues/4589/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/24559732?v=4", "events_url": "https://api.github.com/users/jiangh0/events{/privacy}", "followers_url": "https://api.github.com/users/jiangh0/followers", "following_url": "https://api.github.com/users/jiangh0/following{/other_user}", "gists_url": "https:...
[]
null
completed
NONE
2022-06-29T06:25:08Z
null
I_kwDODunzps5Mvzed
[]
{ "+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/4589/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4589
https://github.com/huggingface/datasets/issues/4589
false
1,287,368,751
https://api.github.com/repos/huggingface/datasets/issues/4588/labels{/name}
This PR: - Hosts head_qa data on the Hub instead of Google Drive - Fixes NonMatchingChecksumError Fix https://huggingface.co/datasets/head_qa/discussions/1
2022-07-05T16:01:15Z
4,588
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T13:39:28Z
https://api.github.com/repos/huggingface/datasets/issues/4588/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4588/timeline
Host head_qa data on the Hub and fix NonMatchingChecksumError
https://api.github.com/repos/huggingface/datasets/issues/4588/events
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}",...
[]
null
null
MEMBER
2022-07-05T15:49:52Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4588.diff", "html_url": "https://github.com/huggingface/datasets/pull/4588", "merged_at": "2022-07-05T15:49:52Z", "patch_url": "https://github.com/huggingface/datasets/pull/4588.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46f2kF
[ "_The documentation is not available anymore as the PR was closed or merged._", "Hi @albertvillanova ! Thanks for the fix ;)\r\nCan I safely checkout from this branch to build `datasets` or it is preferable to wait until all CI tests pass?\r\nThanks 🙏 ", "@younesbelkada we have just merged this PR." ]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 1, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/4588/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4588
https://github.com/huggingface/datasets/pull/4588
true
1,287,291,494
https://api.github.com/repos/huggingface/datasets/issues/4587/labels{/name}
Users can pass the dataset fingerprint they want in `map` and other dataset transforms. However the fingerprint is used to name cache files so we need to make sure it doesn't contain bad characters as mentioned in https://github.com/huggingface/datasets/issues/1718, and that it's not too long
2022-06-28T14:11:57Z
4,587
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T12:46:21Z
https://api.github.com/repos/huggingface/datasets/issues/4587/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4587/timeline
Validate new_fingerprint passed by user
https://api.github.com/repos/huggingface/datasets/issues/4587/events
null
{ "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:...
[]
null
null
MEMBER
2022-06-28T14:00:44Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4587.diff", "html_url": "https://github.com/huggingface/datasets/pull/4587", "merged_at": "2022-06-28T14:00:44Z", "patch_url": "https://github.com/huggingface/datasets/pull/4587.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46flzR
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4587/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4587
https://github.com/huggingface/datasets/pull/4587
true
1,287,105,636
https://api.github.com/repos/huggingface/datasets/issues/4586/labels{/name}
Fix #4581.
2022-06-28T14:52:56Z
4,586
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T10:05:05Z
https://api.github.com/repos/huggingface/datasets/issues/4586/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4586/timeline
Host pn_summary data on the Hub instead of Google Drive
https://api.github.com/repos/huggingface/datasets/issues/4586/events
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}",...
[]
null
null
MEMBER
2022-06-28T14:42:03Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4586.diff", "html_url": "https://github.com/huggingface/datasets/pull/4586", "merged_at": "2022-06-28T14:42:03Z", "patch_url": "https://github.com/huggingface/datasets/pull/4586.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46e9xB
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4586/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4586
https://github.com/huggingface/datasets/pull/4586
true
1,287,064,929
https://api.github.com/repos/huggingface/datasets/issues/4585/labels{/name}
Host data files of multi_news dataset on the Hub. They were on Google Drive. Fix #4580.
2022-06-28T14:19:35Z
4,585
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T09:32:06Z
https://api.github.com/repos/huggingface/datasets/issues/4585/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4585/timeline
Host multi_news data on the Hub instead of Google Drive
https://api.github.com/repos/huggingface/datasets/issues/4585/events
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}",...
[]
null
null
MEMBER
2022-06-28T14:08:48Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4585.diff", "html_url": "https://github.com/huggingface/datasets/pull/4585", "merged_at": "2022-06-28T14:08:48Z", "patch_url": "https://github.com/huggingface/datasets/pull/4585.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46e1Ne
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4585/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4585
https://github.com/huggingface/datasets/pull/4585
true
1,286,911,993
https://api.github.com/repos/huggingface/datasets/issues/4584/labels{/name}
As a precursor to aligning the task IDs in `datasets` and AutoTrain, we need a way to distinguish binary vs multiclass vs multilabel classification. This PR adds binary classification to the task IDs to enable this. Related AutoTrain issue: https://github.com/huggingface/autonlp-backend/issues/597 cc @abhishek...
2023-09-24T10:04:04Z
4,584
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T07:30:39Z
https://api.github.com/repos/huggingface/datasets/issues/4584/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4584/timeline
Add binary classification task IDs
https://api.github.com/repos/huggingface/datasets/issues/4584/events
null
{ "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...
[]
null
null
MEMBER
2023-01-26T09:27:52Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4584.diff", "html_url": "https://github.com/huggingface/datasets/pull/4584", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4584.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4584" }
PR_kwDODunzps46eVF7
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_4584). All of your documentation changes will be reflected on that endpoint.", "> Awesome thanks ! Can you add it to https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts first please ? This is where ...
{ "+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/4584/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4584
https://github.com/huggingface/datasets/pull/4584
true
1,286,790,871
https://api.github.com/repos/huggingface/datasets/issues/4583/labels{/name}
I had added Audio FLAC support with torchaudio given that Librosa and SoundFile can give problems. Also, FLAC is been used as audio from https://mlcommons.org/en/peoples-speech/
2022-06-28T05:47:02Z
4,583
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-28T05:24:21Z
https://api.github.com/repos/huggingface/datasets/issues/4583/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4583/timeline
<code> implementation of FLAC support using torchaudio
https://api.github.com/repos/huggingface/datasets/issues/4583/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/45745870?v=4", "events_url": "https://api.github.com/users/rafael-ariascalles/events{/privacy}", "followers_url": "https://api.github.com/users/rafael-ariascalles/followers", "following_url": "https://api.github.com/users/rafael-ariascalles/following{/oth...
[]
null
null
NONE
2022-06-28T05:47:02Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4583.diff", "html_url": "https://github.com/huggingface/datasets/pull/4583", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4583.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4583" }
PR_kwDODunzps46d7xo
[]
{ "+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/4583/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4583
https://github.com/huggingface/datasets/pull/4583
true
1,286,517,060
https://api.github.com/repos/huggingface/datasets/issues/4582/labels{/name}
https://github.com/huggingface/datasets/issues/3769#issuecomment-1167146126 doing `.add_column("x",x_data)` also removed any `_indexes` on the dataset, decided this shouldn't be the case. This was because `add_column` was creating a new `Dataset(...)` and wasn't possible to pass indexes on init. with this PR now...
2022-07-06T15:19:54Z
4,582
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-27T22:35:47Z
https://api.github.com/repos/huggingface/datasets/issues/4582/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4582/timeline
add_column should preserve _indexes
https://api.github.com/repos/huggingface/datasets/issues/4582/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/15624271?v=4", "events_url": "https://api.github.com/users/cceyda/events{/privacy}", "followers_url": "https://api.github.com/users/cceyda/followers", "following_url": "https://api.github.com/users/cceyda/following{/other_user}", "gists_url": "https://a...
[]
null
null
CONTRIBUTOR
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/4582.diff", "html_url": "https://github.com/huggingface/datasets/pull/4582", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/4582.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/4582" }
PR_kwDODunzps46dC59
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_4582). All of your documentation changes will be reflected on that endpoint." ]
{ "+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/4582/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4582
https://github.com/huggingface/datasets/pull/4582
true
1,286,362,907
https://api.github.com/repos/huggingface/datasets/issues/4581/labels{/name}
### Link https://huggingface.co/datasets/pn_summary/viewer/1.0.0/validation ### Description Getting an index error on the `validation` and `test` splits: ``` Server error Status code: 400 Exception: IndexError Message: list index out of range ``` ### Owner No
2022-06-28T14:42:03Z
4,581
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-27T20:56:12Z
https://api.github.com/repos/huggingface/datasets/issues/4581/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4581/timeline
Dataset Viewer issue for pn_summary
https://api.github.com/repos/huggingface/datasets/issues/4581/events
null
{ "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...
[ { "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...
null
completed
MEMBER
2022-06-28T14:42:03Z
null
I_kwDODunzps5MrFcb
[ "linked to https://github.com/huggingface/datasets/issues/4580#issuecomment-1168373066?", "Note that I refreshed twice this dataset, and I still have (another) error on one of the splits\r\n\r\n```\r\nStatus code: 400\r\nException: ClientResponseError\r\nMessage: 403, message='Forbidden', url=URL('htt...
{ "+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/4581/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4581
https://github.com/huggingface/datasets/issues/4581
false
1,286,312,912
https://api.github.com/repos/huggingface/datasets/issues/4580/labels{/name}
### Link https://huggingface.co/datasets/multi_news ### Description Not sure what the index error is referring to here: ``` Status code: 400 Exception: IndexError Message: list index out of range ``` ### Owner No
2022-06-28T14:08:48Z
4,580
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-27T20:25:25Z
https://api.github.com/repos/huggingface/datasets/issues/4580/comments
{ "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}",...
https://api.github.com/repos/huggingface/datasets/issues/4580/timeline
Dataset Viewer issue for multi_news
https://api.github.com/repos/huggingface/datasets/issues/4580/events
null
{ "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...
[ { "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...
null
completed
MEMBER
2022-06-28T14:08:48Z
null
I_kwDODunzps5Mq5PQ
[ "Thanks for reporting, @lewtun.\r\n\r\nI forced the refreshing of the preview and it worked OK for train and validation splits.\r\n\r\nI guess the error has to do with the data files being hosted at Google Drive: this gives errors when requested automatically using scripts.\r\nWe should host them to fix the error. ...
{ "+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/4580/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4580
https://github.com/huggingface/datasets/issues/4580
false
1,286,106,285
https://api.github.com/repos/huggingface/datasets/issues/4579/labels{/name}
Support streaming cfq dataset.
2022-07-04T19:35:01Z
4,579
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-27T17:11:23Z
https://api.github.com/repos/huggingface/datasets/issues/4579/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4579/timeline
Support streaming cfq dataset
https://api.github.com/repos/huggingface/datasets/issues/4579/events
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}",...
[]
null
null
MEMBER
2022-07-04T19:23:57Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4579.diff", "html_url": "https://github.com/huggingface/datasets/pull/4579", "merged_at": "2022-07-04T19:23:57Z", "patch_url": "https://github.com/huggingface/datasets/pull/4579.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46bo2h
[ "_The documentation is not available anymore as the PR was closed or merged._", "@lhoestq I've been refactoring a little the code:\r\n- Use less RAM by loading only the required samples: only if its index is in the splits file\r\n- Start yielding \"earlier\" in streaming mode: for each `split_idx`:\r\n - either ...
{ "+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/4579/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4579
https://github.com/huggingface/datasets/pull/4579
true
1,286,086,400
https://api.github.com/repos/huggingface/datasets/issues/4578/labels{/name}
Currently to define several subsets/configurations of your dataset, you need to use a dataset script. However it would be nice to have a no-code way to to this. For example we could specify different configurations of a dataset (for example, if a dataset contains different languages) with one directory per confi...
2023-06-14T15:43:05Z
4,578
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-27T16:55:11Z
https://api.github.com/repos/huggingface/datasets/issues/4578/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4578/timeline
[Multi Configs] Use directories to differentiate between subsets/configurations
https://api.github.com/repos/huggingface/datasets/issues/4578/events
null
{ "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:...
[]
null
null
MEMBER
null
null
I_kwDODunzps5MqB8A
[ "I want to be able to create folders in a model.", "How to set new split names, instead of train/test/validation? For example, I have a local dataset, consists of several subsets, named \"A\", \"B\", and \"C\". How can I create a huggingface dataset, with splits A/B/C ?\r\n\r\nThe document in https://huggingface....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 5, "heart": 9, "hooray": 0, "laugh": 0, "rocket": 5, "total_count": 19, "url": "https://api.github.com/repos/huggingface/datasets/issues/4578/reactions" }
open
false
https://api.github.com/repos/huggingface/datasets/issues/4578
https://github.com/huggingface/datasets/issues/4578
false
1,285,703,775
https://api.github.com/repos/huggingface/datasets/issues/4577/labels{/name}
Add an authentication tip similar to the one in transformers' `PreTrainedModel.from_pretrained` to `load_dataset`/`load_dataset_builder`.
2022-07-04T13:13:15Z
4,577
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-27T12:05:34Z
https://api.github.com/repos/huggingface/datasets/issues/4577/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4577/timeline
Add authentication tip to `load_dataset`
https://api.github.com/repos/huggingface/datasets/issues/4577/events
null
{ "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"...
[]
null
null
CONTRIBUTOR
2022-07-04T13:01:30Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4577.diff", "html_url": "https://github.com/huggingface/datasets/pull/4577", "merged_at": "2022-07-04T13:01:30Z", "patch_url": "https://github.com/huggingface/datasets/pull/4577.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46aTWL
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
{ "+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/4577/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4577
https://github.com/huggingface/datasets/pull/4577
true
1,285,698,576
https://api.github.com/repos/huggingface/datasets/issues/4576/labels{/name}
Include `metadata.jsonl` in resolved data files. Fix #4548 @lhoestq ~~https://github.com/huggingface/datasets/commit/d94336d30eef17fc9abc67f67fa1c139661f4e75 adds support for metadata files placed at the root, and https://github.com/huggingface/datasets/commit/4d20618ea7a19bc143ddc5fdff9d79e671fcbb95 accounts fo...
2022-07-01T12:44:55Z
4,576
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-27T12:01:29Z
https://api.github.com/repos/huggingface/datasets/issues/4576/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4576/timeline
Include `metadata.jsonl` in resolved data files
https://api.github.com/repos/huggingface/datasets/issues/4576/events
null
{ "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"...
[]
null
null
CONTRIBUTOR
2022-06-30T10:15:32Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4576.diff", "html_url": "https://github.com/huggingface/datasets/pull/4576", "merged_at": "2022-06-30T10:15:31Z", "patch_url": "https://github.com/huggingface/datasets/pull/4576.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46aSN_
[ "_The documentation is not available anymore as the PR was closed or merged._", "I still don't know if the way we implemented data files resolution could support the metadata.jsonl file without bad side effects for the other packaged builders. In particular here if you have a folder of csv/parquet/whatever files ...
{ "+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/4576/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4576
https://github.com/huggingface/datasets/pull/4576
true
1,285,446,700
https://api.github.com/repos/huggingface/datasets/issues/4575/labels{/name}
It seems that in subset casia2015, some samples are like `{'c[hn]':'xxx', 'en': 'aa'}`. So when using `data = load_dataset('wmt17', "zh-en")` to load the wmt17 zh-en dataset, which will raise the exception: ``` Traceback (most recent call last): File "train.py", line 78, in <module> data = load_dataset(args....
2022-08-23T10:01:02Z
4,575
null
https://api.github.com/repos/huggingface/datasets
null
[ { "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" } ]
2022-06-27T08:35:42Z
https://api.github.com/repos/huggingface/datasets/issues/4575/comments
{ "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:...
https://api.github.com/repos/huggingface/datasets/issues/4575/timeline
Problem about wmt17 zh-en dataset
https://api.github.com/repos/huggingface/datasets/issues/4575/events
null
{ "avatar_url": "https://avatars.githubusercontent.com/u/85819194?v=4", "events_url": "https://api.github.com/users/winterfell2021/events{/privacy}", "followers_url": "https://api.github.com/users/winterfell2021/followers", "following_url": "https://api.github.com/users/winterfell2021/following{/other_user}", ...
[ { "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...
null
completed
NONE
2022-08-23T10:00:21Z
null
I_kwDODunzps5Mnlws
[ "Running into the same error with `wmt17/zh-en`, `wmt18/zh-en` and `wmt19/zh-en`.", "@albertvillanova @lhoestq Could you take a look at this issue?", "@winterfell2021 Hi, I wonder where the code you provided should be added. I tried to add them in the `datasets/table.py` in `array_cast` function, however, the '...
{ "+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/4575/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4575
https://github.com/huggingface/datasets/issues/4575
false
1,285,380,616
https://api.github.com/repos/huggingface/datasets/issues/4574/labels{/name}
Support streaming mlsum dataset. This PR: - pins `fsspec` min version with fixed BlockSizeError: `fsspec[http]>=2021.11.1` - https://github.com/fsspec/filesystem_spec/pull/830 - unpins `s3fs==2021.08.1` to align it with `fsspec` requirement: `s3fs>=2021.11.1` > s3fs 2021.8.1 requires fsspec==2021.08.1 - s...
2022-07-21T13:37:30Z
4,574
null
https://api.github.com/repos/huggingface/datasets
false
[]
2022-06-27T07:37:03Z
https://api.github.com/repos/huggingface/datasets/issues/4574/comments
null
https://api.github.com/repos/huggingface/datasets/issues/4574/timeline
Support streaming mlsum dataset
https://api.github.com/repos/huggingface/datasets/issues/4574/events
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}",...
[]
null
null
MEMBER
2022-07-21T12:40:00Z
{ "diff_url": "https://github.com/huggingface/datasets/pull/4574.diff", "html_url": "https://github.com/huggingface/datasets/pull/4574", "merged_at": "2022-07-21T12:40:00Z", "patch_url": "https://github.com/huggingface/datasets/pull/4574.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
PR_kwDODunzps46ZOpZ
[ "_The documentation is not available anymore as the PR was closed or merged._", "After unpinning `s3fs` and pinning `fsspec[http]>=2021.11.1`, the CI installs\r\n- `fsspec-2022.1.0`\r\n- `s3fs-0.5.1`\r\n\r\nand raises the following error:\r\n```\r\n ImportError while loading conftest '/home/runner/work/datasets/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/4574/reactions" }
closed
false
https://api.github.com/repos/huggingface/datasets/issues/4574
https://github.com/huggingface/datasets/pull/4574
true