id int64 953M 3.35B | number int64 2.72k 7.75k | title stringlengths 1 290 | state stringclasses 2 values | created_at timestamp[s]date 2021-07-26 12:21:17 2025-08-23 00:18:43 | updated_at timestamp[s]date 2021-07-26 13:27:59 2025-08-23 12:34:39 | closed_at timestamp[s]date 2021-07-26 13:27:59 2025-08-20 16:35:55 ⌀ | html_url stringlengths 49 51 | pull_request dict | user_login stringlengths 3 26 | is_pull_request bool 2 classes | comments listlengths 0 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|
2,477,676,893 | 7,118 | Allow numpy-2.1 and test it without audio extra | closed | 2024-08-21T10:29:35 | 2024-08-21T11:05:03 | 2024-08-21T10:58:15 | https://github.com/huggingface/datasets/pull/7118 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7118",
"html_url": "https://github.com/huggingface/datasets/pull/7118",
"diff_url": "https://github.com/huggingface/datasets/pull/7118.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7118.patch",
"merged_at": "2024-08-21T10:58:15"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7118). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,476,555,659 | 7,117 | Audio dataset load everything in RAM and is very slow | open | 2024-08-20T21:18:12 | 2024-08-26T13:11:55 | null | https://github.com/huggingface/datasets/issues/7117 | null | Jourdelune | false | [
"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\... |
2,475,522,721 | 7,116 | datasets cannot handle nested json if features is given. | closed | 2024-08-20T12:27:49 | 2024-09-03T10:18:23 | 2024-09-03T10:18:07 | https://github.com/huggingface/datasets/issues/7116 | null | ljw20180420 | false | [
"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... |
2,475,363,142 | 7,115 | module 'pyarrow.lib' has no attribute 'ListViewType' | closed | 2024-08-20T11:05:44 | 2024-09-10T06:51:08 | 2024-09-10T06:51:08 | https://github.com/huggingface/datasets/issues/7115 | null | neurafusionai | false | [
"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"
] |
2,475,062,252 | 7,114 | Temporarily pin numpy<2.1 to fix CI | closed | 2024-08-20T08:42:57 | 2024-08-20T09:09:27 | 2024-08-20T09:02:35 | https://github.com/huggingface/datasets/pull/7114 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7114",
"html_url": "https://github.com/huggingface/datasets/pull/7114",
"diff_url": "https://github.com/huggingface/datasets/pull/7114.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7114.patch",
"merged_at": "2024-08-20T09:02:35"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7114). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,475,029,640 | 7,113 | Stream dataset does not iterate if the batch size is larger than the dataset size (related to drop_last_batch) | closed | 2024-08-20T08:26:40 | 2024-08-26T04:24:11 | 2024-08-26T04:24:10 | https://github.com/huggingface/datasets/issues/7113 | null | memray | false | [
"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```"
] |
2,475,004,644 | 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 | null | https://github.com/huggingface/datasets/issues/7112 | null | SoumyaMB10 | false | [
"@sayakpaul please advice ",
"Hits the same dependency conflict"
] |
2,474,915,845 | 7,111 | CI is broken for numpy-2: Failed to fetch wheel: llvmlite==0.34.0 | closed | 2024-08-20T07:27:28 | 2024-08-21T05:05:36 | 2024-08-20T09:02:36 | https://github.com/huggingface/datasets/issues/7111 | null | albertvillanova | false | [
"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 ... |
2,474,747,695 | 7,110 | Fix ConnectionError for gated datasets and unauthenticated users | closed | 2024-08-20T05:26:54 | 2024-08-20T15:11:35 | 2024-08-20T09:14:35 | https://github.com/huggingface/datasets/pull/7110 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7110",
"html_url": "https://github.com/huggingface/datasets/pull/7110",
"diff_url": "https://github.com/huggingface/datasets/pull/7110.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7110.patch",
"merged_at": "2024-08-20T09:14:34"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7110). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Note that the CI error is unrelated to this PR and should be addressed in another PR. S... |
2,473,367,848 | 7,109 | ConnectionError for gated datasets and unauthenticated users | closed | 2024-08-19T13:27:45 | 2024-08-20T09:14:36 | 2024-08-20T09:14:35 | https://github.com/huggingface/datasets/issues/7109 | null | albertvillanova | false | [] |
2,470,665,327 | 7,108 | website broken: Create a new dataset repository, doesn't create a new repo in Firefox | closed | 2024-08-16T17:23:00 | 2024-08-19T13:21:12 | 2024-08-19T06:52:48 | https://github.com/huggingface/datasets/issues/7108 | null | neoneye | false | [
"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... |
2,470,444,732 | 7,107 | load_dataset broken in 2.21.0 | closed | 2024-08-16T14:59:51 | 2024-08-18T09:28:43 | 2024-08-18T09:27:12 | https://github.com/huggingface/datasets/issues/7107 | null | anjor | false | [
"There seems to be a PR related to the load_dataset path that went into 2.21.0 -- https://github.com/huggingface/datasets/pull/6862/files\r\n\r\nTaking a look at it now",
"+1\r\n\r\nDowngrading to 2.20.0 fixed my issue, hopefully helpful for others.",
"I tried adding a simple test to `test_load.py` with the alp... |
2,469,854,262 | 7,106 | Rename LargeList.dtype to LargeList.feature | closed | 2024-08-16T09:12:04 | 2024-08-26T04:31:59 | 2024-08-26T04:26:02 | https://github.com/huggingface/datasets/pull/7106 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7106",
"html_url": "https://github.com/huggingface/datasets/pull/7106",
"diff_url": "https://github.com/huggingface/datasets/pull/7106.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7106.patch",
"merged_at": "2024-08-26T04:26:02"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7106). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,468,207,039 | 7,105 | Use `huggingface_hub` cache | closed | 2024-08-15T14:45:22 | 2024-09-12T04:36:08 | 2024-08-21T15:47:16 | https://github.com/huggingface/datasets/pull/7105 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7105",
"html_url": "https://github.com/huggingface/datasets/pull/7105",
"diff_url": "https://github.com/huggingface/datasets/pull/7105.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7105.patch",
"merged_at": "2024-08-21T15:47:15"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7105). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Nice\r\n\r\n<img width=\"141\" alt=\"Capture d’écran 2024-08-19 à 15 25 00\" src=\"ht... |
2,467,788,212 | 7,104 | remove more script docs | closed | 2024-08-15T10:13:26 | 2024-08-15T10:24:13 | 2024-08-15T10:18:25 | https://github.com/huggingface/datasets/pull/7104 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7104",
"html_url": "https://github.com/huggingface/datasets/pull/7104",
"diff_url": "https://github.com/huggingface/datasets/pull/7104.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7104.patch",
"merged_at": "2024-08-15T10:18:25"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7104). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,467,664,581 | 7,103 | Fix args of feature docstrings | closed | 2024-08-15T08:46:08 | 2024-08-16T09:18:29 | 2024-08-15T10:33:30 | https://github.com/huggingface/datasets/pull/7103 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7103",
"html_url": "https://github.com/huggingface/datasets/pull/7103",
"diff_url": "https://github.com/huggingface/datasets/pull/7103.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7103.patch",
"merged_at": "2024-08-15T10:33:30"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7103). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,466,893,106 | 7,102 | Slow iteration speeds when using IterableDataset.shuffle with load_dataset(data_files=..., streaming=True) | open | 2024-08-14T21:44:44 | 2024-08-15T16:17:31 | null | https://github.com/huggingface/datasets/issues/7102 | null | lajd | false | [
"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... |
2,466,510,783 | 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 | null | https://github.com/huggingface/datasets/issues/7101 | null | hlky | false | [
"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... |
2,465,529,414 | 7,100 | IterableDataset: cannot resolve features from list of numpy arrays | open | 2024-08-14T11:01:51 | 2024-10-03T05:47:23 | null | https://github.com/huggingface/datasets/issues/7100 | null | VeryLazyBoy | false | [
"Assign this issue to me under Hacktoberfest with hacktoberfest label inserted on the issue"
] |
2,465,221,827 | 7,099 | Set dev version | closed | 2024-08-14T08:31:17 | 2024-08-14T08:45:17 | 2024-08-14T08:39:25 | https://github.com/huggingface/datasets/pull/7099 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7099",
"html_url": "https://github.com/huggingface/datasets/pull/7099",
"diff_url": "https://github.com/huggingface/datasets/pull/7099.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7099.patch",
"merged_at": "2024-08-14T08:39:25"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7099). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,465,016,562 | 7,098 | Release: 2.21.0 | closed | 2024-08-14T06:35:13 | 2024-08-14T06:41:07 | 2024-08-14T06:41:06 | https://github.com/huggingface/datasets/pull/7098 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7098",
"html_url": "https://github.com/huggingface/datasets/pull/7098",
"diff_url": "https://github.com/huggingface/datasets/pull/7098.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7098.patch",
"merged_at": "2024-08-14T06:41:06"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7098). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,458,455,489 | 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 | null | https://github.com/huggingface/datasets/issues/7097 | null | ductai199x | false | [] |
2,456,929,173 | 7,096 | Automatically create `cache_dir` from `cache_file_name` | closed | 2024-08-09T01:34:06 | 2024-08-15T17:25:26 | 2024-08-15T10:13:22 | https://github.com/huggingface/datasets/pull/7096 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7096",
"html_url": "https://github.com/huggingface/datasets/pull/7096",
"diff_url": "https://github.com/huggingface/datasets/pull/7096.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7096.patch",
"merged_at": "2024-08-15T10:13:22"
} | ringohoffman | true | [
"Hi @albertvillanova, is this PR looking okay to you? Anything else you'd like to see?",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7096). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",... |
2,454,418,130 | 7,094 | Add Arabic Docs to Datasets | open | 2024-08-07T21:53:06 | 2024-08-07T21:53:06 | null | https://github.com/huggingface/datasets/pull/7094 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7094",
"html_url": "https://github.com/huggingface/datasets/pull/7094",
"diff_url": "https://github.com/huggingface/datasets/pull/7094.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7094.patch",
"merged_at": null
} | AhmedAlmaghz | true | [] |
2,454,413,074 | 7,093 | Add Arabic Docs to datasets | open | 2024-08-07T21:48:05 | 2024-08-07T21:48:05 | null | https://github.com/huggingface/datasets/issues/7093 | null | AhmedAlmaghz | false | [] |
2,451,393,658 | 7,092 | load_dataset with multiple jsonlines files interprets datastructure too early | open | 2024-08-06T17:42:55 | 2024-08-08T16:35:01 | null | https://github.com/huggingface/datasets/issues/7092 | null | Vipitis | false | [
"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... |
2,449,699,490 | 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 | null | https://github.com/huggingface/datasets/issues/7090 | null | yurivict | false | [] |
2,449,479,500 | 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 | null | https://github.com/huggingface/datasets/issues/7089 | null | yurivict | false | [] |
2,447,383,940 | 7,088 | Disable warning when using with_format format on tensors | open | 2024-08-05T00:45:50 | 2024-08-05T00:45:50 | null | https://github.com/huggingface/datasets/issues/7088 | null | Haislich | false | [] |
2,447,158,643 | 7,087 | Unable to create dataset card for Lushootseed language | closed | 2024-08-04T14:27:04 | 2024-08-06T06:59:23 | 2024-08-06T06:59:22 | https://github.com/huggingface/datasets/issues/7087 | null | vaishnavsudarshan | false | [
"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... |
2,445,516,829 | 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-06-16T18:43:29 | null | https://github.com/huggingface/datasets/issues/7086 | null | tginart | false | [
"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... |
2,440,008,618 | 7,085 | [Regression] IterableDataset is broken on 2.20.0 | closed | 2024-07-31T13:01:59 | 2024-08-22T14:49:37 | 2024-08-22T14:49:07 | https://github.com/huggingface/datasets/issues/7085 | null | AjayP13 | false | [
"@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... |
2,439,519,534 | 7,084 | More easily support streaming local files | open | 2024-07-31T09:03:15 | 2024-07-31T09:05:58 | null | https://github.com/huggingface/datasets/issues/7084 | null | fschlatt | false | [] |
2,439,518,466 | 7,083 | fix streaming from arrow files | closed | 2024-07-31T09:02:42 | 2024-08-30T15:17:03 | 2024-08-30T15:17:03 | https://github.com/huggingface/datasets/pull/7083 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7083",
"html_url": "https://github.com/huggingface/datasets/pull/7083",
"diff_url": "https://github.com/huggingface/datasets/pull/7083.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7083.patch",
"merged_at": "2024-08-30T15:17:03"
} | fschlatt | true | [] |
2,437,354,975 | 7,082 | Support HTTP authentication in non-streaming mode | closed | 2024-07-30T09:25:49 | 2024-08-08T08:29:55 | 2024-08-08T08:24:06 | https://github.com/huggingface/datasets/pull/7082 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7082",
"html_url": "https://github.com/huggingface/datasets/pull/7082",
"diff_url": "https://github.com/huggingface/datasets/pull/7082.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7082.patch",
"merged_at": "2024-08-08T08:24:06"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7082). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,437,059,657 | 7,081 | Set load_from_disk path type as PathLike | closed | 2024-07-30T07:00:38 | 2024-07-30T08:30:37 | 2024-07-30T08:21:50 | https://github.com/huggingface/datasets/pull/7081 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7081",
"html_url": "https://github.com/huggingface/datasets/pull/7081",
"diff_url": "https://github.com/huggingface/datasets/pull/7081.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7081.patch",
"merged_at": "2024-07-30T08:21:50"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7081). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,434,275,664 | 7,080 | Generating train split takes a long time | open | 2024-07-29T01:42:43 | 2024-10-02T15:31:22 | null | https://github.com/huggingface/datasets/issues/7080 | null | alexanderswerdlow | false | [
"@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 - 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... |
2,433,270,271 | 7,078 | Fix CI test_convert_to_parquet | closed | 2024-07-27T05:32:40 | 2024-07-27T05:50:57 | 2024-07-27T05:44:32 | https://github.com/huggingface/datasets/pull/7078 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7078",
"html_url": "https://github.com/huggingface/datasets/pull/7078",
"diff_url": "https://github.com/huggingface/datasets/pull/7078.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7078.patch",
"merged_at": "2024-07-27T05:44:32"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7078). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,432,345,489 | 7,077 | column_names ignored by load_dataset() when loading CSV file | open | 2024-07-26T14:18:04 | 2024-07-30T07:52:26 | null | https://github.com/huggingface/datasets/issues/7077 | null | luismsgomes | false | [
"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... |
2,432,275,393 | 7,076 | 🧪 Do not mock create_commit | closed | 2024-07-26T13:44:42 | 2024-07-27T05:48:17 | 2024-07-27T05:48:17 | https://github.com/huggingface/datasets/pull/7076 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7076",
"html_url": "https://github.com/huggingface/datasets/pull/7076",
"diff_url": "https://github.com/huggingface/datasets/pull/7076.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7076.patch",
"merged_at": null
} | coyotte508 | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7076). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,432,027,412 | 7,075 | Update required soxr version from pre-release to release | closed | 2024-07-26T11:24:35 | 2024-07-26T11:46:52 | 2024-07-26T11:40:49 | https://github.com/huggingface/datasets/pull/7075 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7075",
"html_url": "https://github.com/huggingface/datasets/pull/7075",
"diff_url": "https://github.com/huggingface/datasets/pull/7075.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7075.patch",
"merged_at": "2024-07-26T11:40:49"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7075). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,431,772,703 | 7,074 | Fix CI by temporarily marking test_convert_to_parquet as expected to fail | closed | 2024-07-26T09:03:33 | 2024-07-26T09:23:33 | 2024-07-26T09:16:12 | https://github.com/huggingface/datasets/pull/7074 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7074",
"html_url": "https://github.com/huggingface/datasets/pull/7074",
"diff_url": "https://github.com/huggingface/datasets/pull/7074.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7074.patch",
"merged_at": "2024-07-26T09:16:12"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7074). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,431,706,568 | 7,073 | CI is broken for convert_to_parquet: Invalid rev id: refs/pr/1 404 error causes RevisionNotFoundError | closed | 2024-07-26T08:27:41 | 2024-07-27T05:48:02 | 2024-07-26T09:16:13 | https://github.com/huggingface/datasets/issues/7073 | null | albertvillanova | false | [
"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... |
2,430,577,916 | 7,072 | nm | closed | 2024-07-25T17:03:24 | 2024-07-25T20:36:11 | 2024-07-25T20:36:11 | https://github.com/huggingface/datasets/issues/7072 | null | brettdavies | false | [] |
2,430,313,011 | 7,071 | Filter hangs | open | 2024-07-25T15:29:05 | 2024-07-25T15:36:59 | null | https://github.com/huggingface/datasets/issues/7071 | null | lucienwalewski | false | [] |
2,430,285,235 | 7,070 | how set_transform affects batch size? | open | 2024-07-25T15:19:34 | 2024-07-25T15:19:34 | null | https://github.com/huggingface/datasets/issues/7070 | null | VafaKnm | false | [] |
2,429,281,339 | 7,069 | Fix push_to_hub by not calling create_branch if PR branch | closed | 2024-07-25T07:50:04 | 2024-07-31T07:10:07 | 2024-07-30T10:51:01 | https://github.com/huggingface/datasets/pull/7069 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7069",
"html_url": "https://github.com/huggingface/datasets/pull/7069",
"diff_url": "https://github.com/huggingface/datasets/pull/7069.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7069.patch",
"merged_at": "2024-07-30T10:51:01"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7069). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"cc @Wauplin maybe it's a `huggingface_hub` bug ?\r\n\r\nEDIT: ah actually the issue is ... |
2,426,657,434 | 7,068 | Fix prepare_single_hop_path_and_storage_options | closed | 2024-07-24T05:52:34 | 2024-07-29T07:02:07 | 2024-07-29T06:56:15 | https://github.com/huggingface/datasets/pull/7068 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7068",
"html_url": "https://github.com/huggingface/datasets/pull/7068",
"diff_url": "https://github.com/huggingface/datasets/pull/7068.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7068.patch",
"merged_at": "2024-07-29T06:56:15"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7068). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,425,460,168 | 7,067 | Convert_to_parquet fails for datasets with multiple configs | closed | 2024-07-23T15:09:33 | 2024-07-30T10:51:02 | 2024-07-30T10:51:02 | https://github.com/huggingface/datasets/issues/7067 | null | HuangZhen02 | false | [
"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-... |
2,425,125,160 | 7,066 | One subset per file in repo ? | open | 2024-07-23T12:43:59 | 2025-06-26T08:24:50 | null | https://github.com/huggingface/datasets/issues/7066 | null | lhoestq | false | [
"Hi @lhoestq! I’ve opened a PR that addresses this issue"
] |
2,424,734,953 | 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 | null | https://github.com/huggingface/datasets/issues/7065 | null | happyTonakai | false | [] |
2,424,613,104 | 7,064 | Add `batch` method to `Dataset` class | closed | 2024-07-23T08:40:43 | 2024-07-25T13:51:25 | 2024-07-25T13:45:20 | https://github.com/huggingface/datasets/pull/7064 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7064",
"html_url": "https://github.com/huggingface/datasets/pull/7064",
"diff_url": "https://github.com/huggingface/datasets/pull/7064.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7064.patch",
"merged_at": "2024-07-25T13:45:20"
} | lappemic | true | [
"Looks good to me ! :)\r\n\r\nyou might want to add the `map` num_proc argument as well, for people who want to make it run faster",
"Thanks for the feedback @lhoestq! The last commits include:\r\n- Adding the `num_proc` parameter to `batch`\r\n- Adding tests similar to the one done for `IterableDataset.batch()`\... |
2,424,488,648 | 7,063 | Add `batch` method to `Dataset` | closed | 2024-07-23T07:36:59 | 2024-07-25T13:45:21 | 2024-07-25T13:45:21 | https://github.com/huggingface/datasets/issues/7063 | null | lappemic | false | [] |
2,424,467,484 | 7,062 | Avoid calling http_head for non-HTTP URLs | closed | 2024-07-23T07:25:09 | 2024-07-23T14:28:27 | 2024-07-23T14:21:08 | https://github.com/huggingface/datasets/pull/7062 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7062",
"html_url": "https://github.com/huggingface/datasets/pull/7062",
"diff_url": "https://github.com/huggingface/datasets/pull/7062.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7062.patch",
"merged_at": "2024-07-23T14:21:08"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7062). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,423,786,881 | 7,061 | Custom Dataset | Still Raise Error while handling errors in _generate_examples | open | 2024-07-22T21:18:12 | 2024-09-09T14:48:07 | null | https://github.com/huggingface/datasets/issues/7061 | null | hahmad2008 | false | [] |
2,423,188,419 | 7,060 | WebDataset BuilderConfig | closed | 2024-07-22T15:41:07 | 2024-07-23T13:28:44 | 2024-07-23T13:28:44 | https://github.com/huggingface/datasets/pull/7060 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7060",
"html_url": "https://github.com/huggingface/datasets/pull/7060",
"diff_url": "https://github.com/huggingface/datasets/pull/7060.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7060.patch",
"merged_at": null
} | hlky | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7060). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,422,827,892 | 7,059 | None values are skipped when reading jsonl in subobjects | open | 2024-07-22T13:02:42 | 2024-07-22T13:02:53 | null | https://github.com/huggingface/datasets/issues/7059 | null | PonteIneptique | false | [] |
2,422,560,355 | 7,058 | New feature type: Document | open | 2024-07-22T10:49:20 | 2024-07-22T10:49:20 | null | https://github.com/huggingface/datasets/issues/7058 | null | severo | false | [] |
2,422,498,520 | 7,057 | Update load_hub.mdx | closed | 2024-07-22T10:17:46 | 2024-07-22T10:34:14 | 2024-07-22T10:28:10 | https://github.com/huggingface/datasets/pull/7057 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7057",
"html_url": "https://github.com/huggingface/datasets/pull/7057",
"diff_url": "https://github.com/huggingface/datasets/pull/7057.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7057.patch",
"merged_at": "2024-07-22T10:28:10"
} | severo | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7057). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,422,192,257 | 7,056 | Make `BufferShuffledExamplesIterable` resumable | closed | 2024-07-22T07:50:02 | 2025-01-31T05:34:20 | 2025-01-31T05:34:19 | https://github.com/huggingface/datasets/pull/7056 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7056",
"html_url": "https://github.com/huggingface/datasets/pull/7056",
"diff_url": "https://github.com/huggingface/datasets/pull/7056.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7056.patch",
"merged_at": null
} | yzhangcs | true | [
"Oh cool !\r\n\r\nThe time it takes to resume depends on the expected maximum distance in this case right ? Do you know its relationship with $B$ ?\r\n\r\nIn your test it already as high as 15k for $B=1024$, which is ok for text datasets but is maybe not ideal for datasets with heavy samples like audio/image/video ... |
2,421,708,891 | 7,055 | WebDataset with different prefixes are unsupported | closed | 2024-07-22T01:14:19 | 2024-07-24T13:26:30 | 2024-07-23T13:28:46 | https://github.com/huggingface/datasets/issues/7055 | null | hlky | false | [
"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... |
2,418,548,995 | 7,054 | Add batching to `IterableDataset` | closed | 2024-07-19T10:11:47 | 2024-07-23T13:25:13 | 2024-07-23T10:34:28 | https://github.com/huggingface/datasets/pull/7054 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7054",
"html_url": "https://github.com/huggingface/datasets/pull/7054",
"diff_url": "https://github.com/huggingface/datasets/pull/7054.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7054.patch",
"merged_at": "2024-07-23T10:34:28"
} | lappemic | true | [
"Cool ! Thanks for diving into it :)\r\n\r\nYour implementation is great and indeed supports shuffling and batching, you just need to additionally account for state_dict (for dataset [checkpointing+resuming](https://huggingface.co/docs/datasets/main/en/use_with_pytorch#checkpoint-and-resume))\r\n\r\nThat being said... |
2,416,423,791 | 7,053 | Datasets.datafiles resolve_pattern `TypeError: can only concatenate tuple (not "str") to tuple` | closed | 2024-07-18T13:42:35 | 2024-07-18T15:17:42 | 2024-07-18T15:16:18 | https://github.com/huggingface/datasets/issues/7053 | null | MatthewYZhang | false | [
"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"
] |
2,411,682,730 | 7,052 | Adding `Music` feature for symbolic music modality (MIDI, abc) | closed | 2024-07-16T17:26:04 | 2024-07-29T06:47:55 | 2024-07-29T06:47:55 | https://github.com/huggingface/datasets/pull/7052 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7052",
"html_url": "https://github.com/huggingface/datasets/pull/7052",
"diff_url": "https://github.com/huggingface/datasets/pull/7052.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7052.patch",
"merged_at": null
} | Natooz | true | [] |
2,409,353,929 | 7,051 | How to set_epoch with interleave_datasets? | closed | 2024-07-15T18:24:52 | 2024-08-05T20:58:04 | 2024-08-05T20:58:04 | https://github.com/huggingface/datasets/issues/7051 | null | jonathanasdf | false | [
"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... |
2,409,048,733 | 7,050 | add checkpoint and resume title in docs | closed | 2024-07-15T15:38:04 | 2024-07-15T16:06:15 | 2024-07-15T15:59:56 | https://github.com/huggingface/datasets/pull/7050 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7050",
"html_url": "https://github.com/huggingface/datasets/pull/7050",
"diff_url": "https://github.com/huggingface/datasets/pull/7050.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7050.patch",
"merged_at": "2024-07-15T15:59:56"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7050). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,408,514,366 | 7,049 | Save nparray as list | closed | 2024-07-15T11:36:11 | 2024-07-18T11:33:34 | 2024-07-18T11:33:34 | https://github.com/huggingface/datasets/issues/7049 | null | Sakurakdx | false | [
"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",
">... |
2,408,487,547 | 7,048 | ImportError: numpy.core.multiarray when using `filter` | closed | 2024-07-15T11:21:04 | 2024-07-16T10:11:25 | 2024-07-16T10:11:25 | https://github.com/huggingface/datasets/issues/7048 | null | kamilakesbi | false | [
"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... |
2,406,495,084 | 7,047 | Save Dataset as Sharded Parquet | open | 2024-07-12T23:47:51 | 2024-07-17T12:07:08 | null | https://github.com/huggingface/datasets/issues/7047 | null | tom-p-reichel | false | [
"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... |
2,405,485,582 | 7,046 | Support librosa and numpy 2.0 for Python 3.10 | closed | 2024-07-12T12:42:47 | 2024-07-12T13:04:40 | 2024-07-12T12:58:17 | https://github.com/huggingface/datasets/pull/7046 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7046",
"html_url": "https://github.com/huggingface/datasets/pull/7046",
"diff_url": "https://github.com/huggingface/datasets/pull/7046.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7046.patch",
"merged_at": "2024-07-12T12:58:17"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7046). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,405,447,858 | 7,045 | Fix tensorflow min version depending on Python version | closed | 2024-07-12T12:20:23 | 2024-07-12T12:38:53 | 2024-07-12T12:33:00 | https://github.com/huggingface/datasets/pull/7045 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7045",
"html_url": "https://github.com/huggingface/datasets/pull/7045",
"diff_url": "https://github.com/huggingface/datasets/pull/7045.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7045.patch",
"merged_at": "2024-07-12T12:33:00"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7045). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,405,002,987 | 7,044 | Mark tests that require librosa | closed | 2024-07-12T08:06:59 | 2024-07-12T09:06:32 | 2024-07-12T09:00:09 | https://github.com/huggingface/datasets/pull/7044 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7044",
"html_url": "https://github.com/huggingface/datasets/pull/7044",
"diff_url": "https://github.com/huggingface/datasets/pull/7044.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7044.patch",
"merged_at": "2024-07-12T09:00:09"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7044). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,404,951,714 | 7,043 | Add decorator as explicit test dependency | closed | 2024-07-12T07:35:23 | 2024-07-12T08:12:55 | 2024-07-12T08:07:10 | https://github.com/huggingface/datasets/pull/7043 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7043",
"html_url": "https://github.com/huggingface/datasets/pull/7043",
"diff_url": "https://github.com/huggingface/datasets/pull/7043.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7043.patch",
"merged_at": "2024-07-12T08:07:10"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7043). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,404,605,836 | 7,042 | Improved the tutorial by adding a link for loading datasets | closed | 2024-07-12T03:49:54 | 2024-08-15T10:07:44 | 2024-08-15T10:01:59 | https://github.com/huggingface/datasets/pull/7042 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7042",
"html_url": "https://github.com/huggingface/datasets/pull/7042",
"diff_url": "https://github.com/huggingface/datasets/pull/7042.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7042.patch",
"merged_at": "2024-08-15T10:01:59"
} | AmboThom | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
2,404,576,038 | 7,041 | `sort` after `filter` unreasonably slow | closed | 2024-07-12T03:29:27 | 2025-04-29T09:49:25 | 2025-04-29T09:49:25 | https://github.com/huggingface/datasets/issues/7041 | null | Tobin-rgb | false | [
"`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.",... |
2,402,918,335 | 7,040 | load `streaming=True` dataset with downloaded cache | open | 2024-07-11T11:14:13 | 2024-07-11T14:11:56 | null | https://github.com/huggingface/datasets/issues/7040 | null | wanghaoyucn | false | [
"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... |
2,402,403,390 | 7,039 | Fix export to JSON when dataset larger than batch size | open | 2024-07-11T06:52:22 | 2024-09-28T06:10:00 | null | https://github.com/huggingface/datasets/pull/7039 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7039",
"html_url": "https://github.com/huggingface/datasets/pull/7039",
"diff_url": "https://github.com/huggingface/datasets/pull/7039.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7039.patch",
"merged_at": null
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7039). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"The test before confirms the bug.\r\n\r\nThere are different possible solutions to this... |
2,400,192,419 | 7,037 | A bug of Dataset.to_json() function | open | 2024-07-10T09:11:22 | 2024-09-22T13:16:07 | null | https://github.com/huggingface/datasets/issues/7037 | null | LinglingGreat | false | [
"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!"
] |
2,400,035,672 | 7,036 | Fix doc generation when NamedSplit is used as parameter default value | closed | 2024-07-10T07:58:46 | 2024-07-26T07:58:00 | 2024-07-26T07:51:52 | https://github.com/huggingface/datasets/pull/7036 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7036",
"html_url": "https://github.com/huggingface/datasets/pull/7036",
"diff_url": "https://github.com/huggingface/datasets/pull/7036.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7036.patch",
"merged_at": "2024-07-26T07:51:52"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7036). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,400,021,225 | 7,035 | Docs are not generated when a parameter defaults to a NamedSplit value | closed | 2024-07-10T07:51:24 | 2024-07-26T07:51:53 | 2024-07-26T07:51:53 | https://github.com/huggingface/datasets/issues/7035 | null | albertvillanova | false | [] |
2,397,525,974 | 7,034 | chore: fix typos in docs | closed | 2024-07-09T08:35:05 | 2024-08-13T08:22:25 | 2024-08-13T08:16:22 | https://github.com/huggingface/datasets/pull/7034 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7034",
"html_url": "https://github.com/huggingface/datasets/pull/7034",
"diff_url": "https://github.com/huggingface/datasets/pull/7034.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7034.patch",
"merged_at": "2024-08-13T08:16:22"
} | hattizai | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
2,397,419,768 | 7,033 | `from_generator` does not allow to specify the split name | closed | 2024-07-09T07:47:58 | 2024-07-26T12:56:16 | 2024-07-26T09:31:56 | https://github.com/huggingface/datasets/issues/7033 | null | pminervini | false | [
"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 :)"
] |
2,395,531,699 | 7,032 | Register `.zstd` extension for zstd-compressed files | closed | 2024-07-08T12:39:50 | 2024-07-12T15:07:03 | 2024-07-12T15:07:03 | https://github.com/huggingface/datasets/pull/7032 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7032",
"html_url": "https://github.com/huggingface/datasets/pull/7032",
"diff_url": "https://github.com/huggingface/datasets/pull/7032.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7032.patch",
"merged_at": null
} | polinaeterna | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7032). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@albertvillanova hm I don't know tbh, it's just that \"mlfoundations/dclm-baseline-1.0\... |
2,395,401,692 | 7,031 | CI quality is broken: use ruff check instead | closed | 2024-07-08T11:42:24 | 2024-07-08T11:47:29 | 2024-07-08T11:47:29 | https://github.com/huggingface/datasets/issues/7031 | null | albertvillanova | false | [] |
2,393,411,631 | 7,030 | Add option to disable progress bar when reading a dataset ("Loading dataset from disk") | closed | 2024-07-06T05:43:37 | 2024-07-13T14:35:59 | 2024-07-13T14:35:59 | https://github.com/huggingface/datasets/issues/7030 | null | yuvalkirstain | false | [
"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... |
2,391,366,696 | 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 | null | https://github.com/huggingface/datasets/issues/7029 | null | sugam-nexusflow | false | [
"hi ! can you share the full stack trace ? this should help locate what files is not written in the cache_dir"
] |
2,391,077,531 | 7,028 | Fix ci | closed | 2024-07-04T15:11:08 | 2024-07-04T15:26:35 | 2024-07-04T15:19:16 | https://github.com/huggingface/datasets/pull/7028 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7028",
"html_url": "https://github.com/huggingface/datasets/pull/7028",
"diff_url": "https://github.com/huggingface/datasets/pull/7028.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7028.patch",
"merged_at": "2024-07-04T15:19:16"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7028). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,391,013,330 | 7,027 | Missing line from previous pr | closed | 2024-07-04T14:34:29 | 2024-07-04T14:40:46 | 2024-07-04T14:34:36 | https://github.com/huggingface/datasets/pull/7027 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7027",
"html_url": "https://github.com/huggingface/datasets/pull/7027",
"diff_url": "https://github.com/huggingface/datasets/pull/7027.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7027.patch",
"merged_at": "2024-07-04T14:34:36"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7027). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,390,983,889 | 7,026 | Fix check_library_imports | closed | 2024-07-04T14:18:38 | 2024-07-04T14:28:36 | 2024-07-04T14:20:02 | https://github.com/huggingface/datasets/pull/7026 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7026",
"html_url": "https://github.com/huggingface/datasets/pull/7026",
"diff_url": "https://github.com/huggingface/datasets/pull/7026.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7026.patch",
"merged_at": "2024-07-04T14:20:02"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7026). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,390,488,546 | 7,025 | feat: support non streamable arrow file binary format | closed | 2024-07-04T10:11:12 | 2024-07-31T06:15:50 | 2024-07-31T06:09:31 | https://github.com/huggingface/datasets/pull/7025 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7025",
"html_url": "https://github.com/huggingface/datasets/pull/7025",
"diff_url": "https://github.com/huggingface/datasets/pull/7025.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7025.patch",
"merged_at": "2024-07-31T06:09:31"
} | kmehant | true | [
"requesting review - @albertvillanova @lhoestq ",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7025). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq rebased the PR, It would b... |
2,390,141,626 | 7,024 | Streaming dataset not returning data | open | 2024-07-04T07:21:47 | 2024-07-04T07:21:47 | null | https://github.com/huggingface/datasets/issues/7024 | null | johnwee1 | false | [] |
2,388,090,424 | 7,023 | Remove dead code for pyarrow < 15.0.0 | closed | 2024-07-03T09:05:03 | 2024-07-03T09:24:46 | 2024-07-03T09:17:35 | https://github.com/huggingface/datasets/pull/7023 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7023",
"html_url": "https://github.com/huggingface/datasets/pull/7023",
"diff_url": "https://github.com/huggingface/datasets/pull/7023.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7023.patch",
"merged_at": "2024-07-03T09:17:35"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7023). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,388,064,650 | 7,022 | There is dead code after we require pyarrow >= 15.0.0 | closed | 2024-07-03T08:52:57 | 2024-07-03T09:17:36 | 2024-07-03T09:17:36 | https://github.com/huggingface/datasets/issues/7022 | null | albertvillanova | false | [] |
2,387,948,935 | 7,021 | Fix casting list array to fixed size list | closed | 2024-07-03T07:58:57 | 2024-07-03T08:47:49 | 2024-07-03T08:41:55 | https://github.com/huggingface/datasets/pull/7021 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7021",
"html_url": "https://github.com/huggingface/datasets/pull/7021",
"diff_url": "https://github.com/huggingface/datasets/pull/7021.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7021.patch",
"merged_at": "2024-07-03T08:41:55"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7021). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,387,940,990 | 7,020 | Casting list array to fixed size list raises error | closed | 2024-07-03T07:54:49 | 2024-07-03T08:41:56 | 2024-07-03T08:41:56 | https://github.com/huggingface/datasets/issues/7020 | null | albertvillanova | false | [] |
2,385,793,897 | 7,019 | Support pyarrow large_list | closed | 2024-07-02T09:52:52 | 2024-08-12T14:49:45 | 2024-08-12T14:43:45 | https://github.com/huggingface/datasets/pull/7019 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7019",
"html_url": "https://github.com/huggingface/datasets/pull/7019",
"diff_url": "https://github.com/huggingface/datasets/pull/7019.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7019.patch",
"merged_at": "2024-08-12T14:43:45"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7019). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@albertvillanova really happy to see this fix.\r\n\r\nHave you attempted to save a data... |
2,383,700,286 | 7,018 | `load_dataset` fails to load dataset saved by `save_to_disk` | open | 2024-07-01T12:19:19 | 2025-05-24T05:21:12 | null | https://github.com/huggingface/datasets/issues/7018 | null | sliedes | false | [
"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... |
2,383,647,419 | 7,017 | Support fsspec 2024.6.1 | closed | 2024-07-01T11:57:15 | 2024-07-01T12:12:32 | 2024-07-01T12:06:24 | https://github.com/huggingface/datasets/pull/7017 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7017",
"html_url": "https://github.com/huggingface/datasets/pull/7017",
"diff_url": "https://github.com/huggingface/datasets/pull/7017.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7017.patch",
"merged_at": "2024-07-01T12:06:24"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7017). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,383,262,608 | 7,016 | `drop_duplicates` method | open | 2024-07-01T09:01:06 | 2024-07-20T06:51:58 | null | https://github.com/huggingface/datasets/issues/7016 | null | MohamedAliRashad | false | [
"There is an open issue #2514 about this which also proposes solutions."
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.