id
int64
599M
3.29B
url
stringlengths
58
61
html_url
stringlengths
46
51
number
int64
1
7.72k
title
stringlengths
1
290
state
stringclasses
2 values
comments
int64
0
70
created_at
timestamp[s]date
2020-04-14 10:18:02
2025-08-05 09:28:51
updated_at
timestamp[s]date
2020-04-27 16:04:17
2025-08-05 11:39:56
closed_at
timestamp[s]date
2020-04-14 12:01:40
2025-08-01 05:15:45
user_login
stringlengths
3
26
labels
listlengths
0
4
body
stringlengths
0
228k
is_pull_request
bool
2 classes
1,058,718,957
https://api.github.com/repos/huggingface/datasets/issues/3301
https://github.com/huggingface/datasets/pull/3301
3,301
Add wikipedia tags
closed
0
2021-11-19T16:39:25
2021-11-19T16:49:30
2021-11-19T16:49:29
lhoestq
[]
Add the missing tags to the wikipedia dataset card. I also added the missing languages code in our language codes list. This should also fix the code snippet that is presented on the Hub to load the dataset: fix https://github.com/huggingface/datasets/issues/3292
true
1,058,644,459
https://api.github.com/repos/huggingface/datasets/issues/3300
https://github.com/huggingface/datasets/issues/3300
3,300
❓ Dataset loading script from Hugging Face Hub
closed
8
2021-11-19T15:20:52
2021-12-22T10:57:56
2021-12-22T10:57:56
pietrolesci
[ "dataset request", "dataset-viewer" ]
Hi there, I am trying to add my custom `ag_news` with its own loading script on the Hugging Face datasets hub. In particular, I would like to test the addition of a second configuration to the existing `ag_news` dataset. Once it works in my hub, I plan to make a PR to the original dataset. However, in trying to do s...
false
1,058,518,213
https://api.github.com/repos/huggingface/datasets/issues/3299
https://github.com/huggingface/datasets/issues/3299
3,299
Add option to find unique elements in nested sequences when calling `Dataset.unique`
open
4
2021-11-19T13:16:06
2023-05-19T14:45:40
null
mariosasko
[ "enhancement" ]
It would be nice to have an option to flatten nested sequences to find unique elements stored in them when calling `Dataset.unique`. ~~Currently, `Dataset.unique` only supports finding unique sequences and not unique elements in that situation.~~
false
1,058,420,201
https://api.github.com/repos/huggingface/datasets/issues/3298
https://github.com/huggingface/datasets/issues/3298
3,298
Agnews dataset viewer is not working
closed
3
2021-11-19T11:18:59
2021-12-21T16:24:05
2021-12-21T16:24:05
pietrolesci
[ "dataset-viewer" ]
## Dataset viewer issue for '*name of the dataset*' **Link:** https://huggingface.co/datasets/ag_news Hi there, the `ag_news` dataset viewer is not working. Am I the one who added this dataset? No
false
1,058,263,859
https://api.github.com/repos/huggingface/datasets/issues/3297
https://github.com/huggingface/datasets/issues/3297
3,297
.map() cache is wrongfully reused - only happens when the mapping function is imported
open
5
2021-11-19T08:18:36
2025-07-31T16:29:29
null
eladsegal
[ "bug" ]
## Describe the bug When `.map` is used with a mapping function that is imported, the cache is reused even if the mapping function has been modified. The reason for this is that `dill` that is used for creating the fingerprint [pickles imported functions by reference](https://stackoverflow.com/a/67851411). I guess...
false
1,057,970,638
https://api.github.com/repos/huggingface/datasets/issues/3296
https://github.com/huggingface/datasets/pull/3296
3,296
Fix temporary dataset_path creation for URIs related to remote fs
closed
2
2021-11-18T23:32:45
2021-12-06T10:45:04
2021-12-06T10:45:04
francisco-perez-sorrosal
[]
This aims to close #3295
true
1,057,954,892
https://api.github.com/repos/huggingface/datasets/issues/3295
https://github.com/huggingface/datasets/issues/3295
3,295
Temporary dataset_path for remote fs URIs not built properly in arrow_dataset.py::load_from_disk
closed
1
2021-11-18T23:24:02
2021-12-06T10:45:04
2021-12-06T10:45:04
francisco-perez-sorrosal
[ "bug" ]
## Describe the bug When trying to build a temporary dataset path from a remote URI in this block of code: https://github.com/huggingface/datasets/blob/42f6b1d18a4a1b6009b6e62d115491be16dfca22/src/datasets/arrow_dataset.py#L1038-L1042 the result is not the expected when passing an absolute path in an URI like `h...
false
1,057,495,473
https://api.github.com/repos/huggingface/datasets/issues/3294
https://github.com/huggingface/datasets/issues/3294
3,294
Add Natural Adversarial Objects dataset
open
0
2021-11-18T15:34:44
2021-12-08T12:00:02
null
osanseviero
[ "dataset request", "vision" ]
## Adding a Dataset - **Name:** Natural Adversarial Objects (NAO) - **Description:** Natural Adversarial Objects (NAO) is a new dataset to evaluate the robustness of object detection models. NAO contains 7,934 images and 9,943 objects that are unmodified and representative of real-world scenarios, but cause state-of-...
false
1,057,004,431
https://api.github.com/repos/huggingface/datasets/issues/3293
https://github.com/huggingface/datasets/pull/3293
3,293
Pin version exclusion for Markdown
closed
0
2021-11-18T06:56:01
2021-11-18T10:28:05
2021-11-18T10:28:04
albertvillanova
[]
As Markdown version 3.3.5 has a bug, it is better to exclude it in case the users have it previously installed in their environment. Related to #3289, #3286.
true
1,056,962,554
https://api.github.com/repos/huggingface/datasets/issues/3292
https://github.com/huggingface/datasets/issues/3292
3,292
Not able to load 'wikipedia' dataset
closed
1
2021-11-18T05:41:18
2021-11-19T16:49:29
2021-11-19T16:49:29
abhibisht89
[ "bug" ]
## Describe the bug I am following the instruction for loading the wikipedia dataset using datasets. However getting the below error. ## Steps to reproduce the bug from datasets import load_dataset dataset = load_dataset("wikipedia") ``` ## Expected results A clear and concise description of the expected res...
false
1,056,689,876
https://api.github.com/repos/huggingface/datasets/issues/3291
https://github.com/huggingface/datasets/pull/3291
3,291
Use f-strings in the dataset scripts
closed
0
2021-11-17T22:20:19
2021-11-22T16:40:16
2021-11-22T16:40:16
Carlosbogo
[]
Uses f-strings to format the .py files in the dataset folder
true
1,056,414,856
https://api.github.com/repos/huggingface/datasets/issues/3290
https://github.com/huggingface/datasets/pull/3290
3,290
Make several audio datasets streamable
closed
4
2021-11-17T17:43:41
2022-02-01T21:00:52
2021-11-19T15:08:57
lhoestq
[]
<s>Needs https://github.com/huggingface/datasets/pull/3129 to be merged first</s> Make those audio datasets streamable: - [x] common_voice - [x] openslr - [x] vivos - [x] librispeech_asr <s>(still has some issues to read FLAC)</s> *actually it's ok* - [ ] <s>multilingual_librispeech (yet to be converted)</S> *T...
true
1,056,323,715
https://api.github.com/repos/huggingface/datasets/issues/3289
https://github.com/huggingface/datasets/pull/3289
3,289
Unpin markdown for build_docs now that it's fixed
closed
0
2021-11-17T16:22:53
2021-11-17T16:23:09
2021-11-17T16:23:08
lhoestq
[]
`markdown`'s bug has been fixed, so this PR reverts #3286
true
1,056,145,703
https://api.github.com/repos/huggingface/datasets/issues/3288
https://github.com/huggingface/datasets/pull/3288
3,288
Allow datasets with indices table when concatenating along axis=1
closed
0
2021-11-17T13:41:28
2021-11-17T15:41:12
2021-11-17T15:41:11
mariosasko
[]
Calls `flatten_indices` on the datasets with indices table in `concatenate_datasets` to fix issues when concatenating along `axis=1`. cc @lhoestq: I decided to flatten all the datasets instead of flattening all the datasets except the largest one in the end. The latter approach fails on the following example: ```...
true
1,056,079,724
https://api.github.com/repos/huggingface/datasets/issues/3287
https://github.com/huggingface/datasets/pull/3287
3,287
Add The Pile dataset and PubMed Central subset
closed
0
2021-11-17T12:35:58
2021-12-01T15:29:08
2021-12-01T15:29:07
albertvillanova
[]
Add: - The complete final version of The Pile dataset: "all" config - PubMed Central subset of The Pile: "pubmed_central" config Close #1675, close bigscience-workshop/data_tooling#74. CC: @StellaAthena, @lewtun
true
1,056,008,586
https://api.github.com/repos/huggingface/datasets/issues/3286
https://github.com/huggingface/datasets/pull/3286
3,286
Fix build_docs CI
closed
0
2021-11-17T11:18:56
2021-11-17T11:19:20
2021-11-17T11:19:19
lhoestq
[]
Because of https://github.com/Python-Markdown/markdown/issues/1196 we have to temporarily pin `markdown` to 3.3.4 for the docs to build without issues
true
1,055,506,730
https://api.github.com/repos/huggingface/datasets/issues/3285
https://github.com/huggingface/datasets/issues/3285
3,285
Add IEMOCAP dataset
open
8
2021-11-16T22:47:20
2023-06-10T08:14:52
null
osanseviero
[ "dataset request", "speech", "vision" ]
## Adding a Dataset - **Name:** IEMOCAP - **Description:** acted, multimodal and multispeaker database - **Paper:** https://sail.usc.edu/iemocap/Busso_2008_iemocap.pdf - **Data:** https://sail.usc.edu/iemocap/index.html - **Motivation:** Useful multimodal dataset cc @anton-l Instructions to add a new datase...
false
1,055,502,909
https://api.github.com/repos/huggingface/datasets/issues/3284
https://github.com/huggingface/datasets/issues/3284
3,284
Add VoxLingua107 dataset
open
1
2021-11-16T22:44:08
2021-12-06T09:49:45
null
osanseviero
[ "dataset request", "speech" ]
## Adding a Dataset - **Name:** VoxLingua107 - **Description:** VoxLingua107 is a speech dataset for training spoken language identification models. The dataset consists of short speech segments automatically extracted from YouTube videos and labeled according the language of the video title and description, with som...
false
1,055,495,874
https://api.github.com/repos/huggingface/datasets/issues/3283
https://github.com/huggingface/datasets/issues/3283
3,283
Add Speech Commands dataset
closed
1
2021-11-16T22:39:56
2021-12-10T10:30:15
2021-12-10T10:30:15
osanseviero
[ "dataset request", "speech" ]
## Adding a Dataset - **Name:** Speech commands - **Description:** A Dataset for Limited-Vocabulary Speech Recognition - **Paper:** https://arxiv.org/abs/1804.03209 - **Data:** https://www.tensorflow.org/datasets/catalog/speech_commands, Available: http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz ...
false
1,055,054,898
https://api.github.com/repos/huggingface/datasets/issues/3282
https://github.com/huggingface/datasets/issues/3282
3,282
ConnectionError: Couldn't reach https://huggingface.co/datasets/oscar-corpus/OSCAR-2109/resolve/main/OSCAR-2109.py
closed
7
2021-11-16T16:05:19
2022-04-12T11:57:43
2022-04-12T11:57:43
MinionAttack
[ "dataset-viewer" ]
## Dataset viewer issue for '*oscar-corpus/OSCAR-2109*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/oscar-corpus/OSCAR-2109)* *The dataset library cannot download any language from the oscar-corpus/OSCAR-2109 dataset. By entering the URL in your browser I can access the file.* ...
false
1,055,018,876
https://api.github.com/repos/huggingface/datasets/issues/3281
https://github.com/huggingface/datasets/pull/3281
3,281
[Datasets] Improve Covost 2
closed
2
2021-11-16T15:32:19
2022-01-26T16:17:06
2021-11-18T10:44:04
patrickvonplaten
[]
It's currently quite confusing to understand the manual data download instruction of Covost and not very user-friendly. Currenty the user has to: 1. Go on Common Voice website 2. Find the correct dataset which is **not** mentioned in the error message 3. Download it 4. Untar it 5. Create a language id folder ...
true
1,054,766,828
https://api.github.com/repos/huggingface/datasets/issues/3280
https://github.com/huggingface/datasets/pull/3280
3,280
Fix bookcorpusopen RAM usage
closed
0
2021-11-16T11:27:52
2021-11-17T15:53:28
2021-11-16T13:34:30
lhoestq
[]
Each document is a full book, so the default arrow writer batch size of 10,000 is too big, and it can fill up RAM quickly before flushing the first batch on disk. I changed its batch size to 256 to use maximum 100MB of memory Fix #3167.
true
1,054,711,852
https://api.github.com/repos/huggingface/datasets/issues/3279
https://github.com/huggingface/datasets/pull/3279
3,279
Minor Typo Fix - Precision to Recall
closed
0
2021-11-16T10:32:22
2021-11-16T11:18:03
2021-11-16T11:18:02
SebastinSanty
[]
null
true
1,054,249,463
https://api.github.com/repos/huggingface/datasets/issues/3278
https://github.com/huggingface/datasets/pull/3278
3,278
Proposed update to the documentation for WER
closed
0
2021-11-15T23:28:31
2021-11-16T11:19:37
2021-11-16T11:19:37
wooters
[]
I wanted to submit a minor update to the description of WER for your consideration. Because of the possibility of insertions, the numerator in the WER formula can be larger than N, so the value of WER can be greater than 1.0: ``` >>> from datasets import load_metric >>> metric = load_metric("wer") >>> metric....
true
1,054,122,656
https://api.github.com/repos/huggingface/datasets/issues/3277
https://github.com/huggingface/datasets/pull/3277
3,277
f-string formatting
closed
1
2021-11-15T21:37:05
2021-11-19T20:40:08
2021-11-17T16:18:38
Mehdi2402
[]
**Fix #3257** Replaced _.format()_ and _%_ by f-strings in the following modules : - [x] **tests** - [x] **metrics** - [x] **benchmarks** - [x] **utils** - [x] **templates** - [x] **src/Datasets/\*.py** Modules in **_src/Datasets/_**: - [x] **commands** - [x] **features** - [x] **formatting** - [x] **...
true
1,053,793,063
https://api.github.com/repos/huggingface/datasets/issues/3276
https://github.com/huggingface/datasets/pull/3276
3,276
Update KILT metadata JSON
closed
0
2021-11-15T15:25:25
2021-11-16T11:21:59
2021-11-16T11:21:58
albertvillanova
[]
Fix #3265.
true
1,053,698,898
https://api.github.com/repos/huggingface/datasets/issues/3275
https://github.com/huggingface/datasets/pull/3275
3,275
Force data files extraction if download_mode='force_redownload'
closed
0
2021-11-15T14:00:24
2021-11-15T14:45:23
2021-11-15T14:45:23
mariosasko
[]
Avoids weird issues when redownloading a dataset due to cached data not being fully updated. With this change, issues #3122 and https://github.com/huggingface/datasets/issues/2956 (not a fix, but a workaround) can be fixed as follows: ```python dset = load_dataset(..., download_mode="force_redownload") ```
true
1,053,689,140
https://api.github.com/repos/huggingface/datasets/issues/3274
https://github.com/huggingface/datasets/pull/3274
3,274
Fix some contact information formats
closed
1
2021-11-15T13:50:34
2021-11-15T14:43:55
2021-11-15T14:43:54
lhoestq
[]
As reported in https://github.com/huggingface/datasets/issues/3188 some contact information are not displayed correctly. This PR fixes this for CoNLL-2002 and some other datasets with the same issue
true
1,053,554,038
https://api.github.com/repos/huggingface/datasets/issues/3273
https://github.com/huggingface/datasets/issues/3273
3,273
Respect row ordering when concatenating datasets along axis=1
closed
0
2021-11-15T11:27:14
2021-11-17T15:41:11
2021-11-17T15:41:11
mariosasko
[ "bug" ]
Currently, there is a bug when concatenating datasets along `axis=1` if more than one dataset has the `_indices` attribute defined. In that scenario, all indices mappings except the first one get ignored. A minimal reproducible example: ```python >>> from datasets import Dataset, concatenate_datasets >>> a = Data...
false
1,053,516,479
https://api.github.com/repos/huggingface/datasets/issues/3272
https://github.com/huggingface/datasets/issues/3272
3,272
Make iter_archive work with ZIP files
open
4
2021-11-15T10:50:42
2021-11-25T00:08:47
null
lhoestq
[ "enhancement" ]
Currently users can use `dl_manager.iter_archive` in their dataset script to iterate over all the files of a TAR archive. It would be nice if it could work with ZIP files too !
false
1,053,482,919
https://api.github.com/repos/huggingface/datasets/issues/3271
https://github.com/huggingface/datasets/pull/3271
3,271
Decode audio from remote
closed
0
2021-11-15T10:25:56
2021-11-16T11:35:58
2021-11-16T11:35:58
lhoestq
[]
Currently the Audio feature type can only decode local audio files, not remote files. To fix this I replaced `open` with our `xopen` functoin that is compatible with remote files in audio.py cc @albertvillanova @mariosasko
true
1,053,465,662
https://api.github.com/repos/huggingface/datasets/issues/3270
https://github.com/huggingface/datasets/pull/3270
3,270
Add os.listdir for streaming
closed
0
2021-11-15T10:14:04
2021-11-15T10:27:03
2021-11-15T10:27:03
lhoestq
[]
Extend `os.listdir` to support streaming data from remote files. This is often used to navigate in remote ZIP files for example
true
1,053,218,769
https://api.github.com/repos/huggingface/datasets/issues/3269
https://github.com/huggingface/datasets/issues/3269
3,269
coqa NonMatchingChecksumError
closed
18
2021-11-15T05:04:07
2022-01-19T13:58:19
2022-01-19T13:58:19
ZhaofengWu
[ "bug" ]
``` >>> from datasets import load_dataset >>> dataset = load_dataset("coqa") Downloading: 3.82kB [00:00, 1.26MB/s] ...
false
1,052,992,681
https://api.github.com/repos/huggingface/datasets/issues/3268
https://github.com/huggingface/datasets/issues/3268
3,268
Dataset viewer issue for 'liweili/c4_200m'
closed
5
2021-11-14T17:18:46
2021-12-21T10:25:20
2021-12-21T10:24:51
liliwei25
[ "dataset-viewer" ]
## Dataset viewer issue for '*liweili/c4_200m*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/liweili/c4_200m)* *Server Error* ``` Status code: 404 Exception: Status404Error Message: Not found. Maybe the cache is missing, or maybe the ressource does not exist. ``` ...
false
1,052,750,084
https://api.github.com/repos/huggingface/datasets/issues/3267
https://github.com/huggingface/datasets/pull/3267
3,267
Replacing .format() and % by f-strings
closed
4
2021-11-13T19:12:02
2021-11-16T21:00:26
2021-11-16T14:55:43
Mehdi2402
[]
**Fix #3257** Replaced _.format()_ and _%_ by f-strings in the following modules : - [x] **tests** - [x] **metrics** - [x] **benchmarks** - [x] **utils** - [x] **templates** Will follow in the next PR the modules left : - [ ] **src** Module **datasets** will not be edited as asked by @mariosasko PS...
true
1,052,700,155
https://api.github.com/repos/huggingface/datasets/issues/3266
https://github.com/huggingface/datasets/pull/3266
3,266
Fix URLs for WikiAuto Manual, jeopardy and definite_pronoun_resolution
closed
10
2021-11-13T15:01:34
2021-12-06T11:16:31
2021-12-06T11:16:31
LashaO
[]
[#3264](https://github.com/huggingface/datasets/issues/3264)
true
1,052,666,558
https://api.github.com/repos/huggingface/datasets/issues/3265
https://github.com/huggingface/datasets/issues/3265
3,265
Checksum error for kilt_task_wow
closed
2
2021-11-13T12:04:17
2021-11-16T11:23:53
2021-11-16T11:21:58
slyviacassell
[ "bug" ]
## Describe the bug Checksum failed when downloads kilt_tasks_wow. See error output for details. ## Steps to reproduce the bug ```python import datasets datasets.load_datasets('kilt_tasks','wow') ``` ## Expected results Download successful ## Actual results ``` Downloading and preparing dataset kilt_ta...
false
1,052,663,513
https://api.github.com/repos/huggingface/datasets/issues/3264
https://github.com/huggingface/datasets/issues/3264
3,264
Downloading URL change for WikiAuto Manual, jeopardy and definite_pronoun_resolution
closed
3
2021-11-13T11:47:12
2022-06-01T17:38:16
2022-06-01T17:38:16
slyviacassell
[ "bug" ]
## Describe the bug - WikiAuto Manual The original manual datasets with the following downloading URL in this [repository](https://github.com/chaojiang06/wiki-auto) was [deleted](https://github.com/chaojiang06/wiki-auto/commit/0af9b066f2b4e02726fb8a9be49283c0ad25367f) by the author. ``` https://github.com/chaoj...
false
1,052,552,516
https://api.github.com/repos/huggingface/datasets/issues/3263
https://github.com/huggingface/datasets/issues/3263
3,263
FET DATA
closed
0
2021-11-13T05:46:06
2021-11-13T13:31:47
2021-11-13T13:31:47
FStell01
[ "dataset request" ]
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
false
1,052,455,082
https://api.github.com/repos/huggingface/datasets/issues/3262
https://github.com/huggingface/datasets/pull/3262
3,262
asserts replaced with exception for image classification task, csv, json
closed
0
2021-11-12T22:34:59
2021-11-15T11:08:37
2021-11-15T11:08:37
manisnesan
[]
Fixes for csv, json in io module and image_classification task with tests referenced in https://github.com/huggingface/datasets/issues/3171
true
1,052,346,381
https://api.github.com/repos/huggingface/datasets/issues/3261
https://github.com/huggingface/datasets/issues/3261
3,261
Scifi_TV_Shows: Having trouble getting viewer to find appropriate files
closed
2
2021-11-12T19:25:19
2021-12-21T10:24:10
2021-12-21T10:24:10
lara-martin
[ "dataset-viewer" ]
## Dataset viewer issue for '*Science Fiction TV Show Plots Corpus (Scifi_TV_Shows)*' **Link:** [link](https://huggingface.co/datasets/lara-martin/Scifi_TV_Shows) I tried adding both a script (https://huggingface.co/datasets/lara-martin/Scifi_TV_Shows/blob/main/Scifi_TV_Shows.py) and some dummy examples (https:/...
false
1,052,247,373
https://api.github.com/repos/huggingface/datasets/issues/3260
https://github.com/huggingface/datasets/pull/3260
3,260
Fix ConnectionError in Scielo dataset
closed
1
2021-11-12T18:02:37
2021-11-16T18:18:17
2021-11-16T17:55:22
mariosasko
[]
This PR: * allows 403 status code in HEAD requests to S3 buckets to fix the connection error in the Scielo dataset (instead of `url`, uses `response.url` to check the URL of the final endpoint) * makes the Scielo dataset streamable Fixes #3255.
true
1,052,189,775
https://api.github.com/repos/huggingface/datasets/issues/3259
https://github.com/huggingface/datasets/pull/3259
3,259
Updating details of IRC disentanglement data
closed
1
2021-11-12T17:16:58
2021-11-18T17:19:33
2021-11-18T17:19:33
jkkummerfeld
[]
I was pleasantly surprised to find that someone had already added my dataset to the huggingface library, but some details were missing or incorrect. This PR fixes the documentation.
true
1,052,188,195
https://api.github.com/repos/huggingface/datasets/issues/3258
https://github.com/huggingface/datasets/issues/3258
3,258
Reload dataset that was already downloaded with `load_from_disk` from cloud storage
open
0
2021-11-12T17:14:59
2021-11-12T17:14:59
null
lhoestq
[ "enhancement" ]
`load_from_disk` downloads the dataset to a temporary directory without checking if the dataset has already been downloaded once. It would be nice to have some sort of caching for datasets downloaded this way. This could leverage the fingerprint of the dataset that was saved in the `state.json` file.
false
1,052,118,365
https://api.github.com/repos/huggingface/datasets/issues/3257
https://github.com/huggingface/datasets/issues/3257
3,257
Use f-strings for string formatting
closed
5
2021-11-12T16:02:15
2021-11-17T16:18:38
2021-11-17T16:18:38
mariosasko
[ "good first issue" ]
f-strings offer better readability/performance than `str.format` and `%`, so we should use them in all places in our codebase unless there is good reason to keep the older syntax. > **NOTE FOR CONTRIBUTORS**: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files ...
false
1,052,000,613
https://api.github.com/repos/huggingface/datasets/issues/3256
https://github.com/huggingface/datasets/pull/3256
3,256
asserts replaced by exception for text classification task with test.
closed
2
2021-11-12T14:05:36
2021-11-12T15:09:33
2021-11-12T14:59:32
manisnesan
[]
I have replaced only a single assert in text_classification.py along with a unit test to verify an exception is raised based on https://github.com/huggingface/datasets/issues/3171 . I would like to first understand the code contribution workflow. So keeping the change to a single file rather than making too many ch...
true
1,051,783,129
https://api.github.com/repos/huggingface/datasets/issues/3255
https://github.com/huggingface/datasets/issues/3255
3,255
SciELO dataset ConnectionError
closed
0
2021-11-12T09:57:14
2021-11-16T17:55:22
2021-11-16T17:55:22
WojciechKusa
[ "bug" ]
## Describe the bug I get `ConnectionError` when I am trying to load the SciELO dataset. When I try the URL with `requests` I get: ``` >>> requests.head("https://ndownloader.figstatic.com/files/14019287") <Response [302]> ``` And as far as I understand redirections in `datasets` are not supported for downlo...
false
1,051,351,172
https://api.github.com/repos/huggingface/datasets/issues/3254
https://github.com/huggingface/datasets/pull/3254
3,254
Update xcopa dataset (fix checksum issues + add translated data)
closed
1
2021-11-11T20:51:33
2021-11-12T10:30:58
2021-11-12T10:30:57
mariosasko
[]
This PR updates the checksums (as reported [here](https://discuss.huggingface.co/t/how-to-load-dataset-locally/11601/2)) of the `xcopa` dataset. Additionally, it adds new configs that hold the translated data of the original set of configs. This data was not available at the time of adding this dataset to the lib.
true
1,051,308,972
https://api.github.com/repos/huggingface/datasets/issues/3253
https://github.com/huggingface/datasets/issues/3253
3,253
`GeneratorBasedBuilder` does not support `None` values
closed
1
2021-11-11T19:51:21
2021-12-09T14:26:58
2021-12-09T14:26:58
pavel-lexyr
[ "bug" ]
## Describe the bug `GeneratorBasedBuilder` does not support `None` values. ## Steps to reproduce the bug See [this repository](https://github.com/pavel-lexyr/huggingface-datasets-bug-reproduction) for minimal reproduction. ## Expected results Dataset is initialized with a `None` value in the `value` column. ...
false
1,051,124,749
https://api.github.com/repos/huggingface/datasets/issues/3252
https://github.com/huggingface/datasets/pull/3252
3,252
Fix failing CER metric test in CI after update
closed
0
2021-11-11T15:57:16
2021-11-12T14:06:44
2021-11-12T14:06:43
mariosasko
[]
Fixes the [failing CER metric test](https://app.circleci.com/pipelines/github/huggingface/datasets/8644/workflows/79816553-fa2f-4756-b022-d5937f00bf7b/jobs/53298) in CI by adding support for `jiwer==2.3.0`, which was released yesterday. Also, I verified that all the tests in `metrics/cer/test_cer.py` pass after the cha...
true
1,050,541,348
https://api.github.com/repos/huggingface/datasets/issues/3250
https://github.com/huggingface/datasets/pull/3250
3,250
Add ETHICS dataset
closed
1
2021-11-11T03:45:34
2022-10-03T09:37:25
2022-10-03T09:37:25
ssss1029
[ "dataset contribution" ]
This PR adds the ETHICS dataset, including all 5 sub-datasets. From https://arxiv.org/abs/2008.02275
true
1,050,193,138
https://api.github.com/repos/huggingface/datasets/issues/3249
https://github.com/huggingface/datasets/pull/3249
3,249
Fix streaming for id_newspapers_2018
closed
0
2021-11-10T18:55:30
2021-11-12T14:01:32
2021-11-12T14:01:31
lhoestq
[]
To be compatible with streaming, this dataset must use `dl_manager.iter_archive` since the data are in a .tgz file
true
1,050,171,082
https://api.github.com/repos/huggingface/datasets/issues/3248
https://github.com/huggingface/datasets/pull/3248
3,248
Stream from Google Drive and other hosts
closed
3
2021-11-10T18:32:32
2021-11-30T16:03:43
2021-11-12T17:18:11
lhoestq
[]
Streaming from Google Drive is a bit more challenging than the other host we've been supporting: - the download URL must be updated to add the confirm token obtained by HEAD request - it requires to use cookies to keep the connection alive - the URL doesn't tell any information about whether the file is compressed o...
true
1,049,699,088
https://api.github.com/repos/huggingface/datasets/issues/3247
https://github.com/huggingface/datasets/issues/3247
3,247
Loading big json dataset raises pyarrow.lib.ArrowNotImplementedError
closed
3
2021-11-10T11:17:59
2022-04-10T14:05:57
2022-04-10T14:05:57
maxzirps
[ "bug" ]
## Describe the bug When trying to create a dataset from a json file with around 25MB, the following error is raised `pyarrow.lib.ArrowNotImplementedError: Unsupported cast from struct<b: int64, c: int64> to struct using function cast_struct` Splitting the big file into smaller ones and then loading it with the `lo...
false
1,049,662,746
https://api.github.com/repos/huggingface/datasets/issues/3246
https://github.com/huggingface/datasets/pull/3246
3,246
[tiny] fix typo in stream docs
closed
0
2021-11-10T10:40:02
2021-11-10T11:10:39
2021-11-10T11:10:39
verbiiyo
[]
null
true
1,048,726,062
https://api.github.com/repos/huggingface/datasets/issues/3245
https://github.com/huggingface/datasets/pull/3245
3,245
Fix load_from_disk temporary directory
closed
0
2021-11-09T15:15:15
2021-11-09T15:30:52
2021-11-09T15:30:51
lhoestq
[]
`load_from_disk` uses `tempfile.TemporaryDirectory()` instead of our `get_temporary_cache_files_directory()` function. This can cause the temporary directory to be deleted before the dataset object is garbage collected. In practice, it prevents anyone from using methods like `shuffle` on a dataset loaded this way, b...
true
1,048,675,741
https://api.github.com/repos/huggingface/datasets/issues/3244
https://github.com/huggingface/datasets/pull/3244
3,244
Fix filter method for batched=True
closed
0
2021-11-09T14:30:59
2021-11-09T15:52:58
2021-11-09T15:52:57
thomasw21
[]
null
true
1,048,630,754
https://api.github.com/repos/huggingface/datasets/issues/3243
https://github.com/huggingface/datasets/pull/3243
3,243
Remove redundant isort module placement
closed
0
2021-11-09T13:50:30
2021-11-12T14:02:45
2021-11-12T14:02:45
mariosasko
[]
`isort` can place modules by itself from [version 5.0.0](https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html#module-placement-changes-known_third_party-known_first_party-default_section-etc) onwards, making the `known_first_party` and `known_third_party` fields in `setup.cfg` redundant (this is why our CI work...
true
1,048,527,232
https://api.github.com/repos/huggingface/datasets/issues/3242
https://github.com/huggingface/datasets/issues/3242
3,242
Adding ANERcorp-CAMeLLab dataset
open
1
2021-11-09T12:04:04
2021-11-09T12:41:15
null
vitalyshalumov
[ "dataset request" ]
null
false
1,048,461,852
https://api.github.com/repos/huggingface/datasets/issues/3241
https://github.com/huggingface/datasets/pull/3241
3,241
Swap descriptions of v1 and raw-v1 configs of WikiText dataset and fix metadata
closed
0
2021-11-09T10:54:15
2022-02-14T15:46:00
2021-11-09T13:49:28
albertvillanova
[]
Fix #3237, fix #795.
true
1,048,376,021
https://api.github.com/repos/huggingface/datasets/issues/3240
https://github.com/huggingface/datasets/issues/3240
3,240
Couldn't reach data file for disaster_response_messages
closed
1
2021-11-09T09:26:42
2021-12-14T14:38:29
2021-12-14T14:38:29
pandya6988
[ "dataset bug" ]
## Describe the bug Following command gives an ConnectionError. ## Steps to reproduce the bug ```python disaster = load_dataset('disaster_response_messages') ``` ## Error ``` ConnectionError: Couldn't reach https://datasets.appen.com/appen_datasets/disaster_response_data/disaster_response_messages_training....
false
1,048,360,232
https://api.github.com/repos/huggingface/datasets/issues/3239
https://github.com/huggingface/datasets/issues/3239
3,239
Inconsistent performance of the "arabic_billion_words" dataset
open
0
2021-11-09T09:11:00
2021-11-09T09:11:00
null
vitalyshalumov
[ "bug" ]
## Describe the bug When downloaded from macine 1 the dataset is downloaded and parsed correctly. When downloaded from machine two (which has a different cache directory), the following script: import datasets from datasets import load_dataset raw_dataset_elkhair_1 = load_dataset('arabic_billion_words', 'Alitti...
false
1,048,226,086
https://api.github.com/repos/huggingface/datasets/issues/3238
https://github.com/huggingface/datasets/issues/3238
3,238
Reuters21578 Couldn't reach
closed
2
2021-11-09T06:08:56
2021-11-11T00:02:57
2021-11-11T00:02:57
TingNLP
[ "dataset bug" ]
``## Adding a Dataset - **Name:** *Reuters21578* - **Description:** *ConnectionError: Couldn't reach https://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz* - **Data:** *https://huggingface.co/datasets/reuters21578* `from datasets import load_dataset` `dataset = load_dataset("reuters21578", 'ModLewis...
false
1,048,165,525
https://api.github.com/repos/huggingface/datasets/issues/3237
https://github.com/huggingface/datasets/issues/3237
3,237
wikitext description wrong
closed
2
2021-11-09T04:06:52
2022-02-14T15:45:11
2021-11-09T13:49:28
hongyuanmei
[ "bug" ]
## Describe the bug Descriptions of the wikitext datasests are wrong. ## Steps to reproduce the bug Please see: https://github.com/huggingface/datasets/blob/f6dcafce996f39b6a4bbe3a9833287346f4a4b68/datasets/wikitext/wikitext.py#L50 ## Expected results The descriptions for raw-v1 and v1 should be switched.
false
1,048,026,358
https://api.github.com/repos/huggingface/datasets/issues/3236
https://github.com/huggingface/datasets/issues/3236
3,236
Loading of datasets changed in #3110 returns no examples
closed
7
2021-11-08T23:29:46
2021-11-09T16:46:05
2021-11-09T16:45:47
eladsegal
[ "bug" ]
## Describe the bug Loading of datasets changed in https://github.com/huggingface/datasets/pull/3110 returns no examples: ```python DatasetDict({ train: Dataset({ features: ['id', 'title', 'abstract', 'full_text', 'qas'], num_rows: 0 }) validation: Dataset({ features: ['id',...
false
1,047,808,263
https://api.github.com/repos/huggingface/datasets/issues/3235
https://github.com/huggingface/datasets/pull/3235
3,235
Addd options to use updated bleurt checkpoints
closed
0
2021-11-08T18:53:54
2021-11-12T14:05:28
2021-11-12T14:05:28
jaehlee
[]
Adds options to use newer recommended checkpoint (as of 2021/10/8) bleurt-20 and its distilled versions. Updated checkpoints are described in https://github.com/google-research/bleurt/blob/master/checkpoints.md#the-recommended-checkpoint-bleurt-20 This change won't affect the default behavior of metrics/bleurt. ...
true
1,047,634,236
https://api.github.com/repos/huggingface/datasets/issues/3234
https://github.com/huggingface/datasets/pull/3234
3,234
Avoid PyArrow type optimization if it fails
closed
5
2021-11-08T16:10:27
2021-11-10T12:04:29
2021-11-10T12:04:28
mariosasko
[]
Adds a new variable, `DISABLE_PYARROW_TYPES_OPTIMIZATION`, to `config.py` for easier control of the Arrow type optimization. Fix #2206
true
1,047,474,931
https://api.github.com/repos/huggingface/datasets/issues/3233
https://github.com/huggingface/datasets/pull/3233
3,233
Improve repository structure docs
closed
0
2021-11-08T13:51:35
2021-11-09T10:02:18
2021-11-09T10:02:17
lhoestq
[]
Continuation of the documentation started in https://github.com/huggingface/datasets/pull/3221, taking into account @stevhliu 's comments
true
1,047,361,573
https://api.github.com/repos/huggingface/datasets/issues/3232
https://github.com/huggingface/datasets/issues/3232
3,232
The Xsum datasets seems not able to download.
closed
4
2021-11-08T11:58:54
2021-11-09T15:07:16
2021-11-09T15:07:16
FYYFU
[ "bug" ]
## Describe the bug The download Link of the Xsum dataset provided in the repository is [Link](http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz). It seems not able to download. ## Steps to reproduce the bug ```python load_dataset('xsum') ``` ## Actual results ``` python r...
false
1,047,170,906
https://api.github.com/repos/huggingface/datasets/issues/3231
https://github.com/huggingface/datasets/pull/3231
3,231
Group tests in multiprocessing workers by test file
closed
0
2021-11-08T08:46:03
2021-11-08T13:19:18
2021-11-08T08:59:44
albertvillanova
[]
By grouping tests by test file, we make sure that all the tests in `test_load.py` are sent to the same worker. Therefore, the fixture `hf_token` will be called only once (and from the same worker). Related to: #3200. Fix #3219.
true
1,047,135,583
https://api.github.com/repos/huggingface/datasets/issues/3230
https://github.com/huggingface/datasets/pull/3230
3,230
Add full tagset to conll2003 README
closed
1
2021-11-08T08:06:04
2021-11-09T10:48:38
2021-11-09T10:40:58
BramVanroy
[]
Even though it is possible to manually get the tagset list with ```python dset.features[field_name].feature.names ``` I think it is useful to have an overview of the used tagset on the dataset card. This is particularly useful in light of the **dataset viewer**: the tags are encoded, so it is not immediately ob...
true
1,046,706,425
https://api.github.com/repos/huggingface/datasets/issues/3229
https://github.com/huggingface/datasets/pull/3229
3,229
Fix URL in CITATION file
closed
0
2021-11-07T10:04:35
2021-11-07T10:04:46
2021-11-07T10:04:45
albertvillanova
[]
Currently the BibTeX citation parsed from the CITATION file has wrong URL (it shows the repo URL instead of the proceedings paper URL): ``` @inproceedings{Lhoest_Datasets_A_Community_2021, author = {Lhoest, Quentin and Villanova del Moral, Albert and von Platen, Patrick and Wolf, Thomas and Šaško, Mario and Jernite,...
true
1,046,702,143
https://api.github.com/repos/huggingface/datasets/issues/3228
https://github.com/huggingface/datasets/pull/3228
3,228
Add CITATION file
closed
0
2021-11-07T09:40:19
2021-11-07T09:51:47
2021-11-07T09:51:46
albertvillanova
[]
Add CITATION file.
true
1,046,667,845
https://api.github.com/repos/huggingface/datasets/issues/3227
https://github.com/huggingface/datasets/issues/3227
3,227
Error in `Json(datasets.ArrowBasedBuilder)` class
closed
3
2021-11-07T05:50:32
2021-11-09T19:09:15
2021-11-09T19:09:15
JunShern
[ "bug" ]
## Describe the bug When a json file contains a `text` field that is larger than the block_size, the JSON dataset builder fails. ## Steps to reproduce the bug Create a folder that contains the following: ``` . ├── testdata │   └── mydata.json └── test.py ``` Please download [this file](https://github.com/...
false
1,046,584,518
https://api.github.com/repos/huggingface/datasets/issues/3226
https://github.com/huggingface/datasets/pull/3226
3,226
Fix paper BibTeX citation with proceedings reference
closed
0
2021-11-06T19:52:59
2021-11-07T07:05:28
2021-11-07T07:05:27
albertvillanova
[]
Fix paper BibTeX citation with proceedings reference.
true
1,046,530,493
https://api.github.com/repos/huggingface/datasets/issues/3225
https://github.com/huggingface/datasets/pull/3225
3,225
Update tatoeba to v2021-07-22
closed
4
2021-11-06T15:14:31
2021-11-12T11:13:13
2021-11-12T11:13:13
KoichiYasuoka
[]
Tatoeba's latest version is v2021-07-22
true
1,046,495,831
https://api.github.com/repos/huggingface/datasets/issues/3224
https://github.com/huggingface/datasets/pull/3224
3,224
User-pickling with dynamic sub-classing
closed
18
2021-11-06T12:08:24
2025-03-26T19:45:37
2025-03-26T19:45:36
BramVanroy
[]
This is a continuation of the now closed PR in https://github.com/huggingface/datasets/pull/3206. The discussion there has shaped a new approach to do this. In this PR, behavior of `pklregister` and `Pickler` is extended. Earlier, users were already able to register custom pickle functions. That is useful if they ha...
true
1,046,445,507
https://api.github.com/repos/huggingface/datasets/issues/3223
https://github.com/huggingface/datasets/pull/3223
3,223
Update BibTeX entry
closed
0
2021-11-06T06:41:52
2021-11-06T07:06:38
2021-11-06T07:06:38
albertvillanova
[]
Update BibTeX entry.
true
1,046,299,725
https://api.github.com/repos/huggingface/datasets/issues/3222
https://github.com/huggingface/datasets/pull/3222
3,222
Add docs for audio processing
closed
2
2021-11-05T23:07:59
2021-11-24T16:32:08
2021-11-24T15:35:52
stevhliu
[ "documentation" ]
This PR adds documentation for the `Audio` feature. It describes: - The difference between loading `path` and `audio`, as well as use-cases/best practices for each of them. - Resampling audio files with `cast_column`, and then calling `ds[0]["audio"]` to automatically decode and resample to the desired sampling rat...
true
1,045,890,512
https://api.github.com/repos/huggingface/datasets/issues/3221
https://github.com/huggingface/datasets/pull/3221
3,221
Resolve data_files by split name
closed
4
2021-11-05T14:07:35
2021-11-08T13:52:20
2021-11-05T17:49:58
lhoestq
[]
As discussed in https://github.com/huggingface/datasets/issues/3027 we should automatically infer what file is supposed to go to what split automatically, based on filenames. I added the support for different kinds of patterns, for both dataset repositories and local directories: ``` Input structure: ...
true
1,045,549,029
https://api.github.com/repos/huggingface/datasets/issues/3220
https://github.com/huggingface/datasets/issues/3220
3,220
Add documentation about dataset viewer feature
open
1
2021-11-05T08:11:19
2023-09-25T11:48:38
null
albertvillanova
[ "enhancement", "dataset-viewer" ]
Add to the docs more details about the dataset viewer feature in the Hub. CC: @julien-c
false
1,045,095,000
https://api.github.com/repos/huggingface/datasets/issues/3219
https://github.com/huggingface/datasets/issues/3219
3,219
Eventual Invalid Token Error at setup of private datasets
closed
0
2021-11-04T18:50:45
2021-11-08T13:23:06
2021-11-08T08:59:43
albertvillanova
[ "bug" ]
## Describe the bug From time to time, there appear Invalid Token errors with private datasets: - https://app.circleci.com/pipelines/github/huggingface/datasets/8520/workflows/d44629f2-4749-40f8-a657-50931d0b3434/jobs/52534 ``` ____________ ERROR at setup of test_load_streaming_private_dataset _____________ ...
false
1,045,032,313
https://api.github.com/repos/huggingface/datasets/issues/3218
https://github.com/huggingface/datasets/pull/3218
3,218
Fix code quality in riddle_sense dataset
closed
0
2021-11-04T17:43:20
2021-11-04T17:50:03
2021-11-04T17:50:02
albertvillanova
[]
Fix trailing whitespace. Fix #3217.
true
1,045,029,710
https://api.github.com/repos/huggingface/datasets/issues/3217
https://github.com/huggingface/datasets/issues/3217
3,217
Fix code quality bug in riddle_sense dataset
closed
1
2021-11-04T17:40:32
2021-11-04T17:50:02
2021-11-04T17:50:02
albertvillanova
[ "bug" ]
## Describe the bug ``` datasets/riddle_sense/riddle_sense.py:36:21: W291 trailing whitespace ```
false
1,045,027,733
https://api.github.com/repos/huggingface/datasets/issues/3216
https://github.com/huggingface/datasets/pull/3216
3,216
Pin version exclusion for tensorflow incompatible with keras
closed
0
2021-11-04T17:38:06
2021-11-05T10:57:38
2021-11-05T10:57:37
albertvillanova
[]
Once `tensorflow` version 2.6.2 is released: - https://github.com/tensorflow/tensorflow/commit/c1867f3bfdd1042f694df7a9870be51ba80543cb - https://pypi.org/project/tensorflow/2.6.2/ with the patch: - tensorflow/tensorflow#52927 we can remove the temporary fix we introduced in: - #3208 Fix #3209.
true
1,045,011,207
https://api.github.com/repos/huggingface/datasets/issues/3215
https://github.com/huggingface/datasets/pull/3215
3,215
Small updates to to_tf_dataset documentation
closed
1
2021-11-04T17:22:01
2021-11-04T18:55:38
2021-11-04T18:55:37
Rocketknight1
[]
I added a little more description about `to_tf_dataset` compared to just setting the format
true
1,044,924,050
https://api.github.com/repos/huggingface/datasets/issues/3214
https://github.com/huggingface/datasets/issues/3214
3,214
Add ACAV100M Dataset
open
0
2021-11-04T15:59:58
2021-12-08T12:00:30
null
nateraw
[ "dataset request", "vision" ]
## Adding a Dataset - **Name:** *ACAV100M* - **Description:** *contains 100 million videos with high audio-visual correspondence, ideal for self-supervised video representation learning.* - **Paper:** *https://arxiv.org/abs/2101.10803* - **Data:** *https://github.com/sangho-vision/acav100m* - **Motivation:** *The ...
false
1,044,745,313
https://api.github.com/repos/huggingface/datasets/issues/3213
https://github.com/huggingface/datasets/pull/3213
3,213
Fix tuple_ie download url
closed
0
2021-11-04T13:09:07
2021-11-05T14:16:06
2021-11-05T14:16:05
mariosasko
[]
Fix #3204
true
1,044,640,967
https://api.github.com/repos/huggingface/datasets/issues/3212
https://github.com/huggingface/datasets/issues/3212
3,212
Sort files before loading
closed
1
2021-11-04T11:08:31
2021-11-05T17:49:58
2021-11-05T17:49:58
lvwerra
[ "enhancement" ]
When loading a dataset that consists of several files (e.g. `my_data/data_001.json`, `my_data/data_002.json` etc.) they are not loaded in order when using `load_dataset("my_data")`. This could lead to counter-intuitive results if, for example, the data files are sorted by date or similar since they would appear in d...
false
1,044,617,913
https://api.github.com/repos/huggingface/datasets/issues/3211
https://github.com/huggingface/datasets/pull/3211
3,211
Fix disable_nullable default value to False
closed
0
2021-11-04T10:52:06
2021-11-04T11:08:21
2021-11-04T11:08:20
lhoestq
[]
Currently the `disable_nullable` parameter is not consistent across all dataset transforms. For example it is `False` in `map` but `True` in `flatten_indices`. This creates unexpected behaviors like this ```python from datasets import Dataset, concatenate_datasets d1 = Dataset.from_dict({"a": [0, 1, 2, 3]}) d2...
true
1,044,611,471
https://api.github.com/repos/huggingface/datasets/issues/3210
https://github.com/huggingface/datasets/issues/3210
3,210
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.15.1/datasets/wmt16/wmt16.py
closed
3
2021-11-04T10:47:26
2022-03-30T08:26:35
2022-03-30T08:26:35
xiuzhilu
[ "dataset bug" ]
when I use python examples/pytorch/translation/run_translation.py --model_name_or_path examples/pytorch/translation/opus-mt-en-ro --do_train --do_eval --source_lang en --target_lang ro --dataset_name wmt16 --dataset_config_name ro-en --output_dir /tmp/tst-translation --per_device_tra...
false
1,044,505,771
https://api.github.com/repos/huggingface/datasets/issues/3209
https://github.com/huggingface/datasets/issues/3209
3,209
Unpin keras once TF fixes its release
closed
0
2021-11-04T09:15:32
2021-11-05T10:57:37
2021-11-05T10:57:37
albertvillanova
[]
Related to: - #3208
false
1,044,504,093
https://api.github.com/repos/huggingface/datasets/issues/3208
https://github.com/huggingface/datasets/pull/3208
3,208
Pin keras version until TF fixes its release
closed
0
2021-11-04T09:13:32
2021-11-04T09:30:55
2021-11-04T09:30:54
albertvillanova
[]
Fix #3207.
true
1,044,496,389
https://api.github.com/repos/huggingface/datasets/issues/3207
https://github.com/huggingface/datasets/issues/3207
3,207
CI error: Another metric with the same name already exists in Keras 2.7.0
closed
0
2021-11-04T09:04:11
2021-11-04T09:30:54
2021-11-04T09:30:54
albertvillanova
[ "bug" ]
## Describe the bug Release of TensorFlow 2.7.0 contains an incompatibility with Keras. See: - keras-team/keras#15579 This breaks our CI test suite: https://app.circleci.com/pipelines/github/huggingface/datasets/8493/workflows/055c7ae2-43bc-49b4-9f11-8fc71f35a25c/jobs/52363
false
1,044,216,270
https://api.github.com/repos/huggingface/datasets/issues/3206
https://github.com/huggingface/datasets/pull/3206
3,206
[WIP] Allow user-defined hash functions via a registry
closed
13
2021-11-03T23:25:42
2021-11-05T12:38:11
2021-11-05T12:38:04
BramVanroy
[]
Inspired by the discussion on hashing in https://github.com/huggingface/datasets/issues/3178#issuecomment-959016329, @lhoestq suggested that it would be neat to allow users more control over the hashing process. Specifically, it would be great if users can specify specific hashing functions depending on the **class** o...
true
1,044,099,561
https://api.github.com/repos/huggingface/datasets/issues/3205
https://github.com/huggingface/datasets/pull/3205
3,205
Add Multidoc2dial Dataset
closed
4
2021-11-03T20:48:31
2021-11-24T17:32:49
2021-11-24T16:55:08
sivasankalpp
[]
This PR adds the MultiDoc2Dial dataset introduced in this [paper](https://arxiv.org/pdf/2109.12595v1.pdf )
true
1,043,707,307
https://api.github.com/repos/huggingface/datasets/issues/3204
https://github.com/huggingface/datasets/issues/3204
3,204
FileNotFoundError for TupleIE dataste
closed
3
2021-11-03T14:56:55
2021-11-05T15:51:15
2021-11-05T14:16:05
arda-vianai
[ "bug" ]
Hi, `dataset = datasets.load_dataset('tuple_ie', 'all')` returns a FileNotFound error. Is the data not available? Many thanks.
false
1,043,552,766
https://api.github.com/repos/huggingface/datasets/issues/3203
https://github.com/huggingface/datasets/pull/3203
3,203
Updated: DaNE - updated URL for download
closed
3
2021-11-03T12:55:13
2021-11-04T13:14:36
2021-11-04T11:46:43
MalteHB
[]
It seems that DaNLP has updated their download URLs and it therefore also needs to be updated in here...
true
1,043,213,660
https://api.github.com/repos/huggingface/datasets/issues/3202
https://github.com/huggingface/datasets/issues/3202
3,202
Add mIoU metric
closed
1
2021-11-03T08:42:32
2022-06-01T17:39:05
2022-06-01T17:39:04
NielsRogge
[ "enhancement" ]
**Is your feature request related to a problem? Please describe.** Recently, some semantic segmentation models were added to HuggingFace Transformers, including [SegFormer](https://huggingface.co/transformers/model_doc/segformer.html) and [BEiT](https://huggingface.co/transformers/model_doc/beit.html). Semantic seg...
false
1,043,209,142
https://api.github.com/repos/huggingface/datasets/issues/3201
https://github.com/huggingface/datasets/issues/3201
3,201
Add GSM8K dataset
closed
1
2021-11-03T08:36:44
2022-04-13T11:56:12
2022-04-13T11:56:11
NielsRogge
[ "dataset request" ]
## Adding a Dataset - **Name:** GSM8K (short for Grade School Math 8k) - **Description:** GSM8K is a dataset of 8.5K high quality linguistically diverse grade school math word problems created by human problem writers. - **Paper:** https://openai.com/blog/grade-school-math/ - **Data:** https://github.com/openai/gra...
false