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
5,152
refactor FolderBasedBuilder and Image/AudioFolder tests
Tests for FolderBasedBuilder, ImageFolder and AudioFolder are mostly duplicating each other. They need to be refactored and Audio/ImageFolder should have only tests specific to the loader.
OPEN
2022-10-24T13:11:52
2022-10-24T13:11:52
null
https://github.com/huggingface/datasets/issues/5152
polinaeterna
0
[ "refactoring" ]
5,151
Add support to create different configs with `push_to_hub` (+ inferring configs from directories with package managers?)
Now one can push only different splits within one default config of a dataset. Would be nice to allow something like: ``` ds.push_to_hub(repo_name, config=config_name) ``` I'm not sure, but this will probably require changes in `data_files.py` patterns. If so, it would also allow to create different configs fo...
OPEN
2022-10-24T12:59:18
2022-11-04T14:55:20
null
https://github.com/huggingface/datasets/issues/5151
polinaeterna
1
[ "enhancement" ]
5,150
Problems after upgrading to 2.6.1
### Describe the bug Loading a dataset_dict from disk with `load_from_disk` is now creating a `KeyError "length"` that was not occurring in v2.5.2. Context: - Each individual dataset in the dict is created with `Dataset.from_pandas` - The dataset_dict is create from a dict of `Dataset`s, e.g., `DatasetDict({"tr...
OPEN
2022-10-24T11:32:36
2024-05-12T07:40:03
null
https://github.com/huggingface/datasets/issues/5150
pietrolesci
10
[]
5,148
Cannot find the rvl_cdip dataset
Hi, I am trying to use load_dataset to load the official "rvl_cdip" dataset but getting an error. dataset = load_dataset("rvl_cdip") Couldn't find 'rvl_cdip' on the Hugging Face Hub either: FileNotFoundError: Couldn't find the file at https://raw.githubusercontent.com/huggingface/datasets/master/datasets/rvl_cdi...
CLOSED
2022-10-24T04:57:42
2022-10-24T12:23:47
2022-10-24T06:25:28
https://github.com/huggingface/datasets/issues/5148
santule
2
[]
5,147
Allow ignoring kwargs inside fn_kwargs during dataset.map's fingerprinting
### Feature request `dataset.map` accepts a `fn_kwargs` that is passed to `fn`. Currently, the whole `fn_kwargs` is used by `fingerprint_transform` to calculate the new fingerprint. I'd like to be able to inform `fingerprint_transform` which `fn_kwargs` shoud/shouldn't be taken into account during hashing. Of co...
OPEN
2022-10-22T21:46:38
2022-11-01T22:19:07
null
https://github.com/huggingface/datasets/issues/5147
falcaopetri
4
[ "enhancement" ]
5,145
Dataset order is not deterministic with ZIP archives and `iter_files`
### Describe the bug For the `beans` dataset (did not try on other), the order of samples is not the same on different machines. Tested on my local laptop, github actions machine, and ec2 instance. The three yield a different order. ### Steps to reproduce the bug In a clean docker container or conda environmen...
CLOSED
2022-10-21T09:00:03
2022-10-27T09:51:49
2022-10-27T09:51:10
https://github.com/huggingface/datasets/issues/5145
fxmarty
8
[]
5,144
Inconsistent documentation on map remove_columns
### Describe the bug The page [process](https://huggingface.co/docs/datasets/process) says this about the parameter `remove_columns` of the function `map`: When you remove a column, it is only removed after the example has been provided to the mapped function. So it seems that the `remove_columns` parameter remo...
CLOSED
2022-10-21T08:37:53
2022-11-15T14:15:10
2022-11-15T14:15:10
https://github.com/huggingface/datasets/issues/5144
zhaowei-wang-nlp
3
[ "documentation", "duplicate", "good first issue", "hacktoberfest" ]
5,143
DownloadManager Git LFS support
### Feature request Maybe I'm mistaken but the `DownloadManager` does not support extracting git lfs files out of the box right? Using `dl_manager.download()` or `dl_manager.download_and_extract()` still returns lfs files afaict. Is there a good way to write a dataset loading script for a repo with lfs files? ##...
CLOSED
2022-10-20T15:29:29
2022-10-20T17:17:10
2022-10-20T17:17:10
https://github.com/huggingface/datasets/issues/5143
Muennighoff
2
[ "enhancement" ]
5,137
Align task tags in dataset metadata
## Describe Once we have agreed on a common naming for task tags for all open source projects, we should align on them. ## Steps - [x] Align task tags in canonical datasets - [x] task_categories: 4 datasets - [x] task_ids (by @lhoestq) - [x] Open PRs in community datasets - [x] task_categories: 451 datas...
CLOSED
2022-10-19T09:41:42
2022-11-10T05:25:58
2022-10-25T06:17:00
https://github.com/huggingface/datasets/issues/5137
albertvillanova
14
[ "dataset contribution" ]
5,135
Update docs once dataset scripts transferred to the Hub
## Describe the bug As discussed in: - https://github.com/huggingface/hub-docs/pull/423#pullrequestreview-1146083701 we should update our docs once dataset scripts have been transferred to the Hub (and removed from GitHub): - #4974 Concretely: - [x] Datasets on GitHub (legacy): https://huggingface.co/docs/dat...
CLOSED
2022-10-19T06:58:19
2022-10-20T08:10:01
2022-10-20T08:10:01
https://github.com/huggingface/datasets/issues/5135
albertvillanova
0
[ "documentation" ]
5,134
Raise ImportError instead of OSError if required extraction library is not installed
According to the official Python docs, `OSError` should be thrown in the following situations: > This exception is raised when a system function returns a system-related error, including I/O failures such as “file not found” or “disk full” (not for illegal argument types or other incidental errors). Hence, it makes...
CLOSED
2022-10-18T17:53:46
2022-10-25T15:56:59
2022-10-25T15:56:59
https://github.com/huggingface/datasets/issues/5134
mariosasko
2
[ "enhancement", "good first issue", "hacktoberfest" ]
5,133
Tensor operation not functioning in dataset mapping
## Describe the bug I'm doing a torch.mean() operation in data preprocessing, and it's not working. ## Steps to reproduce the bug ``` from transformers import pipeline import torch import numpy as np from datasets import load_dataset device = 'cuda:0' raw_dataset = load_dataset("glue", "sst2") feature_extra...
CLOSED
2022-10-18T17:53:35
2022-10-19T04:15:45
2022-10-19T04:15:44
https://github.com/huggingface/datasets/issues/5133
xinghaow99
2
[ "bug" ]
5,132
Depracate `num_proc` parameter in `DownloadManager.extract`
The `num_proc` parameter is only present in `DownloadManager.extract` but not in `StreamingDownloadManager.extract`, making it impossible to support streaming in the dataset scripts that use it (`openwebtext` and `the_pile_stack_exchange`). We can avoid this situation by deprecating this parameter and passing `Download...
CLOSED
2022-10-18T17:41:05
2022-10-25T15:56:46
2022-10-25T15:56:46
https://github.com/huggingface/datasets/issues/5132
mariosasko
5
[ "enhancement", "good first issue", "hacktoberfest" ]
5,131
WikiText 103 tokenizer hangs
See issue here: https://github.com/huggingface/transformers/issues/19702
CLOSED
2022-10-18T16:44:00
2023-08-08T08:42:40
2023-07-21T14:41:51
https://github.com/huggingface/datasets/issues/5131
TrentBrick
1
[ "bug" ]
5,129
unexpected `cast` or `class_encode_column` result after `rename_column`
## Describe the bug When invoke `cast` or `class_encode_column` to a colunm renamed by `rename_column` , it will convert all the variables in this column into one variable. I also run this script in version 2.5.2, this bug does not appear. So I switched to the older version. ## Steps to reproduce the bug ```python...
CLOSED
2022-10-18T11:15:24
2022-10-19T03:02:26
2022-10-19T03:02:26
https://github.com/huggingface/datasets/issues/5129
quaeast
4
[ "bug" ]
5,123
datasets freezes with streaming mode in multiple-gpu
## Describe the bug Hi. I am using this dataloader, which is for processing large datasets in streaming mode mentioned in one of examples of huggingface. I am using it to read c4: https://github.com/huggingface/transformers/blob/b48ac1a094e572d6076b46a9e4ed3e0ebe978afc/examples/research_projects/codeparrot/scripts/cod...
OPEN
2022-10-17T03:28:16
2025-12-15T18:48:31
null
https://github.com/huggingface/datasets/issues/5123
jackfeinmann5
20
[ "bug" ]
5,118
Installing `datasets` on M1 computers
## Describe the bug I wanted to install `datasets` dependencies on my M1 (in order to start contributing to the project). However, I got an error regarding `tensorflow`. On M1, `tensorflow-macos` needs to be installed instead. Can we add a conditional requirement, so that `tensorflow-macos` would be installed on M1...
CLOSED
2022-10-16T16:50:08
2022-10-19T09:10:08
2022-10-19T09:10:08
https://github.com/huggingface/datasets/issues/5118
david1542
1
[ "bug" ]
5,117
Progress bars have color red and never completed to 100%
## Describe the bug Progress bars after transformative operations turn in red and never be completed to 100% ## Steps to reproduce the bug ```python from datasets import load_dataset load_dataset('rotten_tomatoes', split='test').filter(lambda o: True) ``` ## Expected results Progress bar should be 100% an...
CLOSED
2022-10-14T16:12:30
2024-06-19T19:03:42
2022-10-23T12:58:41
https://github.com/huggingface/datasets/issues/5117
echatzikyriakidis
5
[ "bug" ]
5,114
load_from_disk with remote filesystem fails due to a wrong temporary local folder path
## Describe the bug The function load_from_disk fails when using a remote filesystem because of a wrong temporary path generation in the load_from_disk method of arrow_dataset.py: ```python if is_remote_filesystem(fs): src_dataset_path = extract_path_from_uri(dataset_path) dataset_path = Dataset._build...
OPEN
2022-10-14T11:54:53
2022-11-19T07:13:10
null
https://github.com/huggingface/datasets/issues/5114
bruno-hays
2
[ "bug" ]
5,112
Bug with filtered indices
## Describe the bug As reported by @PartiallyTyped (and by @Muennighoff): - https://github.com/huggingface/datasets/issues/5111#issuecomment-1278652524 There is an issue with the indices of a filtered dataset. ## Steps to reproduce the bug ```python ds = Dataset.from_dict({"num": [0, 1, 2, 3]}) ds = ds.filte...
CLOSED
2022-10-14T10:35:47
2022-10-14T13:55:03
2022-10-14T12:11:45
https://github.com/huggingface/datasets/issues/5112
albertvillanova
3
[ "bug" ]
5,111
map and filter not working properly in multiprocessing with the new release 2.6.0
## Describe the bug When mapping is used on a dataset with more than one process, there is a weird behavior when trying to use `filter` , it's like only the samples from one worker are retrieved, one needs to specify the same `num_proc` in filter for it to work properly. This doesn't happen with `datasets` version 2.5...
CLOSED
2022-10-13T17:00:55
2022-10-17T08:26:59
2022-10-14T14:59:59
https://github.com/huggingface/datasets/issues/5111
loubnabnl
14
[ "bug" ]
5,109
Map caching not working for some class methods
## Describe the bug The cache loading is not working as expected for some class methods with a model stored in an attribute. The new fingerprint for `_map_single` is not the same at each run. The hasher generate a different hash for the class method. This comes from `dumps` function in `datasets.utils.py_utils` whic...
CLOSED
2022-10-13T09:12:58
2022-10-17T10:38:45
2022-10-17T10:38:45
https://github.com/huggingface/datasets/issues/5109
Mouhanedg56
2
[ "bug" ]
5,105
Specifying an exisiting folder in download_and_prepare deletes everything in it
## Describe the bug The builder correctly creates the `output_dir` folder if it doesn't exist, but if the folder exists everything within it is deleted. Specifying `"."` as the `output_dir` deletes everything in your current dir but also leads to **another bug** whose traceback is the following: ``` ...
OPEN
2022-10-12T11:53:33
2022-10-20T11:53:59
null
https://github.com/huggingface/datasets/issues/5105
cakiki
5
[ "bug" ]
5,102
Error in create a dataset from a Python generator
## Describe the bug In HOW-TO-GUIDES > Load > [Python generator](https://huggingface.co/docs/datasets/v2.5.2/en/loading#python-generator), the code example defines the `my_gen` function, but when creating the dataset, an undefined `my_dict` is passed in. ```Python >>> from datasets import Dataset >>> def my_gen...
CLOSED
2022-10-11T14:28:58
2022-10-12T11:31:56
2022-10-12T11:31:56
https://github.com/huggingface/datasets/issues/5102
yangxuhui
2
[ "bug", "good first issue", "hacktoberfest" ]
5,100
datasets[s3] sagemaker can't run a model - datasets issue with Value and ClassLabel and cast() method
CLOSED
2022-10-11T11:16:31
2022-10-11T13:48:26
2022-10-11T13:48:26
https://github.com/huggingface/datasets/issues/5100
jagochi
0
[]
5,099
datasets doesn't support # in data paths
## Describe the bug dataset files with `#` symbol their paths aren't read correctly. ## Steps to reproduce the bug The data in folder `c#`of this [dataset](https://huggingface.co/datasets/loubnabnl/bigcode_csharp) can't be loaded. While the folder `c_sharp` with the same data is loaded properly ```python ds = lo...
CLOSED
2022-10-11T10:05:32
2022-10-13T13:14:20
2022-10-13T13:14:20
https://github.com/huggingface/datasets/issues/5099
loubnabnl
9
[ "bug", "good first issue", "hacktoberfest" ]
5,098
Classes label error when loading symbolic links using imagefolder
**Is your feature request related to a problem? Please describe.** Like this: #4015 When there are **symbolic links** to pictures in the data folder, the parent folder name of the **real file** will be used as the class name instead of the parent folder of the symbolic link itself. Can you give an option to decide wh...
CLOSED
2022-10-11T06:10:58
2022-11-14T14:40:20
2022-11-14T14:40:20
https://github.com/huggingface/datasets/issues/5098
horizon86
3
[ "enhancement", "good first issue", "hacktoberfest" ]
5,097
Fatal error with pyarrow/libarrow.so
## Describe the bug When using datasets, at the very end of my jobs the program crashes (see trace below). It doesn't seem to affect anything, as it appears to happen as the program is closing down. Just importing `datasets` is enough to cause the error. ## Steps to reproduce the bug This is sufficient to reprodu...
CLOSED
2022-10-10T20:29:04
2022-10-11T06:56:01
2022-10-11T06:56:00
https://github.com/huggingface/datasets/issues/5097
catalys1
1
[ "bug" ]
5,096
Transfer some canonical datasets under an organization namespace
As discussed during our @huggingface/datasets meeting, we are planning to move some "canonical" dataset scripts under their corresponding organization namespace (if this does not exist). On the contrary, if the dataset already exists under the organization namespace, we are deprecating the canonical one (and eventua...
CLOSED
2022-10-10T15:44:31
2024-06-24T06:06:28
2024-06-24T06:02:45
https://github.com/huggingface/datasets/issues/5096
albertvillanova
11
[ "dataset contribution" ]
5,094
Multiprocessing with `Dataset.map` and `PyTorch` results in deadlock
## Describe the bug There seems to be an issue with using multiprocessing with `datasets.Dataset.map` (i.e. setting `num_proc` to a value greater than one) combined with a function that uses `torch` under the hood. The subprocesses that `datasets.Dataset.map` spawns [a this step](https://github.com/huggingface/datase...
CLOSED
2022-10-10T13:50:56
2023-07-24T15:29:13
2023-07-24T15:29:13
https://github.com/huggingface/datasets/issues/5094
RR-28023
11
[ "bug" ]
5,093
Mismatch between tutoriel and doc
## Describe the bug In the "Process text data" tutorial, [`map` has `return_tensors` as kwarg](https://huggingface.co/docs/datasets/main/en/nlp_process#map). It does not seem to appear in the [function documentation](https://huggingface.co/docs/datasets/main/en/package_reference/main_classes#datasets.Dataset.map), nor...
CLOSED
2022-10-10T10:23:53
2022-10-10T17:51:15
2022-10-10T17:51:14
https://github.com/huggingface/datasets/issues/5093
clefourrier
3
[ "bug", "good first issue", "hacktoberfest" ]
5,090
Review sync issues from GitHub to Hub
## Describe the bug We have discovered that sometimes there were sync issues between GitHub and Hub datasets, after a merge commit to main branch. For example: - this merge commit: https://github.com/huggingface/datasets/commit/d74a9e8e4bfff1fed03a4cab99180a841d7caf4b - was not properly synced with the Hub: https...
CLOSED
2022-10-07T12:31:56
2022-10-08T07:07:36
2022-10-08T07:07:36
https://github.com/huggingface/datasets/issues/5090
albertvillanova
1
[ "bug" ]
5,089
Resume failed process
**Is your feature request related to a problem? Please describe.** When a process (`map`, `filter`, etc.) crashes part-way through, you lose all progress. **Describe the solution you'd like** It would be good if the cache reflected the partial progress, so that after we restart the script, the process can restart ...
OPEN
2022-10-07T08:07:03
2022-10-07T08:07:03
null
https://github.com/huggingface/datasets/issues/5089
felix-schneider
0
[ "enhancement" ]
5,088
load_datasets("json", ...) don't read local .json.gz properly
## Describe the bug I have a local file `*.json.gz` and it can be read by `pandas.read_json(lines=True)`, but cannot be read by `load_datasets("json")` (resulting in 0 lines) ## Steps to reproduce the bug ```python fpath = '/data/junwang/.cache/general/57b6f2314cbe0bc45dda5b78f0871df2/test.json.gz' ds_panda = Da...
OPEN
2022-10-07T02:16:58
2022-10-07T14:43:16
null
https://github.com/huggingface/datasets/issues/5088
junwang-wish
2
[ "bug" ]
5,086
HTTPError: 404 Client Error: Not Found for url
## Describe the bug I was following chap 5 from huggingface course: https://huggingface.co/course/chapter5/6?fw=tf However, I'm not able to download the datasets, with a 404 erros <img width="1160" alt="iShot2022-10-06_15 54 50" src="https://user-images.githubusercontent.com/54015474/194406327-ae62c2f3-1da5-...
CLOSED
2022-10-06T19:48:58
2022-10-07T15:12:01
2022-10-07T15:12:01
https://github.com/huggingface/datasets/issues/5086
keyuchen21
3
[ "bug" ]
5,085
Filtering on an empty dataset returns a corrupted dataset.
## Describe the bug When filtering a dataset twice, where the first result is an empty dataset, the second dataset seems corrupted. ## Steps to reproduce the bug ```python datasets = load_dataset("glue", "sst2") dataset_split = datasets['validation'] ds_filter_1 = dataset_split.filter(lambda x: False) # ...
CLOSED
2022-10-06T18:18:49
2022-10-07T19:06:02
2022-10-07T18:40:26
https://github.com/huggingface/datasets/issues/5085
gabegma
3
[ "bug", "hacktoberfest" ]
5,083
Support numpy/torch/tf/jax formatting for IterableDataset
Right now `IterableDataset` doesn't do any formatting. In particular this code should return a numpy array: ```python from datasets import load_dataset ds = load_dataset("imagenet-1k", split="train", streaming=True).with_format("np") print(next(iter(ds))["image"]) ``` Right now it returns a PIL.Image. S...
CLOSED
2022-10-06T15:14:58
2023-10-09T12:42:15
2023-10-09T12:42:15
https://github.com/huggingface/datasets/issues/5083
lhoestq
2
[ "enhancement", "streaming", "good second issue" ]
5,081
Bug loading `sentence-transformers/parallel-sentences`
## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("sentence-transformers/parallel-sentences") ``` raises this: ``` /home/phmay/miniconda3/envs/paraphrase-mining/lib/python3.9/site-packages/datasets/download/streaming_download_manager.py:697: FutureWarning: the '...
OPEN
2022-10-06T10:47:51
2022-10-11T10:00:48
null
https://github.com/huggingface/datasets/issues/5081
PhilipMay
8
[ "bug" ]
5,080
Use hfh for caching
## Is your feature request related to a problem? As previously discussed in our meeting with @Wauplin and agreed on our last datasets team sync meeting, I'm investigating how `datasets` can use `hfh` for caching. ## Describe the solution you'd like Due to the peculiarities of the `datasets` cache, I would prop...
OPEN
2022-10-06T05:51:58
2022-10-06T14:26:05
null
https://github.com/huggingface/datasets/issues/5080
albertvillanova
1
[ "enhancement" ]
5,075
Throw EnvironmentError when token is not present
Throw EnvironmentError instead of OSError ([link](https://github.com/huggingface/datasets/blob/6ad430ba0cdeeb601170f732d4bd977f5c04594d/src/datasets/arrow_dataset.py#L4306) to the line) in `push_to_hub` when the Hub token is not present.
CLOSED
2022-10-05T14:14:18
2022-10-07T14:33:28
2022-10-07T14:33:28
https://github.com/huggingface/datasets/issues/5075
mariosasko
1
[ "good first issue", "hacktoberfest" ]
5,074
Replace AssertionErrors with more meaningful errors
Replace the AssertionErrors with more meaningful errors such as ValueError, TypeError, etc. The files with AssertionErrors that need to be replaced: ``` src/datasets/arrow_reader.py src/datasets/builder.py src/datasets/utils/version.py ```
CLOSED
2022-10-05T14:03:55
2022-10-07T14:33:11
2022-10-07T14:33:11
https://github.com/huggingface/datasets/issues/5074
mariosasko
3
[ "good first issue", "hacktoberfest" ]
5,070
Support default config name when no builder configs
**Is your feature request related to a problem? Please describe.** As discussed with @stas00, we could support defining a default config name, even if no predefined allowed config names are set. That is, support `DEFAULT_CONFIG_NAME`, even when `BUILDER_CONFIGS` is not defined. **Additional context** In order to ...
CLOSED
2022-10-04T19:49:35
2022-10-06T14:40:26
2022-10-06T14:40:26
https://github.com/huggingface/datasets/issues/5070
albertvillanova
1
[ "enhancement" ]
5,061
`_pickle.PicklingError: logger cannot be pickled` in multiprocessing `map`
## Describe the bug When I `map` with multiple processes, this error occurs. The `.name` of the `logger` that fails to pickle in the final line is `datasets.fingerprint`. ``` File "~/project/dataset.py", line 204, in <dictcomp> split: dataset.map( File ".../site-packages/datasets/arrow_dataset.py", line 24...
CLOSED
2022-10-03T23:51:38
2023-07-21T14:43:35
2023-07-21T14:43:34
https://github.com/huggingface/datasets/issues/5061
ZhaofengWu
6
[ "bug" ]
5,060
Unable to Use Custom Dataset Locally
## Describe the bug I have uploaded a [dataset](https://huggingface.co/datasets/zpn/pubchem_selfies) and followed the instructions from the [dataset_loader](https://huggingface.co/docs/datasets/dataset_script#download-data-files-and-organize-splits) tutorial. In that tutorial, it says ``` If the data files live in ...
CLOSED
2022-10-03T21:55:16
2022-10-06T14:29:18
2022-10-06T14:29:17
https://github.com/huggingface/datasets/issues/5060
zanussbaum
4
[ "bug" ]
5,053
Intermittent JSON parse error when streaming the Pile
## Describe the bug I have an intermittent error when streaming the Pile, where I get a JSON parse error which causes my program to crash. This is intermittent - when I rerun the program with the same random seed it does not crash in the same way. The exact point this happens also varied - it happened to me 11B tok...
OPEN
2022-10-02T11:56:46
2022-10-04T17:59:03
null
https://github.com/huggingface/datasets/issues/5053
neelnanda-io
3
[ "bug" ]
5,050
Restore saved format state in `load_from_disk`
Even though we save the `format` state in `save_to_disk`, we don't restore it in `load_from_disk`. We should fix that. Reported here: https://discuss.huggingface.co/t/save-to-disk-loses-formatting-information/23815
CLOSED
2022-09-30T12:40:07
2022-10-11T16:49:24
2022-10-11T16:49:24
https://github.com/huggingface/datasets/issues/5050
mariosasko
2
[ "bug", "good first issue" ]
5,046
Audiofolder creates empty Dataset if files same level as metadata
## Describe the bug When audio files are at the same level as the metadata (`metadata.csv` or `metadata.jsonl` ), the `load_dataset` returns a `DatasetDict` with no rows but the correct columns. https://github.com/huggingface/datasets/blob/1ea4d091b7a4b83a85b2eeb8df65115d39af3766/docs/source/audio_dataset.mdx?plain...
CLOSED
2022-09-29T19:17:23
2022-10-28T13:05:07
2022-10-28T13:05:07
https://github.com/huggingface/datasets/issues/5046
msis
5
[ "bug", "good first issue", "hacktoberfest" ]
5,045
Automatically revert to last successful commit to hub when a push_to_hub is interrupted
**Is your feature request related to a problem? Please describe.** I pushed a modification of a large dataset (remove a column) to the hub. The push was interrupted after some files were committed to the repo. This left the dataset to raise an error on load_dataset() (ValueError couldn’t cast … because column names do...
CLOSED
2022-09-29T18:08:12
2023-10-16T13:30:49
2023-10-16T13:30:49
https://github.com/huggingface/datasets/issues/5045
jorahn
5
[ "enhancement" ]
5,044
integrate `load_from_disk` into `load_dataset`
**Is your feature request related to a problem? Please describe.** Is it possible to make `load_dataset` more universal similar to `from_pretrained` in `transformers` so that it can handle the hub, and the local path datasets of all supported types? Currently one has to choose a different loader depending on how ...
OPEN
2022-09-29T17:37:12
2025-06-28T09:00:44
null
https://github.com/huggingface/datasets/issues/5044
stas00
15
[ "enhancement" ]
5,039
Hendrycks Checksum
Hi, The checksum for [hendrycks_test](https://huggingface.co/datasets/hendrycks_test) does not compare correctly, I guess it has been updated on the remote. ``` datasets.utils.info_utils.NonMatchingChecksumError: Checksums didn't match for dataset source files: ['https://people.eecs.berkeley.edu/~hendrycks/data....
CLOSED
2022-09-29T06:56:20
2022-09-29T10:23:30
2022-09-29T10:04:20
https://github.com/huggingface/datasets/issues/5039
DanielHesslow
3
[ "dataset bug" ]
5,038
`Dataset.unique` showing wrong output after filtering
## Describe the bug After filtering a dataset, and if no samples remain, `Dataset.unique` will return the unique values of the unfiltered dataset. ## Steps to reproduce the bug ```python from datasets import Dataset dataset = Dataset.from_dict({'id': [0]}) dataset = dataset.filter(lambda _: False) print(data...
CLOSED
2022-09-28T16:20:35
2022-09-30T15:44:25
2022-09-30T15:44:25
https://github.com/huggingface/datasets/issues/5038
mxschmdt
2
[ "bug" ]
5,032
new dataset type: single-label and multi-label video classification
**Is your feature request related to a problem? Please describe.** In my research, I am dealing with multi-modal (audio+text+frame sequence) video classification. It would be great if the datasets library supported generating multi-modal batches from a video dataset. **Describe the solution you'd like** Assume I h...
OPEN
2022-09-27T19:40:11
2022-11-02T19:10:13
null
https://github.com/huggingface/datasets/issues/5032
fcakyon
6
[ "enhancement" ]
5,028
passing parameters to the method passed to Dataset.from_generator()
Big thanks for providing dataset creation via a generator. I want to ask whether there is any way that parameters can be passed to the method Dataset.from_generator() method, like as follows. ``` from datasets import Dataset def gen(param1): for idx in len(custom_dataset): yield custom_dataset[id...
CLOSED
2022-09-26T15:20:06
2022-10-03T13:00:00
2022-10-03T13:00:00
https://github.com/huggingface/datasets/issues/5028
Basir-mahmood
1
[ "enhancement" ]
5,025
Custom Json Dataset Throwing Error when batch is False
## Describe the bug A clear and concise description of what the bug is. I tried to create my custom dataset using below code ``` from datasets import Features, Sequence, ClassLabel, Value, Array2D, Array3D from torchvision import transforms from transformers import AutoProcessor # we'll use the Auto API here -...
CLOSED
2022-09-26T12:38:39
2022-09-27T19:50:00
2022-09-27T19:50:00
https://github.com/huggingface/datasets/issues/5025
jmandivarapu1
2
[ "bug" ]
5,023
Text strings are split into lists of characters in xcsr dataset
## Describe the bug Text strings are split into lists of characters. Example for "X-CSQA-en": ``` {'id': 'd3845adc08414fda', 'lang': 'en', 'question': {'stem': ['T', 'h', 'e', ' ', 'd', 'e', 'n', 't', 'a', 'l', ' ', 'o', 'f', 'f', 'i', 'c', 'e', ...
CLOSED
2022-09-26T11:11:50
2022-09-28T07:54:20
2022-09-28T07:54:20
https://github.com/huggingface/datasets/issues/5023
albertvillanova
0
[ "dataset bug" ]
5,021
Split is inferred from filename and overrides metadata.jsonl
## Describe the bug Including the strings "test" or "train" anywhere in a filename causes `datasets` to infer the split and silently ignore all other files. This behavior is documented for directory names but not filenames: https://huggingface.co/docs/datasets/image_dataset#imagefolder ## Steps to reproduce th...
CLOSED
2022-09-26T03:22:14
2022-09-29T08:07:50
2022-09-29T08:07:50
https://github.com/huggingface/datasets/issues/5021
float-trip
3
[ "bug", "duplicate" ]
5,017
xcsr: X-CSQA simply uses english for all alleged non-english data
## Describe the bug All the alleged non-english subcollections for the X-CSQA task in the [xcsr benchmark dataset ](https://huggingface.co/datasets/xcsr) seem to be copies of the english subcollection, rather than translations. This is in contrast to the data description: > we automatically translate the original C...
CLOSED
2022-09-23T16:11:54
2022-09-26T10:57:31
2022-09-26T10:57:31
https://github.com/huggingface/datasets/issues/5017
thesofakillers
1
[ "dataset bug" ]
5,015
Transfer dataset scripts to Hub
Before merging: - #4974 TODO: - [x] Create label: ["dataset contribution"](https://github.com/huggingface/datasets/pulls?q=label%3A%22dataset+contribution%22) - [x] Create project: [Datasets: Transfer datasets to Hub](https://github.com/orgs/huggingface/projects/22/) - [x] PRs: - [x] Add dataset: we should r...
CLOSED
2022-09-23T08:48:10
2022-10-05T07:15:57
2022-10-05T07:15:57
https://github.com/huggingface/datasets/issues/5015
albertvillanova
1
[]
5,014
I need to read the custom dataset in conll format
I need to read the custom dataset in conll format
OPEN
2022-09-23T07:49:42
2022-11-02T11:57:15
null
https://github.com/huggingface/datasets/issues/5014
shell-nlp
3
[ "enhancement" ]
5,013
would huggingface like publish cpp binding for datasets package ?
HI: I use cpp env libtorch, I like use hugggingface ,but huggingface not cpp binding, would you like publish cpp binding for it. thanks
CLOSED
2022-09-23T07:42:49
2023-02-24T16:20:57
2023-02-24T16:20:57
https://github.com/huggingface/datasets/issues/5013
mullerhai
5
[ "wontfix" ]
5,012
Force JSON format regardless of file naming on S3
I have a file on S3 created by Data Version Control, it looks like `s3://dvc/ac/badff5b134382a0f25248f1b45d7b2` but contains a json file. If I run ```python dataset = load_dataset( "json", data_files='s3://dvc/ac/badff5b134382a0f25248f1b45d7b2' ) ``` It gives me ``` InvalidSchema: No connection adap...
CLOSED
2022-09-22T18:28:15
2023-08-16T09:58:36
2023-08-16T09:58:36
https://github.com/huggingface/datasets/issues/5012
junwang-wish
4
[ "enhancement" ]
5,011
Audio: `encode_example` fails with IndexError
## Describe the bug Loading the dataset [earnings-22](https://huggingface.co/datasets/sanchit-gandhi/earnings22_split) from the Hub yields an Index Error. I created this dataset locally and then pushed to hub at the specified URL. Thus, I expect the dataset should work out-of-the-box! Indeed, the dataset viewer functi...
CLOSED
2022-09-22T15:07:27
2022-09-23T09:05:18
2022-09-23T09:05:18
https://github.com/huggingface/datasets/issues/5011
sanchit-gandhi
1
[ "bug" ]
5,009
Error loading StonyBrookNLP/tellmewhy dataset from hub even though local copy loads correctly
## Describe the bug I have added a new dataset with the identifier `StonyBrookNLP/tellmewhy` to the hub. When I load the individual files using my local copy using `dataset = datasets.load_dataset("json", data_files="data/train.jsonl")`, it loads the dataset correctly. However, when I try to load it from the hub, I ge...
CLOSED
2022-09-21T16:23:06
2022-09-29T13:07:29
2022-09-29T13:07:29
https://github.com/huggingface/datasets/issues/5009
ykl7
8
[ "bug" ]
5,005
Release 2.5.0 breaks transformers CI
## Describe the bug As reported by @lhoestq: > see https://app.circleci.com/pipelines/github/huggingface/transformers/47634/workflows/b491886b-e66e-4edb-af96-8b459e72aa25/jobs/564563 this is used here: [https://github.com/huggingface/transformers/blob/3b19c0317b6909e2d7f11b5053895ac55[…]torch/speech-pretraining/ru...
CLOSED
2022-09-21T13:39:19
2022-09-21T14:11:57
2022-09-21T14:11:57
https://github.com/huggingface/datasets/issues/5005
albertvillanova
1
[ "bug" ]
5,002
Dataset Viewer issue for loubnabnl/humaneval-x
### Link https://huggingface.co/datasets/loubnabnl/humaneval-x/viewer/ ### Description The dataset has subsets but the viewer gets stuck in the default subset even when I select another one (the data loading of the subsets works fine) ### Owner Yes
CLOSED
2022-09-21T09:06:17
2022-09-21T11:49:49
2022-09-21T11:49:49
https://github.com/huggingface/datasets/issues/5002
loubnabnl
2
[ "dataset-viewer" ]
5,000
Dataset Viewer issue for asapp/slue
### Link https://huggingface.co/datasets/asapp/slue/viewer/ ### Description Hi, I wonder how to get the dataset viewer of our slue dataset to work. Best, Felix ### Owner Yes
CLOSED
2022-09-20T16:45:45
2022-09-27T07:04:03
2022-09-21T07:24:07
https://github.com/huggingface/datasets/issues/5000
fwu-asapp
9
[]
4,996
Dataset Viewer issue for Jean-Baptiste/wikiner_fr
### Link https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr ### Description ``` Error code: StreamingRowsError Exception: FileNotFoundError Message: [Errno 2] No such file or directory: 'zip:/data/train::https:/huggingface.co/datasets/Jean-Baptiste/wikiner_fr/resolve/main/data.zip/state.json' Tra...
CLOSED
2022-09-20T12:32:07
2022-09-27T12:35:44
2022-09-27T12:35:44
https://github.com/huggingface/datasets/issues/4996
severo
2
[]
4,995
Get a specific Exception when the dataset has no data
In the dataset viewer on the Hub (https://huggingface.co/datasets/glue/viewer), we would like (https://github.com/huggingface/moon-landing/issues/3882) to show a specific message when the repository lacks any data files. In that case, instead of showing a complex traceback, we want to show a call to action to help t...
CLOSED
2022-09-20T09:31:59
2022-09-21T12:21:25
2022-09-21T12:21:25
https://github.com/huggingface/datasets/issues/4995
severo
0
[ "enhancement", "dataset-viewer" ]
4,994
delete the hardcoded license list in `datasets`
> Feel free to delete the license list in `datasets` [...] > > Also FYI in #4926 I also removed all the validation steps anyway (language, license, types etc.) _Originally posted by @lhoestq in https://github.com/huggingface/datasets/issues/4930#issuecomment-1238401662_ > [...], in my opinion we can just delete...
CLOSED
2022-09-20T09:14:41
2022-09-22T11:45:47
2022-09-22T11:45:47
https://github.com/huggingface/datasets/issues/4994
julien-c
0
[]
4,990
"no-token" is passed to `huggingface_hub` when token is `None`
## Describe the bug In the 2 lines listed below, a token is passed to `huggingface_hub` to get information from a dataset. If no token is provided, a "no-token" string is passed. What is the purpose of it ? If no real, I would prefer if the `None` value could be sent directly to be handle by `huggingface_hub`. I fee...
CLOSED
2022-09-19T15:14:40
2022-09-30T09:16:00
2022-09-30T09:16:00
https://github.com/huggingface/datasets/issues/4990
Wauplin
6
[ "bug" ]
4,989
Running add_column() seems to corrupt existing sequence-type column info
I have a dataset that contains a column ("foo") that is a sequence type of length 4. So when I run .to_pandas() on it, the resulting dataframe correctly contains 4 columns - foo_0, foo_1, foo_2, foo_3. So the 1st row of the dataframe might look like: ds = load_dataset(...) df = ds.to_pandas() df: foo_0 | foo_1 ...
CLOSED
2022-09-17T17:42:05
2022-09-19T12:54:54
2022-09-19T12:54:54
https://github.com/huggingface/datasets/issues/4989
derek-rocheleau
1
[ "bug" ]
4,988
Add `IterableDataset.from_generator` to the API
We've just added `Dataset.from_generator` to the API. It would also be cool to add `IterableDataset.from_generator` to support creating an iterable dataset from a generator. cc @lhoestq
CLOSED
2022-09-16T15:19:41
2022-10-05T12:10:49
2022-10-05T12:10:49
https://github.com/huggingface/datasets/issues/4988
mariosasko
3
[ "enhancement", "good first issue" ]
4,983
How to convert torch.utils.data.Dataset to huggingface dataset?
I look through the huggingface dataset docs, and it seems that there is no offical support function to convert `torch.utils.data.Dataset` to huggingface dataset. However, there is a way to convert huggingface dataset to `torch.utils.data.Dataset`, like below: ```python from datasets import Dataset data = [[1, 2]...
CLOSED
2022-09-16T09:15:10
2023-12-14T20:54:15
2022-09-20T11:23:43
https://github.com/huggingface/datasets/issues/4983
DEROOCE
15
[ "enhancement" ]
4,982
Create dataset_infos.json with VALIDATION and TEST splits
The problem is described in that [issue](https://github.com/huggingface/datasets/issues/4895#issuecomment-1247975569). > When I try to create data_infos.json using datasets-cli test Peter.py --save_infos --all_configs I get an error: > ValueError: Unknown split "test". Should be one of ['train']. > > The data_i...
CLOSED
2022-09-16T08:21:19
2022-09-28T07:59:39
2022-09-28T07:59:39
https://github.com/huggingface/datasets/issues/4982
skalinin
3
[ "bug" ]
4,981
Can't create a dataset with `float16` features
## Describe the bug I can't create a dataset with `float16` features. I understand from the traceback that this is a `pyarrow` error, but I don't see anywhere in the `datasets` documentation about how to successfully do this. Is it actually supported? I've tried older versions of `pyarrow` as well with the same e...
OPEN
2022-09-15T21:03:24
2025-06-12T11:47:42
null
https://github.com/huggingface/datasets/issues/4981
dconathan
8
[ "bug" ]
4,980
Make `pyarrow` optional
**Is your feature request related to a problem? Please describe.** Is `pyarrow` really needed for every dataset? **Describe the solution you'd like** It is made optional. **Describe alternatives you've considered** Likely, no.
CLOSED
2022-09-15T17:38:03
2022-09-16T17:23:47
2022-09-16T17:23:47
https://github.com/huggingface/datasets/issues/4980
KOLANICH
3
[ "enhancement" ]
4,977
Providing dataset size
**Is your feature request related to a problem? Please describe.** Especially for big datasets like [LAION](https://huggingface.co/datasets/laion/laion2B-en/), it's hard to know exactly the downloaded size (because there are many files and you don't have their exact size when downloaded). **Describe the solution yo...
OPEN
2022-09-14T13:09:27
2022-09-15T16:03:58
null
https://github.com/huggingface/datasets/issues/4977
sashavor
3
[ "enhancement" ]
4,976
Hope to adapt Python3.9 as soon as possible
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternat...
OPEN
2022-09-14T04:42:22
2022-09-26T16:32:35
null
https://github.com/huggingface/datasets/issues/4976
RedHeartSecretMan
3
[ "enhancement" ]
4,965
[Apple M1] MemoryError: Cannot allocate write+execute memory for ffi.callback()
## Describe the bug I'm trying to run `cast_column("audio", Audio())` on Apple M1 Pro, but it seems that it doesn't work. ## Steps to reproduce the bug ```python import datasets dataset = load_dataset("csv", data_files="./train.csv")["train"] dataset = dataset.map(lambda x: {"audio": str(DATA_DIR / "audio" / ...
CLOSED
2022-09-10T15:55:49
2024-03-21T17:25:53
2023-07-21T14:45:50
https://github.com/huggingface/datasets/issues/4965
hoangtnm
6
[ "bug" ]
4,964
Column of arrays (2D+) are using unreasonably high memory
## Describe the bug When trying to store `Array2D, Array3D, etc` as column values in a dataset, accessing that column (or creating depending on how you create it, see code below) will cause more than 10 fold of memory usage. ## Steps to reproduce the bug ```python from datasets import Dataset, Features, Array2D, ...
OPEN
2022-09-10T13:07:22
2022-09-22T18:29:22
null
https://github.com/huggingface/datasets/issues/4964
vigsterkr
10
[ "bug" ]
4,963
Dataset without script does not support regular JSON data file
### Link https://huggingface.co/datasets/julien-c/label-studio-my-dogs ### Description <img width="1115" alt="image" src="https://user-images.githubusercontent.com/326577/189422048-7e9c390f-bea7-4521-a232-43f049ccbd1f.png"> ### Owner Yes
CLOSED
2022-09-09T18:45:33
2022-09-20T15:40:07
2022-09-20T15:40:07
https://github.com/huggingface/datasets/issues/4963
julien-c
1
[]
4,961
fsspec 2022.8.2 breaks xopen in streaming mode
## Describe the bug When fsspec 2022.8.2 is installed in your environment, xopen will prematurely close files, making streaming mode inoperable. ## Steps to reproduce the bug ```python import datasets data = datasets.load_dataset('MLCommons/ml_spoken_words', 'id_wav', split='train', streaming=True) ``` ...
CLOSED
2022-09-09T17:26:55
2022-09-12T17:45:50
2022-09-12T14:32:05
https://github.com/huggingface/datasets/issues/4961
DCNemesis
6
[ "bug" ]
4,960
BioASQ AttributeError: 'BuilderConfig' object has no attribute 'schema'
## Describe the bug I am trying to load a dataset from drive and running into an error. ## Steps to reproduce the bug ```python data_dir = "/Users/dlituiev/repos/datasets/bioasq/BioASQ-training9b" bioasq_task_b = load_dataset("aps/bioasq_task_b", data_dir=data_dir) ``` ## Actual results `AttributeError: ...
OPEN
2022-09-09T16:06:43
2022-09-13T08:51:03
null
https://github.com/huggingface/datasets/issues/4960
DSLituiev
2
[ "dataset bug" ]
4,958
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.4.0/datasets/jsonl/jsonl.py
Hi, When I use load_dataset from local jsonl files, below error happens, and I type the link into the browser prompting me `404: Not Found`. I download the other `.py` files using the same method and it works. It seems that the server is missing the appropriate file, or it is a problem with the code version. ``` C...
CLOSED
2022-09-09T11:29:55
2022-09-09T11:38:44
2022-09-09T11:38:44
https://github.com/huggingface/datasets/issues/4958
hasakikiki
1
[ "bug" ]
4,955
Raise a more precise error when the URL is unreachable in streaming mode
See for example: - https://github.com/huggingface/datasets/issues/3191 - https://github.com/huggingface/datasets/issues/3186 It would help provide clearer information on the Hub and help the dataset maintainer solve the issue by themselves quicker. Currently: - https://huggingface.co/datasets/compguesswhat ...
OPEN
2022-09-08T13:52:37
2022-09-08T13:53:36
null
https://github.com/huggingface/datasets/issues/4955
severo
0
[ "enhancement" ]
4,953
CI test of TensorFlow is failing
## Describe the bug The following CI test fails: https://github.com/huggingface/datasets/runs/8246722693?check_suite_focus=true ``` FAILED tests/test_py_utils.py::TempSeedTest::test_tensorflow - AssertionError: ``` Details: ``` _________________________ TempSeedTest.test_tensorflow _________________________ [...
CLOSED
2022-09-08T13:39:29
2022-09-08T15:14:45
2022-09-08T15:14:45
https://github.com/huggingface/datasets/issues/4953
albertvillanova
0
[ "bug" ]
4,945
Push to hub can push splits that do not respect the regex
## Describe the bug The `push_to_hub` method can push splits that do not respect the regex check that is used for downloads. Therefore, splits may be pushed but never re-used, which can be painful if the split was done after runtime preprocessing. ## Steps to reproduce the bug ```python >>> from datasets import...
CLOSED
2022-09-07T13:45:17
2022-09-13T10:16:35
2022-09-13T10:16:35
https://github.com/huggingface/datasets/issues/4945
LysandreJik
0
[ "bug" ]
4,944
larger dataset, larger GPU memory in the training phase? Is that correct?
from datasets import set_caching_enabled set_caching_enabled(False) for ds_name in ["squad","newsqa","nqopen","narrativeqa"]: train_ds = load_from_disk("../../../dall/downstream/processedproqa/{}-train.hf".format(ds_name)) break train_ds = concatenate_datasets([train_ds,train_...
CLOSED
2022-09-07T08:46:30
2022-09-07T12:34:58
2022-09-07T12:34:58
https://github.com/huggingface/datasets/issues/4944
debby1103
2
[ "bug" ]
4,942
Trec Dataset has incorrect labels
## Describe the bug Both coarse and fine labels seem to be out of line. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = "trec" raw_datasets = load_dataset(dataset) df = pd.DataFrame(raw_datasets["test"]) df.head() ``` ## Expected results text (string) | coarse_labe...
CLOSED
2022-09-06T22:13:40
2022-09-08T11:12:03
2022-09-08T11:12:03
https://github.com/huggingface/datasets/issues/4942
wmpauli
1
[ "bug" ]
4,936
vivos (Vietnamese speech corpus) dataset not accessible
## Describe the bug VIVOS data is not accessible anymore, neither of these links work (at least from France): * https://ailab.hcmus.edu.vn/assets/vivos.tar.gz (data) * https://ailab.hcmus.edu.vn/vivos (dataset page) Therefore `load_dataset` doesn't work. ## Steps to reproduce the bug ```python ds = load_dat...
CLOSED
2022-09-06T13:17:55
2022-09-21T06:06:02
2022-09-12T07:14:20
https://github.com/huggingface/datasets/issues/4936
polinaeterna
3
[ "dataset bug" ]
4,935
Dataset Viewer issue for ubuntu_dialogs_corpus
### Link _No response_ ### Description _No response_ ### Owner _No response_
CLOSED
2022-09-06T12:41:50
2022-09-06T12:51:25
2022-09-06T12:51:25
https://github.com/huggingface/datasets/issues/4935
CibinQuadance
1
[ "dataset-viewer" ]
4,934
Dataset Viewer issue for indonesian-nlp/librivox-indonesia
### Link https://huggingface.co/datasets/indonesian-nlp/librivox-indonesia ### Description I created a new speech dataset https://huggingface.co/datasets/indonesian-nlp/librivox-indonesia, but the dataset preview doesn't work with following error message: ``` Server error Status code: 400 Exception: TypeEr...
CLOSED
2022-09-06T10:03:23
2022-09-06T12:46:40
2022-09-06T12:46:40
https://github.com/huggingface/datasets/issues/4934
cahya-wirawan
6
[]
4,933
Dataset/DatasetDict.filter() cannot have `batched=True` due to `mask` (numpy array?) being non-iterable.
## Describe the bug `Dataset/DatasetDict.filter()` cannot have `batched=True` due to `mask` (numpy array?) being non-iterable. ## Steps to reproduce the bug (In a python 3.7.12 env, I've tried 2.4.0 and 2.3.2 with both `pyarraw==9.0.0` and `pyarrow==8.0.0`.) ```python from datasets import load_dataset ds_...
CLOSED
2022-09-06T09:47:48
2022-09-06T11:44:27
2022-09-06T11:44:27
https://github.com/huggingface/datasets/issues/4933
tianjianjiang
2
[ "bug" ]
4,932
Dataset Viewer issue for bigscience-biomedical/biosses
### Link https://huggingface.co/datasets/bigscience-biomedical/biosses ### Description I've just been working on adding the dataset loader script to this dataset and working with the relative imports. I'm not sure how to interpret the error below (show where the dataset preview used to be) . ``` Status code: 40...
CLOSED
2022-09-05T22:40:32
2022-09-06T14:24:56
2022-09-06T14:24:56
https://github.com/huggingface/datasets/issues/4932
galtay
4
[]
4,924
Concatenate_datasets loads everything into RAM
## Describe the bug When loading the datasets seperately and saving them on disk, I want to concatenate them. But `concatenate_datasets` is filling up my RAM and the process gets killed. Is there a way to prevent this from happening or is this intended behaviour? Thanks in advance ## Steps to reproduce the bug ```...
CLOSED
2022-09-01T10:25:17
2022-09-01T11:50:54
2022-09-01T11:50:54
https://github.com/huggingface/datasets/issues/4924
louisdeneve
0
[ "bug" ]
4,922
I/O error on Google Colab in streaming mode
## Describe the bug When trying to load a streaming dataset in Google Colab the loading fails with an I/O error ## Steps to reproduce the bug ```python import datasets from datasets import load_dataset hf_ds = load_dataset(path='wmt19', name='cs-en', streaming=True, split=datasets.Split.VALIDATION) list(hf_ds....
CLOSED
2022-08-31T18:08:26
2022-08-31T18:15:48
2022-08-31T18:15:48
https://github.com/huggingface/datasets/issues/4922
jotterbach
0
[ "bug" ]
4,920
Unable to load local tsv files through load_dataset method
## Describe the bug Unable to load local tsv files through load_dataset method. ## Steps to reproduce the bug ```python # Sample code to reproduce the bug data_files = { 'train': 'train.tsv', 'test': 'test.tsv' } raw_datasets = load_dataset('tsv', data_files=data_files) ## Expected results I am p...
CLOSED
2022-08-31T16:13:39
2022-09-01T05:31:30
2022-09-01T05:31:30
https://github.com/huggingface/datasets/issues/4920
DataNoob0723
1
[ "bug" ]
4,918
Dataset Viewer issue for pysentimiento/spanish-targeted-sentiment-headlines
### Link https://huggingface.co/datasets/pysentimiento/spanish-targeted-sentiment-headlines ### Description After moving the dataset from my user (`finiteautomata`) to the `pysentimiento` organization, the dataset viewer says that it doesn't exist. ### Owner _No response_
CLOSED
2022-08-31T12:09:07
2022-09-05T21:36:34
2022-09-05T16:32:44
https://github.com/huggingface/datasets/issues/4918
finiteautomata
2
[ "dataset-viewer" ]
4,917
Keys mismatch: make error message more informative
**Is your feature request related to a problem? Please describe.** When loading a dataset from disk with a defect in its `dataset_info.json` describing its features (I don’t know when/why/how this happens but it deserves its own issue), you will get an error message like: `ValueError: Keys mismatch: between {'bar': V...
CLOSED
2022-08-31T11:24:34
2022-09-05T08:43:38
2022-09-05T08:43:38
https://github.com/huggingface/datasets/issues/4917
PaulLerner
4
[ "enhancement", "good first issue" ]
4,916
Apache Beam unable to write the downloaded wikipedia dataset
## Describe the bug Hi, I am currently trying to download wikipedia dataset using load_dataset("wikipedia", language="aa", date="20220401", split="train",beam_runner='DirectRunner'). However, I end up in getting filenotfound error. I get this error for any language I try to download. It downloads the file but while s...
CLOSED
2022-08-31T09:39:25
2022-08-31T10:53:19
2022-08-31T10:53:19
https://github.com/huggingface/datasets/issues/4916
Shilpac20
1
[ "bug" ]