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
4,678
Cant pass streaming dataset to dataloader after take()
## Describe the bug I am trying to pass a streaming version of c4 to a dataloader, but it can't be passed after I call `dataset.take(n)`. Some functions such as `shuffle()` can be applied without breaking the dataloader but not take. ## Steps to reproduce the bug ```python import datasets import torch dset = ...
OPEN
2022-07-13T17:34:18
2022-07-14T13:07:21
null
https://github.com/huggingface/datasets/issues/4678
zankner
1
[ "bug" ]
4,677
Random 400 Client Error when pushing dataset
## Describe the bug When pushing a dataset, the client errors randomly with `Bad Request for url:...`. At the next call, a new parquet file is created for each shard. The client may fail at any random shard. ## Steps to reproduce the bug ```python dataset.push_to_hub("ORG/DATASET", private=True, branch="main") ...
CLOSED
2022-07-12T15:56:44
2023-02-07T13:54:10
2023-02-07T13:54:10
https://github.com/huggingface/datasets/issues/4677
msis
2
[ "bug" ]
4,676
Dataset.map gets stuck on _cast_to_python_objects
## Describe the bug `Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows. Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an...
CLOSED
2022-07-12T15:09:58
2022-10-03T13:01:04
2022-10-03T13:01:03
https://github.com/huggingface/datasets/issues/4676
srobertjames
9
[ "bug", "good first issue" ]
4,675
Unable to use dataset with PyTorch dataloader
## Describe the bug When using `.with_format("torch")`, an arrow table is returned and I am unable to use it by passing it to a PyTorch DataLoader: please see the code below. ## Steps to reproduce the bug ```python from datasets import load_dataset from torch.utils.data import DataLoader ds = load_dataset( ...
OPEN
2022-07-12T15:04:04
2022-07-14T14:17:46
null
https://github.com/huggingface/datasets/issues/4675
BlueskyFR
1
[ "bug" ]
4,674
Issue loading datasets -- pyarrow.lib has no attribute
## Describe the bug I am trying to load sentiment analysis datasets from huggingface, but any dataset I try to use via load_dataset, I get the same error: `AttributeError: module 'pyarrow.lib' has no attribute 'IpcReadOptions'` ## Steps to reproduce the bug ```python dataset = load_dataset("glue", "cola") ``` ...
CLOSED
2022-07-11T22:10:44
2023-02-28T18:06:55
2023-02-28T18:06:55
https://github.com/huggingface/datasets/issues/4674
margotwagner
1
[ "bug" ]
4,673
load_datasets on csv returns everything as a string
## Describe the bug If you use: `conll_dataset.to_csv("ner_conll.csv")` It will create a csv file with all of your data as expected, however when you load it with: `conll_dataset = load_dataset("csv", data_files="ner_conll.csv")` everything is read in as a string. For example if I look at everything in 'n...
CLOSED
2022-07-11T17:30:24
2024-11-05T03:55:10
2022-07-12T13:33:08
https://github.com/huggingface/datasets/issues/4673
courtneysprouse
3
[ "bug" ]
4,671
Dataset Viewer issue for wmt16
### Link https://huggingface.co/datasets/wmt16 ### Description [Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error. ``` Status cod...
CLOSED
2022-07-11T08:34:11
2022-09-13T13:27:02
2022-09-08T08:16:06
https://github.com/huggingface/datasets/issues/4671
lewtun
6
[ "dataset-viewer" ]
4,670
Can't extract files from `.7z` zipfile using `download_and_extract`
## Describe the bug I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error: ``` >>> dataset = load_dataset("./datasets/mantis/") Using custom data configuration d...
CLOSED
2022-07-10T18:16:49
2022-07-15T13:02:07
2022-07-15T13:02:07
https://github.com/huggingface/datasets/issues/4670
bhavitvyamalik
5
[ "bug" ]
4,669
loading oscar-corpus/OSCAR-2201 raises an error
## Describe the bug load_dataset('oscar-2201', 'af') raises an error: Traceback (most recent call last): File "/usr/lib/python3.8/code.py", line 90, in runcode exec(code, self.locals) File "<input>", line 1, in <module> File "..python3.8/site-packages/datasets/load.py", line 1656, in load_dataset ...
CLOSED
2022-07-10T07:09:30
2022-07-11T09:27:49
2022-07-11T09:27:49
https://github.com/huggingface/datasets/issues/4669
vitalyshalumov
1
[ "bug" ]
4,668
Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
### Link https://huggingface.co/hungnm/multilingual-amazon-review-sentiment ### Description _No response_ ### Owner Yes
CLOSED
2022-07-09T18:04:13
2022-07-11T07:47:47
2022-07-11T07:47:47
https://github.com/huggingface/datasets/issues/4668
null
1
[ "dataset-viewer" ]
4,667
Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
### Link _No response_ ### Description _No response_ ### Owner _No response_
CLOSED
2022-07-09T18:03:15
2022-07-11T07:47:15
2022-07-11T07:47:15
https://github.com/huggingface/datasets/issues/4667
null
0
[ "duplicate" ]
4,666
Issues with concatenating datasets
## Describe the bug It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted. > A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en/package_reference/main_classes#datas...
CLOSED
2022-07-09T17:45:14
2022-07-12T17:16:15
2022-07-12T17:16:14
https://github.com/huggingface/datasets/issues/4666
ChenghaoMou
2
[ "bug" ]
4,665
Unable to create dataset having Python dataset script only
## Describe the bug Hi there, I'm trying to add the following dataset to Huggingface datasets: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/blob/ I'm trying to do so using the CLI commands but seems that this command generates the wrong `dataset_info.json` file (you can find it in the repo a...
CLOSED
2022-07-09T11:45:46
2022-07-11T07:10:09
2022-07-11T07:10:01
https://github.com/huggingface/datasets/issues/4665
aleSuglia
1
[ "bug" ]
4,661
Concurrency bug when using same cache among several jobs
## Describe the bug I used to see this bug with an older version of the datasets. It seems to persist. This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by huggingface libraries. The evaluation jobs read the same *.csv ...
OPEN
2022-07-08T01:58:11
2025-04-10T13:21:23
null
https://github.com/huggingface/datasets/issues/4661
ioana-blue
3
[ "bug" ]
4,658
Transfer CI tests to GitHub Actions
Let's try CI tests using GitHub Actions to see if they are more stable than on CircleCI.
CLOSED
2022-07-07T08:10:50
2022-07-12T11:18:25
2022-07-12T11:18:25
https://github.com/huggingface/datasets/issues/4658
albertvillanova
0
[]
4,657
Add SQuAD2.0 Dataset
## Adding a Dataset - **Name:** *SQuAD2.0* - **Description:** *Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading ...
CLOSED
2022-07-07T03:19:36
2022-07-12T16:14:52
2022-07-12T16:14:52
https://github.com/huggingface/datasets/issues/4657
omarespejel
2
[ "dataset request" ]
4,656
Add Amazon-QA Dataset
## Adding a Dataset - **Name:** *Amazon-QA* - **Description:** *The dataset is .jsonl format, where each line in the file is a json string that corresponds to a question, existing answers to the question and the extracted review snippets (relevant to the question).* - **Paper:** *https://github.com/amazonqa/amazonqa...
CLOSED
2022-07-07T03:15:11
2022-07-14T02:20:12
2022-07-14T02:20:12
https://github.com/huggingface/datasets/issues/4656
omarespejel
1
[ "dataset request" ]
4,655
Simple Wikipedia
## Adding a Dataset - **Name:** *Simple Wikipedia* - **Description:** *Two different versions of the data set now exist. Both were generated by aligning Simple English Wikipedia and English Wikipedia. A complete description of the extraction process can be found in "Simple English Wikipedia: A New Simplification Task...
CLOSED
2022-07-07T02:51:26
2022-07-14T02:16:33
2022-07-14T02:16:33
https://github.com/huggingface/datasets/issues/4655
omarespejel
1
[ "dataset request" ]
4,654
Add Quora Question Triplets Dataset
## Adding a Dataset - **Name:** *Quora Question Triplets* - **Description:** *This dataset consists of over 400,000 lines of potential question duplicate pairs. Each line contains IDs for each question in the pair, the full text for each question, and a binary value that indicates whether the line truly contains a du...
CLOSED
2022-07-07T02:43:42
2022-07-14T02:13:50
2022-07-14T02:13:50
https://github.com/huggingface/datasets/issues/4654
omarespejel
1
[ "dataset request" ]
4,653
Add Altlex dataset
## Adding a Dataset - **Name:** *Altlex* - **Description:** *Git repository for software associated with the 2016 ACL paper "Identifying Causal Relations Using Parallel Wikipedia Articles.”* - **Paper:** *https://aclanthology.org/P16-1135.pdf* - **Data:** *https://huggingface.co/datasets/sentence-transformers/embed...
CLOSED
2022-07-07T02:23:02
2022-07-14T02:12:39
2022-07-14T02:12:39
https://github.com/huggingface/datasets/issues/4653
omarespejel
1
[ "dataset request" ]
4,652
Add Sentence Compression Dataset
## Adding a Dataset - **Name:** *Sentence Compression* - **Description:** *Large corpus of uncompressed and compressed sentences from news articles.* - **Paper:** *https://www.aclweb.org/anthology/D13-1155/* - **Data:** *https://github.com/google-research-datasets/sentence-compression/tree/master/data* - **Motivat...
CLOSED
2022-07-07T02:13:46
2022-07-14T02:11:48
2022-07-14T02:11:48
https://github.com/huggingface/datasets/issues/4652
omarespejel
1
[ "dataset request" ]
4,651
Add Flickr 30k Dataset
## Adding a Dataset - **Name:** *Flickr 30k* - **Description:** *To produce the denotation graph, we have created an image caption corpus consisting of 158,915 crowd-sourced captions describing 31,783 images. This is an extension of our previous Flickr 8k Dataset. The new images and captions focus on people involved ...
CLOSED
2022-07-07T01:59:08
2022-07-14T02:09:45
2022-07-14T02:09:45
https://github.com/huggingface/datasets/issues/4651
omarespejel
1
[ "dataset request" ]
4,650
Add SPECTER dataset
## Adding a Dataset - **Name:** *SPECTER* - **Description:** *SPECTER: Document-level Representation Learning using Citation-informed Transformers* - **Paper:** *https://doi.org/10.18653/v1/2020.acl-main.207* - **Data:** *https://huggingface.co/datasets/sentence-transformers/embedding-training-data/resolve/main/spe...
OPEN
2022-07-07T01:41:32
2022-07-14T02:07:49
null
https://github.com/huggingface/datasets/issues/4650
omarespejel
1
[ "dataset request" ]
4,649
Add PAQ dataset
## Adding a Dataset - **Name:** *PAQ* - **Description:** *This repository contains code and models to support the research paperΒ PAQ: 65 Million Probably-Asked Questions and What You Can Do With Them* - **Paper:** *https://arxiv.org/abs/2102.07033* - **Data:** *https://huggingface.co/datasets/sentence-transformers/...
CLOSED
2022-07-07T01:29:42
2022-07-14T02:06:27
2022-07-14T02:06:27
https://github.com/huggingface/datasets/issues/4649
omarespejel
1
[ "dataset request" ]
4,648
Add WikiAnswers dataset
## Adding a Dataset - **Name:** *WikiAnswers* - **Description:** *The WikiAnswers corpus contains clusters of questions tagged by WikiAnswers users as paraphrases. Each cluster optionally contains an answer provided by WikiAnswers users.* - **Paper:** *https://dl.acm.org/doi/10.1145/2623330.2623677* - **Data:** *ht...
CLOSED
2022-07-07T01:06:37
2022-07-14T02:03:40
2022-07-14T02:03:40
https://github.com/huggingface/datasets/issues/4648
omarespejel
1
[ "dataset request" ]
4,647
Add Reddit dataset
## Adding a Dataset - **Name:** *Reddit comments (2015-2018)* - **Description:** *Reddit is an American social news aggregation website, where users can post links, and take part in discussions on these posts. These threaded discussions provide a large corpus, which is converted into a conversational dataset using th...
OPEN
2022-07-06T19:49:18
2022-07-06T19:49:18
null
https://github.com/huggingface/datasets/issues/4647
omarespejel
0
[ "dataset request" ]
4,642
Streaming issue for ccdv/pubmed-summarization
### Link https://huggingface.co/datasets/ccdv/pubmed-summarization ### Description This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dataset loading script is defined? ``` Status c...
CLOSED
2022-07-06T12:13:07
2022-07-06T14:17:34
2022-07-06T14:17:34
https://github.com/huggingface/datasets/issues/4642
lewtun
3
[]
4,641
Dataset Viewer issue for kmfoda/booksum
### Link https://huggingface.co/datasets/kmfoda/booksum ### Description A [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/9) discovered this dataset cannot be streamed due to: ``` Status code: 400 Exception: ClientResponseError Message: 401, messa...
CLOSED
2022-07-06T10:38:16
2022-07-06T13:25:28
2022-07-06T11:58:06
https://github.com/huggingface/datasets/issues/4641
lewtun
3
[ "dataset-viewer" ]
4,639
Add HaGRID -- HAnd Gesture Recognition Image Dataset
## Adding a Dataset - **Name:** HaGRID -- HAnd Gesture Recognition Image Dataset - **Description:** We introduce a large image dataset HaGRID (HAnd Gesture Recognition Image Dataset) for hand gesture recognition (HGR) systems. You can use it for image classification or image detection tasks. Proposed dataset allows t...
OPEN
2022-07-06T07:41:32
2022-07-06T07:41:32
null
https://github.com/huggingface/datasets/issues/4639
osanseviero
0
[ "dataset request" ]
4,637
The "all" split breaks streaming
## Describe the bug Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"` ## Steps to reproduce the bug The following works: ```python ds = load_dataset('super_glue', 'wsc.fixed', split='all') ``` The following throws `ValueError: Bad ...
OPEN
2022-07-05T21:56:49
2022-07-15T13:59:30
null
https://github.com/huggingface/datasets/issues/4637
cakiki
6
[ "bug" ]
4,636
Add info in docs about behavior of download_config.num_proc
**Is your feature request related to a problem? Please describe.** I went to override `download_config.num_proc` and was confused about what was happening under the hood. It would be nice to have the behavior documented a bit better so folks know what's happening when they use it. **Describe the solution you'd li...
CLOSED
2022-07-05T17:01:00
2022-07-28T10:40:32
2022-07-28T10:40:32
https://github.com/huggingface/datasets/issues/4636
nateraw
0
[ "enhancement" ]
4,635
Dataset Viewer issue for vadis/sv-ident
### Link https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation ### Description Error message when loading validation split in the viewer: ``` Status code: 400 Exception: Status400Error Message: The split cache is empty. ``` ### Owner _No response_
CLOSED
2022-07-05T15:48:13
2022-07-06T07:13:33
2022-07-06T07:12:14
https://github.com/huggingface/datasets/issues/4635
e-tornike
6
[ "dataset-viewer" ]
4,634
Can't load the Hausa audio dataset
common_voice_train = load_dataset("common_voice", "ha", split="train+validation")
CLOSED
2022-07-05T14:47:36
2022-09-13T14:07:32
2022-09-13T14:07:32
https://github.com/huggingface/datasets/issues/4634
moro23
1
[]
4,632
'sort' method sorts one column only
The 'sort' method changes the order of one column only (the one defined by the argument 'column'), thus creating a mismatch between a sample fields. I would expect it to change the order of the samples as a whole, based on the 'column' order.
CLOSED
2022-07-05T11:25:26
2023-07-25T15:04:27
2023-07-25T15:04:27
https://github.com/huggingface/datasets/issues/4632
shachardon
3
[]
4,629
Rename repo default branch to main
Rename repository default branch to `main` (instead of current `master`). Once renamed, users will have to manually update their local repos: - [ ] Upstream: ``` git branch -m master main git fetch upstream main git branch -u upstream/main main git remote set-head upstream -a ``` - [ ] Origin...
CLOSED
2022-07-04T17:16:10
2022-07-06T15:49:57
2022-07-06T15:49:57
https://github.com/huggingface/datasets/issues/4629
albertvillanova
0
[ "maintenance" ]
4,626
Add non-commercial licensing info for datasets for which we removed tags
We removed several YAML tags saying that certain datasets can't be used for commercial purposes: https://github.com/huggingface/datasets/pull/4613#discussion_r911919753 Reason for this is that we only allow tags that are part of our [supported list of licenses](https://github.com/huggingface/datasets/blob/84fc3ad73c...
OPEN
2022-07-04T14:32:43
2022-07-08T14:27:29
null
https://github.com/huggingface/datasets/issues/4626
lhoestq
1
[]
4,623
Loading MNIST as Pytorch Dataset
## Describe the bug Conversion of MNIST dataset to pytorch fails with bug ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("mnist", split="train") dataset.set_format('torch') dataset[0] print() ``` ## Expected results Expect to see torch tensors image and l...
OPEN
2022-07-04T11:33:10
2022-07-04T14:40:50
null
https://github.com/huggingface/datasets/issues/4623
jameschapman19
4
[ "bug" ]
4,621
ImageFolder raises an error with parameters drop_metadata=True and drop_labels=False when metadata.jsonl is present
## Describe the bug If you pass `drop_metadata=True` and `drop_labels=False` when a `data_dir` contains at least one `matadata.jsonl` file, you will get a KeyError. This is probably not a very useful case but we shouldn't get an error anyway. Asking users to move metadata files manually outside `data_dir` or pass fe...
CLOSED
2022-07-04T11:21:44
2022-07-15T14:24:24
2022-07-15T14:24:24
https://github.com/huggingface/datasets/issues/4621
polinaeterna
0
[ "bug" ]
4,620
Data type is not recognized when using datetime.time
## Describe the bug Creating a dataset from a pandas dataframe with `datetime.time` format generates an error. ## Steps to reproduce the bug ```python import pandas as pd from datetime import time from datasets import Dataset df = pd.DataFrame({"feature_name": [time(1, 1, 1)]}) dataset = Dataset.from_pandas...
CLOSED
2022-07-04T08:13:38
2022-07-07T13:57:11
2022-07-07T13:57:11
https://github.com/huggingface/datasets/issues/4620
severo
2
[ "bug" ]
4,619
np arrays get turned into native lists
## Describe the bug When attaching an `np.array` field, it seems that it automatically gets turned into a list (see below). Why is this happening? Could it lose precision? Is there a way to make sure this doesn't happen? ## Steps to reproduce the bug ```python >>> import datasets, numpy as np >>> dataset = datas...
OPEN
2022-07-02T17:54:57
2022-07-03T20:27:07
null
https://github.com/huggingface/datasets/issues/4619
ZhaofengWu
3
[ "bug" ]
4,618
contribute data loading for object detection datasets with yolo data format
**Is your feature request related to a problem? Please describe.** At the moment, HF datasets loads [image classification datasets](https://huggingface.co/docs/datasets/image_process) out-of-the-box. There could be a data loader for loading standard object detection datasets ([original discussion here](https://hugging...
OPEN
2022-07-02T15:21:59
2022-07-21T14:10:44
null
https://github.com/huggingface/datasets/issues/4618
faizankshaikh
4
[ "enhancement" ]
4,612
Release 2.3.0 broke custom iterable datasets
## Describe the bug Trying to iterate examples from custom iterable dataset fails to bug introduced in `torch_iterable_dataset.py` since the release of 2.3.0. ## Steps to reproduce the bug ```python next(iter(custom_iterable_dataset)) ``` ## Expected results `next(iter(custom_iterable_dataset))` should retu...
CLOSED
2022-07-01T06:46:07
2022-07-05T15:08:21
2022-07-05T15:08:21
https://github.com/huggingface/datasets/issues/4612
aapot
3
[ "bug" ]
4,610
codeparrot/github-code failing to load
## Describe the bug codeparrot/github-code fails to load with a `TypeError: get_patterns_in_dataset_repository() missing 1 required positional argument: 'base_path'` ## Steps to reproduce the bug ```python from datasets import load_dataset ``` ## Expected results loaded dataset object ## Actual results `...
CLOSED
2022-06-30T20:24:48
2022-07-05T14:24:13
2022-07-05T09:19:56
https://github.com/huggingface/datasets/issues/4610
PyDataBlog
8
[ "bug" ]
4,609
librispeech dataset has to download whole subset when specifing the split to use
## Describe the bug librispeech dataset has to download whole subset when specifing the split to use ## Steps to reproduce the bug see below # Sample code to reproduce the bug ``` !pip install datasets from datasets import load_dataset raw_dataset = load_dataset("librispeech_asr", "clean", split="train.100") ...
CLOSED
2022-06-30T16:38:24
2022-07-12T21:44:32
2022-07-12T21:44:32
https://github.com/huggingface/datasets/issues/4609
sunhaozhepy
2
[ "bug" ]
4,606
evaluation result changes after `datasets` version change
## Describe the bug evaluation result changes after `datasets` version change ## Steps to reproduce the bug 1. Train a model on WikiAnn 2. reload the ckpt -> test accuracy becomes same as eval accuracy 3. such behavior is gone after downgrading `datasets` https://colab.research.google.com/drive/1kYz7-aZRGdaya...
CLOSED
2022-06-30T12:43:26
2023-07-25T15:05:26
2023-07-25T15:05:26
https://github.com/huggingface/datasets/issues/4606
thnkinbtfly
1
[ "bug" ]
4,605
Dataset Viewer issue for boris/gis_filtered
### Link https://huggingface.co/datasets/boris/gis_filtered/viewer/boris--gis_filtered/train ### Description When I try to access this from the website I get this error: Status code: 400 Exception: ClientResponseError Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datase...
CLOSED
2022-06-30T12:23:34
2022-07-06T12:34:19
2022-07-06T12:34:19
https://github.com/huggingface/datasets/issues/4605
WaterKnight1998
5
[ "streaming" ]
4,603
CI fails recurrently and randomly on Windows
As reported by @lhoestq, The windows CI is currently flaky: some dependencies like `aiobotocore`, `multiprocess` and `seqeval` sometimes fail to install. In particular it seems that building the wheels fail. Here is an example of logs: ``` Building wheel for seqeval (setup.py): started Running command 'C:\to...
CLOSED
2022-06-30T10:59:58
2022-06-30T13:22:25
2022-06-30T13:22:25
https://github.com/huggingface/datasets/issues/4603
albertvillanova
0
[ "bug" ]
4,597
Streaming issue for financial_phrasebank
### Link https://huggingface.co/datasets/financial_phrasebank/viewer/sentences_allagree/train ### Description As reported by a community member using [AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/5#62bc217436d0e5d316a768f0), there seems to be a problem streaming this dat...
CLOSED
2022-06-29T12:45:43
2022-07-01T09:29:36
2022-07-01T09:29:36
https://github.com/huggingface/datasets/issues/4597
lewtun
3
[ "hosted-on-google-drive" ]
4,596
Dataset Viewer issue for universal_dependencies
### Link https://huggingface.co/datasets/universal_dependencies ### Description invalid json response body at https://datasets-server.huggingface.co/splits?dataset=universal_dependencies reason: Unexpected token I in JSON at position 0 ### Owner _No response_
CLOSED
2022-06-29T08:50:29
2022-09-07T11:29:28
2022-09-07T11:29:27
https://github.com/huggingface/datasets/issues/4596
Jordy-VL
2
[ "dataset-viewer" ]
4,595
Dataset Viewer issue with False positive PII redaction
### Link https://huggingface.co/datasets/cakiki/rosetta-code ### Description Hello, I just noticed an entry being redacted that shouldn't have been: `RootMeanSquare@Range[10]` is being displayed as `[email protected][10]` ### Owner _No response_
CLOSED
2022-06-29T07:15:57
2022-06-29T08:29:41
2022-06-29T08:27:49
https://github.com/huggingface/datasets/issues/4595
cakiki
2
[]
4,594
load_from_disk suggests incorrect fix when used to load DatasetDict
Edit: Please feel free to remove this issue. The problem was not the error message but the fact that the DatasetDict.load_from_disk does not support loading nested splits, i.e. if one of the splits is itself a DatasetDict. If nesting splits is an antipattern, perhaps the load_from_disk function can throw a warning indi...
CLOSED
2022-06-29T01:40:01
2022-06-29T04:03:44
2022-06-29T04:03:44
https://github.com/huggingface/datasets/issues/4594
dvsth
0
[ "bug" ]
4,592
Issue with jalFaizy/detect_chess_pieces when running datasets-cli test
### Link https://huggingface.co/datasets/jalFaizy/detect_chess_pieces ### Description I am trying to write a appropriate data loader for [a custom dataset](https://huggingface.co/datasets/jalFaizy/detect_chess_pieces) using [this script](https://huggingface.co/datasets/jalFaizy/detect_chess_pieces/blob/main/detect_c...
CLOSED
2022-06-29T00:15:54
2022-06-29T10:30:03
2022-06-29T07:49:27
https://github.com/huggingface/datasets/issues/4592
faizankshaikh
3
[]
4,591
Can't push Images to hub with manual Dataset
## Describe the bug If I create a dataset including an 'Image' feature manually, when pushing to hub decoded images are not pushed, instead it looks for image where image local path is/used to be. This doesn't (at least didn't used to) happen with imagefolder. I want to build dataset manually because it is compli...
CLOSED
2022-06-29T00:01:23
2022-07-08T12:01:36
2022-07-08T12:01:35
https://github.com/huggingface/datasets/issues/4591
cceyda
1
[ "bug" ]
4,589
Permission denied: '/home/.cache' when load_dataset with local script
CLOSED
2022-06-28T16:26:03
2022-06-29T06:26:28
2022-06-29T06:25:08
https://github.com/huggingface/datasets/issues/4589
jiangh0
0
[ "bug" ]
4,581
Dataset Viewer issue for pn_summary
### Link https://huggingface.co/datasets/pn_summary/viewer/1.0.0/validation ### Description Getting an index error on the `validation` and `test` splits: ``` Server error Status code: 400 Exception: IndexError Message: list index out of range ``` ### Owner No
CLOSED
2022-06-27T20:56:12
2022-06-28T14:42:03
2022-06-28T14:42:03
https://github.com/huggingface/datasets/issues/4581
lewtun
3
[ "dataset-viewer" ]
4,580
Dataset Viewer issue for multi_news
### Link https://huggingface.co/datasets/multi_news ### Description Not sure what the index error is referring to here: ``` Status code: 400 Exception: IndexError Message: list index out of range ``` ### Owner No
CLOSED
2022-06-27T20:25:25
2022-06-28T14:08:48
2022-06-28T14:08:48
https://github.com/huggingface/datasets/issues/4580
lewtun
2
[ "dataset-viewer" ]
4,578
[Multi Configs] Use directories to differentiate between subsets/configurations
Currently to define several subsets/configurations of your dataset, you need to use a dataset script. However it would be nice to have a no-code way to to this. For example we could specify different configurations of a dataset (for example, if a dataset contains different languages) with one directory per confi...
OPEN
2022-06-27T16:55:11
2023-06-14T15:43:05
null
https://github.com/huggingface/datasets/issues/4578
lhoestq
3
[ "enhancement" ]
4,575
Problem about wmt17 zh-en dataset
It seems that in subset casia2015, some samples are like `{'c[hn]':'xxx', 'en': 'aa'}`. So when using `data = load_dataset('wmt17', "zh-en")` to load the wmt17 zh-en dataset, which will raise the exception: ``` Traceback (most recent call last): File "train.py", line 78, in <module> data = load_dataset(args....
CLOSED
2022-06-27T08:35:42
2022-08-23T10:01:02
2022-08-23T10:00:21
https://github.com/huggingface/datasets/issues/4575
winterfell2021
5
[ "bug" ]
4,572
Dataset Viewer issue for mlsum
### Link https://huggingface.co/datasets/mlsum/viewer/de/train ### Description There's seems to be a problem with the download / streaming of this dataset: ``` Server error Status code: 400 Exception: BadZipFile Message: File is not a zip file ``` ### Owner No
CLOSED
2022-06-26T20:24:17
2022-07-21T12:40:01
2022-07-21T12:40:01
https://github.com/huggingface/datasets/issues/4572
lewtun
1
[ "dataset-viewer" ]
4,571
move under the facebook org?
### Link https://huggingface.co/datasets/gsarti/flores_101 ### Description It seems like streaming isn't supported for this dataset: ``` Server Error Status code: 400 Exception: NotImplementedError Message: Extraction protocol for TAR archives like 'https://dl.fbaipublicfiles.com/flores101/dataset...
OPEN
2022-06-26T11:19:09
2023-09-25T12:05:18
null
https://github.com/huggingface/datasets/issues/4571
lewtun
3
[]
4,570
Dataset sharding non-contiguous?
## Describe the bug I'm not sure if this is a bug; more likely normal behavior but i wanted to double check. Is it normal that `datasets.shard` does not produce chunks that, when concatenated produce the original ordering of the sharded dataset? This might be related to this pull request (https://github.com/huggi...
CLOSED
2022-06-26T08:34:05
2022-06-30T11:00:47
2022-06-26T14:36:20
https://github.com/huggingface/datasets/issues/4570
cakiki
5
[ "bug" ]
4,569
Dataset Viewer issue for sst2
### Link https://huggingface.co/datasets/sst2 ### Description Not sure what is causing this, however it seems that `load_dataset("sst2")` also hangs (even though it downloads the files without problem): ``` Status code: 400 Exception: Exception Message: Give up after 5 attempts with Connectio...
CLOSED
2022-06-26T07:32:54
2022-06-27T06:37:48
2022-06-27T06:37:48
https://github.com/huggingface/datasets/issues/4569
lewtun
2
[ "dataset-viewer" ]
4,568
XNLI cache reload is very slow
### Reproduce Using `2.3.3.dev0` `from datasets import load_dataset` `load_dataset("xnli", "en")` Turn off Internet `load_dataset("xnli", "en")` I cancelled the second `load_dataset` eventually cuz it took super long. It would be great to have something to specify e.g. `only_load_from_cache` and avoid the ...
CLOSED
2022-06-25T16:43:56
2022-07-04T14:29:40
2022-07-04T14:29:40
https://github.com/huggingface/datasets/issues/4568
Muennighoff
3
[ "bug" ]
4,566
Document link #load_dataset_enhancing_performance points to nowhere
## Describe the bug A clear and concise description of what the bug is. ![image](https://user-images.githubusercontent.com/11674033/175752806-5b066b92-9d28-4771-9112-5c8606f07741.png) The [load_dataset_enhancing_performance](https://huggingface.co/docs/datasets/v2.3.2/en/package_reference/main_classes#load_dat...
CLOSED
2022-06-25T01:18:19
2023-01-24T16:33:40
2023-01-24T16:33:40
https://github.com/huggingface/datasets/issues/4566
subercui
2
[ "bug" ]
4,565
Add UFSC OCPap dataset
## Adding a Dataset - **Name:** UFSC OCPap: Papanicolaou Stained Oral Cytology Dataset (v4) - **Description:** The UFSC OCPap dataset comprises 9,797 labeled images of 1200x1600 pixels acquired from 5 slides of cancer diagnosed and 3 healthy of oral brush samples, from distinct patients. - **Paper:** https://dx.doi....
CLOSED
2022-06-24T20:07:54
2022-07-06T19:03:02
2022-07-06T19:03:02
https://github.com/huggingface/datasets/issues/4565
johnnv1
1
[ "dataset request" ]
4,562
Dataset Viewer issue for allocine
### Link https://huggingface.co/datasets/allocine ### Description Not sure if this is a problem with `bz2` compression, but I thought these datasets could be streamed: ``` Status code: 400 Exception: AttributeError Message: 'TarContainedFile' object has no attribute 'readable' ``` ### Owner No
CLOSED
2022-06-24T13:50:38
2022-06-27T06:39:32
2022-06-24T16:44:41
https://github.com/huggingface/datasets/issues/4562
lewtun
5
[ "dataset-viewer" ]
4,556
Dataset Viewer issue for conll2003
### Link https://huggingface.co/datasets/conll2003/viewer/conll2003/test ### Description Seems like a cache problem with this config / split: ``` Server error Status code: 400 Exception: FileNotFoundError Message: [Errno 2] No such file or directory: '/cache/modules/datasets_modules/datasets/conll...
CLOSED
2022-06-24T08:55:18
2022-06-24T09:50:39
2022-06-24T09:50:39
https://github.com/huggingface/datasets/issues/4556
lewtun
1
[ "dataset-viewer" ]
4,555
Dataset Viewer issue for xtreme
### Link https://huggingface.co/datasets/xtreme/viewer/PAN-X.de/test ### Description There seems to be a problem with the cache of this config / split: ``` Server error Status code: 400 Exception: FileNotFoundError Message: [Errno 2] No such file or directory: '/cache/modules/datasets_modules/data...
CLOSED
2022-06-24T08:46:08
2022-06-24T09:50:45
2022-06-24T09:50:45
https://github.com/huggingface/datasets/issues/4555
lewtun
1
[ "dataset-viewer" ]
4,550
imdb source error
## Describe the bug imdb dataset not loading ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("imdb") ``` ## Expected results ## Actual results ```bash 06/23/2022 14:45:18 - INFO - datasets.builder - Dataset not on Hf google storage. Downloading and pr...
CLOSED
2022-06-23T13:02:52
2022-06-23T13:47:05
2022-06-23T13:47:04
https://github.com/huggingface/datasets/issues/4550
Muhtasham
1
[ "bug" ]
4,549
FileNotFoundError when passing a data_file inside a directory starting with double underscores
Bug experienced in the `accelerate` CI: https://github.com/huggingface/accelerate/runs/7016055148?check_suite_focus=true This is related to https://github.com/huggingface/datasets/pull/4505 and the changes from https://github.com/huggingface/datasets/pull/4412
CLOSED
2022-06-23T12:19:24
2022-06-30T14:38:18
2022-06-30T14:38:18
https://github.com/huggingface/datasets/issues/4549
lhoestq
2
[ "bug" ]
4,548
Metadata.jsonl for Imagefolder is ignored if it's in a parent directory to the splits directories/do not have "{split}_" prefix
If data contains a single `metadata.jsonl` file for several splits, it won't be included in a dataset's `data_files` and therefore ignored. This happens when a directory is structured like as follows: ``` train/ file_1.jpg file_2.jpg test/ file_3.jpg file_4.jpg metadata.jsonl ``` or like as follows:...
CLOSED
2022-06-23T10:58:57
2022-06-30T10:15:32
2022-06-30T10:15:32
https://github.com/huggingface/datasets/issues/4548
polinaeterna
1
[]
4,544
[CI] seqeval installation fails sometimes on python 3.6
The CI sometimes fails to install seqeval, which cause the `seqeval` metric tests to fail. The installation fails because of this error: ``` Collecting seqeval Downloading seqeval-1.2.2.tar.gz (43 kB) |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 10 kB 42.1 MB/s eta 0:00:01 |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ ...
CLOSED
2022-06-22T16:35:23
2022-06-23T10:13:44
2022-06-23T10:13:44
https://github.com/huggingface/datasets/issues/4544
lhoestq
0
[]
4,542
[to_tf_dataset] Use Feather for better compatibility with TensorFlow ?
To have better performance in TensorFlow, it is important to provide lists of data files in supported formats. For example sharded TFRecords datasets are extremely performant. This is because tf.data can better leverage parallelism in this case, and load one file at a time in memory. It seems that using `tensorflow_...
OPEN
2022-06-22T14:42:00
2022-10-11T08:45:45
null
https://github.com/huggingface/datasets/issues/4542
lhoestq
48
[ "generic discussion" ]
4,540
Avoid splitting by` .py` for the file.
https://github.com/huggingface/datasets/blob/90b3a98065556fc66380cafd780af9b1814b9426/src/datasets/load.py#L272 Hello, Thanks you for this library . I was using it and I had one edge case. my home folder name ends with `.py` it is `/home/espoir.py` so anytime I am running the code to load a local module thi...
CLOSED
2022-06-22T13:26:55
2022-07-07T13:17:44
2022-07-07T13:17:44
https://github.com/huggingface/datasets/issues/4540
espoirMur
4
[ "good first issue" ]
4,538
Dataset Viewer issue for Pile of Law
### Link https://huggingface.co/datasets/pile-of-law/pile-of-law ### Description Hi, I would like to turn off the dataset viewer for our dataset without enabling access requests. To comply with upstream dataset creator requests/licenses, we would like to make sure that the data is not indexed by search engines...
CLOSED
2022-06-22T02:48:40
2022-06-27T07:30:23
2022-06-26T22:26:22
https://github.com/huggingface/datasets/issues/4538
Breakend
5
[ "dataset-viewer" ]
4,533
Timestamp not returned as datetime objects in streaming mode
As reported in (internal) https://github.com/huggingface/datasets-server/issues/397 ```python >>> from datasets import load_dataset >>> dataset = load_dataset("ett", name="h2", split="test", streaming=True) >>> d = next(iter(dataset)) >>> d['start'] Timestamp('2016-07-01 00:00:00') ``` while loading in non-...
CLOSED
2022-06-20T17:28:47
2022-06-22T16:29:09
2022-06-22T16:29:09
https://github.com/huggingface/datasets/issues/4533
lhoestq
0
[ "streaming" ]
4,531
Dataset Viewer issue for CSV datasets
### Link https://huggingface.co/datasets/scikit-learn/breast-cancer-wisconsin ### Description I'm populating CSV datasets [here](https://huggingface.co/scikit-learn) but the viewer is not enabled and it looks for a dataset loading script, the datasets aren't on queue as well. You can replicate the problem by sim...
CLOSED
2022-06-20T14:56:24
2022-06-21T08:28:46
2022-06-21T08:28:27
https://github.com/huggingface/datasets/issues/4531
merveenoyan
2
[ "dataset-viewer" ]
4,529
Ecoset
## Adding a Dataset - **Name:** *Ecoset* - **Description:** *https://www.kietzmannlab.org/ecoset/* - **Paper:** *https://doi.org/10.1073/pnas.2011417118* - **Data:** *https://codeocean.com/capsule/9570390/tree/v1* - **Motivation:** **Ecoset** was created as a clean and ecologically valid alternative to **Imagen...
CLOSED
2022-06-20T10:39:34
2023-10-26T09:12:32
2023-10-04T18:19:52
https://github.com/huggingface/datasets/issues/4529
DiGyt
3
[ "dataset request" ]
4,528
Memory leak when iterating a Dataset
e## Describe the bug It seems that memory never gets freed after iterating a `Dataset` (using `.map()` or a simple `for` loop) ## Steps to reproduce the bug ```python import gc import logging import time import pyarrow from datasets import load_dataset from tqdm import trange import os, psutil logging.ba...
CLOSED
2022-06-20T10:03:14
2022-09-12T08:51:39
2022-09-12T08:51:39
https://github.com/huggingface/datasets/issues/4528
NouamaneTazi
5
[ "bug" ]
4,527
Dataset Viewer issue for vadis/sv-ident
### Link https://huggingface.co/datasets/vadis/sv-ident ### Description The dataset preview does not work: ``` Server Error Status code: 400 Exception: Status400Error Message: The dataset does not exist. ``` However, the dataset is streamable and works locally: ```python In [1]: from dataset...
CLOSED
2022-06-20T08:47:42
2022-06-21T16:42:46
2022-06-21T16:42:45
https://github.com/huggingface/datasets/issues/4527
albertvillanova
1
[ "dataset-viewer" ]
4,526
split cache used when processing different split
## Describe the bug` ``` ds1 = load_dataset('squad', split='validation') ds2 = load_dataset('squad', split='train') ds1 = ds1.map(some_function) ds2 = ds2.map(some_function) assert ds1 == ds2 ``` This happens when ds1 and ds2 are created in `pytorch_lightning.DataModule` through ``` class myDataModule: ...
OPEN
2022-06-20T08:44:58
2022-06-28T14:04:58
null
https://github.com/huggingface/datasets/issues/4526
gpucce
2
[ "bug" ]
4,525
Out of memory error on workers while running Beam+Dataflow
## Describe the bug While running the preprocessing of the natural_question dataset (see PR #4368), there is an issue for the "default" config (train+dev files). Previously we ran the preprocessing for the "dev" config (only dev files) with success. Train data files are larger than dev ones and apparently worker...
CLOSED
2022-06-20T07:28:12
2024-10-09T16:09:50
2024-10-09T16:09:50
https://github.com/huggingface/datasets/issues/4525
albertvillanova
10
[ "bug" ]
4,524
Downloading via Apache Pipeline, client cancelled (org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException)
## Describe the bug When downloading some `wikipedia` languages (in particular, I'm having a hard time with Spanish, Cebuano, and Russian) via FlinkRunner, I encounter the exception in the title. I have been playing with package versions a lot, because unfortunately, the different dependencies required by these packag...
OPEN
2022-06-18T23:36:45
2022-06-21T00:38:20
null
https://github.com/huggingface/datasets/issues/4524
ddegenaro
2
[ "bug" ]
4,522
Try to reduce the number of datasets that require manual download
> Currently, 41 canonical datasets require manual download. I checked their scripts and I'm pretty sure this number can be reduced to β‰ˆ 30 by not relying on bash scripts to download data, hosting data directly on the Hub when the license permits, etc. Then, we will mostly be left with datasets with restricted access, w...
OPEN
2022-06-17T11:42:03
2022-06-17T11:52:48
null
https://github.com/huggingface/datasets/issues/4522
severo
0
[]
4,521
Datasets method `.map` not hashing
## Describe the bug Datasets method `.map` not hashing, even with an empty no-op function ## Steps to reproduce the bug ```python from datasets import load_dataset # download 9MB dummy dataset ds = load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean") def prepare_dataset(batch): return(b...
CLOSED
2022-06-17T11:31:10
2022-08-04T12:08:16
2022-06-28T13:23:05
https://github.com/huggingface/datasets/issues/4521
sanchit-gandhi
3
[ "bug" ]
4,520
Failure to hash `dataclasses` - results in functions that cannot be hashed or cached in `.map`
Dataclasses cannot be hashed. As a result, they cannot be hashed or cached if used in the `.map` method. Dataclasses are used extensively in Transformers examples scripts: (c.f. [CTC example](https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py)). Since...
CLOSED
2022-06-17T10:47:17
2022-06-28T14:47:17
2022-06-28T14:04:29
https://github.com/huggingface/datasets/issues/4520
sanchit-gandhi
2
[ "bug" ]
4,514
Allow .JPEG as a file extension
## Describe the bug When loading image data, HF datasets seems to recognize `.jpg` and `.jpeg` file extensions, but not e.g. .JPEG. As the naming convention .JPEG is used in important datasets such as imagenet, I would welcome if according extensions like .JPEG or .JPG would be allowed. ## Steps to reproduce the bu...
CLOSED
2022-06-16T12:36:20
2022-06-20T08:18:46
2022-06-16T17:11:40
https://github.com/huggingface/datasets/issues/4514
DiGyt
2
[ "bug" ]
4,508
cast_storage method from datasets.features
## Describe the bug A bug occurs when mapping a function to a dataset object. I ran the same code with the same data yesterday and it worked just fine. It works when i run locally on an old version of datasets. ## Steps to reproduce the bug Steps are: - load whatever datset - write a preprocessing function such ...
CLOSED
2022-06-15T20:47:22
2022-06-16T13:54:07
2022-06-16T13:54:07
https://github.com/huggingface/datasets/issues/4508
romainremyb
2
[ "bug" ]
4,507
How to let `load_dataset` return a `Dataset` instead of `DatasetDict` in customized loading script
If the dataset does not need splits, i.e., no training and validation split, more like a table. How can I let the `load_dataset` function return a `Dataset` object directly rather than return a `DatasetDict` object with only one key-value pair. Or I can paraphrase the question in the following way: how to skip `_spl...
CLOSED
2022-06-15T18:56:34
2022-06-16T10:40:08
2022-06-16T10:40:08
https://github.com/huggingface/datasets/issues/4507
liyucheng09
2
[ "enhancement" ]
4,506
Failure to hash (and cache) a `.map(...)` (almost always) - using this method can produce incorrect results
## Describe the bug Sometimes I get messages about not being able to hash a method: `Parameter 'function'=<function StupidDataModule._separate_speaker_id_from_dialogue at 0x7f1b27180d30> of the transform datasets.arrow_dataset.Dataset. _map_single couldn't be hashed properly, a random hash was used instead. Make sur...
CLOSED
2022-06-15T17:11:31
2023-02-16T03:14:32
2022-06-28T13:23:05
https://github.com/huggingface/datasets/issues/4506
DrMatters
5
[ "bug" ]
4,504
Can you please add the Stanford dog dataset?
## Adding a Dataset - **Name:** *Stanford dog dataset* - **Description:** *The dataset is about 120 classes for a total of 20.580 images. You can find the dataset here http://vision.stanford.edu/aditya86/ImageNetDogs/* - **Paper:** *http://vision.stanford.edu/aditya86/ImageNetDogs/* - **Data:** *[link to the Github...
CLOSED
2022-06-15T15:39:35
2024-12-09T15:44:11
2023-10-18T18:55:30
https://github.com/huggingface/datasets/issues/4504
dgrnd4
16
[ "good first issue", "dataset request" ]
4,502
Logic bug in arrow_writer?
https://github.com/huggingface/datasets/blob/88a902d6474fae8d793542d57a4f3b0d187f3c5b/src/datasets/arrow_writer.py#L475-L488 I got some error, and I found it's caused by `batch_examples` being `{}`. I wonder if the code should be as follows: ``` - if batch_examples and len(next(iter(batch_examples.values())...
CLOSED
2022-06-15T14:50:00
2022-06-18T15:15:51
2022-06-18T15:15:51
https://github.com/huggingface/datasets/issues/4502
changjonathanc
10
[]
4,498
WER and CER > 1
## Describe the bug It seems that in some cases in which the `prediction` is longer than the `reference` we may have word/character error rate higher than 1 which is a bit odd. If it's a real bug I think I can solve it with a PR changing [this](https://github.com/huggingface/datasets/blob/master/metrics/wer/wer.py#...
CLOSED
2022-06-15T11:35:12
2022-06-15T16:38:05
2022-06-15T16:38:05
https://github.com/huggingface/datasets/issues/4498
sadrasabouri
1
[ "bug" ]
4,494
Patching fails for modules that are not installed or don't exist
Reported in https://github.com/huggingface/huggingface_hub/runs/6894703718?check_suite_focus=true When trying to patch `scipy.io.loadmat`: ```python ModuleNotFoundError: No module named 'scipy' ``` Instead it shouldn't raise an error and do nothing We use patching to extend such functions to support remot...
CLOSED
2022-06-15T08:17:29
2022-06-15T08:54:09
2022-06-15T08:54:09
https://github.com/huggingface/datasets/issues/4494
lhoestq
0
[]
4,491
Dataset Viewer issue for Pavithree/test
### Link https://huggingface.co/datasets/Pavithree/test ### Description I have extracted the subset of original eli5 dataset found at hugging face. However, while loading the dataset It throws ArrowNotImplementedError: Unsupported cast from string to null using function cast_null error. Is there anything missi...
CLOSED
2022-06-14T13:23:10
2022-06-14T14:37:21
2022-06-14T14:34:33
https://github.com/huggingface/datasets/issues/4491
Pavithree
1
[ "dataset-viewer" ]
4,490
Use `torch.nested_tensor` for arrays of varying length in torch formatter
Use `torch.nested_tensor` for arrays of varying length in `TorchFormatter`. The PyTorch API of nested tensors is in the prototype stage, so wait for it to become more mature.
OPEN
2022-06-14T12:19:40
2023-07-07T13:02:58
null
https://github.com/huggingface/datasets/issues/4490
mariosasko
2
[ "enhancement" ]
4,483
Dataset.map throws pyarrow.lib.ArrowNotImplementedError when converting from list of empty lists
## Describe the bug Dataset.map throws pyarrow.lib.ArrowNotImplementedError: Unsupported cast from int64 to null using function cast_null when converting from a type of 'empty lists' to 'lists with some type'. This appears to be due to the interaction of arrow internals and some assumptions made by datasets. T...
CLOSED
2022-06-13T10:47:52
2022-06-14T13:34:14
2022-06-14T13:34:14
https://github.com/huggingface/datasets/issues/4483
sanderland
1
[ "bug" ]
4,480
Bigbench tensorflow GPU dependency
## Describe the bug Loading bigbech ```py from datasets import load_dataset dataset = load_dataset("bigbench","swedish_to_german_proverbs") ``` tries to use gpu and fails with OOM with the following error ``` Downloading and preparing dataset bigbench/swedish_to_german_proverbs (download: Unknown size, genera...
CLOSED
2022-06-13T05:24:06
2022-06-14T19:45:24
2022-06-14T19:45:23
https://github.com/huggingface/datasets/issues/4480
cceyda
3
[ "bug" ]
4,478
Dataset slow during model training
## Describe the bug While migrating towards πŸ€— Datasets, I encountered an odd performance degradation: training suddenly slows down dramatically. I train with an image dataset using Keras and execute a `to_tf_dataset` just before training. First, I have optimized my dataset following https://discuss.huggingface.co/...
OPEN
2022-06-11T19:40:19
2022-06-14T12:04:31
null
https://github.com/huggingface/datasets/issues/4478
lehrig
5
[ "bug" ]
4,477
Dataset Viewer issue for fgrezes/WIESP2022-NER
### Link _No response_ ### Description _No response_ ### Owner _No response_
CLOSED
2022-06-11T15:49:17
2022-07-18T13:07:33
2022-07-18T13:07:33
https://github.com/huggingface/datasets/issues/4477
AshTayade
2
[]