id int64 600M 4.6B | node_id stringlengths 18 24 | number int64 2 8.24k | title stringlengths 1 290 | state stringclasses 2
values | state_reason stringclasses 5
values | created_at timestamp[s]date 2020-04-14 18:18:51 2026-06-05 18:08:17 | updated_at timestamp[s]date 2020-04-29 09:23:05 2026-06-05 21:18:34 | closed_at stringlengths 0 20 | html_url stringlengths 48 51 | user stringlengths 3 26 | labels listlengths 0 4 | assignees listlengths 0 4 | milestone stringclasses 7
values | comments listlengths 0 70 | author_association stringclasses 4
values | body stringlengths 0 228k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,563,364,199 | I_kwDODunzps6YydVn | 7,194 | datasets.exceptions.DatasetNotFoundError for private dataset | closed | completed | 2024-10-03T07:49:36 | 2024-10-03T10:09:28 | 2024-10-03T10:09:28Z | https://github.com/huggingface/datasets/issues/7194 | kdutia | [] | [] | [
"Actually there is no such dataset available, that is why you are getting that error.",
"Fixed with @kdutia in Slack chat. Generating a new token fixed this issue. "
] | NONE | ### Describe the bug
The following Python code tries to download a private dataset and fails with the error `datasets.exceptions.DatasetNotFoundError: Dataset 'ClimatePolicyRadar/all-document-text-data-weekly' doesn't exist on the Hub or cannot be accessed.`. Downloading a public dataset doesn't work.
``` py
fro... | |
2,562,392,887 | I_kwDODunzps6YuwM3 | 7,193 | Support of num_workers (multiprocessing) in map for IterableDataset | open | 2024-10-02T18:34:04 | 2024-10-03T09:54:15 | https://github.com/huggingface/datasets/issues/7193 | getao | [
"enhancement"
] | [] | [
"I was curious about the same - since map is applied on the fly I was assuming that setting num_workers>1 in DataLoader would effectively do the map in parallel, have you tried that?"
] | NONE | ### Feature request
Currently, IterableDataset doesn't support setting num_worker in .map(), which results in slow processing here. Could we add support for it? As .map() can be run in the batch fashion (e.g., batch_size is default to 1000 in datasets), it seems to be doable for IterableDataset as the regular Dataset.... | |||
2,562,289,642 | I_kwDODunzps6YuW_q | 7,192 | Add repeat() for iterable datasets | closed | completed | 2024-10-02T17:48:13 | 2025-03-18T10:48:33 | 2025-03-18T10:48:32Z | https://github.com/huggingface/datasets/issues/7192 | alex-hh | [
"enhancement"
] | [] | [
"perhaps concatenate_datasets can already be used to achieve almost the same effect? ",
"`concatenate_datasets` does the job when there is a finite number of repetitions, but in case of `.repeat()` forever we need a new logic in `iterable_dataset.py`",
"done in https://github.com/huggingface/datasets/pull/7198"... | CONTRIBUTOR | ### Feature request
It would be useful to be able to straightforwardly repeat iterable datasets indefinitely, to provide complete control over starting and ending of iteration to the user.
An IterableDataset.repeat(n) function could do this automatically
### Motivation
This feature was discussed in this iss... | |
2,562,162,725 | I_kwDODunzps6Yt4Al | 7,190 | Datasets conflicts with fsspec 2024.9 | open | 2024-10-02T16:43:46 | 2024-10-10T07:33:18 | https://github.com/huggingface/datasets/issues/7190 | cw-igormorgado | [] | [] | [
"Yes, I need to use the latest version of fsspec and datasets for my usecase. \r\nhttps://github.com/fsspec/s3fs/pull/888#issuecomment-2404204606\r\nhttps://github.com/apache/arrow/issues/34363#issuecomment-2403553473\r\n\r\nlast version where things install without conflict is: 2.14.4\r\n\r\nSo this issue starts f... | NONE | ### Describe the bug
Installing both in latest versions are not possible
`pip install "datasets==3.0.1" "fsspec==2024.9.0"`
But using older version of datasets is ok
`pip install "datasets==1.24.4" "fsspec==2024.9.0"`
### Steps to reproduce the bug
`pip install "datasets==3.0.1" "fsspec==2024.9.0"`
#... | |||
2,562,152,845 | I_kwDODunzps6Yt1mN | 7,189 | Audio preview in dataset viewer for audio array data without a path/filename | open | 2024-10-02T16:38:38 | 2024-10-02T17:01:40 | https://github.com/huggingface/datasets/issues/7189 | Lauler | [
"enhancement"
] | [] | [] | NONE | ### Feature request
Huggingface has quite a comprehensive set of guides for [audio datasets](https://huggingface.co/docs/datasets/en/audio_dataset). It seems, however, all these guides assume the audio array data to be decoded/inserted into a HF dataset always originates from individual files. The [Audio-dataclass](... | |||
2,560,501,308 | I_kwDODunzps6YniY8 | 7,187 | shard_data_sources() got an unexpected keyword argument 'worker_id' | open | 2024-10-02T01:26:35 | 2024-10-02T01:26:35 | https://github.com/huggingface/datasets/issues/7187 | Qinghao-Hu | [] | [] | [] | NONE | ### Describe the bug
```
[rank0]: File "/home/qinghao/miniconda3/envs/doremi/lib/python3.10/site-packages/datasets/iterable_dataset.py", line 238, in __iter__
[rank0]: for key_example in islice(self.generate_examples_fn(**gen_kwags), shard_example_idx_start, None):
[rank0]: File "/home/qinghao/miniconda3/en... | |||
2,560,323,917 | I_kwDODunzps6Ym3FN | 7,186 | pinning `dill<0.3.9` without pinning `multiprocess` | closed | completed | 2024-10-01T22:29:32 | 2024-10-02T06:08:24 | 2024-10-02T06:08:24Z | https://github.com/huggingface/datasets/issues/7186 | shubhbapna | [] | [
"albertvillanova"
] | [] | NONE | ### Describe the bug
The [latest `multiprocess` release](https://github.com/uqfoundation/multiprocess/releases/tag/0.70.17) requires `dill>=0.3.9` which causes issues when installing `datasets` without backtracking during package version resolution. Is it possible to add a pin for multiprocess so something like `multi... | |
2,558,508,748 | I_kwDODunzps6Yf77M | 7,185 | CI benchmarks are broken | closed | completed | 2024-10-01T08:16:08 | 2024-10-09T16:07:48 | 2024-10-09T16:07:48Z | https://github.com/huggingface/datasets/issues/7185 | albertvillanova | [
"maintenance"
] | [] | [
"Fixed by #7205"
] | MEMBER | Since Aug 30, 2024, CI benchmarks are broken: https://github.com/huggingface/datasets/actions/runs/11108421214/job/30861323975
```
{"level":"error","message":"Resource not accessible by integration","name":"HttpError","request":{"body":"{\"body\":\"<details>\\n<summary>Show benchmarks</summary>\\n\\nPyArrow==8.0.0\\n... | |
2,556,789,055 | I_kwDODunzps6YZYE_ | 7,183 | CI is broken for deps-latest | closed | completed | 2024-09-30T14:02:07 | 2024-09-30T14:38:58 | 2024-09-30T14:38:58Z | https://github.com/huggingface/datasets/issues/7183 | albertvillanova | [] | [] | [] | MEMBER | See: https://github.com/huggingface/datasets/actions/runs/11106149906/job/30853879890
```
=========================== short test summary info ============================
FAILED tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - AssertionError: Lists differ: [{'fi[44 chars] {'filename': '/... | |
2,554,244,750 | I_kwDODunzps6YPq6O | 7,180 | Memory leak when wrapping datasets into PyTorch Dataset without explicit deletion | closed | completed | 2024-09-28T14:00:47 | 2024-09-30T12:07:56 | 2024-09-30T12:07:56Z | https://github.com/huggingface/datasets/issues/7180 | iamwangyabin | [] | [] | [
"> I've encountered a memory leak when wrapping the HuggingFace dataset into a PyTorch Dataset. The RAM usage constantly increases during iteration if items are not explicitly deleted after use.\r\n\r\nDatasets are memory mapped so they work like SWAP memory. In particular as long as you have RAM available the data... | NONE | ### Describe the bug
I've encountered a memory leak when wrapping the HuggingFace dataset into a PyTorch Dataset. The RAM usage constantly increases during iteration if items are not explicitly deleted after use.
### Steps to reproduce the bug
Steps to reproduce:
Create a PyTorch Dataset wrapper f... | |
2,552,378,330 | I_kwDODunzps6YIjPa | 7,178 | Support Python 3.11 | closed | completed | 2024-09-27T08:50:47 | 2024-10-08T16:21:04 | 2024-10-08T16:21:04Z | https://github.com/huggingface/datasets/issues/7178 | albertvillanova | [
"enhancement"
] | [
"albertvillanova"
] | [] | MEMBER | Support Python 3.11: https://peps.python.org/pep-0664/ | |
2,550,957,337 | I_kwDODunzps6YDIUZ | 7,175 | [FSTimeoutError] load_dataset | closed | completed | 2024-09-26T15:42:29 | 2025-02-01T09:09:35 | 2024-09-30T17:28:35Z | https://github.com/huggingface/datasets/issues/7175 | cosmo3769 | [] | [] | [
"Is this `FSTimeoutError` due to download network issue from remote resource (from where it is being accessed)?",
"It seems to happen for all datasets, not just a specific one, and especially for versions after 3.0. (3.0.0, 3.0.1 have this problem)\r\n\r\nI had the same error on a different dataset, but after dow... | NONE | ### Describe the bug
When using `load_dataset`to load [HuggingFaceM4/VQAv2](https://huggingface.co/datasets/HuggingFaceM4/VQAv2), I am getting `FSTimeoutError`.
### Error
```
TimeoutError:
The above exception was the direct cause of the following exception:
FSTimeoutError Trac... | |
2,549,738,919 | I_kwDODunzps6X-e2n | 7,171 | CI is broken: No solution found when resolving dependencies | closed | completed | 2024-09-26T07:24:58 | 2024-09-26T08:05:41 | 2024-09-26T08:05:41Z | https://github.com/huggingface/datasets/issues/7171 | albertvillanova | [
"bug"
] | [
"albertvillanova"
] | [] | MEMBER | See: https://github.com/huggingface/datasets/actions/runs/11046967444/job/30687294297
```
Run uv pip install --system -r additional-tests-requirements.txt --no-deps
× No solution found when resolving dependencies:
╰─▶ Because the current Python version (3.8.18) does not satisfy Python>=3.9
and torchdata=... | |
2,546,894,076 | I_kwDODunzps6XzoT8 | 7,169 | JSON lines with missing columns raise CastError | closed | completed | 2024-09-25T04:43:28 | 2024-09-26T06:42:08 | 2024-09-26T06:42:08Z | https://github.com/huggingface/datasets/issues/7169 | albertvillanova | [
"bug"
] | [
"albertvillanova"
] | [] | MEMBER | JSON lines with missing columns raise CastError:
> CastError: Couldn't cast ... to ... because column names don't match
Related to:
- #7159
- #7161 | |
2,546,710,631 | I_kwDODunzps6Xy7hn | 7,168 | sd1.5 diffusers controlnet training script gives new error | closed | completed | 2024-09-25T01:42:49 | 2025-09-16T15:38:01 | 2024-09-30T05:24:02Z | https://github.com/huggingface/datasets/issues/7168 | Night1099 | [] | [] | [
"not sure why the issue is formatting oddly",
"I guess this is a dupe of\r\n\r\nhttps://github.com/huggingface/datasets/issues/7071",
"this turned out to be because of a bad image in dataset",
"@Night1099 could you spiecify what exactly was wrong with your image in the dataset? I think im facing the same issu... | NONE | ### Describe the bug
This will randomly pop up during training now
```
Traceback (most recent call last):
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1192, in <module>
main(args)
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1041, in main
... | |
2,546,708,014 | I_kwDODunzps6Xy64u | 7,167 | Error Mapping on sd3, sdxl and upcoming flux controlnet training scripts in diffusers | closed | completed | 2024-09-25T01:39:51 | 2024-09-30T05:28:15 | 2024-09-30T05:28:04Z | https://github.com/huggingface/datasets/issues/7167 | Night1099 | [] | [] | [
"this is happening on large datasets, if anyone happens upon this i was able to fix by changing\r\n\r\n```\r\ntrain_dataset = train_dataset.map(compute_embeddings_fn, batched=True, new_fingerprint=new_fingerprint)\r\n```\r\n\r\nto\r\n\r\n```\r\ntrain_dataset = train_dataset.map(compute_embeddings_fn, batched=True, ... | NONE | ### Describe the bug
```
Map: 6%|██████ | 8000/138120 [19:27<5:16:36, 6.85 examples/s]
Traceback (most recent call last):
File "/workspace/diffusers/examples/controlnet/train_controlnet_sd3.py", line 1416, in <mod... | |
2,544,757,297 | I_kwDODunzps6Xreox | 7,164 | fsspec.exceptions.FSTimeoutError when downloading dataset | closed | completed | 2024-09-24T08:45:05 | 2025-07-28T14:58:49 | 2025-07-28T14:58:49Z | https://github.com/huggingface/datasets/issues/7164 | timonmerk | [] | [] | [
"Hi ! If you check the dataset loading script [here](https://huggingface.co/datasets/openslr/librispeech_asr/blob/main/librispeech_asr.py) you'll see that it downloads the data from OpenSLR, and apparently their storage has timeout issues. It would be great to ultimately host the dataset on Hugging Face instead.\r\... | NONE | ### Describe the bug
I am trying to download the `librispeech_asr` `clean` dataset, which results in a `FSTimeoutError` exception after downloading around 61% of the data.
### Steps to reproduce the bug
```
import datasets
datasets.load_dataset("librispeech_asr", "clean")
```
The output is as follows:
> Dow... | |
2,542,361,234 | I_kwDODunzps6XiVqS | 7,163 | Set explicit seed in iterable dataset ddp shuffling example | closed | completed | 2024-09-23T11:34:06 | 2024-09-24T14:40:15 | 2024-09-24T14:40:15Z | https://github.com/huggingface/datasets/issues/7163 | alex-hh | [] | [] | [
"thanks for reporting !"
] | CONTRIBUTOR | ### Describe the bug
In the examples section of the iterable dataset docs https://huggingface.co/docs/datasets/en/package_reference/main_classes#datasets.IterableDataset
the ddp example shuffles without seeding
```python
from datasets.distributed import split_dataset_by_node
ids = ds.to_iterable_dataset(num_sh... | |
2,541,971,931 | I_kwDODunzps6Xg2nb | 7,161 | JSON lines with empty struct raise ArrowTypeError | closed | completed | 2024-09-23T08:48:56 | 2024-09-25T04:43:44 | 2024-09-23T11:30:07Z | https://github.com/huggingface/datasets/issues/7161 | albertvillanova | [
"bug"
] | [
"albertvillanova"
] | [] | MEMBER | JSON lines with empty struct raise ArrowTypeError: struct fields don't match or are in the wrong order
See example: https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5
> ArrowTypeError: struct fields don't match or are in the wrong order: Input fields: struct<> output fields: struct<pov_c... | |
2,541,865,613 | I_kwDODunzps6XgcqN | 7,159 | JSON lines with missing struct fields raise TypeError: Couldn't cast array | closed | completed | 2024-09-23T07:57:58 | 2024-10-21T08:07:07 | 2024-09-23T11:09:18Z | https://github.com/huggingface/datasets/issues/7159 | albertvillanova | [
"bug"
] | [
"albertvillanova"
] | [
"Hello,\r\n\r\nI have still the same issue when loading the dataset with the new version:\r\n[https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5](https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5)\r\n\r\nI have downloaded and unzipped the wikimedia/structured-wik... | MEMBER | JSON lines with missing struct fields raise TypeError: Couldn't cast array of type.
See example: https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5
One would expect that the struct missing fields are added with null values. | |
2,539,360,617 | I_kwDODunzps6XW5Fp | 7,156 | interleave_datasets resets shuffle state | open | 2024-09-20T17:57:54 | 2025-03-18T10:56:25 | https://github.com/huggingface/datasets/issues/7156 | jonathanasdf | [] | [] | [
"It also does preserve `split_by_node`, so in the meantime you should call `shuffle` or `split_by_node` AFTER `interleave_datasets` or `concatenate_datasets`"
] | NONE | ### Describe the bug
```
import datasets
import torch.utils.data
def gen(shards):
yield {"shards": shards}
def main():
dataset = datasets.IterableDataset.from_generator(
gen,
gen_kwargs={'shards': list(range(25))}
)
dataset = dataset.shuffle(buffer_size=1)
dataset... | |||
2,533,641,870 | I_kwDODunzps6XBE6O | 7,155 | Dataset viewer not working! Failure due to more than 32 splits. | closed | completed | 2024-09-18T12:43:21 | 2024-09-18T13:20:03 | 2024-09-18T13:20:03Z | https://github.com/huggingface/datasets/issues/7155 | sleepingcat4 | [] | [] | [
"I have fixed it! But I would appreciate a new feature wheere I could iterate over and see what each file looks like. "
] | NONE | Hello guys,
I have a dataset and I didn't know I couldn't upload more than 32 splits. Now, my dataset viewer is not working. I don't have the dataset locally on my node anymore and recreating would take a week. And I have to publish the dataset coming Monday. I read about the practice, how I can resolve it and avoi... | |
2,532,788,555 | I_kwDODunzps6W90lL | 7,153 | Support data files with .ndjson extension | closed | completed | 2024-09-18T05:54:45 | 2024-09-19T11:25:15 | 2024-09-19T11:25:15Z | https://github.com/huggingface/datasets/issues/7153 | albertvillanova | [
"enhancement"
] | [
"albertvillanova"
] | [] | MEMBER | ### Feature request
Support data files with `.ndjson` extension.
### Motivation
We already support data files with `.jsonl` extension.
### Your contribution
I am opening a PR. | |
2,527,571,175 | I_kwDODunzps6Wp6zn | 7,150 | WebDataset loader splits keys differently than WebDataset library | closed | completed | 2024-09-16T06:02:47 | 2024-09-16T15:26:35 | 2024-09-16T15:26:35Z | https://github.com/huggingface/datasets/issues/7150 | albertvillanova | [
"bug"
] | [
"albertvillanova"
] | [] | MEMBER | As reported by @ragavsachdeva (see discussion here: https://github.com/huggingface/datasets/pull/7144#issuecomment-2348307792), our webdataset loader is not aligned with the `webdataset` library when splitting keys from filenames.
For example, we get a different key splitting for filename `/some/path/22.0/1.1.png`:
... | |
2,524,497,448 | I_kwDODunzps6WeMYo | 7,149 | Datasets Unknown Keyword Argument Error - task_templates | closed | completed | 2024-09-13T10:30:57 | 2025-03-06T07:11:55 | 2024-09-13T14:10:48Z | https://github.com/huggingface/datasets/issues/7149 | varungupta31 | [] | [
"albertvillanova"
] | [
"Thanks, for reporting.\r\n\r\nWe have been fixing most Hub datasets to remove the deprecated (and now non-supported) task templates, but we missed the \"facebook/winoground\".\r\n\r\nIt is fixed now: https://huggingface.co/datasets/facebook/winoground/discussions/8\r\n\r\n",
"Hello @albertvillanova \r\n\r\nI got... | NONE | ### Describe the bug
Issue
```python
from datasets import load_dataset
examples = load_dataset('facebook/winoground', use_auth_token=<YOUR USER ACCESS TOKEN>)
```
Gives error
```
TypeError: DatasetInfo.__init__() got an unexpected keyword argument 'task_templates'
```
A simple downgrade to lower `data... | |
2,523,833,413 | I_kwDODunzps6WbqRF | 7,148 | Bug: Error when downloading mteb/mtop_domain | closed | completed | 2024-09-13T04:09:39 | 2024-09-14T15:11:35 | 2024-09-14T15:11:35Z | https://github.com/huggingface/datasets/issues/7148 | ZiyiXia | [] | [] | [
"Could you please try with `force_redownload` instead?\r\nEDIT:\r\n```python\r\ndata = load_dataset(\"mteb/mtop_domain\", \"en\", download_mode=\"force_redownload\")\r\n```",
"Seems the error is still there",
"I am not able to reproduce the issue:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n\r\... | NONE | ### Describe the bug
When downloading the dataset "mteb/mtop_domain", ran into the following error:
```
Traceback (most recent call last):
File "/share/project/xzy/test/test_download.py", line 3, in <module>
data = load_dataset("mteb/mtop_domain", "en", trust_remote_code=True)
File "/opt/conda/lib/pytho... | |
2,523,129,465 | I_kwDODunzps6WY-Z5 | 7,147 | IterableDataset strange deadlock | closed | completed | 2024-09-12T18:59:33 | 2024-09-23T09:32:27 | 2024-09-21T17:37:34Z | https://github.com/huggingface/datasets/issues/7147 | jonathanasdf | [] | [] | [
"Yes `interleave_datasets` seems to have an issue with shuffling, could you open a new issue on this ?\r\n\r\nThen regarding the deadlock, it has to do with interleave_dataset with probabilities=[1, 0] with workers that may contain an empty dataset in first position (it can be empty since you distribute 1024 shard ... | NONE | ### Describe the bug
```
import datasets
import torch.utils.data
num_shards = 1024
def gen(shards):
for shard in shards:
if shard < 25:
yield {"shard": shard}
def main():
dataset = datasets.IterableDataset.from_generator(
gen,
gen_kwargs={"shards": lis... | |
2,512,244,938 | I_kwDODunzps6VvdDK | 7,142 | Specifying datatype when adding a column to a dataset. | closed | completed | 2024-09-08T07:34:24 | 2024-09-17T03:46:32 | 2024-09-17T03:46:32Z | https://github.com/huggingface/datasets/issues/7142 | varadhbhatnagar | [
"enhancement"
] | [] | [
"#self-assign"
] | CONTRIBUTOR | ### Feature request
There should be a way to specify the datatype of a column in `datasets.add_column()`.
### Motivation
To specify a custom datatype, we have to use `datasets.add_column()` followed by `datasets.cast_column()` which is slow for large datasets. Another workaround is to pass a `numpy.array()` of desi... | |
2,510,797,653 | I_kwDODunzps6Vp7tV | 7,141 | Older datasets throwing safety errors with 2.21.0 | closed | completed | 2024-09-06T16:26:30 | 2024-09-06T21:14:14 | 2024-09-06T19:09:29Z | https://github.com/huggingface/datasets/issues/7141 | alvations | [] | [] | [
"I am also getting this error with this dataset: https://huggingface.co/datasets/google/IFEval",
"Me too, didn't have this issue few hours ago.",
"same observation. I even downgraded `datasets==2.20.0` and `huggingface_hub==0.23.5` leading me to believe it's an issue on the server.\r\n\r\nany known workarounds?... | NONE | ### Describe the bug
The dataset loading was throwing some safety errors for this popular dataset `wmt14`.
[in]:
```
import datasets
# train_data = datasets.load_dataset("wmt14", "de-en", split="train")
train_data = datasets.load_dataset("wmt14", "de-en", split="train")
val_data = datasets.load_dataset(... | |
2,508,078,858 | I_kwDODunzps6Vfj8K | 7,139 | Use load_dataset to load imagenet-1K But find a empty dataset | open | 2024-09-05T15:12:22 | 2024-10-09T04:02:41 | https://github.com/huggingface/datasets/issues/7139 | fscdc | [] | [] | [
"Imagenet-1k is a gated dataset which means you’ll have to agree to share your contact info to access it. Have you tried this yet? Once you have, you can sign in with your user token (you can find this in your Hugging Face account settings) when prompted by running.\r\n\r\n```\r\nhuggingface-cli login\r\ntrain_set... | NONE | ### Describe the bug
```python
def get_dataset(data_path, train_folder="train", val_folder="val"):
traindir = os.path.join(data_path, train_folder)
valdir = os.path.join(data_path, val_folder)
def transform_val_examples(examples):
transform = Compose([
Resize(256),
... | |||
2,507,738,308 | I_kwDODunzps6VeQzE | 7,138 | Cache only changed columns? | open | 2024-09-05T12:56:47 | 2024-09-20T13:27:20 | https://github.com/huggingface/datasets/issues/7138 | Modexus | [
"enhancement"
] | [] | [
"so I guess a workaround to this is to simply remove all columns except the ones to cache and then add them back with `concatenate_datasets(..., axis=1)`.",
"yes this is the right workaround. We're keeping the cache like this to make it easier for people to delete intermediate cache files"
] | CONTRIBUTOR | ### Feature request
Cache only the actual changes to the dataset i.e. changed columns.
### Motivation
I realized that caching actually saves the complete dataset again.
This is especially problematic for image datasets if one wants to only change another column e.g. some metadata and then has to save 5 TB again.
#... | |||
2,506,851,048 | I_kwDODunzps6Va4Lo | 7,137 | [BUG] dataset_info sequence unexpected behavior in README.md YAML | closed | completed | 2024-09-05T06:06:06 | 2025-07-07T09:20:29 | 2025-07-04T19:50:59Z | https://github.com/huggingface/datasets/issues/7137 | ain-soph | [] | [] | [
"The non-sequence case works well (`dict[str, str]` instead of `list[dict[str, str]]`), which makes me believe it shall be a bug for `sequence` and my proposed behavior shall be expected.\r\n```\r\ndataset_info:\r\n- config_name: default\r\n features:\r\n - name: answers\r\n dtype:\r\n - name: text\r\n ... | CONTRIBUTOR | ### Describe the bug
When working on `dataset_info` yaml, I find my data column with format `list[dict[str, str]]` cannot be coded correctly.
My data looks like
```
{"answers":[{"text": "ADDRESS", "label": "abc"}]}
```
My `dataset_info` in README.md is:
```
dataset_info:
- config_name: default
feature... | |
2,503,318,328 | I_kwDODunzps6VNZs4 | 7,135 | Bug: Type Mismatch in Dataset Mapping | open | 2024-09-03T16:37:01 | 2024-09-05T14:09:05 | https://github.com/huggingface/datasets/issues/7135 | marko1616 | [] | [] | [
"By the way, following code is working. This show the inconsistentcy.\r\n```python\r\nfrom datasets import Dataset\r\n\r\n# Original data\r\ndata = {\r\n 'text': ['Hello', 'world', 'this', 'is', 'a', 'test'],\r\n 'label': [0, 1, 0, 1, 1, 0]\r\n}\r\n\r\n# Creating a Dataset object\r\ndataset = Dataset.from_dic... | NONE | # Issue: Type Mismatch in Dataset Mapping
## Description
There is an issue with the `map` function in the `datasets` library where the mapped output does not reflect the expected type change. After applying a mapping function to convert an integer label to a string, the resulting type remains an integer instead of ... | |||
2,499,484,041 | I_kwDODunzps6U-xmJ | 7,134 | Attempting to return a rank 3 grayscale image from dataset.map results in extreme slowdown | open | 2024-09-01T13:55:41 | 2024-09-02T10:34:53 | https://github.com/huggingface/datasets/issues/7134 | navidmafi | [] | [] | [] | NONE | ### Describe the bug
Background: Digital images are often represented as a (Height, Width, Channel) tensor. This is the same for huggingface datasets that contain images. These images are loaded in Pillow containers which offer, for example, the `.convert` method.
I can convert an image from a (H,W,3) shape to a... | |||
2,491,942,650 | I_kwDODunzps6UiAb6 | 7,129 | Inconsistent output in documentation example: `num_classes` not displayed in `ClassLabel` output | closed | completed | 2024-08-28T12:27:48 | 2024-12-06T11:32:02 | 2024-12-06T11:32:02Z | https://github.com/huggingface/datasets/issues/7129 | sergiopaniego | [] | [] | [] | MEMBER | In the documentation for [ClassLabel](https://huggingface.co/docs/datasets/v2.21.0/en/package_reference/main_classes#datasets.ClassLabel), there is an example of usage with the following code:
````
from datasets import Features
features = Features({'label': ClassLabel(num_classes=3, names=['bad', 'ok', 'good'])})
... | |
2,490,274,775 | I_kwDODunzps6UbpPX | 7,128 | Filter Large Dataset Entry by Entry | open | 2024-08-27T20:31:09 | 2024-10-07T23:37:44 | https://github.com/huggingface/datasets/issues/7128 | QiyaoWei | [
"enhancement"
] | [] | [
"Hi ! you can do\r\n\r\n```python\r\nfiltered_dataset = dataset.filter(filter_function)\r\n```\r\n\r\non a subset:\r\n\r\n```python\r\nfiltered_subset = dataset.select(range(10_000)).filter(filter_function)\r\n```\r\n",
"Jumping on this as it seems relevant - when I use the `filter` method, it often results in an... | NONE | ### Feature request
I am not sure if this is a new feature, but I wanted to post this problem here, and hear if others have ways of optimizing and speeding up this process.
Let's say I have a really large dataset that I cannot load into memory. At this point, I am only aware of `streaming=True` to load the dataset.... | |||
2,486,524,966 | I_kwDODunzps6UNVwm | 7,127 | Caching shuffles by np.random.Generator results in unintiutive behavior | open | 2024-08-26T10:29:48 | 2025-07-28T11:00:00 | https://github.com/huggingface/datasets/issues/7127 | el-hult | [] | [] | [
"I first thought this was a mistake of mine, and also posted on stack overflow. https://stackoverflow.com/questions/78913797/iterating-a-huggingface-dataset-from-disk-using-generator-seems-broken-how-to-d \r\n\r\nIt seems to me the issue is the caching step in \r\n\r\nhttps://github.com/huggingface/datasets/blob/be... | NONE | ### Describe the bug
Create a dataset. Save it to disk. Load from disk. Shuffle, usning a `np.random.Generator`. Iterate. Shuffle again. Iterate. The iterates are different since the supplied np.random.Generator has progressed between the shuffles.
Load dataset from disk again. Shuffle and Iterate. See same result ... | |||
2,484,003,937 | I_kwDODunzps6UDuRh | 7,123 | Make dataset viewer more flexible in displaying metadata alongside images | open | 2024-08-23T22:56:01 | 2024-10-17T09:13:47 | https://github.com/huggingface/datasets/issues/7123 | egrace479 | [
"enhancement"
] | [] | [
"Note that you can already have one directory per subset just for the metadata, e.g.\r\n\r\n```\r\nconfigs:\r\n - config_name: subset0\r\n data_files:\r\n - subset0/metadata.csv\r\n - images/*.jpg\r\n - config_name: subset1\r\n data_files:\r\n - subset1/metadata.csv\r\n - images/*.jpg\r\... | NONE | ### Feature request
To display images with their associated metadata in the dataset viewer, a `metadata.csv` file is required. In the case of a dataset with multiple subsets, this would require the CSVs to be contained in the same folder as the images since they all need to be named `metadata.csv`. The request is th... | |||
2,482,491,258 | I_kwDODunzps6T9896 | 7,122 | [interleave_dataset] sample batches from a single source at a time | open | 2024-08-23T07:21:15 | 2024-08-23T07:21:15 | https://github.com/huggingface/datasets/issues/7122 | memray | [
"enhancement"
] | [] | [] | NONE | ### Feature request
interleave_dataset and [RandomlyCyclingMultiSourcesExamplesIterable](https://github.com/huggingface/datasets/blob/3813ce846e52824b38e53895810682f0a496a2e3/src/datasets/iterable_dataset.py#L816) enable us to sample data examples from different sources. But can we also sample batches in a similar man... | |||
2,476,555,659 | I_kwDODunzps6TnT2L | 7,117 | Audio dataset load everything in RAM and is very slow | open | 2024-08-20T21:18:12 | 2024-08-26T13:11:55 | https://github.com/huggingface/datasets/issues/7117 | Jourdelune | [] | [] | [
"Hi ! I think the issue comes from the fact that you return `row` entirely, and therefore the dataset has to re-encode the audio data in `row`.\r\n\r\nCan you try this instead ?\r\n\r\n```python\r\n# map the dataset\r\ndef transcribe_audio(row):\r\n audio = row[\"audio\"] # get the audio but do nothing with it\... | NONE | Hello, I'm working with an audio dataset. I want to transcribe the audio that the dataset contain, and for that I use whisper. My issue is that the dataset load everything in the RAM when I map the dataset, obviously, when RAM usage is too high, the program crashes.
To fix this issue, I'm using writer_batch_size tha... | |||
2,475,522,721 | I_kwDODunzps6TjXqh | 7,116 | datasets cannot handle nested json if features is given. | closed | completed | 2024-08-20T12:27:49 | 2024-09-03T10:18:23 | 2024-09-03T10:18:07Z | https://github.com/huggingface/datasets/issues/7116 | ljw20180420 | [] | [] | [
"Hi ! `Sequence` has a weird behavior for dictionaries (from tensorflow-datasets), use a regular list instead:\r\n\r\n```python\r\nds = datasets.load_dataset('json', data_files=\"./temp.json\", features=datasets.Features({\r\n 'ref1': datasets.Value('string'),\r\n 'ref2': datasets.Value('string'),\r\n 'cut... | NONE | ### Describe the bug
I have a json named temp.json.
```json
{"ref1": "ABC", "ref2": "DEF", "cuts":[{"cut1": 3, "cut2": 5}]}
```
I want to load it.
```python
ds = datasets.load_dataset('json', data_files="./temp.json", features=datasets.Features({
'ref1': datasets.Value('string'),
'ref2': datasets.Value... | |
2,475,363,142 | I_kwDODunzps6TiwtG | 7,115 | module 'pyarrow.lib' has no attribute 'ListViewType' | closed | completed | 2024-08-20T11:05:44 | 2024-09-10T06:51:08 | 2024-09-10T06:51:08Z | https://github.com/huggingface/datasets/issues/7115 | neurafusionai | [] | [] | [
"https://github.com/neurafusionai/Hugging_Face/blob/main/meta_opt_350m_customer_support_lora_v1.ipynb\r\n\r\ncouldnt train because of GPU\r\nI didnt pip install datasets -U\r\nbut looks like restarting worked"
] | NONE | ### Describe the bug
Code:
`!pipuninstall -y pyarrow
!pip install --no-cache-dir pyarrow
!pip uninstall -y pyarrow
!pip install pyarrow --no-cache-dir
!pip install --upgrade datasets transformers pyarrow
!pip install pyarrow.parquet
! pip install pyarrow-core libparquet
!pip install pyarrow --no-cache-di... | |
2,475,029,640 | I_kwDODunzps6ThfSI | 7,113 | Stream dataset does not iterate if the batch size is larger than the dataset size (related to drop_last_batch) | closed | completed | 2024-08-20T08:26:40 | 2024-08-26T04:24:11 | 2024-08-26T04:24:10Z | https://github.com/huggingface/datasets/issues/7113 | memray | [] | [] | [
"That's expected behavior, it's also the same in `torch`:\r\n\r\n```python\r\n>>> list(DataLoader(list(range(5)), batch_size=10, drop_last=True))\r\n[]\r\n```"
] | NONE | ### Describe the bug
Hi there,
I use streaming and interleaving to combine multiple datasets saved in jsonl files. The size of dataset can vary (from 100ish to 100k-ish). I use dataset.map() and a big batch size to reduce the IO cost. It was working fine with datasets-2.16.1 but this problem shows up after I upgr... | |
2,475,004,644 | I_kwDODunzps6ThZLk | 7,112 | cudf-cu12 24.4.1, ibis-framework 8.0.0 requires pyarrow<15.0.0a0,>=14.0.1,pyarrow<16,>=2 and datasets 2.21.0 requires pyarrow>=15.0.0 | open | 2024-08-20T08:13:55 | 2024-09-20T15:30:03 | https://github.com/huggingface/datasets/issues/7112 | SoumyaMB10 | [] | [] | [
"@sayakpaul please advice ",
"Hits the same dependency conflict"
] | NONE | ### Describe the bug
!pip install accelerate>=0.16.0 torchvision transformers>=4.25.1 datasets>=2.19.1 ftfy tensorboard Jinja2 peft==0.7.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
c... | |||
2,474,915,845 | I_kwDODunzps6ThDgF | 7,111 | CI is broken for numpy-2: Failed to fetch wheel: llvmlite==0.34.0 | closed | completed | 2024-08-20T07:27:28 | 2024-08-21T05:05:36 | 2024-08-20T09:02:36Z | https://github.com/huggingface/datasets/issues/7111 | albertvillanova | [] | [
"albertvillanova"
] | [
"Note that the CI before was using:\r\n- llvmlite: 0.43.0\r\n- numba: 0.60.0\r\n\r\nNow it tries to use:\r\n- llvmlite: 0.34.0\r\n- numba: 0.51.2",
"The issue is because numba-0.60.0 pins numpy<2.1 and `uv` tries to install latest numpy-2.1.0 with an old numba-0.51.0 version (and llvmlite-0.34.0). See discussion ... | MEMBER | Ci is broken with error `Failed to fetch wheel: llvmlite==0.34.0`: https://github.com/huggingface/datasets/actions/runs/10466825281/job/28984414269
```
Run uv pip install --system "datasets[tests_numpy2] @ ."
Resolved 150 packages in 4.42s
error: Failed to prepare distributions
Caused by: Failed to fetch wheel: ... | |
2,473,367,848 | I_kwDODunzps6TbJko | 7,109 | ConnectionError for gated datasets and unauthenticated users | closed | completed | 2024-08-19T13:27:45 | 2024-08-20T09:14:36 | 2024-08-20T09:14:35Z | https://github.com/huggingface/datasets/issues/7109 | albertvillanova | [] | [
"albertvillanova"
] | [] | MEMBER | Since the Hub returns dataset info for gated datasets and unauthenticated users, there is dead code: https://github.com/huggingface/datasets/blob/98fdc9e78e6d057ca66e58a37f49d6618aab8130/src/datasets/load.py#L1846-L1852
We should remove the dead code and properly handle this case: currently we are raising a `Connect... | |
2,470,665,327 | I_kwDODunzps6TQ1xv | 7,108 | website broken: Create a new dataset repository, doesn't create a new repo in Firefox | closed | completed | 2024-08-16T17:23:00 | 2024-08-19T13:21:12 | 2024-08-19T06:52:48Z | https://github.com/huggingface/datasets/issues/7108 | neoneye | [] | [] | [
"I don't reproduce, I was able to create a new repo: https://huggingface.co/datasets/severo/reproduce-datasets-issues-7108. Can you confirm it's still broken?",
"I have just tried again.\r\n\r\nFirefox: The `Create dataset` doesn't work. It has worked in the past. It's my preferred browser.\r\n\r\nChrome: The `Cr... | NONE | ### Describe the bug
This issue is also reported here:
https://discuss.huggingface.co/t/create-a-new-dataset-repository-broken-page/102644
This page is broken.
https://huggingface.co/new-dataset
I fill in the form with my text, and click `Create Dataset`.
`
used to work till 2.20.0 but doesn't work in 2.21.0
In 2.20.0:
 | open | 2024-08-14T21:44:44 | 2024-08-15T16:17:31 | https://github.com/huggingface/datasets/issues/7102 | lajd | [] | [] | [
"Hi @lajd , I was skeptical about how we are saving the shards each as their own dataset (arrow file) in the script above, and so I updated the script to try out saving the shards in a few different file formats. From the experiments I ran, I saw binary format show significantly the best performance, with arrow a... | NONE | ### Describe the bug
When I load a dataset from a number of arrow files, as in:
```
random_dataset = load_dataset(
"arrow",
data_files={split: shard_filepaths},
streaming=True,
split=split,
)
```
I'm able to get fast iteration speeds when iterating over the dataset without shuffling.
... | |||
2,466,510,783 | I_kwDODunzps6TA_e_ | 7,101 | `load_dataset` from Hub with `name` to specify `config` using incorrect builder type when multiple data formats are present | open | 2024-08-14T18:12:25 | 2024-08-18T10:33:38 | https://github.com/huggingface/datasets/issues/7101 | hlky | [] | [] | [
"Having looked into this further it seems the core of the issue is with two different formats in the same repo.\r\n\r\nWhen the `parquet` config is first, the `WebDataset`s are loaded as `parquet`, if the `WebDataset` configs are first, the `parquet` is loaded as `WebDataset`.\r\n\r\nA workaround in my case would b... | NONE | Following [documentation](https://huggingface.co/docs/datasets/repository_structure#define-your-splits-and-subsets-in-yaml) I had defined different configs for [`Dataception`](https://huggingface.co/datasets/bigdata-pw/Dataception), a dataset of datasets:
```yaml
configs:
- config_name: dataception
data_files:
... | |||
2,465,529,414 | I_kwDODunzps6S9P5G | 7,100 | IterableDataset: cannot resolve features from list of numpy arrays | open | 2024-08-14T11:01:51 | 2024-10-03T05:47:23 | https://github.com/huggingface/datasets/issues/7100 | VeryLazyBoy | [] | [] | [
"Assign this issue to me under Hacktoberfest with hacktoberfest label inserted on the issue"
] | NONE | ### Describe the bug
when resolve features of `IterableDataset`, got `pyarrow.lib.ArrowInvalid: Can only convert 1-dimensional array values` error.
```
Traceback (most recent call last):
File "test.py", line 6
iter_ds = iter_ds._resolve_features()
File "lib/python3.10/site-packages/datasets/iterable_dat... | |||
2,458,455,489 | I_kwDODunzps6SiQ3B | 7,097 | Some of DownloadConfig's properties are always being overridden in load.py | open | 2024-08-09T18:26:37 | 2024-08-09T18:26:37 | https://github.com/huggingface/datasets/issues/7097 | ductai199x | [] | [] | [] | NONE | ### Describe the bug
The `extract_compressed_file` and `force_extract` properties of DownloadConfig are always being set to True in the function `dataset_module_factory` in the `load.py` file. This behavior is very annoying because data extracted will just be ignored the next time the dataset is loaded.
See this im... | |||
2,454,413,074 | I_kwDODunzps6SS18S | 7,093 | Add Arabic Docs to datasets | open | 2024-08-07T21:48:05 | 2024-08-07T21:48:05 | https://github.com/huggingface/datasets/issues/7093 | AhmedAlmaghz | [
"enhancement"
] | [] | [] | NONE | ### Feature request
Add Arabic Docs to datasets
[Datasets Arabic](https://github.com/AhmedAlmaghz/datasets/blob/main/docs/source/ar/index.mdx)
### Motivation
@AhmedAlmaghz
https://github.com/AhmedAlmaghz/datasets/blob/main/docs/source/ar/index.mdx
### Your contribution
@AhmedAlmaghz
https://github.com/AhmedAlma... | |||
2,451,393,658 | I_kwDODunzps6SHUx6 | 7,092 | load_dataset with multiple jsonlines files interprets datastructure too early | open | 2024-08-06T17:42:55 | 2024-08-08T16:35:01 | https://github.com/huggingface/datasets/issues/7092 | Vipitis | [] | [] | [
"I’ll take a look",
"Possible definitions of done for this issue:\r\n\r\n1. A fix so you can load your dataset specifically\r\n2. A general fix for datasets similar to this in the `datasets` library\r\n\r\nOption 1 is trivial. I think option 2 requires significant changes to the library.\r\n\r\nSince you outlined... | NONE | ### Describe the bug
likely related to #6460
using `datasets.load_dataset("json", data_dir= ... )` with multiple `.jsonl` files will error if one of the files (maybe the first file?) contains a full column of empty data.
### Steps to reproduce the bug
real world example:
data is available in this [PR-bra... | |||
2,449,699,490 | I_kwDODunzps6SA3Ki | 7,090 | The test test_move_script_doesnt_change_hash fails because it runs the 'python' command while the python executable has a different name | open | 2024-08-06T00:35:05 | 2024-08-06T00:35:05 | https://github.com/huggingface/datasets/issues/7090 | yurivict | [] | [] | [] | NONE | ### Describe the bug
Tests should use the same pythin path as they are launched with, which in the case of FreeBSD is /usr/local/bin/python3.11
Failure:
```
if err_filename is not None:
> raise child_exception_type(errno_num, err_msg, err_filename)
E FileNotFo... | |||
2,449,479,500 | I_kwDODunzps6SABdM | 7,089 | Missing pyspark dependency causes the testsuite to error out, instead of a few tests to be skipped | open | 2024-08-05T21:05:11 | 2024-08-05T21:05:11 | https://github.com/huggingface/datasets/issues/7089 | yurivict | [] | [] | [] | NONE | ### Describe the bug
see the subject
### Steps to reproduce the bug
regular tests
### Expected behavior
n/a
### Environment info
version 2.20.0 | |||
2,447,383,940 | I_kwDODunzps6R4B2E | 7,088 | Disable warning when using with_format format on tensors | open | 2024-08-05T00:45:50 | 2024-08-05T00:45:50 | https://github.com/huggingface/datasets/issues/7088 | Haislich | [
"enhancement"
] | [] | [] | NONE | ### Feature request
If we write this code:
```python
"""Get data and define datasets."""
from enum import StrEnum
from datasets import load_dataset
from torch.utils.data import DataLoader
from torchvision import transforms
class Split(StrEnum):
"""Describes what type of split to use in the dataloa... | |||
2,447,158,643 | I_kwDODunzps6R3K1z | 7,087 | Unable to create dataset card for Lushootseed language | closed | completed | 2024-08-04T14:27:04 | 2024-08-06T06:59:23 | 2024-08-06T06:59:22Z | https://github.com/huggingface/datasets/issues/7087 | vaishnavsudarshan | [
"enhancement"
] | [
"albertvillanova"
] | [
"Thanks for reporting.\r\n\r\nIt is weird, because the language entry is in the list. See: https://github.com/huggingface/huggingface.js/blob/98e32f0ed4ee057a596f66a1dec738e5db9643d5/packages/languages/src/languages_iso_639_3.ts#L15186-L15189\r\n\r\nI have reported the issue:\r\n- https://github.com/huggingface/hug... | NONE | ### Feature request
While I was creating the dataset which contained all documents from the Lushootseed Wikipedia, the dataset card asked me to enter which language the dataset was in. Since Lushootseed is a critically endangered language, it was not available as one of the options. Is it possible to allow entering la... | |
2,445,516,829 | I_kwDODunzps6Rw6Ad | 7,086 | load_dataset ignores cached datasets and tries to hit HF Hub, resulting in API rate limit errors | open | 2024-08-02T18:12:23 | 2025-11-21T10:05:10 | https://github.com/huggingface/datasets/issues/7086 | tginart | [] | [] | [
"I'm having the same issue - running into rate limits when doing hyperparameter tuning even though the dataset is supposed to be cached. I feel like this behaviour should at the very least be documented, but honestly you should just not be running into rate limits in the first place when the dataset is cached. It e... | NONE | ### Describe the bug
I have been running lm-eval-harness a lot which has results in an API rate limit. This seems strange, since all of the data should be cached locally. I have in fact verified this.
### Steps to reproduce the bug
1. Be Me
2. Run `load_dataset("TAUR-Lab/MuSR")`
3. Hit rate limit error
4. Dataset... | |||
2,440,008,618 | I_kwDODunzps6Rb5Oq | 7,085 | [Regression] IterableDataset is broken on 2.20.0 | closed | completed | 2024-07-31T13:01:59 | 2024-08-22T14:49:37 | 2024-08-22T14:49:07Z | https://github.com/huggingface/datasets/issues/7085 | AjayP13 | [] | [
"lhoestq"
] | [
"@lhoestq I detected this regression over on [DataDreamer](https://github.com/datadreamer-dev/DataDreamer)'s test suite. I put in these [monkey patches](https://github.com/datadreamer-dev/DataDreamer/blob/4cbaf9f39cf7bedde72bbaa68346e169788fbecb/src/_patches/datasets_reset_state_hack.py) in case that fixed it our t... | NONE | ### Describe the bug
In the latest version of datasets there is a major regression, after creating an `IterableDataset` from a generator and applying a few operations (`map`, `select`), you can no longer iterate through the dataset multiple times.
The issue seems to stem from the recent addition of "resumable Itera... | |
2,439,519,534 | I_kwDODunzps6RaB0u | 7,084 | More easily support streaming local files | open | 2024-07-31T09:03:15 | 2024-07-31T09:05:58 | https://github.com/huggingface/datasets/issues/7084 | fschlatt | [
"enhancement"
] | [] | [] | CONTRIBUTOR | ### Feature request
Simplify downloading and streaming datasets locally. Specifically, perhaps add an option to `load_dataset(..., streaming="download_first")` or add better support for streaming symlinked or arrow files.
### Motivation
I have downloaded FineWeb-edu locally and currently trying to stream the d... | |||
2,434,275,664 | I_kwDODunzps6RGBlQ | 7,080 | Generating train split takes a long time | open | 2024-07-29T01:42:43 | 2024-10-02T15:31:22 | https://github.com/huggingface/datasets/issues/7080 | alexanderswerdlow | [] | [] | [
"@alexanderswerdlow \r\nWhen no specific split is mentioned, the load_dataset library will load all available splits of the dataset. For example, if a dataset has \"train\" and \"test\" splits, the load_dataset function will load both into the DatasetDict object.\r\n\r\n
```
### Expected behavior
The dataset should load immediately as it does when loaded through a normal indexed WebD... | |||
2,433,363,298 | I_kwDODunzps6RCi1i | 7,079 | HfHubHTTPError: 500 Server Error: Internal Server Error for url: | closed | completed | 2024-07-27T08:21:03 | 2024-09-20T13:26:25 | 2024-07-27T19:52:30Z | https://github.com/huggingface/datasets/issues/7079 | neoneye | [] | [] | [
"same issue here. @albertvillanova @lhoestq ",
"Also impacted by this issue in many of my datasets (though not all) - in my case, this also seems to affect datasets that have been updated recently. Git cloning and the web interface still work:\r\n- https://huggingface.co/api/datasets/acmc/cheat_reduced\r\n- https... | NONE | ### Describe the bug
newly uploaded datasets, since yesterday, yields an error.
old datasets, works fine.
Seems like the datasets api server returns a 500
I'm getting the same error, when I invoke `load_dataset` with my dataset.
Long discussion about it here, but I'm not sure anyone from huggingface have s... | |
2,432,345,489 | I_kwDODunzps6Q-qWR | 7,077 | column_names ignored by load_dataset() when loading CSV file | open | 2024-07-26T14:18:04 | 2024-07-30T07:52:26 | https://github.com/huggingface/datasets/issues/7077 | luismsgomes | [] | [] | [
"I confirm that `column_names` values are not copied to `names` variable because in this case `CsvConfig.__post_init__` is not called: `CsvConfig` is instantiated with default values and afterwards the `config_kwargs` are used to overwrite its attributes.\r\n\r\n@luismsgomes in the meantime, you can avoid the bug i... | NONE | ### Describe the bug
load_dataset() ignores the column_names kwarg when loading a CSV file. Instead, it uses whatever values are on the first line of the file.
### Steps to reproduce the bug
Call `load_dataset` to load data from a CSV file and specify `column_names` kwarg.
### Expected behavior
The resulting da... | |||
2,431,706,568 | I_kwDODunzps6Q8OXI | 7,073 | CI is broken for convert_to_parquet: Invalid rev id: refs/pr/1 404 error causes RevisionNotFoundError | closed | completed | 2024-07-26T08:27:41 | 2024-07-27T05:48:02 | 2024-07-26T09:16:13Z | https://github.com/huggingface/datasets/issues/7073 | albertvillanova | [] | [
"albertvillanova"
] | [
"Any recent change in the API backend rejecting parameter `revision=\"refs/pr/1\"` to `HfApi.preupload_lfs_files`?\r\n```\r\nf\"{endpoint}/api/{repo_type}s/{repo_id}/preupload/{revision}\"\r\n\r\nhttps://hub-ci.huggingface.co/api/datasets/__DUMMY_TRANSFORMERS_USER__/test-dataset-5188a8-17219154347516/preupload/refs... | MEMBER | See: https://github.com/huggingface/datasets/actions/runs/10095313567/job/27915185756
```
FAILED tests/test_hub.py::test_convert_to_parquet - huggingface_hub.utils._errors.RevisionNotFoundError: 404 Client Error. (Request ID: Root=1-66a25839-31ce7b475e70e7db1e4d44c2;b0c8870f-d5ef-4bf2-a6ff-0191f3df0f64)
Revision N... | |
2,430,577,916 | I_kwDODunzps6Q36z8 | 7,072 | nm | closed | not_planned | 2024-07-25T17:03:24 | 2024-07-25T20:36:11 | 2024-07-25T20:36:11Z | https://github.com/huggingface/datasets/issues/7072 | brettdavies | [] | [] | [] | NONE | ||
2,430,313,011 | I_kwDODunzps6Q26Iz | 7,071 | Filter hangs | open | 2024-07-25T15:29:05 | 2024-07-25T15:36:59 | https://github.com/huggingface/datasets/issues/7071 | lucienwalewski | [] | [] | [] | NONE | ### Describe the bug
When trying to filter my custom dataset, the process hangs, regardless of the lambda function used. It appears to be an issue with the way the Images are being handled. The dataset in question is a preprocessed version of https://huggingface.co/datasets/danaaubakirova/patfig where notably, I hav... | |||
2,430,285,235 | I_kwDODunzps6Q2zWz | 7,070 | how set_transform affects batch size? | open | 2024-07-25T15:19:34 | 2024-07-25T15:19:34 | https://github.com/huggingface/datasets/issues/7070 | VafaKnm | [] | [] | [] | NONE | ### Describe the bug
I am trying to fine-tune w2v-bert for ASR task. Since my dataset is so big, I preferred to use the on-the-fly method with set_transform. So i change the preprocessing function to this:
```
def prepare_dataset(batch):
input_features = processor(batch["audio"], sampling_rate=16000).input_feat... | |||
2,425,460,168 | I_kwDODunzps6QkZXI | 7,067 | Convert_to_parquet fails for datasets with multiple configs | closed | completed | 2024-07-23T15:09:33 | 2024-07-30T10:51:02 | 2024-07-30T10:51:02Z | https://github.com/huggingface/datasets/issues/7067 | HuangZhen02 | [] | [
"albertvillanova"
] | [
"Many users have encountered the same issue, which has caused inconvenience.\r\n\r\nhttps://discuss.huggingface.co/t/convert-to-parquet-fails-for-datasets-with-multiple-configs/86733\r\n",
"Thanks for reporting.\r\n\r\nI will make the code more robust.",
"I have opened an issue in the huggingface-hub repo:\r\n-... | NONE | If the dataset has multiple configs, when using the `datasets-cli convert_to_parquet` command to avoid issues with the data viewer caused by loading scripts, the conversion process only successfully converts the data corresponding to the first config. When it starts converting the second config, it throws an error:
... | |
2,425,125,160 | I_kwDODunzps6QjHko | 7,066 | One subset per file in repo ? | open | 2024-07-23T12:43:59 | 2025-06-26T08:24:50 | https://github.com/huggingface/datasets/issues/7066 | lhoestq | [] | [] | [
"Hi @lhoestq! I’ve opened a PR that addresses this issue"
] | MEMBER | Right now we consider all the files of a dataset to be the same data, e.g.
```
single_subset_dataset/
├── train0.jsonl
├── train1.jsonl
└── train2.jsonl
```
but in cases like this, each file is actually a different subset of the dataset and should be loaded separately
```
many_subsets_dataset/
├── animals.jso... | |||
2,424,734,953 | I_kwDODunzps6QhoTp | 7,065 | Cannot get item after loading from disk and then converting to iterable. | open | 2024-07-23T09:37:56 | 2024-07-23T09:37:56 | https://github.com/huggingface/datasets/issues/7065 | happyTonakai | [] | [] | [] | NONE | ### Describe the bug
The dataset generated from local file works fine.
```py
root = "/home/data/train"
file_list1 = glob(os.path.join(root, "*part1.flac"))
file_list2 = glob(os.path.join(root, "*part2.flac"))
ds = (
Dataset.from_dict({"part1": file_list1, "part2": file_list2})
.cast_column("part1", Au... | |||
2,424,488,648 | I_kwDODunzps6QgsLI | 7,063 | Add `batch` method to `Dataset` | closed | completed | 2024-07-23T07:36:59 | 2024-07-25T13:45:21 | 2024-07-25T13:45:21Z | https://github.com/huggingface/datasets/issues/7063 | lappemic | [
"enhancement"
] | [] | [] | CONTRIBUTOR | ### Feature request
Add a `batch` method to the Dataset class, similar to the one recently implemented for `IterableDataset` in PR #7054.
### Motivation
A batched iteration speeds up data loading significantly (see e.g. #6279)
### Your contribution
I plan to open a PR to implement this. | |
2,423,786,881 | I_kwDODunzps6QeA2B | 7,061 | Custom Dataset | Still Raise Error while handling errors in _generate_examples | open | 2024-07-22T21:18:12 | 2024-09-09T14:48:07 | https://github.com/huggingface/datasets/issues/7061 | hahmad2008 | [] | [] | [] | NONE | ### Describe the bug
I follow this [example](https://discuss.huggingface.co/t/error-handling-in-iterabledataset/72827/3) to handle errors in custom dataset. I am writing a dataset script which read jsonl files and i need to handle errors and continue reading files without raising exception and exit the execution.
`... | |||
2,422,827,892 | I_kwDODunzps6QaWt0 | 7,059 | None values are skipped when reading jsonl in subobjects | open | 2024-07-22T13:02:42 | 2024-07-22T13:02:53 | https://github.com/huggingface/datasets/issues/7059 | PonteIneptique | [] | [] | [] | NONE | ### Describe the bug
I have been fighting against my machine since this morning only to find out this is some kind of a bug.
When loading a dataset composed of `metadata.jsonl`, if you have nullable values (Optional[str]), they can be ignored by the parser, shifting things around.
E.g., let's take this example
... | |||
2,422,560,355 | I_kwDODunzps6QZVZj | 7,058 | New feature type: Document | open | 2024-07-22T10:49:20 | 2024-07-22T10:49:20 | https://github.com/huggingface/datasets/issues/7058 | severo | [] | [] | [] | COLLABORATOR | It would be useful for PDF.
https://github.com/huggingface/dataset-viewer/issues/2991#issuecomment-2242656069 | |||
2,421,708,891 | I_kwDODunzps6QWFhb | 7,055 | WebDataset with different prefixes are unsupported | closed | completed | 2024-07-22T01:14:19 | 2024-07-24T13:26:30 | 2024-07-23T13:28:46Z | https://github.com/huggingface/datasets/issues/7055 | hlky | [] | [] | [
"Since `datasets` uses is built on Arrow to store the data, it requires each sample to have the same columns.\r\n\r\nThis can be fixed by specifyign in advance the name of all the possible columns in the `dataset_info` in YAML, and missing values will be `None`",
"Thanks. This currently doesn't work for WebDatase... | NONE | ### Describe the bug
Consider a WebDataset with multiple images for each item where the number of images may vary: [example](https://huggingface.co/datasets/bigdata-pw/fashion-150k)
Due to this [code](https://github.com/huggingface/datasets/blob/87f4c2088854ff33e817e724e75179e9975c1b02/src/datasets/packaged_modules... | |
2,416,423,791 | I_kwDODunzps6QB7Nv | 7,053 | Datasets.datafiles resolve_pattern `TypeError: can only concatenate tuple (not "str") to tuple` | closed | completed | 2024-07-18T13:42:35 | 2024-07-18T15:17:42 | 2024-07-18T15:16:18Z | https://github.com/huggingface/datasets/issues/7053 | MatthewYZhang | [] | [
"albertvillanova"
] | [
"Hi,\r\n\r\nThis issue was fixed in `datasets` 2.15.0:\r\n- #6105\r\n\r\nYou will need to update your `datasets`:\r\n```\r\npip install -U datasets\r\n```",
"Duplicate of:\r\n- #6100"
] | NONE | ### Describe the bug
in data_files.py, line 332,
`fs, _, _ = get_fs_token_paths(pattern, storage_options=storage_options)`
If we run the code on AWS, as fs.protocol will be a tuple like: `('file', 'local')`
So, `isinstance(fs.protocol, str) == False` and
`protocol_prefix = fs.protocol + "://" if fs.protocol != ... | |
2,409,353,929 | I_kwDODunzps6Pm9LJ | 7,051 | How to set_epoch with interleave_datasets? | closed | completed | 2024-07-15T18:24:52 | 2024-08-05T20:58:04 | 2024-08-05T20:58:04Z | https://github.com/huggingface/datasets/issues/7051 | jonathanasdf | [] | [] | [
"This is not possible right now afaik :/\r\n\r\nMaybe we could have something like this ? wdyt ?\r\n\r\n```python\r\nds = interleave_datasets(\r\n [shuffled_dataset_a, dataset_b],\r\n probabilities=probabilities,\r\n stopping_strategy='all_exhausted',\r\n reshuffle_each_iteration=True,\r\n)",
"That wo... | NONE | Let's say I have dataset A which has 100k examples, and dataset B which has 100m examples.
I want to train on an interleaved dataset of A+B, with stopping_strategy='all_exhausted' so dataset B doesn't repeat any examples. But every time A is exhausted I want it to be reshuffled (eg. calling set_epoch)
Of course I... | |
2,408,514,366 | I_kwDODunzps6PjwM- | 7,049 | Save nparray as list | closed | completed | 2024-07-15T11:36:11 | 2024-07-18T11:33:34 | 2024-07-18T11:33:34Z | https://github.com/huggingface/datasets/issues/7049 | Sakurakdx | [] | [] | [
"In addition, when I use `set_format ` and index the ds, the following error occurs:\r\nthe code\r\n```python\r\nds.set_format(type=\"np\", colums=\"pixel_values\")\r\n```\r\nerror\r\n<img width=\"918\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b28bbff2-20ea-4d28-ab62-b4ed2d944996\">\r\n",
">... | NONE | ### Describe the bug
When I use the `map` function to convert images into features, datasets saves nparray as a list. Some people use the `set_format` function to convert the column back, but doesn't this lose precision?
### Steps to reproduce the bug
the map function
```python
def convert_image_to_features(inst, ... | |
2,408,487,547 | I_kwDODunzps6Pjpp7 | 7,048 | ImportError: numpy.core.multiarray when using `filter` | closed | completed | 2024-07-15T11:21:04 | 2024-07-16T10:11:25 | 2024-07-16T10:11:25Z | https://github.com/huggingface/datasets/issues/7048 | kamilakesbi | [] | [] | [
"Could you please check your `numpy` version?",
"I got this issue while using numpy version 2.0. \r\n\r\nI solved it by switching back to numpy 1.26.0 :) ",
"We recently added support for numpy 2.0, but it is not released yet.",
"Ok I see, thanks! I think we can close this issue for now as switching back to v... | NONE | ### Describe the bug
I can't apply the filter method on my dataset.
### Steps to reproduce the bug
The following snippet generates a bug:
```python
from datasets import load_dataset
ami = load_dataset('kamilakesbi/ami', 'ihm')
ami['train'].filter(
lambda example: example["file_name"] == 'EN2001a'
... | |
2,406,495,084 | I_kwDODunzps6PcDNs | 7,047 | Save Dataset as Sharded Parquet | open | 2024-07-12T23:47:51 | 2026-01-11T20:03:20 | https://github.com/huggingface/datasets/issues/7047 | tom-p-reichel | [
"enhancement"
] | [] | [
"To anyone else who finds themselves in this predicament, it's possible to read the parquet file in the same way that datasets writes it, and then manually break it into pieces. Although, you need a couple of magic options (`thrift_*`) to deal with the huge metadata, otherwise pyarrow immediately crashes.\r\n```pyt... | NONE | ### Feature request
`to_parquet` currently saves the dataset as one massive, monolithic parquet file, rather than as several small parquet files. It should shard large datasets automatically.
### Motivation
This default behavior makes me very sad because a program I ran for 6 hours saved its results using `to_... | |||
2,404,576,038 | I_kwDODunzps6PUusm | 7,041 | `sort` after `filter` unreasonably slow | closed | completed | 2024-07-12T03:29:27 | 2025-04-29T09:49:25 | 2025-04-29T09:49:25Z | https://github.com/huggingface/datasets/issues/7041 | Tobin-rgb | [] | [] | [
"`filter` add an indices mapping on top of the dataset, so `sort` has to gather all the rows that are kept to form a new Arrow table and sort the table. Gathering all the rows can take some time, but is a necessary step. You can try calling `ds = ds.flatten_indices()` before sorting to remove the indices mapping.",... | NONE | ### Describe the bug
as the tittle says ...
### Steps to reproduce the bug
`sort` seems to be normal.
```python
from datasets import Dataset
import random
nums = [{"k":random.choice(range(0,1000))} for _ in range(100000)]
ds = Dataset.from_list(nums)
print("start sort")
ds = ds.sort("k")
print("f... | |
2,402,918,335 | I_kwDODunzps6POZ-_ | 7,040 | load `streaming=True` dataset with downloaded cache | open | 2024-07-11T11:14:13 | 2024-07-11T14:11:56 | https://github.com/huggingface/datasets/issues/7040 | wanghaoyucn | [] | [] | [
"When you pass `streaming=True`, the cache is ignored. The remote data URL is used instead and the data is streamed from the remote server.",
"Thanks for your reply! So is there any solution to get my expected behavior besides clone the whole repo ? Or could I adjust my script to load the downloaded arrow files a... | NONE | ### Describe the bug
We build a dataset which contains several hdf5 files and write a script using `h5py` to generate the dataset. The hdf5 files are large and the processed dataset cache takes more disk space. So we hope to try streaming iterable dataset. Unfortunately, `h5py` can't convert a remote URL into a hdf5 f... | |||
2,400,192,419 | I_kwDODunzps6PEAej | 7,037 | A bug of Dataset.to_json() function | open | 2024-07-10T09:11:22 | 2024-09-22T13:16:07 | https://github.com/huggingface/datasets/issues/7037 | LinglingGreat | [
"bug"
] | [
"albertvillanova"
] | [
"Thanks for reporting, @LinglingGreat.\r\n\r\nI confirm this is a bug.",
"@albertvillanova I would like to take a shot at this if you aren't working on it currently. Let me know!"
] | NONE | ### Describe the bug
When using the Dataset.to_json() function, an unexpected error occurs if the parameter is set to lines=False. The stored data should be in the form of a list, but it actually turns into multiple lists, which causes an error when reading the data again.
The reason is that to_json() writes to the f... | |||
2,400,021,225 | I_kwDODunzps6PDWrp | 7,035 | Docs are not generated when a parameter defaults to a NamedSplit value | closed | completed | 2024-07-10T07:51:24 | 2024-07-26T07:51:53 | 2024-07-26T07:51:53Z | https://github.com/huggingface/datasets/issues/7035 | albertvillanova | [
"maintenance"
] | [
"albertvillanova"
] | [] | MEMBER | While generating the docs, we get an error when some parameter defaults to a `NamedSplit` value, like:
```python
def call_function(split=Split.TRAIN):
...
```
The error is: ValueError: Equality not supported between split train and <class 'inspect._empty'>
See: https://github.com/huggingface/datasets/action... | |
2,397,419,768 | I_kwDODunzps6O5bj4 | 7,033 | `from_generator` does not allow to specify the split name | closed | completed | 2024-07-09T07:47:58 | 2024-07-26T12:56:16 | 2024-07-26T09:31:56Z | https://github.com/huggingface/datasets/issues/7033 | pminervini | [] | [] | [
"Thanks for reporting, @pminervini.\r\n\r\nI agree we should give the option to define the split name.\r\n\r\nIndeed, there is a PR that addresses precisely this issue:\r\n- #7015\r\n\r\nI am reviewing it.",
"Booom! thank you guys :)"
] | CONTRIBUTOR | ### Describe the bug
I'm building train, dev, and test using `from_generator`; however, in all three cases, the logger prints `Generating train split:`
It's not possible to change the split name since it seems to be hardcoded: https://github.com/huggingface/datasets/blob/main/src/datasets/packaged_modules/generator/g... | |
2,395,401,692 | I_kwDODunzps6Oxu3c | 7,031 | CI quality is broken: use ruff check instead | closed | not_planned | 2024-07-08T11:42:24 | 2024-07-08T11:47:29 | 2024-07-08T11:47:29Z | https://github.com/huggingface/datasets/issues/7031 | albertvillanova | [] | [
"albertvillanova"
] | [] | MEMBER | CI quality is broken: https://github.com/huggingface/datasets/actions/runs/9838873879/job/27159697027
```
error: `ruff <path>` has been removed. Use `ruff check <path>` instead.
``` | |
2,393,411,631 | I_kwDODunzps6OqJAv | 7,030 | Add option to disable progress bar when reading a dataset ("Loading dataset from disk") | closed | completed | 2024-07-06T05:43:37 | 2024-07-13T14:35:59 | 2024-07-13T14:35:59Z | https://github.com/huggingface/datasets/issues/7030 | yuvalkirstain | [
"enhancement"
] | [] | [
"You can disable progress bars for all of `datasets` with `disable_progress_bars`. [Link](https://huggingface.co/docs/datasets/en/package_reference/utilities#datasets.enable_progress_bars)\r\n\r\nSo you could do something like:\r\n\r\n```python\r\nfrom datasets import load_from_disk, enable_progress_bars, disable_p... | NONE | ### Feature request
Add an option in load_from_disk to disable the progress bar even if the number of files is larger than 16.
### Motivation
I am reading a lot of datasets that it creates lots of logs.
<img width="1432" alt="image" src="https://github.com/huggingface/datasets/assets/57996478/8d4bbf03-6b89-... | |
2,391,366,696 | I_kwDODunzps6OiVwo | 7,029 | load_dataset on AWS lambda throws OSError(30, 'Read-only file system') error | open | 2024-07-04T19:15:16 | 2024-07-17T12:44:03 | https://github.com/huggingface/datasets/issues/7029 | sugam-nexusflow | [] | [] | [
"hi ! can you share the full stack trace ? this should help locate what files is not written in the cache_dir"
] | NONE | ### Describe the bug
I'm using AWS lambda to run a python application. I run the `load_dataset` function with cache_dir="/tmp" and is still throws the OSError(30, 'Read-only file system') error. Is even updated all the HF envs to point to /tmp dir but the issue still persists. I can confirm that the I can write to /... | |||
2,390,141,626 | I_kwDODunzps6Odqq6 | 7,024 | Streaming dataset not returning data | open | 2024-07-04T07:21:47 | 2024-07-04T07:21:47 | https://github.com/huggingface/datasets/issues/7024 | johnwee1 | [] | [] | [] | NONE | ### Describe the bug
I'm deciding to post here because I'm still not sure what the issue is, or if I am using IterableDatasets wrongly.
I'm following the guide on here https://huggingface.co/learn/cookbook/en/fine_tuning_code_llm_on_single_gpu pretty much to a tee and have verified that it works when I'm fine-tuning ... | |||
2,388,064,650 | I_kwDODunzps6OVvmK | 7,022 | There is dead code after we require pyarrow >= 15.0.0 | closed | completed | 2024-07-03T08:52:57 | 2024-07-03T09:17:36 | 2024-07-03T09:17:36Z | https://github.com/huggingface/datasets/issues/7022 | albertvillanova | [
"maintenance"
] | [
"albertvillanova"
] | [] | MEMBER | There are code lines specific for pyarrow versions < 15.0.0.
However, we require pyarrow >= 15.0.0 since the merge of PR:
- #6892
Those code lines are now dead code and should be removed. | |
2,387,940,990 | I_kwDODunzps6OVRZ- | 7,020 | Casting list array to fixed size list raises error | closed | completed | 2024-07-03T07:54:49 | 2024-07-03T08:41:56 | 2024-07-03T08:41:56Z | https://github.com/huggingface/datasets/issues/7020 | albertvillanova | [
"bug"
] | [
"albertvillanova"
] | [] | MEMBER | When trying to cast a list array to fixed size list, an AttributeError is raised:
> AttributeError: 'pyarrow.lib.FixedSizeListType' object has no attribute 'length'
Steps to reproduce the bug:
```python
import pyarrow as pa
from datasets.table import array_cast
arr = pa.array([[0, 1]])
array_cast(arr, pa.lis... | |
2,383,700,286 | I_kwDODunzps6OFGE- | 7,018 | `load_dataset` fails to load dataset saved by `save_to_disk` | open | 2024-07-01T12:19:19 | 2025-11-11T05:03:18 | https://github.com/huggingface/datasets/issues/7018 | sliedes | [] | [] | [
"In my case the error was:\r\n```\r\nValueError: You are trying to load a dataset that was saved using `save_to_disk`. Please use `load_from_disk` instead.\r\n```\r\nDid you try `load_from_disk`?",
"More generally, any reason there is no API consistency between save_to_disk and push_to_hub ? \r\n\r\nWould be nice... | NONE | ### Describe the bug
This code fails to load the dataset it just saved:
```python
from datasets import load_dataset
from transformers import AutoTokenizer
MODEL = "google-bert/bert-base-cased"
tokenizer = AutoTokenizer.from_pretrained(MODEL)
dataset = load_dataset("yelp_review_full")
def tokenize_functi... | |||
2,383,262,608 | I_kwDODunzps6ODbOQ | 7,016 | `drop_duplicates` method | open | 2024-07-01T09:01:06 | 2024-07-20T06:51:58 | https://github.com/huggingface/datasets/issues/7016 | MohamedAliRashad | [
"duplicate",
"enhancement"
] | [] | [
"There is an open issue #2514 about this which also proposes solutions."
] | NONE | ### Feature request
`drop_duplicates` method for huggingface datasets (similiar in simplicity to the `pandas` one)
### Motivation
Ease of use
### Your contribution
I don't think i am good enough to help | |||
2,382,976,738 | I_kwDODunzps6OCVbi | 7,013 | CI is broken for faiss tests on Windows: node down: Not properly terminated | closed | completed | 2024-07-01T06:40:03 | 2024-07-01T07:10:28 | 2024-07-01T07:10:28Z | https://github.com/huggingface/datasets/issues/7013 | albertvillanova | [
"maintenance"
] | [
"albertvillanova"
] | [] | MEMBER | Faiss tests on Windows make the CI run indefinitely until maximum execution time (360 minutes) is reached.
See: https://github.com/huggingface/datasets/actions/runs/9712659783
```
test (integration, windows-latest, deps-minimum)
The job running on runner GitHub Actions 60 has exceeded the maximum execution time o... | |
2,379,777,480 | I_kwDODunzps6N2IXI | 7,010 | Re-enable raising error from huggingface-hub FutureWarning in CI | closed | completed | 2024-06-28T07:23:40 | 2024-06-28T12:19:30 | 2024-06-28T12:19:29Z | https://github.com/huggingface/datasets/issues/7010 | albertvillanova | [
"maintenance"
] | [
"albertvillanova"
] | [] | MEMBER | Re-enable raising error from huggingface-hub FutureWarning in CI, which was disabled by PR:
- #6876
Note that this can only be done once transformers releases the fix:
- https://github.com/huggingface/transformers/pull/31007 | |
2,379,591,141 | I_kwDODunzps6N1a3l | 7,008 | Support ruff 0.5.0 in CI | closed | completed | 2024-06-28T05:11:26 | 2024-06-28T07:11:18 | 2024-06-28T07:11:18Z | https://github.com/huggingface/datasets/issues/7008 | albertvillanova | [
"maintenance"
] | [
"albertvillanova"
] | [] | MEMBER | Support ruff 0.5.0 in CI.
Also revert:
- #7007 | |
2,379,581,543 | I_kwDODunzps6N1Yhn | 7,006 | CI is broken after ruff-0.5.0: E721 | closed | completed | 2024-06-28T05:03:28 | 2024-06-28T05:25:18 | 2024-06-28T05:25:18Z | https://github.com/huggingface/datasets/issues/7006 | albertvillanova | [
"maintenance"
] | [
"albertvillanova"
] | [] | MEMBER | After ruff-0.5.0 release (https://github.com/astral-sh/ruff/releases/tag/0.5.0), our CI is broken due to E721 rule.
See: https://github.com/huggingface/datasets/actions/runs/9707641618/job/26793170961?pr=6983
> src/datasets/features/features.py:844:12: E721 Use `is` and `is not` for type comparisons, or `isinstanc... | |
2,378,424,349 | I_kwDODunzps6Nw-Ad | 7,005 | EmptyDatasetError: The directory at /metadata.jsonl doesn't contain any data files | closed | completed | 2024-06-27T15:08:26 | 2024-06-28T09:56:19 | 2024-06-28T09:56:19Z | https://github.com/huggingface/datasets/issues/7005 | Aki1991 | [] | [] | [
"Hi ! `data_dir=` is for directories, can you try using `data_files=` instead ?",
"If you are trying to load your image dataset from a local folder, you should replace \"data_dir=path/to/jsonl/metadata.jsonl\" with the real folder path in your computer.\r\n\r\nhttps://huggingface.co/docs/datasets/en/image_load#im... | NONE | ### Describe the bug
while trying to load custom dataset from jsonl file, I get the error: "metadata.jsonl doesn't contain any data files"
### Steps to reproduce the bug
This is my [metadata_v2.jsonl](https://github.com/user-attachments/files/16016011/metadata_v2.json) file. I have this file in the folder with all ... | |
2,372,930,879 | I_kwDODunzps6NcA0_ | 7,001 | Datasetbuilder Local Download FileNotFoundError | open | 2024-06-25T15:02:34 | 2024-06-25T15:21:19 | https://github.com/huggingface/datasets/issues/7001 | purefall | [] | [] | [
"Ok it seems the solution is to use the directory string without the trailing \"/\" which in my case as: \r\n\r\n`parquet_dir = \"~/data/Parquet\" `\r\n\r\nStill i think this is a weird behavior... "
] | NONE | ### Describe the bug
So I was trying to download a dataset and save it as parquet and I follow the [tutorial](https://huggingface.co/docs/datasets/filesystems#download-and-prepare-a-dataset-into-a-cloud-storage) of Huggingface. However, during the excution I face a FileNotFoundError.
I debug the code and it seems... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.