id
int64
599M
3.26B
title
stringlengths
1
290
body
stringlengths
0
228k
state
stringclasses
2 values
number
int64
1
7.7k
comments
listlengths
0
30
locked
bool
1 class
created_at
stringdate
2020-04-14 10:18:02
2025-07-24 19:46:28
updated_at
stringdate
2020-04-27 16:04:17
2025-07-25 11:56:51
author_association
stringclasses
4 values
user_login
stringlengths
3
26
user_id
int64
3.5k
219M
user_type
stringclasses
1 value
labels
stringclasses
81 values
reactions
stringlengths
191
197
url
stringlengths
58
61
html_url
stringlengths
46
51
pull_request
stringlengths
289
315
is_pull_request
bool
2 classes
1,190,060,415
Errors in `Train with Datasets` Tensorflow code section on Huggingface.co
## Describe the bug Hi ### Error 1 Running the Tensforlow code on [Huggingface](https://huggingface.co/docs/datasets/use_dataset) gives a TypeError: __init__() got an unexpected keyword argument 'return_tensors' ### Error 2 `DataCollatorWithPadding` isn't imported ## Steps to reproduce the bug ```python impo...
closed
4,084
[ "Hi @blackhat-coder, thanks for reporting.\r\n\r\nPlease note that the `transformers` library updated their data collators API last year (version 4.10.0):\r\n- huggingface/transformers#13105\r\n\r\nnow requiring to pass `return_tensors` argument at Data Collator instantiation.\r\n\r\nAnd therefore, we also updated ...
false
2022-04-01 17:02:47
2022-04-04 07:24:37
NONE
blackhat-coder
57,095,771
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4084/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4084
https://github.com/huggingface/datasets/issues/4084
null
false
1,190,025,878
Add SacreBLEU Metric Card
closed
4,083
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-04-01 16:24:56
2022-04-12 20:45:00
CONTRIBUTOR
emibaylor
27,527,747
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4083/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4083
https://github.com/huggingface/datasets/pull/4083
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4083", "html_url": "https://github.com/huggingface/datasets/pull/4083", "diff_url": "https://github.com/huggingface/datasets/pull/4083.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4083.patch", "merged_at": "2022-04-12T20:38:40Z"}
true
1,189,965,845
Add chrF(++) Metric Card
closed
4,082
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-04-01 15:32:12
2022-04-12 20:43:55
CONTRIBUTOR
emibaylor
27,527,747
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4082/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4082
https://github.com/huggingface/datasets/pull/4082
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4082", "html_url": "https://github.com/huggingface/datasets/pull/4082", "diff_url": "https://github.com/huggingface/datasets/pull/4082.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4082.patch", "merged_at": "2022-04-12T20:38:06Z"}
true
1,189,916,472
Close parquet writer properly in `push_to_hub`
We don’t call writer.close(), which causes https://github.com/huggingface/datasets/issues/4077. It can happen that we upload the file before the writer is garbage collected and writes the footer. I fixed this by explicitly closing the parquet writer. Close https://github.com/huggingface/datasets/issues/4077.
closed
4,081
[ "_The documentation is not available anymore as the PR was closed or merged._", "@lhoestq / @albertvillanova / @mariosasko \r\nI am facing the same scenario. Let me explain the situation point. I have a glue ETL job\r\n\r\n1--> My files are in parquet format and stored in AWS s3.\r\n2--> I am iterating a loop fo...
false
2022-04-01 14:58:50
2022-07-14 19:22:06
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4081/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4081
https://github.com/huggingface/datasets/pull/4081
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4081", "html_url": "https://github.com/huggingface/datasets/pull/4081", "diff_url": "https://github.com/huggingface/datasets/pull/4081.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4081.patch", "merged_at": "2022-04-01T16:16:19Z"}
true
1,189,667,296
NonMatchingChecksumError for downloading conll2012_ontonotesv5 dataset
## Steps to reproduce the bug ```python datasets.load_dataset("conll2012_ontonotesv5", "english_v12") ``` ## Actual results ``` Downloading builder script: 32.2kB [00:00, 9.72MB/s] Downloading metadata: 20.0kB [00:00, 10...
closed
4,080
[ "Hi @richarddwang,\r\n\r\n\r\nIndeed, we have recently updated the loading script of that dataset (and fixed that bug as well):\r\n- #4002\r\n\r\nThat fix will be available in our next `datasets` library release. In the meantime, you can incorporate that fix by:\r\n- installing `datasets` from our GitHub repo:\r\n`...
false
2022-04-01 11:34:28
2022-04-01 13:59:10
CONTRIBUTOR
richarddwang
17,963,619
User
[{"id": 1935892865, "node_id": "MDU6TGFiZWwxOTM1ODkyODY1", "url": "https://api.github.com/repos/huggingface/datasets/labels/duplicate", "name": "duplicate", "color": "cfd3d7", "default": true, "description": "This issue or pull request already exists"}, {"id": 2067388877, "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4080/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4080
https://github.com/huggingface/datasets/issues/4080
null
false
1,189,521,576
Increase max retries for GitHub datasets
As GitHub recurrently raises connectivity issues, this PR increases the number of max retries to request GitHub datasets, as previously done for GitHub metrics: - #4063 Note that this is a temporary solution, while we decide when and how to load GitHub datasets from the Hub: - #4059 Fix #2048 Related to: - ...
closed
4,079
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-04-01 09:34:03
2022-04-01 15:32:40
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4079/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4079
https://github.com/huggingface/datasets/pull/4079
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4079", "html_url": "https://github.com/huggingface/datasets/pull/4079", "diff_url": "https://github.com/huggingface/datasets/pull/4079.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4079.patch", "merged_at": "2022-04-01T15:27:10Z"}
true
1,189,513,572
Fix GithubMetricModuleFactory instantiation with None download_config
Recent PR: - #4063 introduced a potential bug if `GithubMetricModuleFactory` is instantiated with None `download_config`. This PR add instantiation tests and fix that potential issue. CC: @lhoestq
closed
4,078
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-04-01 09:26:58
2022-04-01 14:44:51
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4078/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4078
https://github.com/huggingface/datasets/pull/4078
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4078", "html_url": "https://github.com/huggingface/datasets/pull/4078", "diff_url": "https://github.com/huggingface/datasets/pull/4078.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4078.patch", "merged_at": "2022-04-01T14:39:27Z"}
true
1,189,467,585
ArrowInvalid: Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file.
## Describe the bug When uploading a relatively large image dataset of > 1GB, reloading doesn't work for me, even though pushing to the hub went just fine. Basically, I do: ``` from datasets import load_dataset dataset = load_dataset("imagefolder", data_files="path_to_my_files") dataset.push_to_hub("dat...
closed
4,077
[]
false
2022-04-01 08:49:13
2022-04-01 16:16:19
CONTRIBUTOR
NielsRogge
48,327,001
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4077/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4077
https://github.com/huggingface/datasets/issues/4077
null
false
1,188,478,867
Add ROUGE Metric Card
Add ROUGE metric card. I've left the 'Values from popular papers' section empty for the time being because I don't know the summarization literature very well and am therefore not sure which paper(s) to pull from (note that the original rouge paper does not seem to present specific values, just correlations with hum...
closed
4,076
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-31 18:34:34
2022-04-12 20:43:45
CONTRIBUTOR
emibaylor
27,527,747
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4076/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4076
https://github.com/huggingface/datasets/pull/4076
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4076", "html_url": "https://github.com/huggingface/datasets/pull/4076", "diff_url": "https://github.com/huggingface/datasets/pull/4076.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4076.patch", "merged_at": "2022-04-12T20:37:38Z"}
true
1,188,462,162
Add CCAgT dataset
## Adding a Dataset - **Name:** CCAgT dataset: Images of Cervical Cells with AgNOR Stain Technique - **Description:** The dataset contains 2540 images (1600x1200 where each pixel is 0.111μm×0.111μm) from three different slides, having at least one nucleus per image. These images are from fields belonging to a sample ...
closed
4,075
[ "Awesome ! Let us know if you have questions or if we can help ;) I'm assigning you\r\n\r\nPS: if possible, please try to not use Google Drive links in your dataset script, since Google Drive has download quotas and is not always reliable.", "HI, I was waiting to come out in the second version to do the implement...
false
2022-03-31 18:20:28
2022-07-06 19:03:42
NONE
johnnv1
20,444,345
User
[{"id": 2067376369, "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request", "name": "dataset request", "color": "e99695", "default": false, "description": "Requesting to add a new dataset"}, {"id": 3608941089, "node_id": "LA_kwDODunzps7XHBIh", "url": "...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4075/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4075
https://github.com/huggingface/datasets/issues/4075
null
false
1,188,449,142
Error in google/xtreme_s dataset card
**Link:** https://huggingface.co/datasets/google/xtreme_s Not a big deal but Hungarian is considered an Eastern European language, together with Serbian, Slovak, Slovenian (all correctly categorized; Slovenia is mostly to the West of Hungary, by the way).
closed
4,074
[ "Hi @wranai, thanks for reporting.\r\n\r\nPlease note that the information about language families and groups is taken form the original paper: [XTREME-S: Evaluating Cross-lingual Speech Representations](https://arxiv.org/abs/2203.10752).\r\n\r\nIf that information is wrong, feel free to contact the paper's authors...
false
2022-03-31 18:07:45
2022-04-01 08:12:56
NONE
wranai
1,048,544
User
[{"id": 1935892861, "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation", "name": "documentation", "color": "0075ca", "default": true, "description": "Improvements or additions to documentation"}, {"id": 2067388877, "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3",...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4074/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4074
https://github.com/huggingface/datasets/issues/4074
null
false
1,188,364,711
Create a metric card for Competition MATH
Proposing metric card for Competition MATH
closed
4,073
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-31 16:48:59
2022-04-01 19:02:39
CONTRIBUTOR
sashavor
14,205,986
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4073/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4073
https://github.com/huggingface/datasets/pull/4073
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4073", "html_url": "https://github.com/huggingface/datasets/pull/4073", "diff_url": "https://github.com/huggingface/datasets/pull/4073.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4073.patch", "merged_at": "2022-04-01T18:57:12Z"}
true
1,188,266,410
Add installation instructions to image_process doc
This PR adds the installation instructions for the Image feature to the image process doc.
closed
4,072
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-31 15:29:37
2022-03-31 17:05:46
COLLABORATOR
mariosasko
47,462,742
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4072/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4072
https://github.com/huggingface/datasets/pull/4072
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4072", "html_url": "https://github.com/huggingface/datasets/pull/4072", "diff_url": "https://github.com/huggingface/datasets/pull/4072.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4072.patch", "merged_at": "2022-03-31T17:00:19Z"}
true
1,187,587,683
Loading issue for xuyeliu/notebookCDG dataset
## Dataset viewer issue for '*xuyeliu/notebookCDG*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/xuyeliu/notebookCDG)* *Couldn't load the xuyeliu/notebookCDG with provided scripts: * ``` from datasets import load_dataset dataset = load_dataset("xuyeliu/notebookCDG/dataset_note...
closed
4,071
[ "Hi @Jun-jie-Huang,\r\n\r\nAs the error message says, \".pkl\" data files are not supported.\r\n\r\nIf you would like to share your dataset on the Hub, you would need:\r\n- either to create a Python loading script, that loads the data in any format\r\n- or to transform your data files to one of the supported format...
false
2022-03-31 06:36:29
2022-03-31 08:17:01
NONE
Jun-jie-Huang
46,160,972
User
[{"id": 2067388877, "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug", "name": "dataset bug", "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4071/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4071
https://github.com/huggingface/datasets/issues/4071
null
false
1,186,810,205
Create metric card for seqeval
Proposing metric card for seqeval. Not sure which values to report for Popular papers though.
closed
4,070
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-30 18:08:01
2022-04-01 19:02:58
CONTRIBUTOR
sashavor
14,205,986
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4070/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4070
https://github.com/huggingface/datasets/pull/4070
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4070", "html_url": "https://github.com/huggingface/datasets/pull/4070", "diff_url": "https://github.com/huggingface/datasets/pull/4070.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4070.patch", "merged_at": "2022-04-01T18:57:25Z"}
true
1,186,790,578
Add support for metadata files to `imagefolder`
This PR adds support for metadata files to `imagefolder` to add an ability to specify image fields other than `image` and `label`, which are inferred from the directory structure in the loaded dataset. To be parsed as an image metadata file, a file should be named `"info.csv"` and should have the following structure...
closed
4,069
[ "_The documentation is not available anymore as the PR was closed or merged._", "Love it !\r\n\r\n+1 to using JSON Lines rather than CSV. I've also seen image datasets for which JSON Lines was used.\r\n\r\nA `file_name` column sounds good as well, and it means we could reuse the same name for audio. And ok to che...
false
2022-03-30 17:47:51
2022-05-03 12:49:00
COLLABORATOR
mariosasko
47,462,742
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4069/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4069
https://github.com/huggingface/datasets/pull/4069
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4069", "html_url": "https://github.com/huggingface/datasets/pull/4069", "diff_url": "https://github.com/huggingface/datasets/pull/4069.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4069.patch", "merged_at": "2022-05-03T12:42:16Z"}
true
1,186,765,422
Improve out of bounds error message
In 1.18.4 with https://github.com/huggingface/datasets/pull/3719 we introduced an error message for users using `select` with out of bounds indices. The message ended up being confusing for some users because it mentioned negative indices, which is not the main use case. I replaced it with a message that is very sim...
closed
4,068
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-30 17:22:10
2022-03-31 08:39:08
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4068/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4068
https://github.com/huggingface/datasets/pull/4068
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4068", "html_url": "https://github.com/huggingface/datasets/pull/4068", "diff_url": "https://github.com/huggingface/datasets/pull/4068.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4068.patch", "merged_at": "2022-03-31T08:33:56Z"}
true
1,186,731,905
Update datasets task tags to align tags with models
**Requires https://github.com/huggingface/datasets/pull/4066 to be merged first** Following https://github.com/huggingface/datasets/pull/4066 we need to update many dataset tags to use the new ones. This PR takes case of this and is quite big - feel free to review only certain tags if you don't want to spend too muc...
closed
4,067
[ "_The documentation is not available anymore as the PR was closed or merged._", "Looks good, but I think we are missing some scripts with outdated tags (RedCaps, MNIST, ...).", "Just updated the tags of vision datasets :)\r\nWe can figure out one for image datasets without labels like PASS - not sure how to nam...
false
2022-03-30 16:49:32
2022-04-13 17:37:27
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4067/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4067
https://github.com/huggingface/datasets/pull/4067
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4067", "html_url": "https://github.com/huggingface/datasets/pull/4067", "diff_url": "https://github.com/huggingface/datasets/pull/4067.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4067.patch", "merged_at": "2022-04-13T17:31:11Z"}
true
1,186,728,104
Tasks alignment with models
I updated our `tasks.json` file with the new task taxonomy that is aligned with models. The rule that defines a task is the following: **Two tasks are different if and only if the steps of their pipelines** are different, i.e. if they can’t reasonably be implemented using the same coherent code (level of granular...
closed
4,066
[ "_The documentation is not available anymore as the PR was closed or merged._", "Yay! This is exciting! Note that we would probably be able to generate this JSON directly from `huggingface/hub-docs`' `Types.ts` file (cc @osanseviero)", "The following issue should make this much easier :smile: https://github.com...
false
2022-03-30 16:45:56
2022-04-13 13:12:52
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4066/reactions", "total_count": 7, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 5, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4066
https://github.com/huggingface/datasets/pull/4066
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4066", "html_url": "https://github.com/huggingface/datasets/pull/4066", "diff_url": "https://github.com/huggingface/datasets/pull/4066.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4066.patch", "merged_at": "2022-04-08T12:20:00Z"}
true
1,186,722,478
Create metric card for METEOR
Proposing a metric card for METEOR
closed
4,065
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-30 16:40:30
2022-03-31 17:12:10
CONTRIBUTOR
sashavor
14,205,986
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4065/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4065
https://github.com/huggingface/datasets/pull/4065
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4065", "html_url": "https://github.com/huggingface/datasets/pull/4065", "diff_url": "https://github.com/huggingface/datasets/pull/4065.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4065.patch", "merged_at": "2022-03-31T17:07:50Z"}
true
1,186,650,321
Contributing MedMCQA dataset
Adding MedMCQA dataset ( https://paperswithcode.com/dataset/medmcqa ) **Name**: MedMCQA **Description**: MedMCQA is a large-scale, Multiple-Choice Question Answering (MCQA) dataset designed to address real-world medical entrance exam questions. MedMCQA has more than 194k high-quality AIIMS & NEET PG entranc...
closed
4,064
[ "@lhoestq Could you please take a look?\r\nThank you!!", "Hi, thank you for the modifications and suggestions. Please check the changes.", "Can you run `make style` to fix the code formatting please ?\r\n\r\nOh and was wrong with the dummy_data.zip file, it must actually be placed at `datasets/medmcqa/dummy/1.1...
false
2022-03-30 15:42:47
2022-05-06 09:40:40
CONTRIBUTOR
monk1337
17,107,749
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4064/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4064
https://github.com/huggingface/datasets/pull/4064
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4064", "html_url": "https://github.com/huggingface/datasets/pull/4064", "diff_url": "https://github.com/huggingface/datasets/pull/4064.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4064.patch", "merged_at": "2022-05-06T08:42:56Z"}
true
1,186,611,368
Increase max retries for GitHub metrics
As GitHub recurrently raises connectivity issues, this PR increases the number of max retries to request GitHub metrics. Related to: - #3134 Also related to: - #4059
closed
4,063
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-30 15:12:48
2022-03-31 14:42:52
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4063/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4063
https://github.com/huggingface/datasets/pull/4063
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4063", "html_url": "https://github.com/huggingface/datasets/pull/4063", "diff_url": "https://github.com/huggingface/datasets/pull/4063.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4063.patch", "merged_at": "2022-03-31T14:37:47Z"}
true
1,186,330,732
Loading mozilla-foundation/common_voice_7_0 dataset failed
## Describe the bug I wanted to load `mozilla-foundation/common_voice_7_0` dataset with `fi` language and `test` split from datasets on Colab/Kaggle notebook, but I am getting an error `JSONDecodeError: [Errno Expecting value] Not Found: 0` while loading it. The bug seems to affect other languages and splits too than ...
closed
4,062
[ "Hi @aapot, thanks for reporting.\r\n\r\nWe are investigating the cause of this issue. We will keep you informed. ", "When making HTTP request from code line:\r\n```\r\nresponse = requests.get(f\"{_API_URL}/bucket/dataset/{path}/{use_cdn}\", timeout=10.0).json()\r\n```\r\nit cannot be decoded to JSON because it r...
false
2022-03-30 11:39:41
2024-06-09 12:12:46
NONE
aapot
19,529,125
User
[{"id": 2067388877, "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug", "name": "dataset bug", "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4062/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4062
https://github.com/huggingface/datasets/issues/4062
null
false
1,186,317,071
Loading cnn_dailymail dataset failed
## Describe the bug I wanted to load cnn_dailymail dataset from huggingface datasets on jupyter lab, but I am getting an error ` NotADirectoryError:[Errno20] Not a directory ` while loading it. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('cnn_dailymail', '3.0....
closed
4,061
[ "Hi @Arij-Aladel, thanks for reporting.\r\n\r\nThis issue was already reported \r\n- #3784\r\n\r\nand its root cause is a change in the Google Drive service. See:\r\n- #3786 \r\n\r\nWe have already fixed it in our 2.0.0 release. See:\r\n- #3787 \r\n\r\nPlease, update your `datasets` version:\r\n```\r\npip install -...
false
2022-03-30 11:29:02
2022-03-30 13:36:14
NONE
Arij-Aladel
68,355,048
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}, {"id": 1935892865, "node_id": "MDU6TGFiZWwxOTM1ODkyODY1", "url": "https://api.github.com/repos/h...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4061/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4061
https://github.com/huggingface/datasets/issues/4061
null
false
1,186,281,033
Deprecate canonical Multilingual Librispeech
Deprecate canonical Multilingual Librispeech in favor of [the community one](https://huggingface.co/datasets/facebook/multilingual_librispeech) which supports streaming. However, there is a problem regarding new ASR template schema: since it's changed, I guess all community datasets that use this template do not wor...
closed
4,060
[ "_The documentation is not available anymore as the PR was closed or merged._", "Yes, as discussed in #4006 we should update facebook/multilingual_librispeech indeed before we do a release. @anton-l could you help taking care of updating facebook/multilingual_librispeech ? We need to update the task template\r\n`...
false
2022-03-30 10:56:56
2022-04-01 12:54:05
CONTRIBUTOR
polinaeterna
16,348,744
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4060/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4060
https://github.com/huggingface/datasets/pull/4060
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4060", "html_url": "https://github.com/huggingface/datasets/pull/4060", "diff_url": "https://github.com/huggingface/datasets/pull/4060.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4060.patch", "merged_at": "2022-04-01T12:48:51Z"}
true
1,186,149,949
Load GitHub datasets from Hub
We have recurrently had connection errors when requesting GitHub because sometimes the site is not available. This PR requests the Hub instead, once all GitHub datasets are mirrored on the Hub. Fix #2048 Related to: - #4051 - #3210 - #2787 - #2075 - #2036
closed
4,059
[ "_The documentation is not available anymore as the PR was closed or merged._", "Currently the github datasets versioning is synced with the `datasets` lib versioning: when you load a github dataset using `datasets==x.y.z`, then the version of the dataset will be the one at the git tag `x.y.z`. This is for reprod...
false
2022-03-30 09:21:56
2022-09-16 12:43:26
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4059/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4059
https://github.com/huggingface/datasets/pull/4059
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4059", "html_url": "https://github.com/huggingface/datasets/pull/4059", "diff_url": "https://github.com/huggingface/datasets/pull/4059.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4059.patch", "merged_at": "2022-09-16T12:40:43Z"}
true
1,185,611,600
Updated annotations for nli_tr dataset
This PR adds annotation tags for `nli_tr` dataset so that the dataset can be searchable wrt. relevant query parameters. The annotations in this PR are based on the existing annotations of `snli` and `multi_nli` datasets as `nli_tr` is a machine-generated extension of those datasets. This PR is intended only for u...
closed
4,058
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thank you so much @[lhoestq](https://github.com/lhoestq) for the time you take to your review the PR!" ]
false
2022-03-29 23:46:59
2022-04-12 20:55:12
CONTRIBUTOR
e-budur
2,246,791
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4058/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4058
https://github.com/huggingface/datasets/pull/4058
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4058", "html_url": "https://github.com/huggingface/datasets/pull/4058", "diff_url": "https://github.com/huggingface/datasets/pull/4058.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4058.patch", "merged_at": "2022-04-12T10:37:22Z"}
true
1,185,442,001
`load_dataset` consumes too much memory for audio + tar archives
## Description `load_dataset` consumes more and more memory until it's killed, even though it's made with a generator. I'm adding a loading script for a new dataset, made up of ~15s audio coming from a tar file. Tried setting `DEFAULT_WRITER_BATCH_SIZE = 1` as per the discussion in #741 but the problem persists. ...
closed
4,057
[ "Hi ! Could it be because you need to free the memory used by `tarfile` by emptying the tar `members` by any chance ?\r\n```python\r\n yield key, {\"audio\": {\"path\": audio_name, \"bytes\": audio_file_obj.read()}}\r\n audio_tarfile.members = [] # free memory\r\n key += 1\r\n```\r\n\r\nand th...
false
2022-03-29 21:38:55
2022-08-16 10:22:55
NONE
JFCeron
50,839,826
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4057/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4057
https://github.com/huggingface/datasets/issues/4057
null
false
1,185,155,775
Unexpected behavior of _TempDirWithCustomCleanup
## Describe the bug This is not 100% a bug in `datasets`, but behavior that surprised me and I think this could be made more robust on the `datasets`side. When using `datasets.disable_caching()`, cache files are written to a temporary directory. This directory should be based on the environment variable TMPDIR. I ...
open
4,056
[ "Hi ! Would setting TMPDIR at the beginning of your python script/session work ? I mean, even before importing transformers, datasets, etc. and using them ? I think this would be the most robust solution given any library that uses `tempfile`. I don't think we aim to support environment variables to be changed at r...
false
2022-03-29 16:58:22
2022-03-30 15:08:04
NONE
JonasGeiping
22,680,696
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4056/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4056
https://github.com/huggingface/datasets/issues/4056
null
false
1,184,976,292
[DO NOT MERGE] Test doc-builder
This is a test PR to ensure the changes in https://github.com/huggingface/doc-builder/pull/164 don't break anything in `datasets`
closed
4,055
[ "_The documentation is not available anymore as the PR was closed or merged._", "Docs built successfully, so closing this." ]
false
2022-03-29 14:39:02
2022-03-30 12:31:14
MEMBER
lewtun
26,859,204
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4055/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4055
https://github.com/huggingface/datasets/pull/4055
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4055", "html_url": "https://github.com/huggingface/datasets/pull/4055", "diff_url": "https://github.com/huggingface/datasets/pull/4055.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4055.patch", "merged_at": null}
true
1,184,575,368
Support float data types in pearsonr/spearmanr metrics
Fix #4053.
closed
4,054
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-29 09:29:10
2022-03-29 14:07:59
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4054/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4054
https://github.com/huggingface/datasets/pull/4054
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4054", "html_url": "https://github.com/huggingface/datasets/pull/4054", "diff_url": "https://github.com/huggingface/datasets/pull/4054.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4054.patch", "merged_at": "2022-03-29T14:02:20Z"}
true
1,184,500,378
Modify datatype from `int32` to `float` for pearsonr, spearmanr.
**Is your feature request related to a problem? Please describe.** - Now [Pearsonr](https://github.com/huggingface/datasets/blob/master/metrics/pearsonr/pearsonr.py) and [Spearmanr](https://github.com/huggingface/datasets/blob/master/metrics/spearmanr/spearmanr.py) both get input data as 'int32'. **Describe the ...
closed
4,053
[ "@Woodywarhol9 good catch, thanks for reporting.\r\n\r\nWe are fixing this." ]
false
2022-03-29 08:27:41
2022-03-29 14:02:20
NONE
woodywarhol9
86,637,320
User
[{"id": 1935892871, "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4053/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4053
https://github.com/huggingface/datasets/issues/4053
null
false
1,184,447,977
metric = metric_cls( TypeError: 'NoneType' object is not callable
Hi, friend. I meet a problem. When I run the code: `metric = load_metric('glue', 'rte')` There is a problem raising: `metric = metric_cls( TypeError: 'NoneType' object is not callable ` I don't know why. Thanks for your help!
closed
4,052
[ "Hi @klyuhang9,\r\n\r\nI'm sorry but I can't reproduce your problem:\r\n```python\r\nIn [2]: metric = load_metric('glue', 'rte')\r\nDownloading builder script: 5.76kB [00:00, 2.40MB/s]\r\n```\r\n\r\nCould you please, retry to load the metric? Sometimes there are temporary connectivity issues.\r\n\r\nFeel free to re...
false
2022-03-29 07:43:08
2022-03-29 14:06:01
NONE
klyuhang9
39,409,233
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4052/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4052
https://github.com/huggingface/datasets/issues/4052
null
false
1,184,400,179
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.0.0/datasets/glue/glue.py
Hi, I meet a problem. When I run the code: `dataset = load_dataset('glue','sst2')` There is a issue raising: ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.0.0/datasets/glue/glue.py I don't know why; it is ok when I use Google Chrome to view this url. Thanks for your...
closed
4,051
[ "Hi @klyuhang9,\r\n\r\nI'm sorry but I can't reproduce your problem:\r\n```python\r\nIn [4]: ds = load_dataset(\"glue\", \"sst2\", download_mode=\"force_redownload\")\r\nDownloading builder script: 28.8kB [00:00, 9.15MB/s] ...
false
2022-03-29 07:00:31
2022-05-08 07:27:32
NONE
klyuhang9
39,409,233
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4051/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4051
https://github.com/huggingface/datasets/issues/4051
null
false
1,184,346,501
Add RVL-CDIP dataset
Resolves #2762 Dataset Request : Add RVL-CDIP dataset [#2762](https://github.com/huggingface/datasets/issues/2762) This PR adds the RVL-CDIP dataset. The dataset contains Google Drive link for download and wasn't getting downloaded automatically, so I have provided manual_download_instructions. - I have added ...
closed
4,050
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks a lot for inputs. I'll use the URL suggested and check.\r\n\r\n> we need to implement the streamable (can't use os.path.join) and the non-streamable versions of _generate_examples.\r\n\r\nSure. I will check the reference and ...
false
2022-03-29 06:00:02
2022-04-22 09:55:07
CONTRIBUTOR
dnaveenr
17,746,528
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4050/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4050
https://github.com/huggingface/datasets/pull/4050
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4050", "html_url": "https://github.com/huggingface/datasets/pull/4050", "diff_url": "https://github.com/huggingface/datasets/pull/4050.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4050.patch", "merged_at": "2022-04-21T17:15:41Z"}
true
1,183,832,893
Create metric card for the Code Eval metric
Creating initial Code Eval metric card
closed
4,049
[ "_The documentation is not available anymore as the PR was closed or merged._", "if possible, give relevant names to your Pull requests @sashavor (make it easier to scan the repo activity) Thanks!", "updating them now! thanks for the feedback @julien-c " ]
false
2022-03-28 18:34:23
2022-03-29 13:38:12
CONTRIBUTOR
sashavor
14,205,986
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4049/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4049
https://github.com/huggingface/datasets/pull/4049
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4049", "html_url": "https://github.com/huggingface/datasets/pull/4049", "diff_url": "https://github.com/huggingface/datasets/pull/4049.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4049.patch", "merged_at": "2022-03-29T13:32:50Z"}
true
1,183,804,576
Split size error on `amazon_us_reviews` / `PC_v1_00` dataset
## Describe the bug When downloading this subset as of 3-28-2022 you will encounter a split size error after the dataset is extracted. The extracted dataset has roughly ~6m rows while the split expects <1m. Upon digging a little deeper, I downloaded the raw files from `https://s3.amazonaws.com/amazon-reviews-pds/t...
closed
4,048
[ "Follow-up: I have confirmed there are no duplicate lines via `sort amazon_reviews_us_PC_v1_00.tsv | uniq -cd` after extracting the raw file.", "Hi @trentonstrong, thanks for reporting!\r\n\r\nI confirm that loading this dataset configuration throws a `NonMatchingSplitsSizesError`:\r\n```\r\nNonMatchingSplitsSize...
false
2022-03-28 18:12:04
2022-04-08 12:29:30
CONTRIBUTOR
trentonstrong
191,985
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}, {"id": 1935892877, "node_id": "MDU6TGFiZWwxOTM1ODkyODc3", "url": "https://api.github.com/repos/h...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4048/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4048
https://github.com/huggingface/datasets/issues/4048
null
false
1,183,789,237
Dataset.unique(column: str) -> ArrowNotImplementedError
## Describe the bug I'm trying to use `unique()` function, but it fails ## Steps to reproduce the bug 1. Get dataset 2. Call `unique` 3. Error # Sample code to reproduce the bug ```python !pip show datasets from datasets import load_dataset dataset = load_dataset('wikiann', 'en') dataset['train'].col...
closed
4,047
[ "Hi @orkenstein, thanks for reporting.\r\n\r\nPlease note that for this case, our `datasets` library uses under the hood the Apache Arrow `unique` function: https://arrow.apache.org/docs/python/generated/pyarrow.compute.unique.html#pyarrow.compute.unique\r\n\r\nAnd currently the Apache Arrow `unique` function is on...
false
2022-03-28 17:59:32
2022-04-01 18:24:57
NONE
orkenstein
1,461,936
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4047/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4047
https://github.com/huggingface/datasets/issues/4047
null
false
1,183,723,360
Create metric card for XNLI
Proposing a metric card for XNLI
closed
4,046
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-28 16:57:58
2022-03-29 13:32:59
CONTRIBUTOR
sashavor
14,205,986
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4046/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4046
https://github.com/huggingface/datasets/pull/4046
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4046", "html_url": "https://github.com/huggingface/datasets/pull/4046", "diff_url": "https://github.com/huggingface/datasets/pull/4046.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4046.patch", "merged_at": "2022-03-29T13:27:30Z"}
true
1,183,661,091
Fix CLI dummy data generation
PR: - #3868 broke the CLI dummy data generation. Fix #4044.
closed
4,045
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-28 16:09:15
2022-03-31 15:04:12
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4045/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4045
https://github.com/huggingface/datasets/pull/4045
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4045", "html_url": "https://github.com/huggingface/datasets/pull/4045", "diff_url": "https://github.com/huggingface/datasets/pull/4045.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4045.patch", "merged_at": "2022-03-31T14:59:06Z"}
true
1,183,658,942
CLI dummy data generation is broken
## Describe the bug We get a TypeError when running CLI dummy data generation: ```shell datasets-cli dummy_data datasets/<your-dataset-folder> --auto_generate ``` gives: ``` File ".../huggingface/datasets/src/datasets/commands/dummy_data.py", line 361, in _autogenerate_dummy_data dataset_builder._prepare_...
closed
4,044
[]
false
2022-03-28 16:07:37
2022-03-31 14:59:06
MEMBER
albertvillanova
8,515,462
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4044/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4044
https://github.com/huggingface/datasets/issues/4044
null
false
1,183,624,475
Create metric card for CUAD
Proposing a CUAD metric card
closed
4,043
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-28 15:38:58
2022-03-29 15:20:56
CONTRIBUTOR
sashavor
14,205,986
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4043/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4043
https://github.com/huggingface/datasets/pull/4043
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4043", "html_url": "https://github.com/huggingface/datasets/pull/4043", "diff_url": "https://github.com/huggingface/datasets/pull/4043.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4043.patch", "merged_at": "2022-03-29T15:15:19Z"}
true
1,183,599,461
Add support for IIIF in datasets
This is a feature request for support for IIIF in `datasets`. Apologies for the long issue. I have also used a different format to the usual feature request since I think that makes more sense but happy to use the standard template if preferred. ## What is [IIIF](https://iiif.io/)? IIIF (International Image Inte...
open
4,041
[ "Hi! Thanks for the detailed analysis of adding IIIF support. I like the idea of \"using IIIF through datasets scripts\" due to its ease of use. Another approach that I like is yielding image ids and using the `piffle` library (which offers a bit more flexibility) + `map` to download + cache images. We can handle b...
false
2022-03-28 15:19:25
2022-04-05 18:20:53
MEMBER
davanstrien
8,995,957
User
[{"id": 1935892871, "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4041/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4041
https://github.com/huggingface/datasets/issues/4041
null
false
1,183,468,927
Support streaming xcopa dataset
closed
4,039
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-28 13:45:55
2022-03-28 16:26:48
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4039/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4039
https://github.com/huggingface/datasets/pull/4039
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4039", "html_url": "https://github.com/huggingface/datasets/pull/4039", "diff_url": "https://github.com/huggingface/datasets/pull/4039.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4039.patch", "merged_at": "2022-03-28T16:21:46Z"}
true
1,183,189,827
[DO NOT MERGE] Test doc-builder with skipped installation feature
This PR is just for testing that we can build PR docs with changes made on the [`skip-install-for-real`](https://github.com/huggingface/doc-builder/tree/skip-install-for-real) branch of `doc-builder`.
closed
4,038
[ "_The documentation is not available anymore as the PR was closed or merged._", "Fix in https://github.com/huggingface/doc-builder/pull/162 works as expected (docs build), closing this" ]
false
2022-03-28 09:58:31
2023-09-24 10:01:05
MEMBER
lewtun
26,859,204
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4038/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4038
https://github.com/huggingface/datasets/pull/4038
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4038", "html_url": "https://github.com/huggingface/datasets/pull/4038", "diff_url": "https://github.com/huggingface/datasets/pull/4038.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4038.patch", "merged_at": null}
true
1,183,144,486
Error while building documentation
## Describe the bug Documentation building is failing: - https://github.com/huggingface/datasets/runs/5716300989?check_suite_focus=true ``` ValueError: There was an error when converting ../datasets/docs/source/package_reference/main_classes.mdx to the MDX format. Unable to find datasets.filesystems.S3FileSystem...
closed
4,037
[ "After some investigation, maybe the bug is in `doc-builder`.\r\n\r\nI've opened an issue there:\r\n- huggingface/doc-builder#160", "Fixed by @lewtun (thank you):\r\n- huggingface/doc-builder@31fe6c8bc7225810e281c2f6c6cd32f38828c504" ]
false
2022-03-28 09:22:44
2022-03-28 10:01:52
MEMBER
albertvillanova
8,515,462
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4037/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4037
https://github.com/huggingface/datasets/issues/4037
null
false
1,183,126,893
Fix building of documentation
Documentation building is failing: - https://github.com/huggingface/datasets/runs/5716300989?check_suite_focus=true ``` ValueError: There was an error when converting ../datasets/docs/source/package_reference/main_classes.mdx to the MDX format. Unable to find datasets.filesystems.S3FileSystem in datasets. Make su...
closed
4,036
[ "_The documentation is not available anymore as the PR was closed or merged._", "Superseded by huggingface/doc-builder@31fe6c8bc7225810e281c2f6c6cd32f38828c504" ]
false
2022-03-28 09:09:12
2023-09-24 09:55:34
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4036/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4036
https://github.com/huggingface/datasets/pull/4036
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4036", "html_url": "https://github.com/huggingface/datasets/pull/4036", "diff_url": "https://github.com/huggingface/datasets/pull/4036.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4036.patch", "merged_at": null}
true
1,183,067,456
Add zero_division argument to precision and recall metrics
Fix #4025.
closed
4,035
[]
false
2022-03-28 08:19:14
2022-03-28 09:53:07
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4035/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4035
https://github.com/huggingface/datasets/pull/4035
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4035", "html_url": "https://github.com/huggingface/datasets/pull/4035", "diff_url": "https://github.com/huggingface/datasets/pull/4035.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4035.patch", "merged_at": "2022-03-28T09:53:06Z"}
true
1,183,033,285
Fix null checksum in xcopa dataset
closed
4,034
[]
false
2022-03-28 07:48:14
2022-03-28 08:06:14
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4034/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4034
https://github.com/huggingface/datasets/pull/4034
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4034", "html_url": "https://github.com/huggingface/datasets/pull/4034", "diff_url": "https://github.com/huggingface/datasets/pull/4034.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4034.patch", "merged_at": "2022-03-28T08:06:14Z"}
true
1,182,984,445
Fix checksum error in cats_vs_dogs dataset
Recent PR updated the metadata JSON file of cats_vs_dogs dataset: - #3878 However, that new JSON file contains a None checksum. This PR fixes it. Fix #4032.
closed
4,033
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-28 07:01:25
2022-03-28 07:49:39
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4033/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4033
https://github.com/huggingface/datasets/pull/4033
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4033", "html_url": "https://github.com/huggingface/datasets/pull/4033", "diff_url": "https://github.com/huggingface/datasets/pull/4033.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4033.patch", "merged_at": "2022-03-28T07:44:24Z"}
true
1,182,595,697
can't download cats_vs_dogs dataset
## Describe the bug can't download cats_vs_dogs dataset. error: Checksums didn't match for dataset source files ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("cats_vs_dogs") ``` ## Expected results loaded successfully. ## Actual results NonMatchingCheck...
closed
4,032
[ "Thnaks for reporting @RRaphaell.\r\n\r\nWe are fixing it. " ]
false
2022-03-27 17:05:39
2022-03-28 07:44:24
NONE
RRaphaell
74,569,835
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4032/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4032
https://github.com/huggingface/datasets/issues/4032
null
false
1,182,415,124
Cannot load the dataset conll2012_ontonotesv5
## Describe the bug Cannot load the dataset conll2012_ontonotesv5 ## Steps to reproduce the bug ```python # Sample code to reproduce the bug from datasets import load_dataset dataset = load_dataset('conll2012_ontonotesv5', 'english_v4', split="test") print(dataset) ``` ## Expected results The datasets s...
closed
4,031
[ "Hi @cathyxl, thanks for reporting.\r\n\r\nIndeed, we have recently updated the loading script of that dataset (and fixed that bug as well):\r\n- #4002\r\n\r\nThat fix will be available in our next `datasets` library release. In the meantime, you can incorporate that fix by:\r\n- installing `datasets` from our GitH...
false
2022-03-27 07:38:23
2022-03-28 06:58:31
NONE
cathyxl
8,326,473
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4031/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4031
https://github.com/huggingface/datasets/issues/4031
null
false
1,182,157,056
Use a constant for the articles regex in SQuAD v2
The main reason for doing this is to be able to change the articles list if using another language, for example. It's not the most elegant solution but at least it makes the metric more extensible with no drawbacks. BTW, what could be the best way to make this more generic (i.e., SQuAD in other languages)? Maybe rec...
closed
4,030
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-26 23:06:30
2022-04-12 16:30:45
CONTRIBUTOR
bryant1410
3,905,501
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4030/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4030
https://github.com/huggingface/datasets/pull/4030
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4030", "html_url": "https://github.com/huggingface/datasets/pull/4030", "diff_url": "https://github.com/huggingface/datasets/pull/4030.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4030.patch", "merged_at": "2022-04-12T11:00:24Z"}
true
1,181,057,011
Add FAISS .range_search() method for retrieving all texts from dataset above similarity threshold
**Is your feature request related to a problem? Please describe.** I would like to retrieve all texts from a dataset, which are semantically similar to a specific input text (query), above a certain (cosine) similarity threshold. My dataset is very large (Wikipedia), so I need to use Datasets and FAISS for this. I wou...
closed
4,029
[ "Hi ! You can access the faiss index with\r\n```python\r\nfaiss_index = my_dataset.get_index(\"my_index_name\").faiss_index\r\n```\r\nand then do whatever you want with it, e.g. query it using range_search:\r\n```python\r\nthreshold = 0.95\r\nlimits, distances, indices = faiss_index.range_search(x=xq, thresh=thresh...
false
2022-03-25 17:31:33
2022-05-06 08:35:52
NONE
MoritzLaurer
41,862,082
User
[{"id": 1935892871, "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4029/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4029
https://github.com/huggingface/datasets/issues/4029
null
false
1,181,022,675
Fix docs on audio feature installation
This PR: - Removes the explicit installation of `librosa` (this is installed with `pip install datasets[audio]` - Adds the warning for Linux users to install manually the non-Python package `libsndfile` - Explains that the installation of `torchaudio` is only necessary to support loading audio datasets containing MP...
closed
4,028
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 16:55:11
2022-03-31 16:20:47
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4028/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4028
https://github.com/huggingface/datasets/pull/4028
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4028", "html_url": "https://github.com/huggingface/datasets/pull/4028", "diff_url": "https://github.com/huggingface/datasets/pull/4028.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4028.patch", "merged_at": "2022-03-31T16:15:20Z"}
true
1,180,991,344
ElasticSearch Indexing example: TypeError: __init__() missing 1 required positional argument: 'scheme'
## Describe the bug I am following the example in the documentation for elastic search step by step (on google colab): https://huggingface.co/docs/datasets/faiss_es#elasticsearch ``` from datasets import load_dataset squad = load_dataset('crime_and_punish', split='train[:1000]') ``` When I run the line: `sq...
closed
4,027
[ "Hi, @MoritzLaurer, thanks for reporting.\r\n\r\nNormally this is due to a mismatch between the versions of your Elasticsearch client and server:\r\n- your ES client is passing only keyword arguments to your ES server\r\n- whereas your ES server expects a positional argument called 'scheme'\r\n\r\nIn order to fix t...
false
2022-03-25 16:22:28
2022-04-07 10:29:52
NONE
MoritzLaurer
41,862,082
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}, {"id": 1935892865, "node_id": "MDU6TGFiZWwxOTM1ODkyODY1", "url": "https://api.github.com/repos/h...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4027/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4027
https://github.com/huggingface/datasets/issues/4027
null
false
1,180,968,774
Support streaming xtreme dataset for bucc18 config
Support streaming xtreme dataset for bucc18 config.
closed
4,026
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 16:00:40
2022-03-25 16:26:50
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4026/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4026
https://github.com/huggingface/datasets/pull/4026
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4026", "html_url": "https://github.com/huggingface/datasets/pull/4026", "diff_url": "https://github.com/huggingface/datasets/pull/4026.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4026.patch", "merged_at": "2022-03-25T16:21:52Z"}
true
1,180,963,105
Missing argument in precision/recall
**Is your feature request related to a problem? Please describe.** [`sklearn.metrics.precision_score`](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html) accepts an argument `zero_division`, but it is not available in [precision Metric](https://github.com/huggingface/datasets/blob/...
closed
4,025
[ "Thanks for the suggestion, @Dref360.\r\n\r\nWe are adding that argument. " ]
false
2022-03-25 15:55:52
2022-03-28 09:53:06
CONTRIBUTOR
Dref360
8,976,546
User
[{"id": 1935892871, "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4025/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4025
https://github.com/huggingface/datasets/issues/4025
null
false
1,180,951,817
Doc: image_process small tip
I've added a small tip in the `image_process` doc
closed
4,024
[ "_The documentation is not available anymore as the PR was closed or merged._", "This tip is unnecessary, i.e., Pillow will already be installed since the `Image` feature requires it for encoding and decoding. Thanks anyway.\r\n\r\ncc @stevhliu I've noticed we are missing the installation section in the doc (`pip...
false
2022-03-25 15:44:32
2022-03-31 15:35:35
NONE
FrancescoSaverioZuppichini
15,908,060
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4024/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4024
https://github.com/huggingface/datasets/pull/4024
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4024", "html_url": "https://github.com/huggingface/datasets/pull/4024", "diff_url": "https://github.com/huggingface/datasets/pull/4024.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4024.patch", "merged_at": null}
true
1,180,840,399
Replace yahoo_answers_topics data url
I replaced the Google Drive URL of the dataset by the FastAI one, since we've had some issues with Google Drive.
closed
4,023
[ "_The documentation is not available anymore as the PR was closed or merged._", "The CI is failing because of issues in the dataset cards that are unrelated to this PR - merging" ]
false
2022-03-25 14:08:57
2022-03-28 10:12:56
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4023/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4023
https://github.com/huggingface/datasets/pull/4023
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4023", "html_url": "https://github.com/huggingface/datasets/pull/4023", "diff_url": "https://github.com/huggingface/datasets/pull/4023.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4023.patch", "merged_at": "2022-03-28T10:07:52Z"}
true
1,180,816,682
Replace dbpedia_14 data url
I replaced the Google Drive URL of the dataset by the FastAI one, since we've had some issues with Google Drive.
closed
4,022
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 13:47:21
2022-03-25 15:03:37
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4022/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4022
https://github.com/huggingface/datasets/pull/4022
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4022", "html_url": "https://github.com/huggingface/datasets/pull/4022", "diff_url": "https://github.com/huggingface/datasets/pull/4022.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4022.patch", "merged_at": "2022-03-25T14:58:49Z"}
true
1,180,805,092
Fix `map` remove_columns on empty dataset
On an empty dataset, the `remove_columns` parameter of `map` currently doesn't actually remove the columns: ```python >>> ds = datasets.load_dataset("glue", "rte") >>> ds_filtered = ds.filter(lambda x: x["label"] != -1) >>> ds_mapped = ds_filtered.map(lambda x: x, remove_columns=["label"]) >>> print(repr(ds_mapped...
closed
4,021
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 13:36:29
2022-03-29 13:41:31
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4021/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4021
https://github.com/huggingface/datasets/pull/4021
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4021", "html_url": "https://github.com/huggingface/datasets/pull/4021", "diff_url": "https://github.com/huggingface/datasets/pull/4021.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4021.patch", "merged_at": "2022-03-29T13:35:44Z"}
true
1,180,636,754
Replace amazon_polarity data URL
I replaced the Google Drive URL of the dataset by the FastAI one, since we've had some issues with Google Drive.
closed
4,020
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 10:50:57
2022-03-25 15:02:36
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4020/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4020
https://github.com/huggingface/datasets/pull/4020
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4020", "html_url": "https://github.com/huggingface/datasets/pull/4020", "diff_url": "https://github.com/huggingface/datasets/pull/4020.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4020.patch", "merged_at": "2022-03-25T14:57:41Z"}
true
1,180,628,293
Make yelp_polarity streamable
It was using `dl_manager.download_and_extract` on a TAR archive, which is not supported in streaming mode. I replaced this by `dl_manager.iter_archive`
closed
4,019
[ "_The documentation is not available anymore as the PR was closed or merged._", "The CI is failing because of the incomplete dataset card - this is unrelated to the goal of this PR so we can ignore it" ]
false
2022-03-25 10:42:51
2022-03-25 15:02:19
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4019/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4019
https://github.com/huggingface/datasets/pull/4019
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4019", "html_url": "https://github.com/huggingface/datasets/pull/4019", "diff_url": "https://github.com/huggingface/datasets/pull/4019.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4019.patch", "merged_at": "2022-03-25T14:57:15Z"}
true
1,180,622,816
Replace yelp_review_full data url
I replaced the Google Drive URL of the Yelp review dataset by the FastAI one, since we've had some issues with Google Drive. Close https://github.com/huggingface/datasets/issues/4005
closed
4,018
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 10:37:18
2022-03-25 15:01:02
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4018/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4018
https://github.com/huggingface/datasets/pull/4018
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4018", "html_url": "https://github.com/huggingface/datasets/pull/4018", "diff_url": "https://github.com/huggingface/datasets/pull/4018.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4018.patch", "merged_at": "2022-03-25T14:56:10Z"}
true
1,180,595,160
Support streaming scan dataset
closed
4,017
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 10:11:28
2022-03-25 12:08:55
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4017/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4017
https://github.com/huggingface/datasets/pull/4017
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4017", "html_url": "https://github.com/huggingface/datasets/pull/4017", "diff_url": "https://github.com/huggingface/datasets/pull/4017.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4017.patch", "merged_at": "2022-03-25T12:03:52Z"}
true
1,180,557,828
Support streaming blimp dataset
closed
4,016
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 09:39:10
2022-03-25 11:19:18
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4016/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4016
https://github.com/huggingface/datasets/pull/4016
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4016", "html_url": "https://github.com/huggingface/datasets/pull/4016", "diff_url": "https://github.com/huggingface/datasets/pull/4016.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4016.patch", "merged_at": "2022-03-25T11:14:13Z"}
true
1,180,510,856
Can not correctly parse the classes with imagefolder
## Describe the bug I try to load my own image dataset with imagefolder, but the parsing of classes is incorrect. ## Steps to reproduce the bug I organized my dataset (ImageNet) in the following structure: ``` - imagenet/ - train/ - n01440764/ - ILSVRC2012_val_00000293.jpg ...
closed
4,015
[ "I found that the problem arises because the image files in my folder are actually symbolic links (for my own reasons). After modifications, the classes can now be correctly parsed. Therefore, I close this issue.", "HI, I have a question. How much time did you load the ImageNet data files? " ]
false
2022-03-25 08:51:17
2022-03-28 01:02:03
NONE
YiSyuanChen
21,264,909
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4015/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4015
https://github.com/huggingface/datasets/issues/4015
null
false
1,180,481,229
Support streaming id_clickbait dataset
closed
4,014
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-25 08:18:28
2022-03-25 08:58:31
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4014/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4014
https://github.com/huggingface/datasets/pull/4014
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4014", "html_url": "https://github.com/huggingface/datasets/pull/4014", "diff_url": "https://github.com/huggingface/datasets/pull/4014.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4014.patch", "merged_at": "2022-03-25T08:53:32Z"}
true
1,180,427,174
Cannot preview "hazal/Turkish-Biomedical-corpus-trM"
## Dataset viewer issue for '*hazal/Turkish-Biomedical-corpus-trM' **Link:** *https://huggingface.co/datasets/hazal/Turkish-Biomedical-corpus-trM* *I cannot see the dataset preview.* ``` Server Error Status code: 400 Exception: HTTPError Message: 403 Client Error: Forbidden for url: https://h...
closed
4,013
[ "Hi @hazalturkmen, thanks for reporting.\r\n\r\nNote that your dataset repository does not contain any loading script; it only contains a data file named `tr_article_2`.\r\n\r\nWhen there is no loading script but only data files, the `datasets` library tries to infer how to load the data by looking at the data file...
false
2022-03-25 07:12:02
2022-04-04 08:05:01
NONE
hazalturkmen
42,860,397
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4013/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4013
https://github.com/huggingface/datasets/issues/4013
null
false
1,180,350,083
Rename wer to cer
wer variable changed to cer in README file
closed
4,012
[]
false
2022-03-25 05:06:05
2022-03-28 13:57:25
CONTRIBUTOR
pmgautam
28,428,143
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4012/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4012
https://github.com/huggingface/datasets/pull/4012
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4012", "html_url": "https://github.com/huggingface/datasets/pull/4012", "diff_url": "https://github.com/huggingface/datasets/pull/4012.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4012.patch", "merged_at": "2022-03-28T13:57:25Z"}
true
1,179,885,965
Fix SQuAD v2 metric docs on `references` format
`references` it's not a list of dictionaries but a dictionary that has a list in its values.
closed
4,011
[ "_The documentation is not available anymore as the PR was closed or merged._", "Metrics are deprecated in `datasets` and `evaluate` should be used instead: https://github.com/huggingface/evaluate" ]
false
2022-03-24 18:27:10
2023-07-11 09:35:46
CONTRIBUTOR
bryant1410
3,905,501
User
[{"id": 4190228726, "node_id": "LA_kwDODunzps75wdD2", "url": "https://api.github.com/repos/huggingface/datasets/labels/transfer-to-evaluate", "name": "transfer-to-evaluate", "color": "E3165C", "default": false, "description": ""}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4011/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4011
https://github.com/huggingface/datasets/pull/4011
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4011", "html_url": "https://github.com/huggingface/datasets/pull/4011", "diff_url": "https://github.com/huggingface/datasets/pull/4011.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4011.patch", "merged_at": null}
true
1,179,848,036
Fix None issue with Sequence of dict
`Features.encode_example` currently fails if it contains a sequence if dict like `Sequence({"subcolumn": Value("int32")})` and if `None` is passed instead of the dict. ```python File "/Users/quentinlhoest/Desktop/hf/datasets/src/datasets/features/features.py", line 1310, in encode_example return encode_neste...
closed
4,010
[ "_The documentation is not available anymore as the PR was closed or merged._", "Merging since I'd like do do a patch release soon for this one" ]
false
2022-03-24 17:58:59
2022-03-28 10:13:53
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4010/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4010
https://github.com/huggingface/datasets/pull/4010
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4010", "html_url": "https://github.com/huggingface/datasets/pull/4010", "diff_url": "https://github.com/huggingface/datasets/pull/4010.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4010.patch", "merged_at": "2022-03-28T10:08:40Z"}
true
1,179,658,611
AMI load_dataset error: sndfile library not found
## Describe the bug Getting error message when loading AMI dataset. ## Steps to reproduce the bug `python3 -c "from datasets import load_dataset; print(load_dataset('ami', 'headset-single', split='validation')[0])" ` ## Expected results A clear and concise description of the expected results. ## Actual r...
closed
4,009
[ "Issue unresolved, see [4000](https://github.com/huggingface/datasets/issues/4009#issue-1179658611)" ]
false
2022-03-24 15:13:38
2022-03-24 15:46:38
NONE
i-am-neo
102,043,285
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4009/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4009
https://github.com/huggingface/datasets/issues/4009
null
false
1,179,591,068
Support streaming daily_dialog dataset
closed
4,008
[ "Yay! I love this dataset!" ]
false
2022-03-24 14:23:23
2022-03-24 15:29:01
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4008/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4008
https://github.com/huggingface/datasets/pull/4008
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4008", "html_url": "https://github.com/huggingface/datasets/pull/4008", "diff_url": "https://github.com/huggingface/datasets/pull/4008.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4008.patch", "merged_at": "2022-03-24T14:46:58Z"}
true
1,179,381,021
set_format does not work with multi dimension tensor
## Describe the bug set_format only transforms the last dimension of a multi-dimension list to tensor ## Steps to reproduce the bug ```python import torch from datasets import Dataset ds = Dataset.from_dict({"A": [torch.rand((2, 2))]}) # ds = Dataset.from_dict({"A": [np.random.rand(2, 2)]}) # => same result...
closed
4,007
[ "Hi! Use the `ArrayXD` feature type (where X is the number of dimensions) to get correctly formated tensors. So in your case, define the dataset as follows :\r\n```python\r\nds = Dataset.from_dict({\"A\": [torch.rand((2, 2))]}, features=Features({\"A\": Array2D(shape=(2, 2), dtype=\"float32\")}))\r\n```\r\n", "Hi...
false
2022-03-24 11:27:43
2022-03-30 07:28:57
NONE
phihung
5,902,432
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4007/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4007
https://github.com/huggingface/datasets/issues/4007
null
false
1,179,367,195
Use audio feature in ASR task template
The AutomaticSpeechRecognition task template is outdated: it still uses the file path column as input instead of the audio column. I changed that and updated all the datasets as well as the tests. The only community dataset that will need to be updated is `facebook/multilingual_librispeech`. It has almost zero us...
closed
4,006
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-24 11:15:22
2022-03-24 17:19:29
MEMBER
lhoestq
42,851,186
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4006/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4006
https://github.com/huggingface/datasets/pull/4006
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4006", "html_url": "https://github.com/huggingface/datasets/pull/4006", "diff_url": "https://github.com/huggingface/datasets/pull/4006.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4006.patch", "merged_at": "2022-03-24T16:48:02Z"}
true
1,179,365,663
Yelp not working
## Dataset viewer issue for '*name of the dataset*' **Link:** https://huggingface.co/datasets/yelp_review_full/viewer/yelp_review_full/train Doesn't work: ``` Server error Status code: 400 Exception: Error Message: line contains NULL ``` Am I the one who added this dataset ? No A seamingly...
closed
4,005
[ "I don't think it's an issue with the dataset-viewer. Maybe @lhoestq or @albertvillanova could confirm.\r\n\r\n```python\r\n>>> from datasets import load_dataset, DownloadMode\r\n>>> import itertools\r\n>>> # without streaming\r\n>>> dataset = load_dataset(\"yelp_review_full\", name=\"yelp_review_full\", split=\"tr...
false
2022-03-24 11:14:00
2022-03-25 14:59:57
CONTRIBUTOR
patrickvonplaten
23,423,619
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4005/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4005
https://github.com/huggingface/datasets/issues/4005
null
false
1,179,320,795
ASSIN 2 dataset: replace broken Google Drive _URLS by links on github
Closes #4003 . Fixes checksum error. Replaces Google Drive urls by the files hosted here: [Multilingual Transformer Ensembles for Portuguese Natural Language Tasks](https://github.com/ruanchaves/assin)
closed
4,004
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-24 10:37:39
2022-03-28 14:01:46
CONTRIBUTOR
ruanchaves
14,352,388
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4004/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4004
https://github.com/huggingface/datasets/pull/4004
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4004", "html_url": "https://github.com/huggingface/datasets/pull/4004", "diff_url": "https://github.com/huggingface/datasets/pull/4004.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4004.patch", "merged_at": "2022-03-28T13:56:39Z"}
true
1,179,286,877
ASSIN2 dataset checksum bug
## Describe the bug Checksum error after trying to load the [ASSIN 2 dataset](https://huggingface.co/datasets/assin2). `NonMatchingChecksumError` triggered by calling `load_dataset("assin2")`. Similar to #3952 , #3942 , #3941 , etc. ``` ----------------------------------------------------------------------...
closed
4,003
[ "Using latest code, I am still facing the issue.\r\n\r\n```python\r\n(base) vimos@vimosmu ➜ ~ ipython\r\nPython 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42) \r\nType 'copyright', 'credits' or 'license' for more information\r\nIPython 7.11.1 -- An enhanced Interactive Python. Type '?' for help...
false
2022-03-24 10:08:50
2022-04-27 14:14:45
CONTRIBUTOR
ruanchaves
14,352,388
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4003/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4003
https://github.com/huggingface/datasets/issues/4003
null
false
1,179,263,787
Support streaming conll2012_ontonotesv5 dataset
Use another URL whit a single ZIP file (instead of previous one with a ZIP file inside another ZIP file).
closed
4,002
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-24 09:49:56
2022-03-24 10:53:41
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4002/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4002
https://github.com/huggingface/datasets/pull/4002
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/4002", "html_url": "https://github.com/huggingface/datasets/pull/4002", "diff_url": "https://github.com/huggingface/datasets/pull/4002.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4002.patch", "merged_at": "2022-03-24T10:48:47Z"}
true
1,179,231,418
How to use generate this multitask dataset for SQUAD? I am getting a value error.
## Dataset viewer issue for 'squad_multitask*' **Link:** https://huggingface.co/datasets/vershasaxena91/squad_multitask *short description of the issue* I am trying to generate the multitask dataset for squad dataset. However, gives the error in dataset explorer as well as my local machine. I tried the comma...
closed
4,001
[ "Hi! Replacing `nlp.<obj>` with `datasets.<obj>` in the script should fix the problem. `nlp` has been renamed to `datasets` more than a year ago, so please use `datasets` instead to avoid weird issues.", "Thank You! Was able to solve with the help of this.", "But I request you to please fix the same in the data...
false
2022-03-24 09:21:51
2022-03-26 09:48:21
NONE
gsk1692
1,963,097
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4001/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4001
https://github.com/huggingface/datasets/issues/4001
null
false
1,178,844,616
load_dataset error: sndfile library not found
## Describe the bug Can't load ami dataset ## Steps to reproduce the bug ``` python3 -c "from datasets import load_dataset; print(load_dataset('ami', 'headset-single', split='validation')[0])" ``` ## Expected results ## Actual results Downloading and preparing dataset ami/headset-single (download: 10.71...
closed
4,000
[ "Hi @i-am-neo,\r\n\r\nThe audio support is an extra feature of `datasets` and therefore it must be installed as an additional optional dependency:\r\n```shell\r\npip install datasets[audio]\r\n```\r\nAdditionally, for specific MP3 support (which is not the case for AMI dataset, that contains WAV audio files), there...
false
2022-03-24 01:52:32
2022-03-25 17:53:33
NONE
i-am-neo
102,043,285
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/4000/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/4000
https://github.com/huggingface/datasets/issues/4000
null
false
1,178,685,280
Docs maintenance
This PR links some functions to the API reference. These functions previously only showed up in code format because the path to the actual API was incorrect.
closed
3,999
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-23 21:27:33
2022-03-30 17:01:45
MEMBER
stevhliu
59,462,357
User
[{"id": 1935892861, "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation", "name": "documentation", "color": "0075ca", "default": true, "description": "Improvements or additions to documentation"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3999/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3999
https://github.com/huggingface/datasets/pull/3999
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3999", "html_url": "https://github.com/huggingface/datasets/pull/3999", "diff_url": "https://github.com/huggingface/datasets/pull/3999.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3999.patch", "merged_at": "2022-03-30T16:56:38Z"}
true
1,178,631,986
Fix Audio.encode_example() when writing an array
Closes #3996
closed
3,998
[ "_The documentation is not available anymore as the PR was closed or merged._", "@albertvillanova do you think [this line](https://github.com/huggingface/datasets/pull/3998/files#diff-58e348f6e4deaa5f3119e420a5d48ebb82875a78c28628831748fb54f59b2c78R67) is enough? that's why we missed this bug, we didn't check thi...
false
2022-03-23 20:32:13
2022-03-29 14:21:44
CONTRIBUTOR
polinaeterna
16,348,744
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3998/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3998
https://github.com/huggingface/datasets/pull/3998
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3998", "html_url": "https://github.com/huggingface/datasets/pull/3998", "diff_url": "https://github.com/huggingface/datasets/pull/3998.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3998.patch", "merged_at": "2022-03-29T14:16:13Z"}
true
1,178,566,568
Sync Features dictionaries
This PR adds a wrapper to the `Features` class to keep the secondary dict, `_column_requires_decoding`, aligned with the main dict (as discussed in https://github.com/huggingface/datasets/pull/3723#discussion_r806912731). A more elegant approach would be to subclass `UserDict` and override `__setitem__` and `__delit...
closed
3,997
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-23 19:23:51
2022-04-13 15:52:27
COLLABORATOR
mariosasko
47,462,742
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3997/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3997
https://github.com/huggingface/datasets/pull/3997
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3997", "html_url": "https://github.com/huggingface/datasets/pull/3997", "diff_url": "https://github.com/huggingface/datasets/pull/3997.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3997.patch", "merged_at": "2022-04-13T15:46:19Z"}
true
1,178,415,905
Audio.encode_example() throws an error when writing example from array
## Describe the bug When trying to do `Audio().encode_example()` with preexisting array (see [this line](https://github.com/huggingface/datasets/blob/master/src/datasets/features/audio.py#L73)), `sf.write()` throws you an error: `TypeError: No format specified and unable to get format from file extension: <_io.BytesI...
closed
3,996
[ "Good catch ! Yes I think passing `format=\"wav\"` is the right thing to do", "Thanks @polinaeterna for reporting this issue.\r\n\r\nIn relation to the decoding of MP3 audio files without torchaudio, I remember Patrick made some tests and these had quite bad performance. That is why he proposed to support MP3 fil...
false
2022-03-23 17:11:47
2022-03-29 14:16:13
CONTRIBUTOR
polinaeterna
16,348,744
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3996/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3996
https://github.com/huggingface/datasets/issues/3996
null
false
1,178,232,623
Close `PIL.Image` file handler in `Image.decode_example`
Closes the file handler of the PIL image object in `Image.decode_example` to avoid the `Too many open files` error. To pass [the image equality checks](https://app.circleci.com/pipelines/github/huggingface/datasets/10774/workflows/d56670e6-16bb-4c64-b601-a152c5acf5ed/jobs/65825) in CI, `Image.decode_example` calls `...
closed
3,995
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-23 14:51:48
2022-03-23 18:24:52
COLLABORATOR
mariosasko
47,462,742
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3995/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3995
https://github.com/huggingface/datasets/pull/3995
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3995", "html_url": "https://github.com/huggingface/datasets/pull/3995", "diff_url": "https://github.com/huggingface/datasets/pull/3995.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3995.patch", "merged_at": "2022-03-23T18:19:26Z"}
true
1,178,211,138
Change audio column from string path to Audio feature in ASR task
Will fix #3990
closed
3,994
[]
false
2022-03-23 14:34:52
2022-03-23 15:43:43
CONTRIBUTOR
polinaeterna
16,348,744
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3994/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3994
https://github.com/huggingface/datasets/pull/3994
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3994", "html_url": "https://github.com/huggingface/datasets/pull/3994", "diff_url": "https://github.com/huggingface/datasets/pull/3994.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3994.patch", "merged_at": null}
true
1,178,201,495
Streaming dataset + interleave + DataLoader hangs with multiple workers
## Describe the bug Interleaving multiple iterable datasets that use `load_dataset` on streaming mode hangs when passed to `torch.utils.data.DataLoader` with multiple workers. ## Steps to reproduce the bug ```python from datasets import interleave_datasets, load_dataset from torch.utils.data import DataLoader ...
open
3,993
[ "Same thing occurs when streaming files loaded from disk.", "Hi ! Thanks for reporting, could this be related to https://github.com/huggingface/datasets/issues/3950 ?\r\n\r\nCurrently streaming datasets only works in single process, but we're working on having in work in distributed setups as well :) (EDIT: done)...
false
2022-03-23 14:27:29
2023-02-28 14:14:24
NONE
jpilaul
614,861
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3993/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3993
https://github.com/huggingface/datasets/issues/3993
null
false
1,177,946,153
Image column is not decoded in map when using with with_transform
## Describe the bug Image column is not _decoded_ in **map** when using with `with_transform` ## Steps to reproduce the bug ```python from datasets import Image, Dataset def add_C(batch): batch["C"] = batch["A"] return batch ds = Dataset.from_dict({"A": ["image.png"]}).cast_column("A", Image()) ...
closed
3,992
[ "Hi! This behavior stems from this line: https://github.com/huggingface/datasets/blob/799b817d97590ddc97cbd38d07469403e030de8c/src/datasets/arrow_dataset.py#L1919\r\nBasically, the `Image`/`Audio` columns are decoded only if the `format_type` attribute is `None` (`set_format`/`with_format` and `set_transform`/`with...
false
2022-03-23 10:51:13
2022-12-13 16:59:06
NONE
phihung
5,902,432
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3992/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3992
https://github.com/huggingface/datasets/issues/3992
null
false
1,177,362,901
Add Lung Image Database Consortium image collection (LIDC-IDRI) dataset
## Adding a Dataset - **Name:** *Lung Image Database Consortium image collection (LIDC-IDRI)* - **Description:** *Consists of diagnostic and lung cancer screening thoracic computed tomography (CT) scans with marked-up annotated lesions. It is a web-accessible international resource for development, training, and ev...
open
3,991
[]
false
2022-03-22 22:16:05
2022-03-23 12:57:16
NONE
omarespejel
4,755,430
User
[{"id": 2067376369, "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request", "name": "dataset request", "color": "e99695", "default": false, "description": "Requesting to add a new dataset"}, {"id": 3608941089, "node_id": "LA_kwDODunzps7XHBIh", "url": "...
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3991/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3991
https://github.com/huggingface/datasets/issues/3991
null
false
1,176,976,247
Improve AutomaticSpeechRecognition task template
**Is your feature request related to a problem? Please describe.** [AutomaticSpeechRecognition task template](https://github.com/huggingface/datasets/blob/master/src/datasets/tasks/automatic_speech_recognition.py) is outdated as it uses path to audiofile as an audio column instead of a Audio feature itself (I guess it...
closed
3,990
[ "There is an open PR to do that: #3364. I just haven't had time to finish it... ", "> There is an open PR to do that: #3364. I just haven't had time to finish it...\r\n\r\n😬 thanks..." ]
false
2022-03-22 15:41:08
2022-03-23 17:12:40
CONTRIBUTOR
polinaeterna
16,348,744
User
[{"id": 1935892871, "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3990/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3990
https://github.com/huggingface/datasets/issues/3990
null
false
1,176,955,078
Remove old wikipedia leftovers
After updating Wikipedia dataset, remove old wikipedia leftovers from doc.
closed
3,989
[ "_The documentation is not available anymore as the PR was closed or merged._", "> This makes me think we shouldn't advise the use of load_dataset in dataset scripts, since it doesn't guarantee that the cache will work as expected (the cache directory is not set correctly, and the required disk space for download...
false
2022-03-22 15:25:46
2022-03-31 15:35:26
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3989/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3989
https://github.com/huggingface/datasets/pull/3989
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3989", "html_url": "https://github.com/huggingface/datasets/pull/3989", "diff_url": "https://github.com/huggingface/datasets/pull/3989.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3989.patch", "merged_at": "2022-03-31T15:30:16Z"}
true
1,176,858,540
More consistent references in docs
Aligns the internal references with style discussed in https://github.com/huggingface/datasets/pull/3980. cc @stevhliu
closed
3,988
[ "_The documentation is not available anymore as the PR was closed or merged._", "Looks good, thanks for working on this!" ]
false
2022-03-22 14:18:41
2022-03-22 17:06:32
COLLABORATOR
mariosasko
47,462,742
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3988/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3988
https://github.com/huggingface/datasets/pull/3988
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3988", "html_url": "https://github.com/huggingface/datasets/pull/3988", "diff_url": "https://github.com/huggingface/datasets/pull/3988.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3988.patch", "merged_at": "2022-03-22T16:50:43Z"}
true
1,176,481,659
Fix Faiss custom_index device
Currently, if both `custom_index` and `device` are passed to `FaissIndex`, `device` is silently ignored. This PR fixes this by raising a ValueError if both arguments are passed. Alternatively, the `custom_index` could be transferred to the target `device`.
closed
3,987
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
false
2022-03-22 09:11:24
2022-03-24 12:18:59
MEMBER
albertvillanova
8,515,462
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3987/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3987
https://github.com/huggingface/datasets/pull/3987
{"url": "https://api.github.com/repos/huggingface/datasets/pulls/3987", "html_url": "https://github.com/huggingface/datasets/pull/3987", "diff_url": "https://github.com/huggingface/datasets/pull/3987.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3987.patch", "merged_at": "2022-03-24T12:14:12Z"}
true
1,176,429,565
Dataset loads indefinitely after modifying default cache path (~/.cache/huggingface)
## Describe the bug Dataset loads indefinitely after modifying cache path (~/.cache/huggingface) If none of the environment variables are set, this custom dataset loads fine ( json-based dataset with custom dataset load script) ** Update: Transformer modules faces the same issue as well during loading ## A clear ...
open
3,986
[ "Hi ! I didn't managed to reproduce the issue. When you kill the process, is there any stacktrace that shows at what point in the code python is hanging ?", "Hi @lhoestq , I've traced the issue back to file locking. It's similar to this thread, using Lustre filesystem as well. https://github.com/huggingface/datas...
false
2022-03-22 08:23:21
2023-03-06 16:55:04
NONE
kelvinAI
10,686,779
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3986/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3986
https://github.com/huggingface/datasets/issues/3986
null
false
1,175,982,937
[image feature] Too many files open error when image feature is returned as a path
## Describe the bug PR in context: #3967. If I load the dataset in this PR (TextVQA), and do a simple list comprehension on the dataset, I get `Too many open files error`. This is happening due to the way we are loading the image feature when a str path is returned from the `_generate_examples`. Specifically at http...
closed
3,985
[]
false
2022-03-21 21:54:05
2022-03-23 18:19:27
CONTRIBUTOR
apsdehal
3,616,806
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3985/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3985
https://github.com/huggingface/datasets/issues/3985
null
false
1,175,822,117
Local and automatic tests fail
## Describe the bug Running the tests from CircleCI on a PR or locally fails, even with no changes. Tests seem to fail on `test_metric_common.py` ## Steps to reproduce the bug ```shell git clone https://huggingface/datasets.git cd datasets ``` ```python python -m pip install -e . pytest ``` ## Expected...
closed
3,984
[ "Hi ! To be able to run the tests, you need to install all the test dependencies and additional ones with\r\n```\r\npip install -e .[tests]\r\npip install -r additional-tests-requirements.txt --no-deps\r\n```\r\n\r\nIn particular, you probably need to `sacrebleu`. It looks like it wasn't able to instantiate `sacreb...
false
2022-03-21 19:07:37
2023-07-25 15:18:40
NONE
MarkusSagen
20,767,068
User
[{"id": 1935892857, "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working"}]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3984/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3984
https://github.com/huggingface/datasets/issues/3984
null
false
1,175,759,412
Infinitely attempting lock
I am trying to run one of the examples of the `transformers` repo, which makes use of `datasets`. Important to note is that I am trying to run this via a Databricks notebook, and all the files reside in the Databricks Filesystem (DBFS). ``` %sh python /dbfs/transformers/examples/pytorch/summarization/run_summariz...
closed
3,983
[ "Hi ! Thanks for reporting. We're using filelock` as our locking mechanism.\r\n\r\nCan you try deleting the .lock file mentioned in the logs and try again ? Make sure that no other process is generating the `cnn_dailymail` dataset.\r\n\r\nIf it doesn't work, could you try to set up a lock using the latest version ...
false
2022-03-21 18:11:57
2024-05-09 08:24:34
NONE
jyrr
11,869,652
User
[]
{"url": "https://api.github.com/repos/huggingface/datasets/issues/3983/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
https://api.github.com/repos/huggingface/datasets/issues/3983
https://github.com/huggingface/datasets/issues/3983
null
false