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,902
Can't import datasets: partially initialized module 'fsspec' has no attribute 'utils'
## Describe the bug Unable to import datasets ## Steps to reproduce the bug ```python from datasets import Dataset, DatasetDict ``` ## Expected results The import works without errors ## Actual results ``` AttributeError Traceback (most recent call last) <ipython-input-37-c8c...
CLOSED
2022-03-12T21:22:03
2023-02-09T14:53:49
2022-03-22T07:10:41
https://github.com/huggingface/datasets/issues/3902
arunasank
5
[ "bug" ]
3,901
Dataset viewer issue for IndicParaphrase- the preview doesn't show
## Dataset viewer issue for '*IndicParaphrase*' **Link:** *[IndicParaphrase](https://huggingface.co/datasets/ai4bharat/IndicParaphrase/viewer/hi/validation)* *The preview of the dataset doesn't come up. The error on the console is: Status code: 400 Exception: FileNotFoundError Message: [Errno 2] ...
CLOSED
2022-03-12T16:56:05
2022-04-12T12:10:50
2022-04-12T12:10:49
https://github.com/huggingface/datasets/issues/3901
ratishsp
1
[ "dataset-viewer" ]
3,896
Missing google file for `multi_news` dataset
## Dataset viewer issue for '*multi_news*' **Link:** https://huggingface.co/datasets/multi_news ``` Server error Status code: 400 Exception: FileNotFoundError Message: https://drive.google.com/uc?export=download&id=1vRY2wM6rlOZrf9exGTm5pXj5ExlVwJ0C/multi-news-original/train.src ``` Am I the ...
CLOSED
2022-03-11T16:38:10
2022-03-15T12:30:23
2022-03-15T12:30:23
https://github.com/huggingface/datasets/issues/3896
severo
5
[ "dataset-viewer" ]
3,889
Cannot load beans dataset (Couldn't reach the dataset)
## Describe the bug The beans dataset is unavailable to download. ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset('beans') ``` ## Expected results The dataset would be downloaded with no issue. ## Actual results ``` ConnectionError: Couldn't reach https://s...
CLOSED
2022-03-10T16:34:08
2022-03-15T15:26:47
2022-03-15T15:26:47
https://github.com/huggingface/datasets/issues/3889
ivsanro1
1
[ "dataset bug" ]
3,888
IterableDataset columns and feature types
Right now, an IterableDataset (e.g. when streaming a dataset) doesn't require to know the list of columns it contains, nor their types: `my_iterable_dataset.features` may be `None` However it's often interesting to know the column types and types. This helps knowing what's inside your dataset without having to manua...
OPEN
2022-03-10T16:19:12
2022-11-29T11:39:24
null
https://github.com/huggingface/datasets/issues/3888
lhoestq
8
[ "generic discussion", "streaming" ]
3,883
The metric Meteor doesn't work for nltk ==3.6.4
## Describe the bug Using the metric Meteor with nltk == 3.6.4 gives a TypeError: TypeError: descriptor 'lower' for 'str' objects doesn't apply to a 'list' object ## Steps to reproduce the bug ```python import datasets metric = datasets.load_metric("meteor") predictions = ["hello world"] references = ["hello ...
CLOSED
2022-03-10T02:28:27
2022-03-10T09:03:39
2022-03-10T09:03:39
https://github.com/huggingface/datasets/issues/3883
zhaowei-wang-nlp
1
[ "bug" ]
3,881
How to use Image folder
Ran this code ``` load_dataset("imagefolder", data_dir="./my-dataset") ``` `https://raw.githubusercontent.com/huggingface/datasets/master/datasets/imagefolder/imagefolder.py` missing ``` --------------------------------------------------------------------------- FileNotFoundError Trace...
CLOSED
2022-03-09T21:18:52
2022-03-11T08:45:52
2022-03-11T08:45:52
https://github.com/huggingface/datasets/issues/3881
rozeappletree
8
[ "question" ]
3,877
Align metadata to DCAT/DCAT-AP
**Is your feature request related to a problem? Please describe.** Align to DCAT metadata to describe datasets **Describe the solution you'd like** Reuse terms and structure from DCAT in the metadata file, ideally generate a json-ld file dcat compliant **Describe alternatives you've considered** **Addition...
OPEN
2022-03-09T16:12:25
2022-03-09T16:33:42
null
https://github.com/huggingface/datasets/issues/3877
EmidioStani
0
[ "enhancement" ]
3,872
HTTP error 504 Server Error: Gateway Time-out
I am trying to push a large dataset(450000+) records with the help of `push_to_hub()` While pushing, it gives some error like this. ``` Traceback (most recent call last): File "data_split_speech.py", line 159, in <module> data_new_2.push_to_hub("user-name/dataset-name",private=True) File "/opt/conda/lib...
CLOSED
2022-03-09T12:03:37
2022-03-15T16:19:50
2022-03-15T16:19:50
https://github.com/huggingface/datasets/issues/3872
illiyas-sha
6
[]
3,869
Making the Hub the place for datasets in Portuguese
Let's make Hugging Face Datasets the central hub for datasets in Portuguese :) **Motivation**. Datasets are currently quite scattered and an open-source central point such as the Hugging Face Hub would be ideal to support the growth of the Portuguese speaking community. What are some datasets in Portuguese worth ...
OPEN
2022-03-09T03:06:18
2022-03-09T09:04:09
null
https://github.com/huggingface/datasets/issues/3869
omarespejel
1
[ "dataset request" ]
3,861
big_patent cased version
Hi! I am interested in working with the big_patent dataset. In Tensorflow, there are a number of versions of the dataset: - 1.0.0 : lower cased tokenized words - 2.0.0 : Update to use cased raw strings - 2.1.2 (default): Fix update to cased raw strings. The version in the huggingface `datasets` library is th...
CLOSED
2022-03-08T14:08:55
2023-04-21T14:32:03
2023-04-21T14:32:03
https://github.com/huggingface/datasets/issues/3861
slvcsl
2
[ "dataset request" ]
3,859
Unable to dowload big_patent (FileNotFoundError)
## Describe the bug I am trying to download some splits of the big_patent dataset, using the following code: `ds = load_dataset("big_patent", "g", split="validation", download_mode="force_redownload") ` However, this leads to a FileNotFoundError. FileNotFoundError Traceback (most recent...
CLOSED
2022-03-08T11:47:12
2022-03-08T13:04:09
2022-03-08T13:04:04
https://github.com/huggingface/datasets/issues/3859
slvcsl
1
[ "bug", "duplicate" ]
3,857
Order of dataset changes due to glob.glob.
## Describe the bug After discussion with @lhoestq, just want to mention here that `glob.glob(...)` should always be used in combination with `sorted(...)` to make sure the list of files returned by `glob.glob(...)` doesn't change depending on the OS system. There are currently multiple datasets that use `glob.g...
OPEN
2022-03-08T11:10:30
2022-03-14T11:08:22
null
https://github.com/huggingface/datasets/issues/3857
patrickvonplaten
1
[ "generic discussion" ]
3,855
Bad error message when loading private dataset
## Describe the bug A pretty common behavior of an interaction between the Hub and datasets is the following. An organization adds a dataset in private mode and wants to load it afterward. ```python from transformers import load_dataset ds = load_dataset("NewT5/dummy_data", "dummy") ``` This command th...
CLOSED
2022-03-08T09:55:17
2022-07-11T15:06:40
2022-07-11T15:06:40
https://github.com/huggingface/datasets/issues/3855
patrickvonplaten
2
[ "bug" ]
3,854
load only England English dataset from common voice english dataset
training_data = load_dataset("common_voice", "en",split='train[:250]+validation[:250]') testing_data = load_dataset("common_voice", "en", split="test[:200]") I'm trying to load only 8% of the English common voice data with accent == "England English." Can somebody assist me with this? **Typical Voice Accent Prop...
CLOSED
2022-03-08T09:40:52
2024-03-23T12:40:58
2022-03-09T08:13:33
https://github.com/huggingface/datasets/issues/3854
amanjaiswal777
2
[ "question" ]
3,851
Load audio dataset error
## Load audio dataset error Hi, when I load audio dataset following https://huggingface.co/docs/datasets/audio_process and https://github.com/huggingface/datasets/tree/master/datasets/superb, ``` from datasets import load_dataset, load_metric, Audio raw_datasets = load_dataset("superb", "ks", split="train") prin...
CLOSED
2022-03-08T02:16:04
2022-09-27T12:13:55
2022-03-08T11:20:06
https://github.com/huggingface/datasets/issues/3851
lemoner20
8
[ "bug" ]
3,848
NonMatchingChecksumError when checksum is None
I ran into the following error when adding a new dataset: ```bash expected_checksums = {'https://adversarialglue.github.io/dataset/dev.zip': {'checksum': None, 'num_bytes': 40662}} recorded_checksums = {'https://adversarialglue.github.io/dataset/dev.zip': {'checksum': 'efb4cbd3aa4a87bfaffc310ae951981cc0a36c6c71c64...
CLOSED
2022-03-08T00:24:12
2022-03-15T14:37:26
2022-03-15T12:28:23
https://github.com/huggingface/datasets/issues/3848
jxmorris12
7
[ "bug" ]
3,847
Datasets' cache not re-used
## Describe the bug For most tokenizers I have tested (e.g. the RoBERTa tokenizer), the data preprocessing cache are not fully reused in the first few runs, although their `.arrow` cache files are in the cache directory. ## Steps to reproduce the bug Here is a reproducer. The GPT2 tokenizer works perfectly with ca...
OPEN
2022-03-07T19:55:15
2025-05-19T11:58:55
null
https://github.com/huggingface/datasets/issues/3847
gejinchen
28
[ "bug" ]
3,841
Pyright reportPrivateImportUsage when `from datasets import load_dataset`
## Describe the bug Pyright complains about module not exported. ## Steps to reproduce the bug Use an editor/IDE with Pyright Language server with default configuration: ```python from datasets import load_dataset ``` ## Expected results No complain from Pyright ## Actual results Pyright complain below...
CLOSED
2022-03-07T10:24:04
2023-02-18T19:14:03
2023-02-13T13:48:41
https://github.com/huggingface/datasets/issues/3841
lkhphuc
6
[ "bug" ]
3,839
CI is broken for Windows
## Describe the bug See: https://app.circleci.com/pipelines/github/huggingface/datasets/10292/workflows/83de4a55-bff7-43ec-96f7-0c335af5c050/jobs/63355 ``` ___________________ test_datasetdict_from_text_split[test] ____________________ [gw0] win32 -- Python 3.7.11 C:\tools\miniconda3\envs\py37\python.exe split...
CLOSED
2022-03-07T10:06:42
2022-05-20T14:13:43
2022-03-07T10:07:24
https://github.com/huggingface/datasets/issues/3839
albertvillanova
0
[ "bug" ]
3,838
Add a data type for labeled images (image segmentation)
It might be a mix of Image and ClassLabel, and the color palette might be generated automatically. --- ### Example every pixel in the images of the annotation column (in https://huggingface.co/datasets/scene_parse_150) has a value that gives its class, and the dataset itself is associated with a color palette ...
OPEN
2022-03-07T09:38:15
2025-11-28T10:58:23
null
https://github.com/huggingface/datasets/issues/3838
severo
1
[ "enhancement" ]
3,835
The link given on the gigaword does not work
## 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-03-07T07:56:42
2022-03-15T12:30:23
2022-03-15T12:30:23
https://github.com/huggingface/datasets/issues/3835
martin6336
0
[ "bug" ]
3,832
Making Hugging Face the place to go for Graph NNs datasets
Let's make Hugging Face Datasets the central hub for GNN datasets :) **Motivation**. Datasets are currently quite scattered and an open-source central point such as the Hugging Face Hub would be ideal to support the growth of the GNN field. What are some datasets worth integrating into the Hugging Face hub? In...
OPEN
2022-03-06T03:02:58
2022-03-14T07:45:38
null
https://github.com/huggingface/datasets/issues/3832
omarespejel
4
[ "dataset request", "graph" ]
3,831
when using to_tf_dataset with shuffle is true, not all completed batches are made
## Describe the bug when converting a dataset to tf_dataset by using to_tf_dataset with shuffle true, the remainder is not converted to one batch ## Steps to reproduce the bug this is the sample code below https://colab.research.google.com/drive/1_oRXWsR38ElO1EYF9ayFoCU7Ou1AAej4?usp=sharing ## Expected resul...
CLOSED
2022-03-06T02:43:50
2022-03-08T15:18:56
2022-03-08T15:18:56
https://github.com/huggingface/datasets/issues/3831
greenned
4
[ "bug" ]
3,830
Got error when load cnn_dailymail dataset
When using datasets.load_dataset method to load cnn_dailymail dataset, got error as below: - windows os: FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\SourceCode\\DataScience\\HuggingFace\\Data\\downloads\\1bc05d24fa6dda2468e83a73cf6dc207226e01e3c48a507ea716dc0421da583b\\cnn\\stories' - google colab: NotADirec...
CLOSED
2022-03-05T01:43:12
2022-03-07T06:53:41
2022-03-07T06:53:41
https://github.com/huggingface/datasets/issues/3830
wgong0510
2
[ "duplicate" ]
3,829
[📄 Docs] Create a `datasets` performance guide.
## Brief Overview Downloading, saving, and preprocessing large datasets from the `datasets` library can often result in [performance bottlenecks](https://github.com/huggingface/datasets/issues/3735). These performance snags can be challenging to identify and to debug, especially for users who are less experienced with...
OPEN
2022-03-05T00:28:06
2022-03-10T16:24:27
null
https://github.com/huggingface/datasets/issues/3829
dynamicwebpaige
1
[ "enhancement" ]
3,828
The Pile's _FEATURE spec seems to be incorrect
## Describe the bug If you look at https://huggingface.co/datasets/the_pile/blob/main/the_pile.py: For "all" * the pile_set_name is never set for data * there's actually an id field inside of "meta" For subcorpora pubmed_central and hacker_news: * the meta is specified to be a string, but it's actually a di...
CLOSED
2022-03-04T21:25:32
2022-03-08T09:30:49
2022-03-08T09:30:48
https://github.com/huggingface/datasets/issues/3828
dlwh
1
[ "bug" ]
3,823
500 internal server error when trying to open a dataset composed of Zarr stores
## Describe the bug The dataset [openclimatefix/mrms](https://huggingface.co/datasets/openclimatefix/mrms) gives a 500 server error when trying to open it on the website, or through code. The dataset doesn't have a loading script yet, and I did push two [xarray](https://docs.xarray.dev/en/stable/) Zarr stores of da...
CLOSED
2022-03-04T10:37:14
2022-03-08T09:47:39
2022-03-08T09:47:39
https://github.com/huggingface/datasets/issues/3823
jacobbieker
4
[ "bug" ]
3,822
Add Biwi Kinect Head Pose Database
## Adding a Dataset - **Name:** Biwi Kinect Head Pose Database - **Description:** Over 15K images of 20 people recorded with a Kinect while turning their heads around freely. For each frame, depth and rgb images are provided, together with ground in the form of the 3D location of the head and its rotation angles. - ...
CLOSED
2022-03-04T08:48:39
2025-04-07T13:04:25
2022-06-01T13:00:47
https://github.com/huggingface/datasets/issues/3822
osanseviero
10
[ "dataset request", "vision" ]
3,820
`pubmed_qa` checksum mismatch
## Describe the bug Loading [`pubmed_qa`](https://huggingface.co/datasets/pubmed_qa) results in a mismatched checksum error. ## Steps to reproduce the bug ```python # Sample code to reproduce the bug import datasets try: datasets.load_dataset("pubmed_qa", "pqa_labeled") except Exception as e: print(e...
CLOSED
2022-03-04T00:28:08
2022-03-04T09:42:32
2022-03-04T09:42:32
https://github.com/huggingface/datasets/issues/3820
jon-tow
1
[ "bug", "duplicate" ]
3,818
Support for "sources" parameter in the add() and add_batch() methods in datasets.metric - SARI
**Is your feature request related to a problem? Please describe.** The methods `add_batch` and `add` from the `Metric` [class](https://github.com/huggingface/datasets/blob/1675ad6a958435b675a849eafa8a7f10fe0f43bc/src/datasets/metric.py) does not work with [SARI](https://github.com/huggingface/datasets/blob/master/metr...
CLOSED
2022-03-03T18:57:54
2022-03-04T18:04:21
2022-03-04T18:04:21
https://github.com/huggingface/datasets/issues/3818
lmvasque
3
[ "enhancement" ]
3,813
Add MetaShift dataset
## Adding a Dataset - **Name:** MetaShift - **Description:** collection of 12,868 sets of natural images across 410 classes- - **Paper:** https://arxiv.org/abs/2202.06523v1 - **Data:** https://github.com/weixin-liang/metashift Instructions to add a new dataset can be found [here](https://github.com/huggingface/...
CLOSED
2022-03-03T14:26:45
2022-04-10T13:39:59
2022-04-10T13:39:59
https://github.com/huggingface/datasets/issues/3813
osanseviero
7
[ "dataset request", "vision" ]
3,809
Checksums didn't match for datasets on Google Drive
## Describe the bug Datasets hosted on Google Drive do not seem to work right now. Loading them fails with a checksum error. ## Steps to reproduce the bug ```python from datasets import load_dataset for dataset in ["head_qa", "yelp_review_full"]: try: load_dataset(dataset) except Exception as excep...
CLOSED
2022-03-03T09:01:10
2022-03-03T09:24:58
2022-03-03T09:24:05
https://github.com/huggingface/datasets/issues/3809
muelletm
1
[ "bug", "duplicate" ]
3,808
Pre-Processing Cache Fails when using a Factory pattern
## Describe the bug If you utilize a pre-processing function which is created using a factory pattern, the function hash changes on each run (even if the function is identical) and therefore the data will be reproduced each time. ## Steps to reproduce the bug ```python def preprocess_function_factory(augmenta...
CLOSED
2022-03-02T20:18:43
2022-03-10T23:01:47
2022-03-10T23:01:47
https://github.com/huggingface/datasets/issues/3808
Helw150
3
[ "bug" ]
3,807
NonMatchingChecksumError in xcopa dataset
## Describe the bug Loading the xcopa dataset doesn't work, it fails due to a mismatch in the checksum. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("xcopa", "it") ``` ## Expected results The dataset should be loaded correctly. ## Actual results Fails ...
CLOSED
2022-03-02T18:10:19
2022-05-20T06:00:42
2022-03-03T17:40:31
https://github.com/huggingface/datasets/issues/3807
afcruzs-ms
6
[ "bug" ]
3,804
Text builder with custom separator line boundaries
**Is your feature request related to a problem? Please describe.** The current [Text](https://github.com/huggingface/datasets/blob/207be676bffe9d164740a41a883af6125edef135/src/datasets/packaged_modules/text/text.py#L23) builder implementation splits texts with `splitlines()` which splits the text on several line bound...
OPEN
2022-03-02T14:50:16
2022-03-16T15:53:59
null
https://github.com/huggingface/datasets/issues/3804
cronoik
6
[ "enhancement" ]
3,795
can not flatten natural_questions dataset
## Describe the bug after downloading the natural_questions dataset, can not flatten the dataset considering there are `long answer` and `short answer` in `annotations`. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('natural_questions',cache_dir = 'data/datase...
CLOSED
2022-02-27T13:57:40
2022-03-21T14:36:12
2022-03-21T14:36:12
https://github.com/huggingface/datasets/issues/3795
Hannibal046
2
[ "bug" ]
3,792
Checksums didn't match for dataset source
## Dataset viewer issue for 'wiki_lingua*' **Link:** *link to the dataset viewer page* `data = datasets.load_dataset("wiki_lingua", name=language, split="train[:2000]") ` *short description of the issue* ``` [NonMatchingChecksumError: Checksums didn't match for dataset source files: ['https://drive.google.co...
CLOSED
2022-02-25T19:55:09
2024-03-13T12:25:08
2022-02-28T08:44:18
https://github.com/huggingface/datasets/issues/3792
rafikg
26
[ "dataset-viewer" ]
3,788
Only-data dataset loaded unexpectedly as validation split
## Describe the bug As reported by @thomasw21 and @lhoestq, a dataset containing only a data file whose name matches the pattern `*dev*` will be returned as VALIDATION split, even if this is not the desired behavior, e.g. a file named `datosdevision.jsonl.gz`.
OPEN
2022-02-25T12:11:39
2022-02-28T11:22:22
null
https://github.com/huggingface/datasets/issues/3788
albertvillanova
7
[ "bug" ]
3,786
Bug downloading Virus scan warning page from Google Drive URLs
## Describe the bug Recently, some issues were reported with URLs from Google Drive, where we were downloading the Virus scan warning page instead of the data file itself. See: - #3758 - #3773 - #3784
CLOSED
2022-02-25T09:32:23
2022-03-03T09:25:59
2022-02-25T11:56:35
https://github.com/huggingface/datasets/issues/3786
albertvillanova
1
[ "bug" ]
3,784
Unable to Download CNN-Dailymail Dataset
## Describe the bug I am unable to download the CNN-Dailymail dataset. Upon closer investigation, I realised why this was happening: - The dataset sits in Google Drive, and both the CNN and DM datasets are large. - Google is unable to scan the folder for viruses, **so the link which would originally download the dat...
CLOSED
2022-02-25T05:24:47
2022-03-03T14:05:17
2022-03-03T14:05:17
https://github.com/huggingface/datasets/issues/3784
AngadSethi
4
[ "bug" ]
3,778
Not be able to download dataset - "Newsroom"
Hello, I tried to download the **newsroom** dataset but it didn't work out for me. it said me to **download it manually**! For manually, Link is also didn't work! It is sawing some ad or something! If anybody has solved this issue please help me out or if somebody has this dataset please share your google driv...
CLOSED
2022-02-23T10:15:50
2022-02-23T17:05:04
2022-02-23T13:26:40
https://github.com/huggingface/datasets/issues/3778
Darshan2104
2
[ "dataset bug" ]
3,776
Allow download only some files from the Wikipedia dataset
**Is your feature request related to a problem? Please describe.** The Wikipedia dataset can be really big. This is a problem if you want to use it locally in a laptop with the Apache Beam `DirectRunner`. Even if your laptop have a considerable amount of memory (e.g. 32gb). **Describe the solution you'd like** I...
OPEN
2022-02-22T13:46:41
2022-02-22T14:50:02
null
https://github.com/huggingface/datasets/issues/3776
jvanz
1
[ "enhancement" ]
3,773
Checksum mismatch for the reddit_tifu dataset
## Describe the bug A checksum occurs when downloading the reddit_tifu data (both long & short). ## Steps to reproduce the bug reddit_tifu_dataset = load_dataset('reddit_tifu', 'long') ## Expected results The expected result is for the dataset to be downloaded and cached locally. ## Actual results File "...
CLOSED
2022-02-22T10:57:07
2022-02-25T19:27:49
2022-02-22T12:38:44
https://github.com/huggingface/datasets/issues/3773
anna-kay
4
[ "bug" ]
3,770
DuplicatedKeysError on msr_sqa dataset
### Describe the bug Failure to generate dataset msr_sqa because of duplicate keys. ### Steps to reproduce the bug ``` from datasets import load_dataset load_dataset("msr_sqa") ``` ### Expected results The examples keys should be unique. **Actual results** ``` >>> load_dataset("msr_sqa") Downloading: 6...
CLOSED
2022-02-22T00:43:33
2022-02-22T08:12:39
2022-02-22T08:12:39
https://github.com/huggingface/datasets/issues/3770
kolk
1
[]
3,769
`dataset = dataset.map()` causes faiss index lost
## Describe the bug assigning the resulted dataset to original dataset causes lost of the faiss index ## Steps to reproduce the bug `my_dataset` is a regular loaded dataset. It's a part of a customed dataset structure ```python self.dataset.add_faiss_index('embeddings') self.dataset.list_indexes() # ['embeddin...
OPEN
2022-02-21T21:59:23
2022-06-27T14:56:29
null
https://github.com/huggingface/datasets/issues/3769
Oaklight
3
[ "bug" ]
3,764
!
## 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-02-20T19:05:43
2022-02-21T08:55:58
2022-02-21T08:55:58
https://github.com/huggingface/datasets/issues/3764
LesiaFedorenko
0
[ "dataset-viewer" ]
3,763
It's not possible download `20200501.pt` dataset
## Describe the bug The dataset `20200501.pt` is broken. The available datasets: https://dumps.wikimedia.org/ptwiki/ ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("wikipedia", "20200501.pt", beam_runner='DirectRunner') ``` ## Expected results I expect t...
CLOSED
2022-02-20T18:34:58
2022-02-21T12:06:12
2022-02-21T09:25:06
https://github.com/huggingface/datasets/issues/3763
jvanz
2
[ "bug" ]
3,762
`Dataset.class_encode` should support custom class names
I can make a PR, just wanted approval before starting. **Is your feature request related to a problem? Please describe.** It is often the case that classes are not ordered in alphabetical order. Current `class_encode_column` sort the classes before indexing. https://github.com/huggingface/datasets/blob/master/sr...
CLOSED
2022-02-19T21:21:45
2022-02-21T12:16:35
2022-02-21T12:16:35
https://github.com/huggingface/datasets/issues/3762
Dref360
3
[ "enhancement" ]
3,761
Know your data for HF hub
**Is your feature request related to a problem? Please describe.** Would be great to see be able to understand datasets with the goal of improving data quality, and helping mitigate fairness and bias issues. **Describe the solution you'd like** Something like https://knowyourdata.withgoogle.com/ for HF hub
CLOSED
2022-02-19T19:48:47
2022-02-21T14:15:23
2022-02-21T14:15:23
https://github.com/huggingface/datasets/issues/3761
Muhtasham
1
[ "enhancement" ]
3,760
Unable to view the Gradio flagged call back dataset
## Dataset viewer issue for '*savtadepth-flags*' **Link:** *[savtadepth-flags](https://huggingface.co/datasets/kingabzpro/savtadepth-flags)* *with the Gradio 2.8.1 the dataset viers stopped working. I tried to add values manually but its not working. The dataset is also not showing the link with the app https://h...
CLOSED
2022-02-19T17:45:08
2022-03-22T07:12:11
2022-03-22T07:12:11
https://github.com/huggingface/datasets/issues/3760
kingabzpro
5
[ "dataset-viewer" ]
3,758
head_qa file missing
## Describe the bug A file for the `head_qa` dataset is missing (https://drive.google.com/u/0/uc?export=download&id=1a_95N5zQQoUCq8IBNVZgziHbeM-QxG2t/HEAD_EN/train_HEAD_EN.json) ## Steps to reproduce the bug ```python >>> from datasets import load_dataset >>> load_dataset("head_qa", name="en") ``` ## Expec...
CLOSED
2022-02-18T16:32:43
2022-02-28T14:29:18
2022-02-21T14:39:19
https://github.com/huggingface/datasets/issues/3758
severo
2
[ "bug" ]
3,756
Images get decoded when using `map()` with `input_columns` argument on a dataset
## Describe the bug The `datasets.features.Image` feature class decodes image data by default. Expectedly, when indexing a dataset or using the `map()` method, images are returned as PIL Image instances. However, when calling `map()` and setting a specific data column with the `input_columns` argument, the image ...
CLOSED
2022-02-18T15:35:38
2022-12-13T16:59:06
2022-12-13T16:59:06
https://github.com/huggingface/datasets/issues/3756
kklemon
2
[ "bug" ]
3,755
Cannot preview dataset
## Dataset viewer issue for '*rubrix/news*' **Link:https://huggingface.co/datasets/rubrix/news** *link to the dataset viewer page* Cannot see the dataset preview: ``` Status code: 400 Exception: Status400Error Message: Not found. Cache is waiting to be refreshed. ``` Am I the one who added thi...
CLOSED
2022-02-18T13:06:45
2022-02-19T14:30:28
2022-02-18T15:41:33
https://github.com/huggingface/datasets/issues/3755
frascuchon
3
[ "dataset-viewer" ]
3,754
Overflowing indices in `select`
## Describe the bug The `Dataset.select` function seems to accept indices that are larger than the dataset size and seems to effectively use `index %len(ds)`. ## Steps to reproduce the bug ```python from datasets import Dataset ds = Dataset.from_dict({"test": [1,2,3]}) ds = ds.select(range(5)) print(ds) p...
CLOSED
2022-02-18T11:30:52
2022-02-18T11:38:23
2022-02-18T11:38:23
https://github.com/huggingface/datasets/issues/3754
lvwerra
2
[ "bug" ]
3,753
Expanding streaming capabilities
Some ideas for a few features that could be useful when working with large datasets in streaming mode. ## `filter` for `IterableDataset` Adding filtering to streaming datasets would be useful in several scenarios: - filter a dataset with many languages for a subset of languages - filter a dataset for specific li...
OPEN
2022-02-18T10:45:41
2025-03-19T14:50:14
null
https://github.com/huggingface/datasets/issues/3753
lvwerra
8
[ "enhancement" ]
3,750
`NonMatchingSplitsSizesError` for cats_vs_dogs dataset
## Describe the bug Cannot download cats_vs_dogs dataset due to `NonMatchingSplitsSizesError`. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("cats_vs_dogs") ``` ## Expected results Loading is successful. ## Actual results ``` NonMatchingSplitsSiz...
CLOSED
2022-02-18T05:46:39
2022-02-18T14:56:11
2022-02-18T14:56:11
https://github.com/huggingface/datasets/issues/3750
jaketae
1
[ "bug" ]
3,747
Passing invalid subset should throw an error
## Describe the bug Only some datasets have a subset (as in `load_dataset(name, subset)`). If you pass an invalid subset, an error should be thrown. ## Steps to reproduce the bug ```python import datasets datasets.load_dataset('rotten_tomatoes', 'asdfasdfa') ``` ## Expected results This should break, since ...
OPEN
2022-02-17T18:16:11
2022-02-17T18:16:11
null
https://github.com/huggingface/datasets/issues/3747
jxmorris12
0
[ "bug" ]
3,744
Better shards shuffling in streaming mode
Sometimes a dataset script has a `_split_generators` that returns several files as well as the corresponding metadata of each file. It often happens that they end up in two separate lists in the `gen_kwargs`: ```python gen_kwargs = { "files": [os.path.join(data_dir, filename) for filename in all_files], "me...
CLOSED
2022-02-17T15:07:21
2022-02-23T15:00:58
2022-02-23T15:00:58
https://github.com/huggingface/datasets/issues/3744
lhoestq
0
[ "enhancement", "streaming" ]
3,739
Pubmed dataset does not work in streaming mode
## Describe the bug Trying to use the `pubmed` dataset with `streaming=True` fails. ## Steps to reproduce the bug ```python import datasets pubmed_train = datasets.load_dataset('pubmed', split='train', streaming=True) print (next(iter(pubmed_train))) ``` ## Expected results I would expect to see the first ...
CLOSED
2022-02-16T17:13:37
2022-02-18T14:42:13
2022-02-18T14:42:13
https://github.com/huggingface/datasets/issues/3739
abhi-mosaic
1
[ "bug" ]
3,738
For data-only datasets, streaming and non-streaming don't behave the same
See https://huggingface.co/datasets/huggingface/transformers-metadata: it only contains two JSON files. In streaming mode, the files are concatenated, and thus the rows might be dictionaries with different keys: ```python import datasets as ds iterable_dataset = ds.load_dataset("huggingface/transformers-metadat...
OPEN
2022-02-16T15:20:57
2022-02-21T14:24:55
null
https://github.com/huggingface/datasets/issues/3738
severo
9
[ "bug" ]
3,735
Performance of `datasets` at scale
# Performance of `datasets` at 1TB scale ## What is this? During the processing of a large dataset I monitored the performance of the `datasets` library to see if there are any bottlenecks. The insights of this analysis could guide the decision making to improve the performance of the library. ## Dataset The da...
OPEN
2022-02-16T14:23:32
2024-06-27T01:17:48
null
https://github.com/huggingface/datasets/issues/3735
lvwerra
6
[]
3,733
Bugs in NewsQA dataset
## Describe the bug NewsQA dataset has the following bugs: - the field `validated_answers` is an exact copy of the field `answers` but with the addition of `'count': [0]` to each dict - the field `badQuestion` does not appear in `answers` nor `validated_answers` ## Steps to reproduce the bug By inspecting the da...
CLOSED
2022-02-16T13:17:37
2022-02-17T07:54:25
2022-02-17T07:54:25
https://github.com/huggingface/datasets/issues/3733
albertvillanova
0
[ "bug" ]
3,730
Checksum Error when loading multi-news dataset
## Describe the bug When using the load_dataset function from datasets module to load the Multi-News dataset, does not load the dataset but throws Checksum Error instead. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("multi_news") ``` ## Expected results ...
CLOSED
2022-02-16T05:11:08
2022-02-16T20:05:06
2022-02-16T08:48:46
https://github.com/huggingface/datasets/issues/3730
byw2
1
[ "bug" ]
3,729
Wrong number of examples when loading a text dataset
## Describe the bug when I use load_dataset to read a txt file I find that the number of the samples is incorrect ## Steps to reproduce the bug ``` fr = open('train.txt','r',encoding='utf-8').readlines() print(len(fr)) # 1199637 datasets = load_dataset('text', data_files={'train': ['train.txt']}, streaming...
CLOSED
2022-02-16T01:13:31
2022-03-15T16:16:09
2022-03-15T16:16:09
https://github.com/huggingface/datasets/issues/3729
kg-nlp
2
[ "bug" ]
3,728
VoxPopuli
## Adding a Dataset - **Name:** VoxPopuli - **Description:** A Large-Scale Multilingual Speech Corpus - **Paper:** https://arxiv.org/pdf/2101.00390.pdf - **Data:** https://github.com/facebookresearch/voxpopuli - **Motivation:** one of the largest (if not the largest) multilingual speech corpus: 400K hours of multi...
CLOSED
2022-02-15T23:04:55
2022-02-16T18:49:12
2022-02-16T18:49:12
https://github.com/huggingface/datasets/issues/3728
VictorSanh
1
[ "dataset request" ]
3,724
Bug while streaming CSV dataset with pandas 1.4
## Describe the bug If we upgrade to pandas `1.4`, the patching of the pandas module is no longer working ``` AttributeError: '_PatchedModuleObj' object has no attribute '__version__' ``` ## Steps to reproduce the bug ``` pip install pandas==1.4 ``` ```python from datasets import load_dataset ds = load_dat...
CLOSED
2022-02-15T15:16:19
2022-02-15T16:55:44
2022-02-15T16:55:44
https://github.com/huggingface/datasets/issues/3724
albertvillanova
0
[ "bug" ]
3,720
Builder Configuration Update Required on Common Voice Dataset
Missing language in Common Voice dataset **Link:** https://huggingface.co/datasets/common_voice I tried to call the Urdu dataset using `load_dataset("common_voice", "ur", split="train+validation")` but couldn't due to builder configuration not found. I checked the source file here for the languages support: ht...
CLOSED
2022-02-14T16:21:41
2024-04-28T18:03:08
2024-04-28T18:03:08
https://github.com/huggingface/datasets/issues/3720
aasem
7
[ "bug" ]
3,717
wrong condition in `Features ClassLabel encode_example`
## Describe the bug The `encode_example` function in *features.py* seems to have a wrong condition. ```python if not -1 <= example_data < self.num_classes: raise ValueError(f"Class label {example_data:d} greater than configured num_classes {self.num_classes}") ``` ## Expected results The `not - 1` co...
CLOSED
2022-02-14T11:44:35
2022-02-14T15:09:36
2022-02-14T15:07:43
https://github.com/huggingface/datasets/issues/3717
Tudyx
1
[ "bug" ]
3,716
`FaissIndex` to support multiple GPU and `custom_index`
**Is your feature request related to a problem? Please describe.** Currently, because `device` is of the type `int | None`, to leverage `faiss-gpu`'s multi-gpu support, you need to create a `custom_index`. However, if using a `custom_index` created by e.g. `faiss.index_cpu_to_all_gpus`, then `FaissIndex.save` does not ...
CLOSED
2022-02-14T06:21:43
2022-03-07T16:28:56
2022-03-07T16:28:56
https://github.com/huggingface/datasets/issues/3716
rentruewang
2
[ "enhancement" ]
3,714
tatoeba_mt: File not found error and key error
## Dataset viewer issue for 'tatoeba_mt' **Link:** https://huggingface.co/datasets/Helsinki-NLP/tatoeba_mt My data loader script does not seem to work. The files are part of the local repository but cannot be found. An example where it should work is the subset for "afr-eng". Another problem is that I do not ...
CLOSED
2022-02-13T16:35:45
2022-02-13T20:44:04
2022-02-13T20:44:04
https://github.com/huggingface/datasets/issues/3714
jorgtied
1
[ "dataset-viewer" ]
3,708
Loading JSON gets stuck with many workers/threads
## Describe the bug Loading a JSON dataset with `load_dataset` can get stuck when running on a machine with many CPUs. This is especially an issue when loading a large dataset on a large machine. ## Steps to reproduce the bug I originally created the following script to reproduce the issue: ```python from dat...
OPEN
2022-02-11T18:50:48
2023-06-16T11:24:12
null
https://github.com/huggingface/datasets/issues/3708
lvwerra
8
[ "bug" ]
3,707
`.select`: unexpected behavior with `indices`
## Describe the bug The `.select` method will not throw when sending `indices` bigger than the dataset length; `indices` will be wrapped instead. This behavior is not documented anywhere, and is not intuitive. ## Steps to reproduce the bug ```python from datasets import Dataset ds = Dataset.from_dict({"text": [...
CLOSED
2022-02-11T15:20:01
2022-02-14T19:19:21
2022-02-14T19:19:21
https://github.com/huggingface/datasets/issues/3707
gabegma
2
[ "bug" ]
3,706
Unable to load dataset 'big_patent'
## Describe the bug Unable to load the "big_patent" dataset ## Steps to reproduce the bug ```python load_dataset('big_patent', 'd', 'validation') ``` ## Expected results Download big_patents' validation split from the 'd' subset ## Getting an error saying: {FileNotFoundError}Local file ..\huggingface\dat...
CLOSED
2022-02-11T09:48:34
2022-02-14T15:26:03
2022-02-14T15:26:03
https://github.com/huggingface/datasets/issues/3706
ankitk2109
5
[ "bug" ]
3,704
OSCAR-2109 datasets are misaligned and truncated
## Describe the bug The `oscar-corpus/OSCAR-2109` data appears to be misaligned and truncated by the dataset builder for subsets that contain more than one part and for cases where the texts contain non-unix newlines. ## Steps to reproduce the bug A few examples, although I'm not sure how deterministic the par...
CLOSED
2022-02-11T08:14:59
2022-03-17T18:01:04
2022-03-16T16:21:28
https://github.com/huggingface/datasets/issues/3704
adrianeboyd
10
[ "bug" ]
3,703
ImportError: To be able to use this metric, you need to install the following dependencies['seqeval'] using 'pip install seqeval' for instance'
hi : I want to use the seqeval indicator because of direct load_ When metric ('seqeval '), it will prompt that the network connection fails. So I downloaded the seqeval Py to load locally. Loading code: metric = load_ metric(path='mymetric/seqeval/seqeval.py') But tips: Traceback (most recent call last): File...
CLOSED
2022-02-11T06:38:42
2023-07-11T09:31:59
2023-07-11T09:31:59
https://github.com/huggingface/datasets/issues/3703
zhangyifei1
9
[]
3,700
Unable to load a dataset
## Describe the bug Unable to load a dataset from Huggingface that I have just saved. ## Steps to reproduce the bug On Google colab `! pip install datasets ` `from datasets import load_dataset` `my_path = "wiki_dataset"` `dataset = load_dataset('wikipedia', "20200501.fr")` `dataset.save_to_disk(my_path)` `...
CLOSED
2022-02-10T15:05:53
2024-07-04T08:39:23
2022-02-11T22:56:39
https://github.com/huggingface/datasets/issues/3700
PaulchauvinAI
3
[ "bug" ]
3,688
Pyarrow version error
## Describe the bug I installed datasets(version 1.17.0, 1.18.0, 1.18.3) but i'm right now nor able to import it because of pyarrow. when i try to import it, i get the following error: `To use datasets, the module pyarrow>=3.0.0 is required, and the current version of pyarrow doesn't match this condition`. i tryed w...
CLOSED
2022-02-08T12:53:59
2022-02-09T06:35:33
2022-02-09T06:35:32
https://github.com/huggingface/datasets/issues/3688
Zaker237
3
[ "bug" ]
3,687
Can't get the text data when calling to_tf_dataset
I am working with the SST2 dataset, and am using TensorFlow 2.5 I'd like to convert it to a `tf.data.Dataset` by calling the `to_tf_dataset` method. The following snippet is what I am using to achieve this: ``` from datasets import load_dataset from transformers import DefaultDataCollator data_collator = Defa...
CLOSED
2022-02-08T11:52:10
2023-01-19T14:55:18
2023-01-19T14:55:18
https://github.com/huggingface/datasets/issues/3687
phrasenmaeher
6
[]
3,686
`Translation` features cannot be `flatten`ed
## Describe the bug (`Dataset.flatten`)[https://github.com/huggingface/datasets/blob/master/src/datasets/arrow_dataset.py#L1265] fails for columns with feature (`Translation`)[https://github.com/huggingface/datasets/blob/3edbeb0ec6519b79f1119adc251a1a6b379a2c12/src/datasets/features/translation.py#L8] ## Steps to...
CLOSED
2022-02-08T11:33:48
2022-03-18T17:28:13
2022-03-18T17:28:13
https://github.com/huggingface/datasets/issues/3686
SBrandeis
1
[ "bug" ]
3,679
Download datasets from a private hub
In the context of a private hub deployment, customers would like to use load_dataset() to load datasets from their hub, not from the public hub. This doesn't seem to be configurable at the moment and it would be nice to add this feature. The obvious workaround is to clone the repo first and then load it from local s...
CLOSED
2022-02-04T10:49:06
2022-02-22T11:08:07
2022-02-22T11:08:07
https://github.com/huggingface/datasets/issues/3679
juliensimon
3
[ "enhancement", "private-hub" ]
3,677
Discovery cannot be streamed anymore
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce the bug ```python from datasets import load_dataset iterable_dataset = load_dataset("discovery", name="discovery", split="train", streaming=True) list(iterable_dataset.take(1)) ``` ## Expected results The first ...
CLOSED
2022-02-03T15:02:03
2022-02-10T16:51:24
2022-02-10T16:51:24
https://github.com/huggingface/datasets/issues/3677
severo
2
[ "bug" ]
3,676
`None` replaced by `[]` after first batch in map
Sometimes `None` can be replaced by `[]` when running map: ```python from datasets import Dataset ds = Dataset.from_dict({"a": range(4)}) ds = ds.map(lambda x: {"b": [[None, [0]]]}, batched=True, batch_size=1, remove_columns=["a"]) print(ds.to_pandas()) # b # 0 [None, [0]] # 1 [[], [0]] # ...
CLOSED
2022-02-03T13:36:48
2022-10-28T13:13:20
2022-10-28T13:13:20
https://github.com/huggingface/datasets/issues/3676
lhoestq
8
[]
3,675
Add CodeContests dataset
## Adding a Dataset - **Name:** CodeContests - **Description:** CodeContests is a competitive programming dataset for machine-learning. - **Paper:** - **Data:** https://github.com/deepmind/code_contests - **Motivation:** This dataset was used when training [AlphaCode](https://deepmind.com/blog/article/Competitive-...
CLOSED
2022-02-03T13:20:00
2022-07-20T11:07:05
2022-07-20T11:07:05
https://github.com/huggingface/datasets/issues/3675
mariosasko
2
[ "dataset request" ]
3,673
`load_dataset("snli")` is different from dataset viewer
## Describe the bug The dataset that is downloaded from the Hub via `load_dataset("snli")` is different from what is available in the dataset viewer. In the viewer the labels are not encoded (i.e., "neutral", "entailment", "contradiction"), while the downloaded dataset shows the encoded labels (i.e., 0, 1, 2). Is t...
CLOSED
2022-02-03T12:10:43
2022-02-16T11:22:31
2022-02-11T17:01:21
https://github.com/huggingface/datasets/issues/3673
pietrolesci
11
[ "bug", "dataset-viewer" ]
3,671
Give an estimate of the dataset size in DatasetInfo
**Is your feature request related to a problem? Please describe.** Currently, only part of the datasets provide `dataset_size`, `download_size`, `size_in_bytes` (and `num_bytes` and `num_examples` inside `splits`). I would want to get this information, or an estimation, for all the datasets. **Describe the soluti...
OPEN
2022-02-03T09:47:10
2022-02-03T09:47:10
null
https://github.com/huggingface/datasets/issues/3671
severo
0
[ "enhancement" ]
3,668
Couldn't cast array of type string error with cast_column
## Describe the bug In OVH cloud during Huggingface Robust-speech-recognition event on a AI training notebook instance using jupyter lab and running jupyter notebook When using the dataset.cast_column("audio",Audio(sampling_rate=16_000)) method I get error ![image](https://user-images.githubusercontent.com/25264...
CLOSED
2022-02-02T18:33:29
2022-07-19T13:36:24
2022-07-19T13:36:24
https://github.com/huggingface/datasets/issues/3668
R4ZZ3
5
[ "bug" ]
3,663
[Audio] Path of Common Voice cannot be used for audio loading anymore
## Describe the bug ## Steps to reproduce the bug ```python from datasets import load_dataset from torchaudio import load ds = load_dataset("common_voice", "ab", split="train") # both of the following commands fail at the moment load(ds[0]["audio"]["path"]) load(ds[0]["path"]) ``` ## Expected results ...
CLOSED
2022-02-01T18:40:10
2022-09-21T15:03:09
2022-09-21T14:56:22
https://github.com/huggingface/datasets/issues/3663
patrickvonplaten
19
[ "bug" ]
3,662
[Audio] MP3 resampling is incorrect when dataset's audio files have different sampling rates
The Audio feature resampler for MP3 gets stuck with the first original frequencies it meets, which leads to subsequent decoding to be incorrect. Here is a code to reproduce the issue: Let's first consider two audio files with different sampling rates 32000 and 16000: ```python # first download a mp3 file with s...
CLOSED
2022-02-01T17:55:04
2022-02-02T10:52:25
2022-02-02T10:52:25
https://github.com/huggingface/datasets/issues/3662
lhoestq
6
[]
3,659
push_to_hub but preview not working
## Dataset viewer issue for '*happifyhealth/twitter_pnn*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/happifyhealth/twitter_pnn)* I used ``` dataset.push_to_hub("happifyhealth/twitter_pnn") ``` but the preview is not working. Am I the one who added this dataset ? Yes
CLOSED
2022-02-01T16:23:57
2022-02-09T08:00:37
2022-02-09T08:00:37
https://github.com/huggingface/datasets/issues/3659
thomas-happify
1
[ "dataset-viewer" ]
3,658
Dataset viewer issue for *P3*
## Dataset viewer issue for '*P3*' **Link: https://huggingface.co/datasets/bigscience/P3** ``` Status code: 400 Exception: SplitsNotFoundError Message: The split names could not be parsed from the dataset config. ``` Am I the one who added this dataset ? No
CLOSED
2022-02-01T15:57:56
2023-09-25T12:16:21
2023-09-25T12:16:21
https://github.com/huggingface/datasets/issues/3658
jeffistyping
4
[]
3,656
checksum error subjqa dataset
## Describe the bug I get a checksum error when loading the `subjqa` dataset (used in the transformers book). ## Steps to reproduce the bug ```python from datasets import load_dataset subjqa = load_dataset("subjqa","electronics") ``` ## Expected results Loading the dataset ## Actual results ``` ---...
CLOSED
2022-02-01T10:53:33
2022-02-10T10:56:59
2022-02-10T10:56:38
https://github.com/huggingface/datasets/issues/3656
RensDimmendaal
2
[ "bug" ]
3,655
Pubmed dataset not reachable
## Describe the bug Trying to use the `pubmed` dataset fails to reach / download the source files. ## Steps to reproduce the bug ```python pubmed_train = datasets.load_dataset('pubmed', split='train') ``` ## Expected results Should begin downloading the pubmed dataset. ## Actual results ``` ConnectionEr...
CLOSED
2022-01-31T18:45:47
2022-12-19T19:18:10
2022-02-14T14:15:41
https://github.com/huggingface/datasets/issues/3655
abhi-mosaic
6
[ "bug" ]
3,653
`to_json` in multiprocessing fashion sometimes deadlock
## Describe the bug `to_json` in multiprocessing fashion sometimes deadlock, instead of raising exceptions. Temporary solution is to see that it deadlocks, and then reduce the number of processes or batch size in order to reduce the memory footprint. As @lhoestq pointed out, this might be related to https://bugs....
OPEN
2022-01-31T09:35:07
2022-01-31T09:35:07
null
https://github.com/huggingface/datasets/issues/3653
thomasw21
0
[ "bug" ]
3,649
Add IGLUE dataset
## Adding a Dataset - **Name:** IGLUE - **Description:** IGLUE brings together 4 vision-and-language tasks across 20 languages (Twitter [thread](https://twitter.com/ebugliarello/status/1487045497583976455?s=20&t=SB4LZGDhhkUW83ugcX_m5w)) - **Paper:** https://arxiv.org/abs/2201.11732 - **Data:** https://github.com/e-...
OPEN
2022-01-28T14:59:41
2022-01-28T15:02:35
null
https://github.com/huggingface/datasets/issues/3649
lewtun
0
[ "dataset request", "multimodal" ]
3,645
Streaming dataset based on dl_manager.iter_archive/iter_files are not reset correctly
Hi ! When iterating over a streaming dataset once, it's not reset correctly because of some issues with `dl_manager.iter_archive` and `dl_manager.iter_files`. Indeed they are generator functions (so the iterator that is returned can be exhausted). They should be iterables instead, and be reset if we do a for loop again...
CLOSED
2022-01-27T17:17:41
2022-01-28T16:34:28
2022-01-28T16:34:28
https://github.com/huggingface/datasets/issues/3645
lhoestq
0
[]
3,644
Add a GROUP BY operator
**Is your feature request related to a problem? Please describe.** Using batch mapping, we can easily split examples. However, we lack an appropriate option for merging them back together by some key. Consider this example: ```python # features: # { # "example_id": datasets.Value("int32"), # "text": datas...
OPEN
2022-01-27T16:57:54
2025-01-28T11:39:48
null
https://github.com/huggingface/datasets/issues/3644
felix-schneider
14
[ "enhancement" ]
3,640
Issues with custom dataset in Wav2Vec2
We are training Vav2Vec using the run_speech_recognition_ctc_bnb.py-script. This is working fine with Common Voice, however using our custom dataset and data loader at [NbAiLab/NPSC]( https://huggingface.co/datasets/NbAiLab/NPSC) it crashes after roughly 1 epoch with the following stack trace: ![image](https://us...
CLOSED
2022-01-27T12:09:05
2022-01-27T12:29:48
2022-01-27T12:29:48
https://github.com/huggingface/datasets/issues/3640
peregilk
1
[ "bug" ]
3,639
same value of precision, recall, f1 score at each epoch for classification task.
**1st Epoch:** 1/27/2022 09:30:48 - INFO - datasets.metric - Removing /home/ubuntu/.cache/huggingface/metrics/f1/default/default_experiment-1-0.arrow.59it/s] 01/27/2022 09:30:48 - INFO - datasets.metric - Removing /home/ubuntu/.cache/huggingface/metrics/precision/default/default_experiment-1-0.arrow 01/27/2022 09:3...
CLOSED
2022-01-27T10:14:16
2022-02-24T09:02:18
2022-02-24T09:02:17
https://github.com/huggingface/datasets/issues/3639
Dhanachandra
1
[ "bug" ]
3,638
AutoTokenizer hash value got change after datasets.map
## Describe the bug AutoTokenizer hash value got change after datasets.map ## Steps to reproduce the bug 1. trash huggingface datasets cache 2. run the following code: ```python from transformers import AutoTokenizer, BertTokenizer from datasets import load_dataset from datasets.fingerprint import Hasher tok...
OPEN
2022-01-27T03:19:03
2024-03-11T13:56:15
null
https://github.com/huggingface/datasets/issues/3638
tshu-w
12
[ "bug" ]