id
int64
600M
4.6B
node_id
stringlengths
18
24
number
int64
2
8.24k
title
stringlengths
1
290
state
stringclasses
2 values
state_reason
stringclasses
5 values
created_at
timestamp[s]date
2020-04-14 18:18:51
2026-06-05 18:08:17
updated_at
timestamp[s]date
2020-04-29 09:23:05
2026-06-05 21:18:34
closed_at
stringlengths
0
20
html_url
stringlengths
48
51
user
stringlengths
3
26
labels
listlengths
0
4
assignees
listlengths
0
4
milestone
stringclasses
7 values
comments
listlengths
0
70
author_association
stringclasses
4 values
body
stringlengths
0
228k
1,104,663,242
I_kwDODunzps5B19LK
3,580
Bug in wiki bio load
closed
completed
2022-01-15T10:04:33
2022-01-31T08:38:09
2022-01-31T08:38:09Z
https://github.com/huggingface/datasets/issues/3580
tuhinjubcse
[ "dataset bug" ]
[]
[ "+1, here's the error I got: \r\n\r\n```\r\n>>> from datasets import load_dataset\r\n>>>\r\n>>> load_dataset(\"wiki_bio\")\r\nDownloading: 7.58kB [00:00, 4.42MB/s]\r\nDownloading: 2.71kB [00:00, 1.30MB/s]\r\nUsing custom data configuration default\r\nDownloading and preparing dataset wiki_bio/default (download: 318...
NONE
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...
1,103,403,287
I_kwDODunzps5BxJkX
3,578
label information get lost after parquet serialization
closed
completed
2022-01-14T10:10:38
2023-07-25T15:44:53
2023-07-25T15:44:53Z
https://github.com/huggingface/datasets/issues/3578
Tudyx
[ "bug" ]
[]
[ "Hi ! We did a release of `datasets` today that may fix this issue. Can you try updating `datasets` and trying again ?\r\n\r\nEDIT: the issue is still there actually\r\n\r\nI think we can fix that by storing the Features in the parquet schema metadata, and then reload them when loading the parquet file", "This in...
NONE
## 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 ...
1,102,598,241
I_kwDODunzps5BuFBh
3,577
Add The Mexican Emotional Speech Database (MESD)
open
2022-01-13T23:49:36
2022-01-27T14:14:38
https://github.com/huggingface/datasets/issues/3577
omarespejel
[ "dataset request", "speech" ]
[]
[]
NONE
## 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:** *...
1,100,634,244
I_kwDODunzps5BmliE
3,572
ConnectionError in IndicGLUE dataset
closed
completed
2022-01-12T17:59:36
2022-09-15T21:57:34
2022-09-15T21:57:34Z
https://github.com/huggingface/datasets/issues/3572
sahoodib
[ "dataset bug" ]
[ "albertvillanova" ]
[ "@sahoodib, thanks for reporting.\r\n\r\nIndeed, none of the data links appearing in the IndicGLUE website are working, e.g.: https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/soham-articles.tar.gz\r\n```\r\n<Error>\r\n<Code>UserProjectAccountProblem</Code>\r\n<Message>User project billi...
NONE
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)
1,100,380,631
I_kwDODunzps5BlnnX
3,568
Downloading Hugging Face Medical Dialog Dataset NonMatchingSplitsSizesError
closed
completed
2022-01-12T14:03:44
2022-02-14T09:32:34
2022-02-14T09:32:34Z
https://github.com/huggingface/datasets/issues/3568
fabianslife
[ "dataset bug" ]
[ "albertvillanova" ]
[ "Hi @fabianslife, thanks for reporting.\r\n\r\nI think you were using an old version of `datasets` because this bug was already fixed in version `1.13.0` (13 Oct 2021):\r\n- Fix: 55fd140a63b8f03a0e72985647e498f1fc799d3f\r\n- PR: #3046\r\n- Issue: #2969 \r\n\r\nPlease, feel free to update the library: `pip install -...
NONE
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: ``` ...
1,099,070,368
I_kwDODunzps5Bgnug
3,563
Dataset.from_pandas preserves useless index
closed
completed
2022-01-11T12:07:07
2022-01-12T16:11:27
2022-01-12T16:11:27Z
https://github.com/huggingface/datasets/issues/3563
Sorrow321
[ "bug" ]
[]
[ "Hi! That makes sense. Sure, feel free to open a PR! Just a small suggestion: let's make `preserve_index` a parameter of `Dataset.from_pandas` (which we then pass to `InMemoryTable.from_pandas`) with `None` as a default value to not have this as a breaking change. " ]
CONTRIBUTOR
## 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) `...
1,098,328,870
I_kwDODunzps5Bdysm
3,561
Cannot load ‘bookcorpusopen’
closed
completed
2022-01-10T20:17:18
2022-02-14T09:19:27
2022-02-14T09:18:47Z
https://github.com/huggingface/datasets/issues/3561
HUIYINXUE
[ "bug", "dataset bug" ]
[ "albertvillanova" ]
[ "The host of this copy of the dataset (https://the-eye.eu) is down and has been down for a good amount of time ([potentially months](https://www.reddit.com/r/Roms/comments/q82s15/theeye_downdied/))\r\n\r\nFinding this dataset is a little esoteric, as the original authors took down the official BookCorpus dataset so...
NONE
## 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...
1,098,025,866
I_kwDODunzps5BcouK
3,558
Integrate Milvus (pymilvus) library
open
2022-01-10T15:20:29
2022-03-05T12:28:36
https://github.com/huggingface/datasets/issues/3558
mariosasko
[ "enhancement" ]
[ "xiaofan-luan" ]
[ "Hi @mariosasko,Just search randomly and I found this issue~ I'm the tech lead of Milvus and we are looking forward to integrate milvus together with huggingface datasets.\r\n\r\nAny suggestion on how we could start?\r\n", "Feel free to assign to me and we probably need some guide on it", "@mariosasko any updat...
COLLABORATOR
Milvus is a popular open-source vector database. We should add a new vector index to support this project.
1,097,736,982
I_kwDODunzps5BbiMW
3,555
DuplicatedKeysError when loading tweet_qa dataset
closed
completed
2022-01-10T10:53:11
2022-01-12T15:17:33
2022-01-12T15:13:56Z
https://github.com/huggingface/datasets/issues/3555
LeonieWeissweiler
[ "bug" ]
[ "mariosasko" ]
[ "Hi, we've just merged the PR with the fix. The fixed version of the dataset can be downloaded as follows:\r\n```python\r\nimport datasets\r\ndset = datasets.load_dataset(\"tweet_qa\", revision=\"master\")\r\n```" ]
NONE
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` ...
1,097,711,367
I_kwDODunzps5Bbb8H
3,554
ImportError: cannot import name 'is_valid_waiter_error'
closed
completed
2022-01-10T10:32:04
2022-02-14T09:35:57
2022-02-14T09:35:57Z
https://github.com/huggingface/datasets/issues/3554
danielbellhv
[ "bug" ]
[]
[ "Hi! I can't reproduce this error in Colab, but I'm assuming you are using Amazon SageMaker Studio Notebooks (you mention the `conda_pytorch_p36` kernel), so maybe @philschmid knows more about what might be causing this issue? ", "Hey @mariosasko. Yes, I am using **Amazon SageMaker Studio Jupyter Labs**. However,...
NONE
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...
1,097,252,275
I_kwDODunzps5BZr2z
3,553
set_format("np") no longer works for Image data
closed
completed
2022-01-09T17:18:13
2022-10-14T12:03:55
2022-10-14T12:03:54Z
https://github.com/huggingface/datasets/issues/3553
cgarciae
[ "bug" ]
[ "mariosasko" ]
[ "A quick fix for now is doing this:\r\n\r\n```python\r\nX_train = np.stack(dataset[\"train\"][\"image\"])[..., None]", "This error also propagates to jax and is even trickier to fix, since `.with_format(type='jax')` will use numpy conversion internally (and fail). For a three line failure:\r\n\r\n```python\r\ndat...
NONE
## 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(...
1,096,522,377
I_kwDODunzps5BW5qJ
3,550
Bug in `openbookqa` dataset
closed
completed
2022-01-07T17:32:57
2022-05-04T06:33:00
2022-05-04T06:32:19Z
https://github.com/huggingface/datasets/issues/3550
lucadiliello
[ "bug", "dataset bug" ]
[]
[ "Closed by:\r\n- #4259" ]
CONTRIBUTOR
## 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'...
1,096,409,512
I_kwDODunzps5BWeGo
3,548
Specify the feature types of a dataset on the Hub without needing a dataset script
closed
completed
2022-01-07T15:17:06
2022-01-20T14:48:38
2022-01-20T14:48:38Z
https://github.com/huggingface/datasets/issues/3548
lhoestq
[ "enhancement" ]
[ "abidlabs" ]
[ "After looking into this, discovered that this is already supported if the `dataset_infos.json` file is configured correctly! Here is a working example: https://huggingface.co/datasets/abidlabs/test-audio-13\r\n\r\nThis should be probably be documented, though. " ]
MEMBER
**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...
1,096,405,515
I_kwDODunzps5BWdIL
3,547
Datasets created with `push_to_hub` can't be accessed in offline mode
closed
completed
2022-01-07T15:12:25
2024-02-15T17:41:24
2023-12-21T15:13:12Z
https://github.com/huggingface/datasets/issues/3547
TevenLeScao
[ "bug" ]
[]
[ "Thanks for reporting. I think this can be fixed by improving the `CachedDatasetModuleFactory` and making it look into the `parquet` cache directory (datasets from push_to_hub are loaded with the parquet dataset builder). I'll look into it", "Hi, I'm having the same issue. Is there any update on this?", "We hav...
CONTRIBUTOR
## 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...
1,095,784,681
I_kwDODunzps5BUFjp
3,544
Ability to split a dataset in multiple files.
open
2022-01-06T23:02:25
2022-01-06T23:02:25
https://github.com/huggingface/datasets/issues/3544
Dref360
[ "enhancement" ]
[]
[]
CONTRIBUTOR
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...
1,095,226,438
I_kwDODunzps5BR9RG
3,543
Allow loading community metrics from the hub, just like datasets
closed
completed
2022-01-06T11:26:26
2022-05-31T20:59:14
2022-05-31T20:53:37Z
https://github.com/huggingface/datasets/issues/3543
eladsegal
[ "enhancement", "generic discussion" ]
[]
[ "Hi ! Thanks for your message :) This is a great idea indeed. We haven't started working on this yet though. For now I guess you can host your metric on the Hub (either with your model or your dataset) and use `hf_hub_download` to download it (docs [here](https://github.com/huggingface/huggingface_hub/blob/main/doc...
CONTRIBUTOR
**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...
1,095,033,828
I_kwDODunzps5BROPk
3,541
Support 7-zip compressed data files
open
2022-01-06T07:11:03
2022-07-19T10:18:30
https://github.com/huggingface/datasets/issues/3541
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[ "This should also resolve: https://github.com/huggingface/datasets/issues/3185." ]
MEMBER
**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.
1,094,900,336
I_kwDODunzps5BQtpw
3,540
How to convert torch.utils.data.Dataset to datasets.arrow_dataset.Dataset?
open
2022-01-06T02:13:42
2022-01-06T02:17:39
https://github.com/huggingface/datasets/issues/3540
CindyTing
[ "enhancement" ]
[]
[]
NONE
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 ...
1,094,156,147
I_kwDODunzps5BN39z
3,533
Task search function on hub not working correctly
open
2022-01-05T09:36:30
2022-05-12T14:45:57
https://github.com/huggingface/datasets/issues/3533
patrickvonplaten
[ "bug" ]
[ "albertvillanova", "lhoestq", "mariosasko" ]
[ "known issue due to https://github.com/huggingface/datasets/pull/2362 (and [internal](https://github.com/huggingface/moon-landing/issues/946)) , will be solved soon", "hmm actually i have no recollection of why I said that", "Because it has dots in some YAML keys, it can't be parsed and indexed by the back-end"...
CONTRIBUTOR
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...
1,094,033,280
I_kwDODunzps5BNZ-A
3,531
Give clearer instructions to add the YAML tags
closed
completed
2022-01-05T06:44:20
2022-01-17T15:54:36
2022-01-17T15:54:36Z
https://github.com/huggingface/datasets/issues/3531
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## 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...
1,093,807,586
I_kwDODunzps5BMi3i
3,522
wmt19 is broken (zh-en)
closed
completed
2022-01-04T22:33:45
2022-05-06T16:27:37
2022-05-06T16:27:37Z
https://github.com/huggingface/datasets/issues/3522
AjayP13
[ "bug", "dataset bug" ]
[]
[ "This issue is not reproducible." ]
NONE
## 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...
1,093,063,455
I_kwDODunzps5BJtMf
3,518
Add PubMed Central Open Access dataset
closed
completed
2022-01-04T06:54:35
2022-01-17T15:25:57
2022-01-17T15:25:57Z
https://github.com/huggingface/datasets/issues/3518
albertvillanova
[ "dataset request" ]
[ "albertvillanova" ]
[ "In the framework of BigScience:\r\n- bigscience-workshop/data_tooling#121\r\n\r\nI have created this dataset as a community dataset: https://huggingface.co/datasets/albertvillanova/pmc_open_access\r\n\r\nHowever, I was wondering that it may be more appropriate to move it under an org namespace: `pubmed_central` or...
MEMBER
## 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....
1,092,624,695
I_kwDODunzps5BICE3
3,515
`ExpectedMoreDownloadedFiles` for `evidence_infer_treatment`
closed
completed
2022-01-03T15:58:38
2022-02-14T13:21:43
2022-02-14T13:21:43Z
https://github.com/huggingface/datasets/issues/3515
VictorSanh
[ "bug", "dataset bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting @VictorSanh.\r\n\r\nI'm looking at it... " ]
CONTRIBUTOR
## 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...
1,092,359,973
I_kwDODunzps5BHBcl
3,512
No Data format found
closed
completed
2022-01-03T09:41:11
2022-01-17T13:26:05
2022-01-17T13:26:05Z
https://github.com/huggingface/datasets/issues/3512
shazzad47
[ "dataset-viewer" ]
[]
[ "Hi, which dataset is giving you an error?" ]
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
1,092,170,411
I_kwDODunzps5BGTKr
3,511
Dataset
closed
completed
2022-01-03T02:03:23
2022-01-03T08:41:26
2022-01-03T08:23:07Z
https://github.com/huggingface/datasets/issues/3511
MIKURI0114
[ "dataset-viewer" ]
[]
[ "Can you reopen with the correct dataset name (if relevant)?\r\n\r\nThanks", "The dataset viewer was down tonight. It works again." ]
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
1,091,997,004
I_kwDODunzps5BFo1M
3,510
`wiki_dpr` details for Open Domain Question Answering tasks
closed
completed
2022-01-02T11:04:01
2022-02-17T13:46:20
2022-02-17T13:46:20Z
https://github.com/huggingface/datasets/issues/3510
pk1130
[]
[]
[ "Hi ! According to the DPR paper, the wikipedia dump is the one from Dec. 20, 2018.\r\nEach instance contains a paragraph of at most 100 word, as well as the title of the wikipedia page it comes from and the DPR embedding (a 768-d vector).", "Closed by:\r\n- #3534" ]
NONE
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...
1,091,214,808
I_kwDODunzps5BCp3Y
3,507
Discuss whether support canonical datasets w/o dataset_infos.json and/or dummy data
closed
completed
2021-12-30T17:04:25
2022-11-04T15:31:38
2022-11-04T15:31:37Z
https://github.com/huggingface/datasets/issues/3507
albertvillanova
[ "enhancement", "generic discussion" ]
[]
[ "IMO, the data streaming test is good enough of a test that the dataset works correctly (assuming that we can more or less ensure that if streaming works then the non-streaming case will also work), so that for datasets that have a working dataset preview, we can remove the dummy data IMO. On the other hand, it see...
MEMBER
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...
1,091,150,820
I_kwDODunzps5BCaPk
3,505
cast_column function not working with map function in streaming mode for Audio features
closed
completed
2021-12-30T14:52:01
2022-01-18T19:54:07
2022-01-18T19:54:07Z
https://github.com/huggingface/datasets/issues/3505
ashu5644
[ "bug" ]
[ "mariosasko" ]
[ "Hi! This is probably due to the fact that `IterableDataset.map` sets `features` to `None` before mapping examples. We can fix the issue by passing the old `features` dict to the map generator and performing encoding/decoding there (before calling the map transform function)." ]
NONE
## 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...
1,090,682,230
I_kwDODunzps5BAn12
3,504
Unable to download PUBMED_title_abstracts_2019_baseline.jsonl.zst
closed
completed
2021-12-29T18:23:20
2024-05-20T09:44:59
2022-02-17T15:04:25Z
https://github.com/huggingface/datasets/issues/3504
ToddMorrill
[ "bug", "dataset bug" ]
[ "albertvillanova" ]
[ "Hi @ToddMorrill, thanks for reporting.\r\n\r\nThree weeks ago I contacted the team who created the Pile dataset to report this issue with their data host server: https://the-eye.eu\r\n\r\nThey told me that unfortunately, the-eye was heavily affected by the recent tornado catastrophe in the US. They hope to have th...
NONE
## 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 ...
1,090,472,735
I_kwDODunzps5A_0sf
3,503
Batched in filter throws error
closed
completed
2021-12-29T12:01:04
2022-01-04T10:24:27
2022-01-04T10:24:27Z
https://github.com/huggingface/datasets/issues/3503
gpucce
[ "bug" ]
[ "thomasw21" ]
[]
CONTRIBUTOR
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 ...
1,090,132,618
I_kwDODunzps5A-hqK
3,499
Adjusting chunk size for streaming datasets
closed
completed
2021-12-28T21:17:53
2022-05-06T16:29:05
2022-05-06T16:29:05Z
https://github.com/huggingface/datasets/issues/3499
JoelNiklaus
[ "enhancement" ]
[]
[ "Hi ! Data streaming uses `fsspec` to read the data files progressively. IIRC the block size for buffering is 5MiB by default. So every time you finish iterating over a block, it downloads the next one. You can still try to increase the `fsspec` block size for buffering if it can help. To do so you just need to inc...
CONTRIBUTOR
**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 ...
1,090,050,148
I_kwDODunzps5A-Nhk
3,497
Changing sampling rate in audio dataset and subsequently mapping with `num_proc > 1` leads to weird bug
closed
completed
2021-12-28T18:03:49
2022-01-21T13:22:27
2022-01-21T13:22:27Z
https://github.com/huggingface/datasets/issues/3497
patrickvonplaten
[ "bug" ]
[ "lhoestq" ]
[ "Same error occures when using max samples with https://github.com/huggingface/transformers/blob/master/examples/pytorch/speech-recognition/run_speech_recognition_seq2seq.py", "I'm seeing this too, when using preprocessing_num_workers with \r\nhttps://github.com/huggingface/transformers/blob/master/examples/pytor...
CONTRIBUTOR
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...
1,089,983,632
I_kwDODunzps5A99SQ
3,495
Add VoxLingua107
open
2021-12-28T15:51:43
2021-12-28T15:51:43
https://github.com/huggingface/datasets/issues/3495
jaketae
[ "dataset request" ]
[]
[]
CONTRIBUTOR
## 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...
1,089,918,018
I_kwDODunzps5A9tRC
3,491
Update version of pib dataset
closed
completed
2021-12-28T14:03:58
2021-12-29T08:42:57
2021-12-29T08:42:57Z
https://github.com/huggingface/datasets/issues/3491
albertvillanova
[ "dataset request" ]
[ "albertvillanova" ]
[]
MEMBER
On the Hub we have v0, while there exists v1.3. Related to bigscience-workshop/data_tooling#130
1,089,730,181
I_kwDODunzps5A8_aF
3,490
Does datasets support load text from HDFS?
open
2021-12-28T08:56:02
2022-02-14T14:00:51
https://github.com/huggingface/datasets/issues/3490
dancingpipi
[ "enhancement" ]
[]
[ "Hi ! `datasets` currently supports reading local files or files over HTTP. We may add support for other filesystems (cloud storages, hdfs...) at one point though :)" ]
NONE
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?
1,089,345,653
I_kwDODunzps5A7hh1
3,488
URL query parameters are set as path in the compression hop for fsspec
open
2021-12-27T16:29:00
2022-01-05T15:15:25
https://github.com/huggingface/datasets/issues/3488
albertvillanova
[ "bug" ]
[]
[ "I think the test passes because it simply ignore what's after `gzip://`.\r\n\r\nThe returned urlpath is expected to look like `gzip://filename::url`, and the filename is currently considered to be what's after the final `/`, hence the result.\r\n\r\nWe can decide to change this and simply have `gzip://::url`, this...
MEMBER
## 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()....
1,089,027,581
I_kwDODunzps5A6T39
3,485
skip columns which cannot set to specific format when set_format
closed
completed
2021-12-27T07:19:55
2021-12-27T09:07:07
2021-12-27T09:07:07Z
https://github.com/huggingface/datasets/issues/3485
tshu-w
[ "enhancement" ]
[]
[ "You can add columns that you wish to set into `torch` format using `dataset.set_format(\"torch\", ['id', 'abc'])` so that input batch of the transform only contains those columns", "Sorry, I miss `output_all_columns` args and thought after `dataset.set_format(\"torch\", columns=columns)` I can only get specific ...
NONE
**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...
1,088,910,402
I_kwDODunzps5A53RC
3,484
make shape verification to use ArrayXD instead of nested lists for map
open
2021-12-27T02:16:02
2022-01-05T13:54:03
https://github.com/huggingface/datasets/issues/3484
tshu-w
[ "enhancement" ]
[]
[ "Hi! \r\n\r\nYes, this makes sense for numeric values, but first I have to finish https://github.com/huggingface/datasets/pull/3336 because currently ArrayXD only allows the first dimension to be dynamic." ]
NONE
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...
1,088,267,110
I_kwDODunzps5A3aNm
3,480
the compression format requested when saving a dataset in json format is not respected
closed
completed
2021-12-24T09:23:51
2022-01-05T13:03:35
2022-01-05T13:03:35Z
https://github.com/huggingface/datasets/issues/3480
SaulLu
[ "bug" ]
[]
[ "Thanks for reporting @SaulLu.\r\n\r\nAt first sight I think the problem is caused because `pandas` only takes into account the `compression` parameter if called with a non-null file path or buffer. And in our implementation, we call pandas `to_json` with `None` `path_or_buf`.\r\n\r\nWe should fix this:\r\n- either...
CONTRIBUTOR
## 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...
1,088,232,880
I_kwDODunzps5A3R2w
3,479
Dataset preview is not available (I think for all Hugging Face datasets)
closed
completed
2021-12-24T08:18:48
2021-12-24T14:27:46
2021-12-24T14:27:46Z
https://github.com/huggingface/datasets/issues/3479
Abirate
[ "bug", "dataset-viewer" ]
[ "severo" ]
[ "You're right, we have an issue today with the datasets preview. We're investigating.", "It should be fixed now. Thanks for reporting.", "Down again. ", "Fixed for good." ]
NONE
## 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...
1,087,352,041
I_kwDODunzps5Az6zp
3,475
The rotten_tomatoes dataset of movie reviews contains some reviews in Spanish
open
2021-12-23T03:56:43
2021-12-24T00:23:03
https://github.com/huggingface/datasets/issues/3475
puzzler10
[ "bug" ]
[]
[ "Hi @puzzler10, thanks for reporting.\r\n\r\nPlease note this dataset is not hosted on Hugging Face Hub. See: \r\nhttps://github.com/huggingface/datasets/blob/c8f914473b041833fd47178fa4373cdcb56ac522/datasets/rotten_tomatoes/rotten_tomatoes.py#L42\r\n\r\nIf there are issues with the source data of a dataset, you sh...
NONE
## 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...
1,086,937,610
I_kwDODunzps5AyVoK
3,473
Iterating over a vision dataset doesn't decode the images
closed
completed
2021-12-22T15:26:32
2021-12-27T14:13:21
2021-12-23T15:21:57Z
https://github.com/huggingface/datasets/issues/3473
lhoestq
[ "bug", "vision" ]
[]
[ "As discussed, I remember I set `decoded=False` here to avoid decoding just by iterating over examples of dataset. We wanted to decode only if the \"audio\" field (for Audio feature) was accessed.", "> I set decoded=False here to avoid decoding just by iterating over examples of dataset. We wanted to decode only ...
MEMBER
## 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"...
1,085,400,432
I_kwDODunzps5AseVw
3,465
Unable to load 'cnn_dailymail' dataset
closed
completed
2021-12-21T03:32:21
2024-06-12T14:41:17
2022-02-17T14:13:57Z
https://github.com/huggingface/datasets/issues/3465
talha1503
[ "bug", "duplicate", "dataset bug" ]
[]
[ "Hi @talha1503, thanks for reporting.\r\n\r\nIt seems there is an issue with one of the data files hosted at Google Drive:\r\n```\r\nGoogle Drive - Quota exceeded\r\n\r\nSorry, you can't view or download this file at this time.\r\n\r\nToo many users have viewed or downloaded this file recently. Please try accessing...
NONE
## 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...
1,085,399,097
I_kwDODunzps5AseA5
3,464
struct.error: 'i' format requires -2147483648 <= number <= 2147483647
open
2021-12-21T03:29:01
2022-11-21T19:55:11
https://github.com/huggingface/datasets/issues/3464
koukoulala
[ "bug" ]
[]
[ "Hi ! Can you try setting `datasets.config.MAX_TABLE_NBYTES_FOR_PICKLING` to a smaller value than `4 << 30` (4GiB), for example `500 << 20` (500MiB) ? It should reduce the maximum size of the arrow table being pickled during multiprocessing.\r\n\r\nIf it fixes the issue, we can consider lowering the default value f...
NONE
## 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...
1,085,049,661
I_kwDODunzps5ArIs9
3,462
Update swahili_news dataset
closed
completed
2021-12-20T17:44:01
2021-12-21T06:24:02
2021-12-21T06:24:01Z
https://github.com/huggingface/datasets/issues/3462
albertvillanova
[ "dataset request" ]
[ "albertvillanova" ]
[]
MEMBER
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...
1,084,969,672
I_kwDODunzps5Aq1LI
3,459
dataset.filter overwriting previously set dataset._indices values, resulting in the wrong elements being selected.
closed
completed
2021-12-20T16:16:49
2021-12-20T16:34:57
2021-12-20T16:34:57Z
https://github.com/huggingface/datasets/issues/3459
mmajurski
[ "bug" ]
[]
[ "I think this is a duplicate of [#3190](https://github.com/huggingface/datasets/issues/3190)?", "Upgrading the datasets version as per #3190 fixes this bug. \r\nI'm Marking as closed." ]
NONE
## 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...
1,084,862,121
I_kwDODunzps5Aqa6p
3,457
Add CMU Graphics Lab Motion Capture dataset
open
2021-12-20T14:34:39
2022-03-16T16:53:09
https://github.com/huggingface/datasets/issues/3457
osanseviero
[ "dataset request", "vision" ]
[]
[ "This dataset has files in ASF/AMC format. [ The skeleton file is the ASF file (Acclaim Skeleton File). The motion file is the AMC file (Acclaim Motion Capture data). ] \r\n\r\nSome questions : \r\n1. How do we go about representing these features using datasets.Features and generate examples ?\r\n2. The dataset d...
CONTRIBUTOR
## 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...
1,084,599,650
I_kwDODunzps5Apa1i
3,455
Easier information editing
closed
completed
2021-12-20T10:10:43
2023-07-25T15:36:14
2023-07-25T15:36:14Z
https://github.com/huggingface/datasets/issues/3455
borgr
[ "enhancement", "generic discussion" ]
[]
[ "Hi ! I guess you are talking about the dataset cards that are in this repository on github ?\r\n\r\nI think github allows to submit a PR even for 1 line though the `Edit file` button on the page of the dataset card.\r\n\r\nMaybe let's mention this in `CONTRIBUTING.md` ?", "We now host all the datasets on the HF ...
CONTRIBUTOR
**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...
1,084,515,911
I_kwDODunzps5ApGZH
3,453
ValueError while iter_archive
closed
completed
2021-12-20T08:46:18
2021-12-20T10:04:59
2021-12-20T10:04:59Z
https://github.com/huggingface/datasets/issues/3453
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## 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 ```
1,083,803,178
I_kwDODunzps5AmYYq
3,452
why the stratify option is omitted from test_train_split function?
closed
completed
2021-12-18T10:37:47
2022-05-25T20:43:51
2022-05-25T20:43:51Z
https://github.com/huggingface/datasets/issues/3452
j-sieger
[ "enhancement", "good second issue" ]
[]
[ "Hi ! It's simply not added yet :)\r\n\r\nIf someone wants to contribute to add the `stratify` parameter I'd be happy to give some pointers.\r\n\r\nIn the meantime, I guess you can use `sklearn` or other tools to do a stratified train/test split over the **indices** of your dataset and then do\r\n```\r\ntrain_datas...
NONE
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.
1,083,450,158
I_kwDODunzps5AlCMu
3,450
Unexpected behavior doing Split + Filter
closed
completed
2021-12-17T17:00:39
2023-07-25T15:38:47
2023-07-25T15:38:47Z
https://github.com/huggingface/datasets/issues/3450
jbrachat
[ "bug" ]
[]
[ "Hi ! This is an issue with `datasets` 1.12. Sorry for the inconvenience. Can you update to `>=1.13` ?\r\nsee https://github.com/huggingface/datasets/issues/3190\r\n\r\nMaybe we should also backport the bug fix to `1.12` (in a new version `1.12.2`)" ]
NONE
## 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'...
1,083,373,018
I_kwDODunzps5AkvXa
3,449
Add `__add__()`, `__iadd__()` and similar to `Dataset` class
closed
not_planned
2021-12-17T15:29:11
2024-02-29T16:47:56
2023-07-25T15:33:56Z
https://github.com/huggingface/datasets/issues/3449
sgraaf
[ "enhancement", "generic discussion" ]
[]
[ "I was going through the codebase, and I believe the implementation of __add__() and __iadd__() will be similar to concatenate_datasets() after the elimination of code for arguments other than the list of datasets (info, split, axis). \r\n(Assuming elimination of axis means concatenating over axis 1.)", "Most dat...
NONE
**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...
1,083,231,080
I_kwDODunzps5AkMto
3,448
JSONDecodeError with HuggingFace dataset viewer
closed
completed
2021-12-17T12:52:41
2022-02-24T09:10:26
2022-02-24T09:10:26Z
https://github.com/huggingface/datasets/issues/3448
kathrynchapman
[ "dataset-viewer" ]
[]
[ "Hi ! I think the issue comes from the dataset_infos.json file: it has the \"flat\" field twice.\r\n\r\nCan you try deleting this file and regenerating it please ?", "Thanks! That fixed that, but now I am getting:\r\nServer Error\r\nStatus code: 400\r\nException: KeyError\r\nMessage: 'feature'\r\n\r\n...
NONE
## 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...
1,082,539,790
I_kwDODunzps5Ahj8O
3,447
HF_DATASETS_OFFLINE=1 didn't stop datasets.builder from downloading
closed
completed
2021-12-16T18:51:13
2022-02-17T14:16:27
2022-02-17T14:16:27Z
https://github.com/huggingface/datasets/issues/3447
dunalduck0
[ "bug" ]
[]
[ "Hi ! Indeed it says \"downloading and preparing\" but in your case it didn't need to download anything since you used local files (it would have thrown an error otherwise). I think we can improve the logging to make it clearer in this case", "@lhoestq Thank you for explaining. I am sorry but I was not clear abou...
NONE
## 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...
1,082,370,968
I_kwDODunzps5Ag6uY
3,445
question
closed
completed
2021-12-16T15:57:00
2022-01-03T10:09:00
2022-01-03T10:09:00Z
https://github.com/huggingface/datasets/issues/3445
csbakayoko
[ "dataset-viewer" ]
[]
[ "Hi ! What's your question ?" ]
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
1,082,078,961
I_kwDODunzps5Afzbx
3,444
Align the Dataset and IterableDataset processing API
open
2021-12-16T11:26:11
2025-01-31T11:07:07
https://github.com/huggingface/datasets/issues/3444
lhoestq
[ "enhancement", "generic discussion" ]
[ "lhoestq" ]
[ "Yes I agree, these should be as aligned as possible. Maybe we can also check the feedback in the survey at http://hf.co/oss-survey and see if people mentioned related things on the API (in particular if we go the breaking change way, it would be good to be sure we are taking the right direction for the community)....
MEMBER
## 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>,...
1,081,571,784
I_kwDODunzps5Ad3nI
3,441
Add QuALITY dataset
open
2021-12-15T22:26:19
2021-12-28T15:17:05
https://github.com/huggingface/datasets/issues/3441
lewtun
[ "dataset request" ]
[]
[ "I'll take this one if no one hasn't yet!" ]
MEMBER
## 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....
1,081,528,426
I_kwDODunzps5AdtBq
3,440
datasets keeps reading from cached files, although I disabled it
closed
completed
2021-12-15T21:26:22
2022-02-24T09:12:22
2022-02-24T09:12:22Z
https://github.com/huggingface/datasets/issues/3440
dorost1234
[ "bug" ]
[]
[ "Hi ! What version of `datasets` are you using ? Can you also provide the logs you get before it raises the error ?" ]
NONE
## 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...
1,080,917,446
I_kwDODunzps5AbX3G
3,434
Add The People's Speech
closed
completed
2021-12-15T11:21:21
2023-02-28T16:22:29
2023-02-28T16:22:28Z
https://github.com/huggingface/datasets/issues/3434
mariosasko
[ "dataset request", "speech" ]
[]
[ "This dataset is now available on the Hub here: https://huggingface.co/datasets/MLCommons/peoples_speech" ]
COLLABORATOR
## 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 ...
1,080,910,724
I_kwDODunzps5AbWOE
3,433
Add Multilingual Spoken Words dataset
closed
completed
2021-12-15T11:14:44
2022-02-22T10:03:53
2022-02-22T10:03:53Z
https://github.com/huggingface/datasets/issues/3433
albertvillanova
[ "dataset request", "speech" ]
[]
[]
MEMBER
## 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...
1,079,866,083
I_kwDODunzps5AXXLj
3,431
Unable to resolve any data file after loading once
closed
completed
2021-12-14T15:02:15
2022-12-11T10:53:04
2022-02-24T09:13:52Z
https://github.com/huggingface/datasets/issues/3431
LzyFischer
[]
[]
[ "Hi ! `load_dataset` accepts as input either a local dataset directory or a dataset name from the Hugging Face Hub.\r\n\r\nSo here you are getting this error the second time because it tries to load the local `wiki_dpr` directory, instead of `wiki_dpr` from the Hub. It doesn't work since it's a **cache** directory,...
NONE
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 . ...
1,078,598,140
I_kwDODunzps5AShn8
3,425
Getting configs names takes too long
open
2021-12-13T14:27:57
2021-12-13T14:53:33
https://github.com/huggingface/datasets/issues/3425
severo
[ "bug" ]
[ "lhoestq" ]
[ "maybe related to https://github.com/huggingface/datasets/issues/2859\r\n", "It looks like it's currently calling `HfFileSystem.ls()` ~8 times at the root and for each subdirectory:\r\n- \"\"\r\n- \"en.noblocklist\"\r\n- \"en.noclean\"\r\n- \"en\"\r\n- \"multilingual\"\r\n- \"realnewslike\"\r\n\r\nCurrently `ls` ...
COLLABORATOR
## 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...
1,078,049,638
I_kwDODunzps5AQbtm
3,423
data duplicate when setting num_works > 1 with streaming data
closed
completed
2021-12-13T03:43:17
2022-12-14T16:04:22
2022-12-14T16:04:22Z
https://github.com/huggingface/datasets/issues/3423
cloudyuyuyu
[ "bug", "streaming" ]
[]
[ "Hi ! Thanks for reporting :)\r\n\r\nWhen using a PyTorch's data loader with `num_workers>1` and an iterable dataset, each worker streams the exact same data by default, resulting in duplicate data when iterating using the data loader.\r\n\r\nWe can probably fix this in `datasets` by checking `torch.utils.data.get_...
NONE
## 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...
1,078,022,619
I_kwDODunzps5AQVHb
3,422
Error about load_metric
closed
completed
2021-12-13T02:49:51
2022-01-07T14:06:47
2022-01-07T14:06:47Z
https://github.com/huggingface/datasets/issues/3422
jiacheng-ye
[ "bug" ]
[]
[ "Hi ! I wasn't able to reproduce your error.\r\n\r\nCan you try to clear your cache at `~/.cache/huggingface/modules` and try again ?" ]
NONE
## 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: ...
1,077,350,974
I_kwDODunzps5ANxI-
3,419
`.to_json` is extremely slow after `.select`
open
2021-12-11T01:36:31
2021-12-21T15:49:07
https://github.com/huggingface/datasets/issues/3419
eladsegal
[ "bug" ]
[]
[ "Hi ! It's slower indeed because a datasets on which `select`/`shard`/`train_test_split`/`shuffle` has been called has to do additional steps to retrieve the data of the dataset table in the right order.\r\n\r\nIndeed, if you call `dataset.select([0, 5, 10])`, the underlying table of the dataset is not altered to k...
CONTRIBUTOR
## 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...
1,076,868,771
I_kwDODunzps5AL7aj
3,416
disaster_response_messages unavailable
closed
completed
2021-12-10T13:49:17
2021-12-14T14:38:29
2021-12-14T14:38:29Z
https://github.com/huggingface/datasets/issues/3416
sacdallago
[ "dataset-viewer" ]
[]
[ "Hi, thanks for reporting! This is a duplicate of https://github.com/huggingface/datasets/issues/3240. We are working on a fix.\r\n\r\n" ]
NONE
## 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
1,076,472,534
I_kwDODunzps5AKarW
3,415
Non-deterministic tests: CI tests randomly fail
closed
completed
2021-12-10T06:08:59
2022-03-31T16:38:51
2022-03-31T16:38:51Z
https://github.com/huggingface/datasets/issues/3415
albertvillanova
[ "bug" ]
[]
[ "I think it might come from two different issues:\r\n1. Google Drive is an unreliable host, mainly because of quota limitations\r\n2. the staging environment can sometimes raise some errors\r\n\r\nFor Google Drive tests we could set up some retries with backup URLs if necessary I guess.\r\nFor staging on the other ...
MEMBER
## 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...
1,074,360,362
I_kwDODunzps5ACXAq
3,405
ZIP format inference does not work when files located in a dir inside the archive
closed
completed
2021-12-08T12:32:15
2021-12-08T13:03:29
2021-12-08T13:03:29Z
https://github.com/huggingface/datasets/issues/3405
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## 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/...
1,073,657,561
I_kwDODunzps4__rbZ
3,404
Optimize ZIP format inference
closed
completed
2021-12-07T18:44:49
2021-12-14T17:08:41
2021-12-14T17:08:41Z
https://github.com/huggingface/datasets/issues/3404
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[]
MEMBER
**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...
1,073,622,120
I_kwDODunzps4__ixo
3,403
Cannot import name 'maybe_sync'
closed
completed
2021-12-07T17:57:59
2021-12-17T07:00:35
2021-12-17T07:00:35Z
https://github.com/huggingface/datasets/issues/3403
KMFODA
[ "bug" ]
[]
[ "Hi ! Can you try updating `fsspec` ? The minimum version is `2021.05.0`", "hey @lhoestq. I'm using `fsspec-2021.11.1` but still getting that error.", "Maybe this discussion can help:\r\n\r\nhttps://github.com/fsspec/filesystem_spec/issues/597#issuecomment-958646964", "Thanks @lhoestq. Downgrading `fsspec and...
CONTRIBUTOR
## Describe the bug Cannot seem to import datasets when running run_summarizer.py script on a VM set up on ovhcloud ## Steps to reproduce the bug ```python from datasets import load_dataset ``` ## Expected results No error ## Actual results Traceback (most recent call last): File "<stdin>", line 1, in...
1,073,603,508
I_kwDODunzps4__eO0
3,401
Add Wikimedia pre-processed datasets
closed
completed
2021-12-07T17:33:19
2024-10-09T16:10:47
2024-10-09T16:10:47Z
https://github.com/huggingface/datasets/issues/3401
albertvillanova
[ "dataset request" ]
[ "albertvillanova" ]
[ "As we are planning to stop using Apache Beam (our `datasets.BeamBasedBuilder`) for the generation of some datasets (including [Wikipedia](https://huggingface.co/datasets/wikipedia/blob/main/wikipedia.py)), I have been working on [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) to:\r\n- Po...
MEMBER
## Adding a Dataset - **Name:** Add pre-processed data to: - *wikimedia/wikipedia*: https://huggingface.co/datasets/wikimedia/wikipedia - *wikimedia/wikisource*: https://huggingface.co/datasets/wikimedia/wikisource - **Description:** Add pre-processed data to the Hub for all languages - **Paper:** *link to the...
1,073,600,382
I_kwDODunzps4__dd-
3,400
Improve Wikipedia loading script
closed
completed
2021-12-07T17:29:25
2022-03-22T16:52:28
2022-03-22T16:52:28Z
https://github.com/huggingface/datasets/issues/3400
albertvillanova
[ "dataset request" ]
[]
[ "Thanks! See https://public.paws.wmcloud.org/User:Isaac_(WMF)/HuggingFace%20Wikipedia%20Processing.ipynb for more implementation details / some data around the overhead induced by adding the extra preprocessing steps (stripping link prefixes and magic words)", "Closed by:\r\n- #3435" ]
MEMBER
As reported by @geohci, the "wikipedia" processing/loading script could be improved by some additional small suggested processing functions: - _extract_content(filepath): - Replace .startswith("#redirect") with more structured approach: if elem.find(f"./{namespace}redirect") is None: continue - _parse_and_clean_wi...
1,073,593,861
I_kwDODunzps4__b4F
3,399
Add Wikisource dataset
closed
completed
2021-12-07T17:21:31
2024-10-09T16:11:27
2024-10-09T16:11:26Z
https://github.com/huggingface/datasets/issues/3399
albertvillanova
[ "dataset request" ]
[ "albertvillanova" ]
[ "See notebook by @geohci: https://public.paws.wmcloud.org/User:Isaac_(WMF)/HuggingFace%20Wikisource%20Processing.ipynb", "See: https://huggingface.co/datasets/wikimedia/wikisource" ]
MEMBER
## Adding a Dataset - **Name:** *wikisource* - **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:** Additional high quality textual d...
1,073,590,384
I_kwDODunzps4__bBw
3,398
Add URL field to Wikimedia dataset instances: wikipedia,...
closed
completed
2021-12-07T17:17:27
2022-03-22T16:53:27
2022-03-22T16:53:27Z
https://github.com/huggingface/datasets/issues/3398
albertvillanova
[ "dataset request" ]
[]
[ "@geohci, I think the field \"url\" does not appear in the Wikimedia dumps. Therefore I guess we should generate it, using the \"title\" field and making some transformation of it (replacing spaces with underscores) and prepending the domain (created using the language)?", "Indeed:\r\n\r\n> To re-distribute text ...
MEMBER
As reported by @geohci, in order to host pre-processed data in the Hub, we should add the full URL to data instances (new field "url"), so that we conform to proper attribution from license requirement. See, e.g.: https://fair-trec.github.io/docs/Fair_Ranking_2021_Participant_Instructions.pdf#subsection.3.2 This sho...
1,073,467,183
I_kwDODunzps4_-88v
3,396
Install Audio dependencies to support audio decoding
closed
completed
2021-12-07T15:11:36
2022-04-25T16:12:22
2022-04-25T16:12:01Z
https://github.com/huggingface/datasets/issues/3396
albertvillanova
[ "dataset-viewer", "audio_column" ]
[ "severo" ]
[ "https://huggingface.co/datasets/projecte-aina/parlament_parla -> works (but we still have to show an audio player)\r\n\r\nhttps://huggingface.co/datasets/openslr -> another issue: `Message: [Errno 2] No such file or directory: '/home/hf/datasets-preview-backend/zip:/asr_javanese/data/00/00004fe6aa.flac'`", ...
MEMBER
## Dataset viewer issue for '*openslr*', '*projecte-aina/parlament_parla*' **Link:** *https://huggingface.co/datasets/openslr* **Link:** *https://huggingface.co/datasets/projecte-aina/parlament_parla* Error: ``` Status code: 400 Exception: ImportError Message: To support decoding audio files, ple...
1,073,396,308
I_kwDODunzps4_-rpU
3,394
Preserve all feature types when saving a dataset on the Hub with `push_to_hub`
closed
completed
2021-12-07T14:08:30
2021-12-21T17:00:09
2021-12-21T17:00:09Z
https://github.com/huggingface/datasets/issues/3394
mariosasko
[ "bug" ]
[ "lhoestq" ]
[ "According to this [comment in the forum](https://discuss.huggingface.co/t/save-datasetdict-to-huggingface-hub/12075/8?u=lhoestq), using `push_to_hub` on a dataset with `ClassLabel` can also make the feature simply disappear when it's reloaded !", "Maybe we can also fix https://github.com/huggingface/datasets/iss...
COLLABORATOR
Currently, if one of the dataset features is of type `ClassLabel`, saving the dataset with `push_to_hub` and reloading the dataset with `load_dataset` will return the feature of type `Value`. To fix this, we should do something similar to `save_to_disk` (which correctly preserves the types) and not only push the parque...
1,073,189,777
I_kwDODunzps4_95OR
3,393
Common Voice Belarusian Dataset
open
2021-12-07T10:37:02
2021-12-09T15:56:03
https://github.com/huggingface/datasets/issues/3393
wiedymi
[ "dataset request", "speech" ]
[]
[]
NONE
## Adding a Dataset - **Name:** *Common Voice Belarusian Dataset* - **Description:** *[commonvoice.mozilla.org/be](https://commonvoice.mozilla.org/be)* - **Data:** *[commonvoice.mozilla.org/be/datasets](https://commonvoice.mozilla.org/be/datasets)* - **Motivation:** *It has more than 7GB of data, so it will be grea...
1,073,073,408
I_kwDODunzps4_9c0A
3,392
Dataset viewer issue for `dansbecker/hackernews_hiring_posts`
closed
completed
2021-12-07T08:41:01
2021-12-07T14:04:28
2021-12-07T14:04:28Z
https://github.com/huggingface/datasets/issues/3392
severo
[ "dataset-viewer" ]
[]
[ "This issue was fixed by me calling `all_datasets.push_to_hub(\"hackernews_hiring_posts\")`.\r\n\r\nThe previous problems were from calling `all_datasets.save_to_disk` and then pushing with `my_repo.git_add` and `my_repo.push_to_hub`.\r\n" ]
COLLABORATOR
## Dataset viewer issue for `dansbecker/hackernews_hiring_posts` **Link:** https://huggingface.co/datasets/dansbecker/hackernews_hiring_posts *short description of the issue* Dataset preview not showing for uploaded DatasetDict. See https://discuss.huggingface.co/t/dataset-preview-not-showing-for-uploaded-data...
1,072,849,055
I_kwDODunzps4_8mCf
3,391
method to select columns
closed
completed
2021-12-07T02:44:19
2021-12-07T02:45:27
2021-12-07T02:45:27Z
https://github.com/huggingface/datasets/issues/3391
changjonathanc
[ "enhancement" ]
[]
[ "duplicate of #2655" ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** * There is currently no way to select some columns of a dataset. In pandas, one can use `df[['col1', 'col2']]` to select columns, but in `datasets`, it results in error. **Describe the solution you'd like** * A new method that can be used to cr...
1,072,462,456
I_kwDODunzps4_7Hp4
3,390
Loading dataset throws "KeyError: 'Field "builder_name" does not exist in table schema'"
closed
completed
2021-12-06T18:22:49
2021-12-06T20:22:05
2021-12-06T20:22:05Z
https://github.com/huggingface/datasets/issues/3390
R4ZZ3
[ "bug" ]
[]
[ "Got solved it with push_to_hub, closing" ]
NONE
## Describe the bug I have prepared dataset to datasets and now I am trying to load it back Finnish-NLP/voxpopuli_fi I get "KeyError: 'Field "builder_name" does not exist in table schema'" My dataset folder and files should be like @patrickvonplaten has here https://huggingface.co/datasets/flax-community/german-c...
1,072,191,865
I_kwDODunzps4_6Fl5
3,389
Add EDGAR
open
2021-12-06T14:06:11
2022-10-05T10:40:22
https://github.com/huggingface/datasets/issues/3389
philschmid
[ "dataset request" ]
[]
[ "cc @juliensimon ", "Datasets are not tracked in this repository anymore. But you can make your own dataset in the huggingface hub" ]
CONTRIBUTOR
## Adding a Dataset - **Name:** EDGAR Database - **Description:** https://www.sec.gov/edgar/about EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system, is the primary system for companies and others submitting documents under the Securities Act of 1933, the Securities Exchange Act of 1934, the Trust I...
1,071,742,310
I_kwDODunzps4_4X1m
3,385
None batched `with_transform`, `set_transform`
open
2021-12-06T05:20:54
2022-01-17T15:25:01
https://github.com/huggingface/datasets/issues/3385
changjonathanc
[ "enhancement" ]
[]
[ "Hi ! Thanks for the suggestion :)\r\nIt makes sense to me, and it can surely be implemented by wrapping the user's function to make it a batched function. However I'm not a big fan of the inconsistency it would create with `map`: `with_transform` is batched by default while `map` isn't.\r\n\r\nIs there something y...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** A `torch.utils.data.Dataset.__getitem__` operates on a single example. But 🤗 `Datasets.with_transform` doesn't seem to allow non-batched transform. **Describe the solution you'd like** Have a `batched=True` argument in `Datasets.with_transfor...
1,071,283,879
I_kwDODunzps4_2n6n
3,381
Unable to load audio_features from common_voice dataset
closed
completed
2021-12-04T19:59:11
2021-12-06T17:52:42
2021-12-06T17:52:42Z
https://github.com/huggingface/datasets/issues/3381
ashu5644
[ "bug" ]
[]
[ "Hi ! Feel free to access `batch[\"audio\"][\"array\"]` and `batch[\"audio\"][\"sampling_rate\"]` instead\r\n\r\n`datasets` 1.16 introduced some changes in `common_voice` and now the `path` field is no longer a path to a local file (but rather the path to the file in the archive it's extracted from)", "Thanks for...
NONE
## Describe the bug I am not able to load audio features from common_voice dataset ## Steps to reproduce the bug ``` from datasets import load_dataset import torchaudio test_dataset = load_dataset("common_voice", "hi", split="test[:2%]") resampler = torchaudio.transforms.Resample(48_000, 16_000) def spe...
1,071,166,270
I_kwDODunzps4_2LM-
3,380
[Quick poll] Give your opinion on the future of the Hugging Face Open Source ecosystem!
closed
completed
2021-12-04T09:18:33
2022-01-11T12:29:53
2022-01-11T12:29:53Z
https://github.com/huggingface/datasets/issues/3380
LysandreJik
[]
[]
[]
MEMBER
Thanks to all of you, `datasets` will pass 11.5k stars :star2: this week! If you have a couple of minutes and want to participate in shaping the future of the ecosystem, please share your thoughts: [**hf.co/oss-survey**](https://hf.co/oss-survey) (please reply in the above feedback form rather than to this th...
1,070,426,462
I_kwDODunzps4_zWle
3,374
NonMatchingChecksumError for the CLUE:cluewsc2020, chid, c3 and tnews
closed
completed
2021-12-03T10:10:54
2021-12-08T14:14:41
2021-12-08T14:14:41Z
https://github.com/huggingface/datasets/issues/3374
Namco0816
[]
[ "mariosasko" ]
[ "Seems like the issue still exists,:\r\n`Downloading and preparing dataset clue/chid (download: 127.15 MiB, generated: 259.71 MiB, post-processed: Unknown size, total: 386.86 MiB) to /mnt/cache/tanhaochen/.cache/huggingface/datasets/clue/chid/1.0.0/e55b490cb7809dcd8db31b9a87119f2e2ec87cdc060da8a9ac070b070ca3e379......
NONE
Hi, it seems like there are updates in cluewsc2020, chid, c3 and tnews, since i could not load them due to the checksum error.
1,070,406,391
I_kwDODunzps4_zRr3
3,373
Support streaming zipped CSV dataset repo by passing only repo name
closed
completed
2021-12-03T09:48:24
2021-12-16T18:03:31
2021-12-16T18:03:31Z
https://github.com/huggingface/datasets/issues/3373
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[]
MEMBER
Given a community 🤗 dataset repository containing only a zipped CSV file (only raw data, no loading script), I would like to load it in streaming mode without passing `data_files`: ``` ds_name = "bigscience-catalogue-data/vietnamese_poetry_from_fsoft_ai_lab" ds = load_dataset(ds_name, split="train", streaming=True,...
1,069,948,178
I_kwDODunzps4_xh0S
3,372
[SEO improvement] Add Dataset Metadata to make datasets indexable
closed
completed
2021-12-02T20:21:07
2022-03-18T09:36:48
2022-03-18T09:36:48Z
https://github.com/huggingface/datasets/issues/3372
cakiki
[ "enhancement" ]
[]
[]
CONTRIBUTOR
Some people who host datasets on github seem to include a table of metadata at the end of their README.md to make the dataset indexable by [Google Dataset Search](https://datasetsearch.research.google.com/) (See [here](https://github.com/google-research/google-research/tree/master/goemotions#dataset-metadata) and [here...
1,069,587,674
I_kwDODunzps4_wJza
3,369
[Audio] Allow resampling for audio datasets in streaming mode
closed
completed
2021-12-02T14:04:57
2021-12-16T15:55:19
2021-12-16T15:55:19Z
https://github.com/huggingface/datasets/issues/3369
patrickvonplaten
[ "enhancement" ]
[ "albertvillanova", "lhoestq" ]
[ "This requires implementing `cast_column` for iterable datasets, it could be a very nice addition !\r\n\r\n<s>It can also be useful to be able to disable the audio/image decoding for the dataset viewer (see PR https://github.com/huggingface/datasets/pull/3430) cc @severo </s>\r\nEDIT: actually following https://git...
CONTRIBUTOR
Many audio datasets like Common Voice always need to be resampled. This can very easily be done in non-streaming mode as follows: ```python from datasets import load_dataset ds = load_dataset("common_voice", "ab", split="test") ds = ds.cast_column("audio", Audio(sampling_rate=16_000)) ``` However in strea...
1,069,214,022
I_kwDODunzps4_uulG
3,366
Add multimodal datasets
open
2021-12-02T07:24:04
2023-02-28T16:29:22
https://github.com/huggingface/datasets/issues/3366
albertvillanova
[ "dataset request" ]
[ "albertvillanova" ]
[]
MEMBER
Epic issue to track the addition of multimodal datasets: - [ ] #2526 - [x] #1842 - [ ] #1810 Instructions to add a new dataset can be found [here](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md). @VictorSanh feel free to add and sort by priority any interesting dataset. I have added the...
1,069,195,887
I_kwDODunzps4_uqJv
3,365
Add task tags for multimodal datasets
closed
completed
2021-12-02T06:58:20
2023-07-25T18:21:33
2023-07-25T18:21:32Z
https://github.com/huggingface/datasets/issues/3365
albertvillanova
[ "enhancement" ]
[]
[ "The Hub pulls these tags from [here](https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts) (allows multimodal tasks) now, so I'm closing this issue." ]
MEMBER
## **Is your feature request related to a problem? Please describe.** Currently, task tags are either exclusively related to text or speech processing: - https://github.com/huggingface/datasets/blob/master/src/datasets/utils/resources/tasks.json ## **Describe the solution you'd like** We should also add tasks...
1,068,736,268
I_kwDODunzps4_s58M
3,361
Jeopardy _URL access denied
closed
completed
2021-12-01T18:21:33
2021-12-11T12:50:23
2021-12-06T11:16:31Z
https://github.com/huggingface/datasets/issues/3361
tianjianjiang
[ "bug" ]
[]
[ "Just a side note: duplicate #3264" ]
CONTRIBUTOR
## Describe the bug http://skeeto.s3.amazonaws.com/share/JEOPARDY_QUESTIONS1.json.gz returns Access Denied now. However, https://drive.google.com/file/d/0BwT5wj_P7BKXb2hfM3d2RHU1ckE/view?usp=sharing from the original Reddit post https://www.reddit.com/r/datasets/comments/1uyd0t/200000_jeopardy_questions_in_a_json_f...
1,068,623,216
I_kwDODunzps4_seVw
3,358
add new field, and get errors
closed
completed
2021-12-01T16:35:38
2021-12-02T02:26:22
2021-12-02T02:26:22Z
https://github.com/huggingface/datasets/issues/3358
PatricYan
[]
[]
[ "Hi, \r\n\r\ncould you please post this question on our [Forum](https://discuss.huggingface.co/) as we keep issues for bugs and feature requests? ", "> Hi,\r\n> \r\n> could you please post this question on our [Forum](https://discuss.huggingface.co/) as we keep issues for bugs and feature requests?\r\n\r\nok." ]
NONE
after adding new field **tokenized_examples["example_id"]**, and get errors below, I think it is due to changing data to tensor, and **tokenized_examples["example_id"]** is string list **all fields** ``` ***************** train_dataset 1: Dataset({ features: ['attention_mask', 'end_positions', 'example_id', '...
1,068,173,783
I_kwDODunzps4_qwnX
3,353
add one field "example_id", but I can't see it in the "comput_loss" function
closed
completed
2021-12-01T09:35:09
2021-12-01T16:02:39
2021-12-01T16:02:39Z
https://github.com/huggingface/datasets/issues/3353
PatricYan
[]
[]
[ "Hi ! Your function looks fine, I used to map `squad` locally and it indeed added the `example_id` field correctly.\r\n\r\nHowever I think that in the `compute_loss` method only a subset of the fields are available: the model inputs. Since `example_id` is not a model input (it's not passed as a parameter to the mod...
NONE
Hi, I add one field **example_id**, but I can't see it in the **comput_loss** function, how can I do this? below is the information of inputs ``` *********************** inputs: {'attention_mask': tensor([[1, 1, 1, ..., 0, 0, 0], [1, 1, 1, ..., 0, 0, 0], [1, 1, 1, ..., 0, 0, 0], ..., ...
1,067,632,365
I_kwDODunzps4_osbt
3,346
Failed to convert `string` with pyarrow for QED since 1.15.0
closed
completed
2021-11-30T20:11:42
2021-12-14T14:39:05
2021-12-14T14:39:05Z
https://github.com/huggingface/datasets/issues/3346
tianjianjiang
[ "bug" ]
[ "mariosasko" ]
[ "Scratch that, probably the old and incompatible usage of dataset builder from promptsource.", "Actually, re-opening this issue cause the error persists\r\n\r\n```python\r\n>>> load_dataset(\"qed\")\r\nDownloading and preparing dataset qed/qed (download: 13.43 MiB, generated: 9.70 MiB, post-processed: Unknown siz...
CONTRIBUTOR
## Describe the bug Loading QED was fine until 1.15.0. related: bigscience-workshop/promptsource#659, bigscience-workshop/promptsource#670 Not sure where the root cause is, but here are some candidates: - #3158 - #3120 - #3196 - #2891 ## Steps to reproduce the bug ```python load_dataset("qed") ``` ## ...
1,067,622,951
I_kwDODunzps4_oqIn
3,345
Failed to download species_800 from Google Drive zip file
closed
completed
2021-11-30T20:00:28
2021-12-01T17:53:15
2021-12-01T17:53:15Z
https://github.com/huggingface/datasets/issues/3345
tianjianjiang
[ "bug" ]
[]
[ "Hi,\r\n\r\nthe dataset is downloaded normally on my machine. Maybe the URL was down at the time of your download. Could you try again?", "> Hi,\r\n> \r\n> the dataset is downloaded normally on my machine. Maybe the URL was down at the time of your download. Could you try again?\r\n\r\nI have tried that many time...
CONTRIBUTOR
## Describe the bug One can manually download the zip file on Google Drive, but `load_dataset()` cannot. related: #3248 ## Steps to reproduce the bug ```shell > python Python 3.7.12 (default, Sep 5 2021, 08:34:29) [Clang 11.0.3 (clang-1103.0.32.62)] on darwin Type "help", "copyright", "credits" or "license" ...
1,067,449,569
I_kwDODunzps4_n_zh
3,341
Mirror the canonical datasets to the Hugging Face Hub
closed
completed
2021-11-30T16:42:05
2022-01-26T14:47:37
2022-01-26T14:47:37Z
https://github.com/huggingface/datasets/issues/3341
severo
[ "enhancement" ]
[ "lhoestq" ]
[ "I created a GitHub project to keep track of what needs to be done:\r\nhttps://github.com/huggingface/datasets/projects/3\r\n\r\nI also store my code in a (private for now) repository at https://github.com/huggingface/mirror_canonical_datasets_on_hub", "I understand that the datasets are mirrored on the Hub now, ...
COLLABORATOR
- [ ] create a repo on https://hf.co/datasets for every canonical dataset - [ ] on every commit related to a dataset, update the hf.co repo See https://github.com/huggingface/moon-landing/pull/1562 @SBrandeis: I let you edit this description if needed to precise the intent.
1,066,662,477
I_kwDODunzps4_k_pN
3,339
to_tf_dataset fails on TPU
open
2021-11-30T00:50:52
2021-12-02T14:21:27
https://github.com/huggingface/datasets/issues/3339
nbroad1881
[ "bug" ]
[]
[ "This might be related to https://github.com/tensorflow/tensorflow/issues/38762 , what do you think @Rocketknight1 ?\r\n> Dataset.from_generator is expected to not work with TPUs as it uses py_function underneath which is incompatible with Cloud TPU 2VM setup. If you would like to read from large datasets, maybe tr...
NONE
Using `to_tf_dataset` to create a dataset and then putting it in `model.fit` results in an internal error on TPUs. I've only tried on Colab and Kaggle TPUs, not GCP TPUs. ## Steps to reproduce the bug I made a colab to show the error. https://colab.research.google.com/drive/12x_PFKzGouFxqD4OuWfnycW_1TaT276z?usp=s...
1,066,232,936
I_kwDODunzps4_jWxo
3,337
Typing of Dataset.__getitem__ could be improved.
closed
completed
2021-11-29T16:20:11
2021-12-14T10:28:54
2021-12-14T10:28:54Z
https://github.com/huggingface/datasets/issues/3337
Dref360
[ "bug" ]
[ "Dref360" ]
[ "Hi ! Thanks for the suggestion, I didn't know about this decorator.\r\n\r\nIf you are interesting in contributing, feel free to open a pull request to add the overload methods for each typing combination :) To assign you to this issue, you can comment `#self-assign` in this thread.\r\n\r\n`Dataset.__getitem__` is ...
CONTRIBUTOR
## Describe the bug The newly added typing for Dataset.__getitem__ is Union[Dict, List]. This makes tools like mypy a bit awkward to use as we need to check the type manually. We could use type overloading to make this easier. [Documentation](https://docs.python.org/3/library/typing.html#typing.overload) ## Steps...
1,065,983,923
I_kwDODunzps4_iZ-z
3,334
Integrate Polars library
closed
completed
2021-11-29T12:31:54
2024-08-31T05:31:28
2024-08-31T05:31:27Z
https://github.com/huggingface/datasets/issues/3334
albertvillanova
[ "enhancement" ]
[]
[ "If possible, a neat API could be something like `Dataset.to_polars()`, as well as `Dataset.set_format(\"polars\")`", "Note they use a \"custom\" implementation of Arrow: [Arrow2](https://github.com/jorgecarleitao/arrow2).", "Polars has grown rapidly in popularity over the last year - could you consider integra...
MEMBER
Check potential integration of the Polars library: https://github.com/pola-rs/polars - Benchmark: https://h2oai.github.io/db-benchmark/ CC: @thomwolf @lewtun
1,065,346,919
I_kwDODunzps4_f-dn
3,333
load JSON files, get the errors
closed
completed
2021-11-28T14:29:58
2021-12-01T09:34:31
2021-12-01T03:57:48Z
https://github.com/huggingface/datasets/issues/3333
PatricYan
[]
[]
[ "Hi ! The message you're getting is not an error. It simply says that your JSON dataset is being prepared to a location in `/root/.cache/huggingface/datasets`", "> \r\n\r\nbut I want to load local JSON file by command\r\n`python3 run.py --do_train --task qa --dataset squad-retrain-data/train-v2.0.json --output_di...
NONE
Hi, does this bug be fixed? when I load JSON files, I get the same errors by the command `!python3 run.py --do_train --task qa --dataset squad-retrain-data/train-v2.0.json --output_dir ./re_trained_model/` change the dateset to load json by refering to https://huggingface.co/docs/datasets/loading.html `dataset = ...