number
int64
2
7.91k
title
stringlengths
1
290
body
stringlengths
0
228k
state
stringclasses
2 values
created_at
timestamp[s]date
2020-04-14 18:18:51
2025-12-16 10:45:02
updated_at
timestamp[s]date
2020-04-29 09:23:05
2025-12-16 19:34:46
closed_at
timestamp[s]date
2020-04-29 09:23:05
2025-12-16 14:20:48
url
stringlengths
48
51
author
stringlengths
3
26
comments_count
int64
0
70
labels
listlengths
0
4
3,637
[TypeError: Couldn't cast array of type] Cannot load dataset in v1.18
## Describe the bug I am trying to load the [`GEM/RiSAWOZ` dataset](https://huggingface.co/datasets/GEM/RiSAWOZ) in `datasets` v1.18.1 and am running into a type error when casting the features. The strange thing is that I can load the dataset with v1.17.0. Note that the error is also present if I install from `master...
CLOSED
2022-01-26T21:38:02
2022-02-09T16:15:53
2022-02-09T16:15:53
https://github.com/huggingface/datasets/issues/3637
lewtun
3
[ "bug" ]
3,634
Dataset.shuffle(seed=None) gives fixed row permutation
## Describe the bug Repeated attempts to `shuffle` a dataset without specifying a seed give the same results. ## Steps to reproduce the bug ```python import datasets # Some toy example data = datasets.Dataset.from_dict( {"feature": [1, 2, 3, 4, 5], "label": ["a", "b", "c", "d", "e"]} ) # Doesn't work...
CLOSED
2022-01-26T15:13:08
2022-01-27T18:16:07
2022-01-27T18:16:07
https://github.com/huggingface/datasets/issues/3634
elisno
2
[ "bug" ]
3,632
Adding CC-100: Monolingual Datasets from Web Crawl Data (Datasets links are invalid)
## Describe the bug The dataset links are no longer valid for CC-100. It seems that the website which was keeping these files are no longer accessible and therefore this dataset became unusable. Check out the dataset [homepage](http://data.statmt.org/cc-100/) which isn't accessible. Also the URLs for dataset file ...
CLOSED
2022-01-26T13:35:37
2022-02-10T06:58:11
2022-02-10T06:58:11
https://github.com/huggingface/datasets/issues/3632
AnzorGozalishvili
2
[ "bug" ]
3,631
Labels conflict when loading a local CSV file.
## Describe the bug I am trying to load a local CSV file with a separate file containing label names. It is successfully loaded for the first time, but when I try to load it again, there is a conflict between provided labels and the cached dataset info. Disabling caching globally and/or using `download_mode="force_red...
CLOSED
2022-01-26T10:00:33
2022-02-11T23:02:31
2022-02-11T23:02:31
https://github.com/huggingface/datasets/issues/3631
pichljan
1
[ "bug" ]
3,630
DuplicatedKeysError of NewsQA dataset
After processing the dataset following official [NewsQA](https://github.com/Maluuba/newsqa), I used datasets to load it: ``` a = load_dataset('newsqa', data_dir='news') ``` and the following error occurred: ``` Using custom data configuration default-data_dir=news Downloading and preparing dataset newsqa/defaul...
CLOSED
2022-01-26T03:05:49
2022-02-14T08:37:19
2022-02-14T08:37:19
https://github.com/huggingface/datasets/issues/3630
StevenTang1998
1
[ "dataset bug" ]
3,628
Dataset Card Creator drops information for "Additional Information" Section
First of all, the card creator is a great addition and really helpful for streamlining dataset cards! ## Describe the bug I encountered an inconvenient bug when entering "Additional Information" in the react app, which drops already entered text when switching to a previous section, and then back again to "Addition...
OPEN
2022-01-25T14:06:17
2022-01-25T14:09:01
null
https://github.com/huggingface/datasets/issues/3628
dennlinger
0
[ "bug" ]
3,626
The Pile cannot connect to host
## Describe the bug The Pile had issues with their previous host server and have mirrored its content to another server. The new URL server should be updated.
CLOSED
2022-01-25T07:43:33
2022-02-14T08:40:58
2022-02-14T08:40:58
https://github.com/huggingface/datasets/issues/3626
albertvillanova
0
[ "bug" ]
3,625
Add a metadata field for when source data was produced
**Is your feature request related to a problem? Please describe.** The current problem is that information about when source data was produced is not easily visible. Though there are a variety of metadata fields available in the dataset viewer, time period information is not included. This feature request suggests mak...
OPEN
2022-01-24T18:52:39
2022-06-28T13:54:49
null
https://github.com/huggingface/datasets/issues/3625
davanstrien
5
[ "enhancement" ]
3,622
Extend support for streaming datasets that use os.path.relpath
Extend support for streaming datasets that use `os.path.relpath`. This feature will also be useful to yield the relative path of audio or image files.
CLOSED
2022-01-24T15:58:23
2022-02-04T14:03:54
2022-02-04T14:03:54
https://github.com/huggingface/datasets/issues/3622
albertvillanova
0
[ "enhancement" ]
3,621
Consider adding `ipywidgets` as a dependency.
When I install `datasets` in a fresh virtualenv with jupyterlab I always see this error. ``` ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html ``` It's a bit of a nuisance, because I need to run shut down the jupyterlab ser...
CLOSED
2022-01-24T14:27:11
2022-02-24T09:04:36
2022-02-24T09:04:36
https://github.com/huggingface/datasets/issues/3621
koaning
4
[ "bug" ]
3,618
TIMIT Dataset not working with GPU
## Describe the bug I am working trying to use the TIMIT dataset in order to fine-tune Wav2Vec2 model and I am unable to load the "audio" column from the dataset when working with a GPU. I am working on Amazon Sagemaker Studio, on the Python 3 (PyTorch 1.8 Python 3.6 GPU Optimized) environment, with a single ml.g4...
CLOSED
2022-01-24T03:26:03
2023-07-25T15:20:20
2023-07-25T15:20:20
https://github.com/huggingface/datasets/issues/3618
TheSeamau5
3
[ "bug" ]
3,615
Dataset BnL Historical Newspapers does not work in streaming mode
## Describe the bug When trying to load in streaming mode, it "hangs"... ## Steps to reproduce the bug ```python ds = load_dataset("bnl_newspapers", split="train", streaming=True) ``` ## Expected results The code should be optimized, so that it works fast in streaming mode. CC: @davanstrien
CLOSED
2022-01-22T14:12:59
2022-02-04T14:05:21
2022-02-04T14:05:21
https://github.com/huggingface/datasets/issues/3615
albertvillanova
3
[ "bug" ]
3,613
Files not updating in dataset viewer
## Dataset viewer issue for '*name of the dataset*' **Link:** Some examples: * https://huggingface.co/datasets/abidlabs/crowdsourced-speech4 * https://huggingface.co/datasets/abidlabs/test-audio-13 *short description of the issue* It seems that the dataset viewer is reading a cached version of the dataset and...
CLOSED
2022-01-21T16:47:20
2022-01-22T08:13:13
2022-01-22T08:13:13
https://github.com/huggingface/datasets/issues/3613
abidlabs
2
[ "dataset-viewer" ]
3,611
Indexing bug after dataset.select()
## Describe the bug A clear and concise description of what the bug is. Dataset indexing is not working as expected after `dataset.select(range(100))` ## Steps to reproduce the bug ```python # Sample code to reproduce the bug import datasets task_to_keys = { "cola": ("sentence", None), "mnli":...
CLOSED
2022-01-21T12:09:30
2022-01-27T18:16:22
2022-01-27T18:16:22
https://github.com/huggingface/datasets/issues/3611
kamalkraj
1
[ "bug" ]
3,610
Checksum error when trying to load amazon_review dataset
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce the bug I am getting the issue when trying to load dataset using ``` dataset = load_dataset("amazon_polarity") ``` ## Expected results dataset loaded ## Actual results ``` -------------------------------------...
CLOSED
2022-01-20T21:20:32
2022-01-21T13:22:31
2022-01-21T13:22:31
https://github.com/huggingface/datasets/issues/3610
null
1
[ "bug" ]
3,608
Add support for continuous metrics (RMSE, MAE)
**Is your feature request related to a problem? Please describe.** I am uploading our dataset and models for the "Constructing interval measures" method we've developed, which uses item response theory to convert multiple discrete labels into a continuous spectrum for hate speech. Once we have this outcome our NLP m...
CLOSED
2022-01-20T13:35:36
2022-03-09T17:18:20
2022-03-09T17:18:20
https://github.com/huggingface/datasets/issues/3608
ck37
3
[ "enhancement", "good first issue" ]
3,606
audio column not saved correctly after resampling
## Describe the bug After resampling the audio column, saving with save_to_disk doesn't seem to save with the correct type. ## Steps to reproduce the bug - load a subset of common voice dataset (48Khz) - resample audio column to 16Khz - save with save_to_disk() - load with load_from_disk() ## Expected resul...
CLOSED
2022-01-20T06:37:10
2022-01-23T01:41:01
2022-01-23T01:24:14
https://github.com/huggingface/datasets/issues/3606
laphang
3
[ "bug" ]
3,604
Dataset Viewer not showing Previews for Private Datasets
## Dataset viewer issue for 'abidlabs/test-audio-13' It seems that the dataset viewer does not show previews for `private` datasets, even for the user who's private dataset it is. See [1] for example. If I change the visibility to public, then it does show, but it would be useful to have the viewer even for private ...
CLOSED
2022-01-19T19:29:26
2022-09-26T08:04:43
2022-09-26T08:04:43
https://github.com/huggingface/datasets/issues/3604
abidlabs
2
[ "enhancement", "dataset-viewer" ]
3,599
The `add_column()` method does not work if used on dataset sliced with `select()`
Hello, I posted this as a question on the forums ([here](https://discuss.huggingface.co/t/add-column-does-not-work-if-used-on-dataset-sliced-with-select/13893)): I have a dataset with 2000 entries > dataset = Dataset.from_dict({'colA': list(range(2000))}) and from which I want to extract the first one thousan...
CLOSED
2022-01-19T13:36:50
2022-01-28T15:35:57
2022-01-28T15:35:57
https://github.com/huggingface/datasets/issues/3599
ThGouzias
1
[ "bug" ]
3,598
Readme info not being parsed to show on Dataset card page
## Describe the bug The info contained in the README.md file is not being shown in the dataset main page. Basic info and table of contents are properly formatted in the README. ## Steps to reproduce the bug # Sample code to reproduce the bug The README file is this one: https://huggingface.co/datasets/softcatal...
CLOSED
2022-01-19T13:32:29
2022-01-21T10:20:01
2022-01-21T10:20:01
https://github.com/huggingface/datasets/issues/3598
davidcanovas
4
[ "bug" ]
3,597
ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /content
## Bug The install of streaming dataset is giving following error. ## Steps to reproduce the bug ```python ! git clone https://github.com/huggingface/datasets.git ! cd datasets ! pip install -e ".[streaming]" ``` ## Actual results Cloning into 'datasets'... remote: Enumerating objects: 50816, done. remot...
CLOSED
2022-01-19T13:19:28
2022-08-05T12:35:51
2022-02-14T08:46:34
https://github.com/huggingface/datasets/issues/3597
amitkml
2
[ "bug" ]
3,596
Loss of cast `Image` feature on certain dataset method
## Describe the bug When an a column is cast to an `Image` feature, the cast type appears to be lost during certain operations. I first noticed this when using the `push_to_hub` method on a dataset that contained urls pointing to images which had been cast to an `image`. This also happens when using select on a data...
CLOSED
2022-01-18T20:44:01
2022-01-21T18:07:28
2022-01-21T18:07:28
https://github.com/huggingface/datasets/issues/3596
davanstrien
7
[ "bug" ]
3,587
No module named 'fsspec.archive'
## Describe the bug Cannot import datasets after installation. ## Steps to reproduce the bug ```shell $ python Python 3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import datasets Traceback (most recent...
CLOSED
2022-01-18T10:17:01
2022-08-11T09:57:54
2022-01-18T10:33:10
https://github.com/huggingface/datasets/issues/3587
shuuchen
0
[ "bug" ]
3,586
Revisit `enable/disable_` toggle function prefix
As discussed in https://github.com/huggingface/transformers/pull/15167, we should revisit the `enable/disable_` toggle function prefix, potentially in favor of `set_enabled_`. Concretely, this translates to - De-deprecating `disable_progress_bar()` - Adding `enable_progress_bar()` - On the caching side, adding `en...
CLOSED
2022-01-18T04:09:55
2022-03-14T15:01:08
2022-03-14T15:01:08
https://github.com/huggingface/datasets/issues/3586
jaketae
0
[ "enhancement" ]
3,585
Datasets streaming + map doesn't work for `Audio`
## Describe the bug When using audio datasets in streaming mode, applying a `map(...)` before iterating leads to an error as the key `array` does not exist anymore. ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset("common_voice", "en", streaming=True, split="train")...
CLOSED
2022-01-17T12:55:42
2022-01-20T13:28:00
2022-01-20T13:28:00
https://github.com/huggingface/datasets/issues/3585
patrickvonplaten
1
[ "bug", "duplicate" ]
3,584
https://huggingface.co/datasets/huggingface/transformers-metadata
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
CLOSED
2022-01-17T00:18:14
2022-02-14T08:51:27
2022-02-14T08:51:27
https://github.com/huggingface/datasets/issues/3584
ecankirkic
0
[ "wontfix", "dataset-viewer" ]
3,583
Add The Medical Segmentation Decathlon Dataset
## Adding a Dataset - **Name:** *The Medical Segmentation Decathlon Dataset* - **Description:** The underlying data set was designed to explore the axis of difficulties typically encountered when dealing with medical images, such as small data sets, unbalanced labels, multi-site data, and small objects. - **Paper:*...
OPEN
2022-01-16T21:42:25
2022-03-18T10:44:42
null
https://github.com/huggingface/datasets/issues/3583
omarespejel
5
[ "dataset request", "vision" ]
3,582
conll 2003 dataset source url is no longer valid
## Describe the bug Loading `conll2003` dataset fails because it was removed (just yesterday 1/14/2022) from the location it is looking for. ## Steps to reproduce the bug ```python from datasets import load_dataset load_dataset("conll2003") ``` ## Expected results The dataset should load. ## Actual r...
CLOSED
2022-01-15T23:04:17
2022-07-20T13:06:40
2022-01-21T16:57:32
https://github.com/huggingface/datasets/issues/3582
rcanand
9
[ "bug", "dataset bug" ]
3,581
Unable to create a dataset from a parquet file in S3
## Describe the bug Trying to create a dataset from a parquet file in S3. ## Steps to reproduce the bug ```python import s3fs from datasets import Dataset s3 = s3fs.S3FileSystem(anon=False) with s3.open(PATH_LTR_TOY_CLEAN_DATASET, 'rb') as s3file: dataset = Dataset.from_parquet(s3file) ``` ## Expe...
OPEN
2022-01-15T21:34:16
2022-02-14T08:52:57
null
https://github.com/huggingface/datasets/issues/3581
regCode
1
[ "bug", "enhancement" ]
3,580
Bug in wiki bio load
wiki_bio is failing to load because of a failing drive link . Can someone fix this ? ![7E90023B-A3B1-4930-BA25-45CCCB4E1710](https://user-images.githubusercontent.com/3104771/149617870-5a32a2da-2c78-483b-bff6-d7534215a423.png) ![653C1C76-C725-4A04-A0D8-084373BA612F](https://user-images.githubusercontent.com...
CLOSED
2022-01-15T10:04:33
2022-01-31T08:38:09
2022-01-31T08:38:09
https://github.com/huggingface/datasets/issues/3580
tuhinjubcse
4
[ "dataset bug" ]
3,578
label information get lost after parquet serialization
## Describe the bug In *dataset_info.json* file, information about the label get lost after the dataset serialization. ## Steps to reproduce the bug ```python from datasets import load_dataset # normal save dataset = load_dataset('glue', 'sst2', split='train') dataset.save_to_disk("normal_save") # save ...
CLOSED
2022-01-14T10:10:38
2023-07-25T15:44:53
2023-07-25T15:44:53
https://github.com/huggingface/datasets/issues/3578
Tudyx
2
[ "bug" ]
3,577
Add The Mexican Emotional Speech Database (MESD)
## Adding a Dataset - **Name:** *The Mexican Emotional Speech Database (MESD)* - **Description:** *Contains 864 voice recordings with six different prosodies: anger, disgust, fear, happiness, neutral, and sadness. Furthermore, three voice categories are included: female adult, male adult, and child. * - **Paper:** *...
OPEN
2022-01-13T23:49:36
2022-01-27T14:14:38
null
https://github.com/huggingface/datasets/issues/3577
omarespejel
0
[ "dataset request", "speech" ]
3,572
ConnectionError in IndicGLUE dataset
While I am trying to load IndicGLUE dataset (https://huggingface.co/datasets/indic_glue) it is giving me with the error: ``` ConnectionError: Couldn't reach https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/wikiann-ner.tar.gz (error 403)
CLOSED
2022-01-12T17:59:36
2022-09-15T21:57:34
2022-09-15T21:57:34
https://github.com/huggingface/datasets/issues/3572
sahoodib
3
[ "dataset bug" ]
3,568
Downloading Hugging Face Medical Dialog Dataset NonMatchingSplitsSizesError
I wanted to download the Nedical Dialog Dataset from huggingface, using this github link: https://github.com/huggingface/datasets/tree/master/datasets/medical_dialog After downloading the raw datasets from google drive, i unpacked everything and put it in the same folder as the medical_dialog.py which is: ``` ...
CLOSED
2022-01-12T14:03:44
2022-02-14T09:32:34
2022-02-14T09:32:34
https://github.com/huggingface/datasets/issues/3568
fabianslife
1
[ "dataset bug" ]
3,563
Dataset.from_pandas preserves useless index
## Describe the bug Let's say that you want to create a Dataset object from pandas dataframe. Most likely you will write something like this: ``` import pandas as pd from datasets import Dataset df = pd.read_csv('some_dataset.csv') # Some DataFrame preprocessing code... dataset = Dataset.from_pandas(df) `...
CLOSED
2022-01-11T12:07:07
2022-01-12T16:11:27
2022-01-12T16:11:27
https://github.com/huggingface/datasets/issues/3563
Sorrow321
1
[ "bug" ]
3,561
Cannot load ‘bookcorpusopen’
## Describe the bug Cannot load 'bookcorpusopen' ## Steps to reproduce the bug ```python dataset = load_dataset('bookcorpusopen') ``` or ```python dataset = load_dataset('bookcorpusopen',script_version='master') ``` ## Actual results ConnectionError: Couldn't reach https://the-eye.eu/public/AI/pile_pre...
CLOSED
2022-01-10T20:17:18
2022-02-14T09:19:27
2022-02-14T09:18:47
https://github.com/huggingface/datasets/issues/3561
HUIYINXUE
3
[ "bug", "dataset bug" ]
3,558
Integrate Milvus (pymilvus) library
Milvus is a popular open-source vector database. We should add a new vector index to support this project.
OPEN
2022-01-10T15:20:29
2022-03-05T12:28:36
null
https://github.com/huggingface/datasets/issues/3558
mariosasko
5
[ "enhancement" ]
3,555
DuplicatedKeysError when loading tweet_qa dataset
When loading the tweet_qa dataset with `load_dataset('tweet_qa')`, the following error occurs: `DuplicatedKeysError: FAILURE TO GENERATE DATASET ! Found duplicate Key: 2a167f9e016ba338e1813fed275a6a1e Keys should be unique and deterministic in nature ` Might be related to issues #2433 and #2333 - `datasets` ...
CLOSED
2022-01-10T10:53:11
2022-01-12T15:17:33
2022-01-12T15:13:56
https://github.com/huggingface/datasets/issues/3555
LeonieWeissweiler
1
[ "bug" ]
3,554
ImportError: cannot import name 'is_valid_waiter_error'
Based on [SO post](https://stackoverflow.com/q/70606147/17840900). I'm following along to this [Notebook][1], cell "**Loading the dataset**". Kernel: `conda_pytorch_p36`. I run: ``` ! pip install datasets transformers optimum[intel] ``` Output: ``` Requirement already satisfied: datasets in /home/ec2-u...
CLOSED
2022-01-10T10:32:04
2022-02-14T09:35:57
2022-02-14T09:35:57
https://github.com/huggingface/datasets/issues/3554
danielbellhv
3
[ "bug" ]
3,553
set_format("np") no longer works for Image data
## Describe the bug `dataset.set_format("np")` no longer works for image data, previously you could load the MNIST like this: ```python dataset = load_dataset("mnist") dataset.set_format("np") X_train = dataset["train"]["image"][..., None] # <== No longer a numpy array ``` but now it doesn't work, `set_format(...
CLOSED
2022-01-09T17:18:13
2022-10-14T12:03:55
2022-10-14T12:03:54
https://github.com/huggingface/datasets/issues/3553
cgarciae
5
[ "bug" ]
3,550
Bug in `openbookqa` dataset
## Describe the bug Dataset entries contains a typo. ## Steps to reproduce the bug ```python >>> from datasets import load_dataset >>> obqa = load_dataset('openbookqa', 'main') >>> obqa['train'][0] ``` ## Expected results ```python {'id': '7-980', 'question_stem': 'The sun is responsible for', 'choices'...
CLOSED
2022-01-07T17:32:57
2022-05-04T06:33:00
2022-05-04T06:32:19
https://github.com/huggingface/datasets/issues/3550
lucadiliello
1
[ "bug", "dataset bug" ]
3,548
Specify the feature types of a dataset on the Hub without needing a dataset script
**Is your feature request related to a problem? Please describe.** Currently if I upload a CSV with paths to audio files, the column type is string instead of Audio. **Describe the solution you'd like** I'd like to be able to specify the types of the column, so that when loading the dataset I directly get the feat...
CLOSED
2022-01-07T15:17:06
2022-01-20T14:48:38
2022-01-20T14:48:38
https://github.com/huggingface/datasets/issues/3548
lhoestq
1
[ "enhancement" ]
3,547
Datasets created with `push_to_hub` can't be accessed in offline mode
## Describe the bug In offline mode, one can still access previously-cached datasets. This fails with datasets created with `push_to_hub`. ## Steps to reproduce the bug in Python: ``` import datasets mpwiki = datasets.load_dataset("teven/matched_passages_wikidata") ``` in bash: ``` export HF_DATASETS_OFFLIN...
CLOSED
2022-01-07T15:12:25
2024-02-15T17:41:24
2023-12-21T15:13:12
https://github.com/huggingface/datasets/issues/3547
TevenLeScao
18
[ "bug" ]
3,544
Ability to split a dataset in multiple files.
Hello, **Is your feature request related to a problem? Please describe.** My use case is that I have one writer that adds columns and multiple workers reading the same `Dataset`. Each worker should have access to columns added by the writer when they reload the dataset. I understand that we shouldn't overwrite...
OPEN
2022-01-06T23:02:25
2022-01-06T23:02:25
null
https://github.com/huggingface/datasets/issues/3544
Dref360
0
[ "enhancement" ]
3,543
Allow loading community metrics from the hub, just like datasets
**Is your feature request related to a problem? Please describe.** Currently, I can load a metric implemented by me by providing the local path to the file in `load_metric`. However, there is no option to do it with the metric uploaded to the hub. This means that if I want to allow other users to use it, they must d...
CLOSED
2022-01-06T11:26:26
2022-05-31T20:59:14
2022-05-31T20:53:37
https://github.com/huggingface/datasets/issues/3543
eladsegal
5
[ "enhancement", "generic discussion" ]
3,541
Support 7-zip compressed data files
**Is your feature request related to a problem? Please describe.** We should support 7-zip compressed data files: - [x] in `extract`: - #4672 - [ ] in `iter_archive`: for streaming mode both in streaming and non-streaming modes.
OPEN
2022-01-06T07:11:03
2022-07-19T10:18:30
null
https://github.com/huggingface/datasets/issues/3541
albertvillanova
1
[ "enhancement" ]
3,540
How to convert torch.utils.data.Dataset to datasets.arrow_dataset.Dataset?
Hi, I use torch.utils.data.Dataset to define my own data, but I need to use the 'map' function of datasets.arrow_dataset.Dataset later, so I hope to convert torch.utils.data.Dataset to datasets.arrow_dataset.Dataset. Here is an example. ``` from torch.utils.data import Dataset from datasets.arrow_dataset import ...
OPEN
2022-01-06T02:13:42
2022-01-06T02:17:39
null
https://github.com/huggingface/datasets/issues/3540
CindyTing
0
[ "enhancement" ]
3,533
Task search function on hub not working correctly
When I want to look at all datasets of the category: `speech-processing` *i.e.* https://huggingface.co/datasets?task_categories=task_categories:speech-processing&sort=downloads , then the following dataset doesn't show up for some reason: - https://huggingface.co/datasets/speech_commands even thought it's task t...
OPEN
2022-01-05T09:36:30
2022-05-12T14:45:57
null
https://github.com/huggingface/datasets/issues/3533
patrickvonplaten
3
[ "bug" ]
3,531
Give clearer instructions to add the YAML tags
## Describe the bug As reported by @julien-c, many community datasets contain the line `YAML tags:` at the top of the YAML section in the header of the README file. See e.g.: https://huggingface.co/datasets/bigscience/P3/commit/a03bea08cf4d58f268b469593069af6aeb15de32 Maybe we should give clearer instruction/hints...
CLOSED
2022-01-05T06:44:20
2022-01-17T15:54:36
2022-01-17T15:54:36
https://github.com/huggingface/datasets/issues/3531
albertvillanova
0
[ "bug" ]
3,522
wmt19 is broken (zh-en)
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("wmt19", 'zh-en') ``` ## Expected results The dataset should download. ## Actual results `ConnectionError: Couldn't reach ftp://cwmt-wm...
CLOSED
2022-01-04T22:33:45
2022-05-06T16:27:37
2022-05-06T16:27:37
https://github.com/huggingface/datasets/issues/3522
AjayP13
1
[ "bug", "dataset bug" ]
3,518
Add PubMed Central Open Access dataset
## Adding a Dataset - **Name:** PubMed Central Open Access - **Description:** The PMC Open Access Subset includes more than 3.4 million journal articles and preprints that are made available under license terms that allow reuse. - **Paper:** *link to the dataset paper if available* - **Data:** https://www.ncbi.nlm....
CLOSED
2022-01-04T06:54:35
2022-01-17T15:25:57
2022-01-17T15:25:57
https://github.com/huggingface/datasets/issues/3518
albertvillanova
3
[ "dataset request" ]
3,515
`ExpectedMoreDownloadedFiles` for `evidence_infer_treatment`
## Describe the bug I am trying to load a dataset called `evidence_infer_treatment`. The first subset (`1.1`) works fine but the second returns an error (`2.0`). It downloads a file but crashes during the checksums. ## Steps to reproduce the bug ```python >>> from datasets import load_dataset >>> load_dataset("e...
CLOSED
2022-01-03T15:58:38
2022-02-14T13:21:43
2022-02-14T13:21:43
https://github.com/huggingface/datasets/issues/3515
VictorSanh
1
[ "bug", "dataset bug" ]
3,512
No Data format found
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
CLOSED
2022-01-03T09:41:11
2022-01-17T13:26:05
2022-01-17T13:26:05
https://github.com/huggingface/datasets/issues/3512
shazzad47
1
[ "dataset-viewer" ]
3,511
Dataset
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
CLOSED
2022-01-03T02:03:23
2022-01-03T08:41:26
2022-01-03T08:23:07
https://github.com/huggingface/datasets/issues/3511
MIKURI0114
2
[ "dataset-viewer" ]
3,510
`wiki_dpr` details for Open Domain Question Answering tasks
Hey guys! Thanks for creating the `wiki_dpr` dataset! I am currently trying to use the dataset for context retrieval using DPR on NQ questions and need details about what each of the files and data instances mean, which version of the Wikipedia dump it uses, etc. Please respond at your earliest convenience regard...
CLOSED
2022-01-02T11:04:01
2022-02-17T13:46:20
2022-02-17T13:46:20
https://github.com/huggingface/datasets/issues/3510
pk1130
2
[]
3,507
Discuss whether support canonical datasets w/o dataset_infos.json and/or dummy data
I open this PR to have a public discussion about this topic and make a decision. As previously discussed, once we have the metadata in the dataset card (README file, containing both Markdown info and YAML tags), what is the point of having also the JSON metadata (dataset_infos.json file)? On the other hand, the d...
CLOSED
2021-12-30T17:04:25
2022-11-04T15:31:38
2022-11-04T15:31:37
https://github.com/huggingface/datasets/issues/3507
albertvillanova
17
[ "enhancement", "generic discussion" ]
3,505
cast_column function not working with map function in streaming mode for Audio features
## Describe the bug I am trying to use Audio class for loading audio features using custom dataset. I am able to cast 'audio' feature into 'Audio' format with cast_column function. On using map function, I am not getting 'Audio' casted feature but getting path of audio file only. I am getting features of 'audio' of s...
CLOSED
2021-12-30T14:52:01
2022-01-18T19:54:07
2022-01-18T19:54:07
https://github.com/huggingface/datasets/issues/3505
ashu5644
1
[ "bug" ]
3,504
Unable to download PUBMED_title_abstracts_2019_baseline.jsonl.zst
## Describe the bug I am unable to download the PubMed dataset from the link provided in the [Hugging Face Course (Chapter 5 Section 4)](https://huggingface.co/course/chapter5/4?fw=pt). https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst ## Steps to reproduce ...
CLOSED
2021-12-29T18:23:20
2024-05-20T09:44:59
2022-02-17T15:04:25
https://github.com/huggingface/datasets/issues/3504
ToddMorrill
10
[ "bug", "dataset bug" ]
3,503
Batched in filter throws error
I hope this is really a bug, I could not find it among the open issues ## Describe the bug using `batched=False` in DataSet.filter throws error ```python TypeError: filter() got an unexpected keyword argument 'batched' ``` but in the docs it is lister as an argument. ## Steps to reproduce the bug ```python ...
CLOSED
2021-12-29T12:01:04
2022-01-04T10:24:27
2022-01-04T10:24:27
https://github.com/huggingface/datasets/issues/3503
gpucce
0
[ "bug" ]
3,499
Adjusting chunk size for streaming datasets
**Is your feature request related to a problem? Please describe.** I want to use mc4 which I cannot save locally, so I stream it. However, I want to process the entire dataset and filter some documents from it. With the current chunk size of around 1000 documents (right?) I hit a performance bottleneck because of the ...
CLOSED
2021-12-28T21:17:53
2022-05-06T16:29:05
2022-05-06T16:29:05
https://github.com/huggingface/datasets/issues/3499
JoelNiklaus
2
[ "enhancement" ]
3,497
Changing sampling rate in audio dataset and subsequently mapping with `num_proc > 1` leads to weird bug
Running: ```python from datasets import load_dataset, DatasetDict import datasets from transformers import AutoFeatureExtractor raw_datasets = DatasetDict() raw_datasets["train"] = load_dataset("common_voice", "ab", split="train") feature_extractor = AutoFeatureExtractor.from_pretrained("facebook/wav2ve...
CLOSED
2021-12-28T18:03:49
2022-01-21T13:22:27
2022-01-21T13:22:27
https://github.com/huggingface/datasets/issues/3497
patrickvonplaten
2
[ "bug" ]
3,495
Add VoxLingua107
## Adding a Dataset - **Name:** VoxLingua107 - **Description:** VoxLingua107 is a speech dataset for training spoken language identification models. - **Paper:** https://arxiv.org/abs/2011.12998 - **Data:** http://bark.phon.ioc.ee/voxlingua107/ - **Motivation:** 107 languages, totaling 6628 hours for the train sp...
OPEN
2021-12-28T15:51:43
2021-12-28T15:51:43
null
https://github.com/huggingface/datasets/issues/3495
jaketae
0
[ "dataset request" ]
3,491
Update version of pib dataset
On the Hub we have v0, while there exists v1.3. Related to bigscience-workshop/data_tooling#130
CLOSED
2021-12-28T14:03:58
2021-12-29T08:42:57
2021-12-29T08:42:57
https://github.com/huggingface/datasets/issues/3491
albertvillanova
0
[ "dataset request" ]
3,490
Does datasets support load text from HDFS?
The raw text data is stored on HDFS due to the dataset's size is too large to store on my develop machine, so I wander does datasets support read data from hdfs?
OPEN
2021-12-28T08:56:02
2022-02-14T14:00:51
null
https://github.com/huggingface/datasets/issues/3490
dancingpipi
1
[ "enhancement" ]
3,488
URL query parameters are set as path in the compression hop for fsspec
## Describe the bug There is an ssue with `StreamingDownloadManager._extract`. I don't know how the test `test_streaming_gg_drive_gzipped` passes: For ```python TEST_GG_DRIVE_GZIPPED_URL = "https://drive.google.com/uc?export=download&id=1Bt4Garpf0QLiwkJhHJzXaVa0I0H5Qhwz" urlpath = StreamingDownloadManager()....
OPEN
2021-12-27T16:29:00
2022-01-05T15:15:25
null
https://github.com/huggingface/datasets/issues/3488
albertvillanova
1
[ "bug" ]
3,485
skip columns which cannot set to specific format when set_format
**Is your feature request related to a problem? Please describe.** When using `dataset.set_format("torch")`, I must make sure every columns in datasets can convert to `torch`, however, sometimes I want to keep some string columns. **Describe the solution you'd like** skip columns which cannot set to specific forma...
CLOSED
2021-12-27T07:19:55
2021-12-27T09:07:07
2021-12-27T09:07:07
https://github.com/huggingface/datasets/issues/3485
tshu-w
2
[ "enhancement" ]
3,484
make shape verification to use ArrayXD instead of nested lists for map
As describe in https://github.com/huggingface/datasets/issues/2005#issuecomment-793716753 and mentioned by @mariosasko in [image feature example](https://colab.research.google.com/drive/1mIrTnqTVkWLJWoBzT1ABSe-LFelIep1c#scrollTo=ow3XHDvf2I0B&line=1&uniqifier=1), IMO make shape verifcaiton to use ArrayXD instead of nest...
OPEN
2021-12-27T02:16:02
2022-01-05T13:54:03
null
https://github.com/huggingface/datasets/issues/3484
tshu-w
1
[ "enhancement" ]
3,480
the compression format requested when saving a dataset in json format is not respected
## Describe the bug In the documentation of the `to_json` method, it is stated in the parameters that > **to_json_kwargs – Parameters to pass to pandas’s pandas.DataFrame.to_json. however when we pass for example `compression="gzip"`, the saved file is not compressed. Would you also have expected compression t...
CLOSED
2021-12-24T09:23:51
2022-01-05T13:03:35
2022-01-05T13:03:35
https://github.com/huggingface/datasets/issues/3480
SaulLu
3
[ "bug" ]
3,479
Dataset preview is not available (I think for all Hugging Face datasets)
## Dataset viewer issue for '*french_book_reviews*' **Link:** https://huggingface.co/datasets/Abirate/french_book_reviews **short description of the issue** For my dataset, the dataset preview is no longer functional (it used to work: The dataset had been added the day before and it was fine...) And, after lo...
CLOSED
2021-12-24T08:18:48
2021-12-24T14:27:46
2021-12-24T14:27:46
https://github.com/huggingface/datasets/issues/3479
Abirate
4
[ "bug", "dataset-viewer" ]
3,475
The rotten_tomatoes dataset of movie reviews contains some reviews in Spanish
## Describe the bug See title. I don't think this is intentional and they probably should be removed. If they stay the dataset description should be at least updated to make it clear to the user. ## Steps to reproduce the bug Go to the [dataset viewer](https://huggingface.co/datasets/viewer/?dataset=rotten_tomato...
OPEN
2021-12-23T03:56:43
2021-12-24T00:23:03
null
https://github.com/huggingface/datasets/issues/3475
puzzler10
2
[ "bug" ]
3,473
Iterating over a vision dataset doesn't decode the images
## Describe the bug If I load `mnist` and I iterate over the dataset, the images are not decoded, and the dictionary with the bytes is returned. ## Steps to reproduce the bug ```python from datasets import load_dataset import PIL mnist = load_dataset("mnist", split="train") first_image = mnist[0]["image"...
CLOSED
2021-12-22T15:26:32
2021-12-27T14:13:21
2021-12-23T15:21:57
https://github.com/huggingface/datasets/issues/3473
lhoestq
9
[ "bug", "vision" ]
3,465
Unable to load 'cnn_dailymail' dataset
## Describe the bug I wanted to load cnn_dailymail dataset from huggingface datasets on Google Colab, but I am getting an error while loading it. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('cnn_dailymail', '3.0.0', ignore_verifications = True) ``` ## Expe...
CLOSED
2021-12-21T03:32:21
2024-06-12T14:41:17
2022-02-17T14:13:57
https://github.com/huggingface/datasets/issues/3465
talha1503
4
[ "bug", "duplicate", "dataset bug" ]
3,464
struct.error: 'i' format requires -2147483648 <= number <= 2147483647
## Describe the bug A clear and concise description of what the bug is. using latest datasets=datasets-1.16.1-py3-none-any.whl process my own multilingual dataset by following codes, and the number of rows in all dataset is 306000, the max_length of each sentence is 256: ![image](https://user-images.githubusercon...
OPEN
2021-12-21T03:29:01
2022-11-21T19:55:11
null
https://github.com/huggingface/datasets/issues/3464
koukoulala
2
[ "bug" ]
3,462
Update swahili_news dataset
Please note also: the HuggingFace version at https://huggingface.co/datasets/swahili_news is outdated. An updated version, with deduplicated text and official splits, can be found at https://zenodo.org/record/5514203. ## Adding a Dataset - **Name:** swahili_news Instructions to add a new dataset can be found [he...
CLOSED
2021-12-20T17:44:01
2021-12-21T06:24:02
2021-12-21T06:24:01
https://github.com/huggingface/datasets/issues/3462
albertvillanova
0
[ "dataset request" ]
3,459
dataset.filter overwriting previously set dataset._indices values, resulting in the wrong elements being selected.
## Describe the bug When using dataset.select to select a subset of a dataset, dataset._indices are set to indicate which elements are now considered in the dataset. The same thing happens when you shuffle the dataset; dataset._indices are set to indicate what the new order of the data is. However, if you then use a...
CLOSED
2021-12-20T16:16:49
2021-12-20T16:34:57
2021-12-20T16:34:57
https://github.com/huggingface/datasets/issues/3459
mmajurski
2
[ "bug" ]
3,457
Add CMU Graphics Lab Motion Capture dataset
## Adding a Dataset - **Name:** CMU Graphics Lab Motion Capture database - **Description:** The database contains free motions which you can download and use. - **Data:** http://mocap.cs.cmu.edu/ - **Motivation:** Nice motion capture dataset Instructions to add a new dataset can be found [here](https://github.c...
OPEN
2021-12-20T14:34:39
2022-03-16T16:53:09
null
https://github.com/huggingface/datasets/issues/3457
osanseviero
3
[ "dataset request", "vision" ]
3,455
Easier information editing
**Is your feature request related to a problem? Please describe.** It requires a lot of effort to improve a datasheet. **Describe the solution you'd like** UI or at least a link to the place where the code that needs to be edited is (and an easy way to edit this code directly from the site, without cloning, branc...
CLOSED
2021-12-20T10:10:43
2023-07-25T15:36:14
2023-07-25T15:36:14
https://github.com/huggingface/datasets/issues/3455
borgr
2
[ "enhancement", "generic discussion" ]
3,453
ValueError while iter_archive
## Describe the bug After the merge of: - #3443 the method `iter_archive` throws a ValueError: ``` ValueError: read of closed file ``` ## Steps to reproduce the bug ```python for path, file in dl_manager.iter_archive(archive_path): pass ```
CLOSED
2021-12-20T08:46:18
2021-12-20T10:04:59
2021-12-20T10:04:59
https://github.com/huggingface/datasets/issues/3453
albertvillanova
0
[ "bug" ]
3,452
why the stratify option is omitted from test_train_split function?
why the stratify option is omitted from test_train_split function? is there any other way implement the stratify option while splitting the dataset? as it is important point to be considered while splitting the dataset.
CLOSED
2021-12-18T10:37:47
2022-05-25T20:43:51
2022-05-25T20:43:51
https://github.com/huggingface/datasets/issues/3452
j-sieger
4
[ "enhancement", "good second issue" ]
3,450
Unexpected behavior doing Split + Filter
## Describe the bug I observed unexpected behavior when applying 'train_test_split' followed by 'filter' on dataset. Elements of the training dataset eventually end up in the test dataset (after applying the 'filter') ## Steps to reproduce the bug ``` from datasets import Dataset import pandas as pd dic = {'x'...
CLOSED
2021-12-17T17:00:39
2023-07-25T15:38:47
2023-07-25T15:38:47
https://github.com/huggingface/datasets/issues/3450
jbrachat
1
[ "bug" ]
3,449
Add `__add__()`, `__iadd__()` and similar to `Dataset` class
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** I would like to be able to concatenate datasets as follows: ```python >>> dataset["train"] += dataset["validation"] ``` ... instead of using `concatenate_datasets()`: ```python >>> raw_datasets["trai...
CLOSED
2021-12-17T15:29:11
2024-02-29T16:47:56
2023-07-25T15:33:56
https://github.com/huggingface/datasets/issues/3449
sgraaf
2
[ "enhancement", "generic discussion" ]
3,448
JSONDecodeError with HuggingFace dataset viewer
## Dataset viewer issue for 'pubmed_neg' **Link:** https://huggingface.co/datasets/IGESML/pubmed_neg I am getting the error: Status code: 400 Exception: JSONDecodeError Message: Expecting property name enclosed in double quotes: line 61 column 2 (char 1202) I have checked all files - I am not u...
CLOSED
2021-12-17T12:52:41
2022-02-24T09:10:26
2022-02-24T09:10:26
https://github.com/huggingface/datasets/issues/3448
kathrynchapman
3
[ "dataset-viewer" ]
3,447
HF_DATASETS_OFFLINE=1 didn't stop datasets.builder from downloading
## Describe the bug According to https://huggingface.co/docs/datasets/loading_datasets.html#loading-a-dataset-builder, setting HF_DATASETS_OFFLINE to 1 should make datasets to "run in full offline mode". It didn't work for me. At the very beginning, datasets still tried to download "custom data configuration" for JSON...
CLOSED
2021-12-16T18:51:13
2022-02-17T14:16:27
2022-02-17T14:16:27
https://github.com/huggingface/datasets/issues/3447
dunalduck0
3
[ "bug" ]
3,445
question
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
CLOSED
2021-12-16T15:57:00
2022-01-03T10:09:00
2022-01-03T10:09:00
https://github.com/huggingface/datasets/issues/3445
BAKAYOKO0232
1
[ "dataset-viewer" ]
3,444
Align the Dataset and IterableDataset processing API
## Intro items marked like <s>this</s> are done already :) Currently the two classes have two distinct API for processing: ### The `.map()` method Both have those parameters in common: function, batched, batch_size - IterableDataset is missing those parameters: <s>with_indices</s>, with_rank, <s>input_columns</s>,...
OPEN
2021-12-16T11:26:11
2025-01-31T11:07:07
null
https://github.com/huggingface/datasets/issues/3444
lhoestq
11
[ "enhancement", "generic discussion" ]
3,441
Add QuALITY dataset
## Adding a Dataset - **Name:** QuALITY - **Description:** A challenging question answering with very long contexts (Twitter [thread](https://twitter.com/sleepinyourhat/status/1471225421794529281?s=20)) - **Paper:** No ArXiv link yet, but draft is [here](https://github.com/nyu-mll/quality/blob/main/quality_preprint....
OPEN
2021-12-15T22:26:19
2021-12-28T15:17:05
null
https://github.com/huggingface/datasets/issues/3441
lewtun
1
[ "dataset request" ]
3,440
datasets keeps reading from cached files, although I disabled it
## Describe the bug Hi, I am trying to avoid dataset library using cached files, I get the following bug when this tried to read the cached files. I tried to do the followings: ``` from datasets import set_caching_enabled set_caching_enabled(False) ``` also force redownlaod: ``` download_mode='force_redownloa...
CLOSED
2021-12-15T21:26:22
2022-02-24T09:12:22
2022-02-24T09:12:22
https://github.com/huggingface/datasets/issues/3440
dorost1234
1
[ "bug" ]
3,434
Add The People's Speech
## Adding a Dataset - **Name:** The People's Speech - **Description:** a massive English-language dataset of audio transcriptions of full sentences. - **Paper:** https://openreview.net/pdf?id=R8CwidgJ0yT - **Data:** https://mlcommons.org/en/peoples-speech/ - **Motivation:** With over 30,000 hours of speech, this ...
CLOSED
2021-12-15T11:21:21
2023-02-28T16:22:29
2023-02-28T16:22:28
https://github.com/huggingface/datasets/issues/3434
mariosasko
1
[ "dataset request", "speech" ]
3,433
Add Multilingual Spoken Words dataset
## Adding a Dataset - **Name:** Multilingual Spoken Words - **Description:** Multilingual Spoken Words Corpus is a large and growing audio dataset of spoken words in 50 languages for academic research and commercial applications in keyword spotting and spoken term search, licensed under CC-BY 4.0. The dataset contain...
CLOSED
2021-12-15T11:14:44
2022-02-22T10:03:53
2022-02-22T10:03:53
https://github.com/huggingface/datasets/issues/3433
albertvillanova
0
[ "dataset request", "speech" ]
3,431
Unable to resolve any data file after loading once
when I rerun my program, it occurs this error " Unable to resolve any data file that matches '['**train*']' at /data2/whr/lzy/open_domain_data/retrieval/wiki_dpr with any supported extension ['csv', 'tsv', 'json', 'jsonl', 'parquet', 'txt', 'zip']", so how could i deal with this problem? thx. And below is my code . ...
CLOSED
2021-12-14T15:02:15
2022-12-11T10:53:04
2022-02-24T09:13:52
https://github.com/huggingface/datasets/issues/3431
LzyFischer
2
[]
3,425
Getting configs names takes too long
## Steps to reproduce the bug ```python from datasets import get_dataset_config_names get_dataset_config_names("allenai/c4") ``` ## Expected results I would expect to get the answer quickly, at least in less than 10s ## Actual results It takes about 45s on my environment ## Environment info - `d...
OPEN
2021-12-13T14:27:57
2021-12-13T14:53:33
null
https://github.com/huggingface/datasets/issues/3425
severo
3
[ "bug" ]
3,423
data duplicate when setting num_works > 1 with streaming data
## Describe the bug The data is repeated num_works times when we load_dataset with streaming and set num_works > 1 when construct dataloader ## Steps to reproduce the bug ```python # Sample code to reproduce the bug import pandas as pd import numpy as np import os from datasets import load_dataset from tor...
CLOSED
2021-12-13T03:43:17
2022-12-14T16:04:22
2022-12-14T16:04:22
https://github.com/huggingface/datasets/issues/3423
cloudyuyuyu
14
[ "bug", "streaming" ]
3,422
Error about load_metric
## Describe the bug File "/opt/conda/lib/python3.8/site-packages/datasets/load.py", line 1371, in load_metric metric = metric_cls( TypeError: 'NoneType' object is not callable ## Steps to reproduce the bug ```python metric = load_metric("glue", "sst2") ``` ## Environment info - `datasets` version: ...
CLOSED
2021-12-13T02:49:51
2022-01-07T14:06:47
2022-01-07T14:06:47
https://github.com/huggingface/datasets/issues/3422
jiacheng-ye
1
[ "bug" ]
3,419
`.to_json` is extremely slow after `.select`
## Describe the bug Saving a dataset to JSON with `to_json` is extremely slow after using `.select` on the original dataset. ## Steps to reproduce the bug ```python from datasets import load_dataset original = load_dataset("squad", split="train") original.to_json("from_original.json") # Takes 0 seconds se...
OPEN
2021-12-11T01:36:31
2021-12-21T15:49:07
null
https://github.com/huggingface/datasets/issues/3419
eladsegal
6
[ "bug" ]
3,416
disaster_response_messages unavailable
## Dataset viewer issue for '* disaster_response_messages*' **Link:** https://huggingface.co/datasets/disaster_response_messages Dataset unavailable. Link dead: https://datasets.appen.com/appen_datasets/disaster_response_data/disaster_response_messages_training.csv Am I the one who added this dataset ?No
CLOSED
2021-12-10T13:49:17
2021-12-14T14:38:29
2021-12-14T14:38:29
https://github.com/huggingface/datasets/issues/3416
sacdallago
1
[ "dataset-viewer" ]
3,415
Non-deterministic tests: CI tests randomly fail
## Describe the bug Some CI tests fail randomly. 1. In https://github.com/huggingface/datasets/pull/3375/commits/c10275fe36085601cb7bdb9daee9a8f1fc734f48, there were 3 failing tests, only on Linux: ``` =========================== short test summary info ============================ FAILED tests/test_str...
CLOSED
2021-12-10T06:08:59
2022-03-31T16:38:51
2022-03-31T16:38:51
https://github.com/huggingface/datasets/issues/3415
albertvillanova
2
[ "bug" ]
3,411
[chinese wwm] load_datasets behavior not as expected when using run_mlm_wwm.py script
## Describe the bug Model I am using (Bert, XLNet ...): bert-base-chinese The problem arises when using: * [https://github.com/huggingface/transformers/blob/master/examples/research_projects/mlm_wwm/run_mlm_wwm.py] the official example scripts: `rum_mlm_wwm.py` The tasks I am working on is: pretraining whole ...
OPEN
2021-12-09T17:54:35
2021-12-22T11:21:33
null
https://github.com/huggingface/datasets/issues/3411
hyusterr
2
[ "bug" ]
3,408
Typo in Dataset viewer error message
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* When creating an empty dataset repo, the Dataset Preview provides a helpful message that no files were found. There is a tiny typo in that message: "ressource" should be "resource" ...
CLOSED
2021-12-09T14:34:02
2021-12-22T11:02:53
2021-12-22T11:02:53
https://github.com/huggingface/datasets/issues/3408
lewtun
1
[ "dataset-viewer" ]
3,405
ZIP format inference does not work when files located in a dir inside the archive
## Describe the bug When a zipped file contains archived files within a directory, the function `infer_module_for_data_files_in_archives` does not work. It only works for files located in the root directory of the ZIP file. ## Steps to reproduce the bug ```python infer_module_for_data_files_in_archives(["path/...
CLOSED
2021-12-08T12:32:15
2021-12-08T13:03:29
2021-12-08T13:03:29
https://github.com/huggingface/datasets/issues/3405
albertvillanova
0
[ "bug" ]
3,404
Optimize ZIP format inference
**Is your feature request related to a problem? Please describe.** When hundreds of ZIP files are present in a dataset, format inference takes too long. See: https://github.com/bigscience-workshop/data_tooling/issues/232#issuecomment-986685497 **Describe the solution you'd like** Iterate over a maximum number o...
CLOSED
2021-12-07T18:44:49
2021-12-14T17:08:41
2021-12-14T17:08:41
https://github.com/huggingface/datasets/issues/3404
albertvillanova
0
[ "enhancement" ]