url stringlengths 58 61 | repository_url stringclasses 1
value | labels_url stringlengths 72 75 | comments_url stringlengths 67 70 | events_url stringlengths 65 68 | html_url stringlengths 46 51 | id int64 599M 4.29B | node_id stringlengths 18 32 | number int64 1 8.14k | title stringlengths 1 290 | user dict | labels listlengths 0 4 | state stringclasses 2
values | locked bool 1
class | assignees listlengths 0 4 | milestone dict | comments listlengths 0 70 | created_at timestamp[us, tz=UTC]date 2020-04-14 10:18:02 2026-04-19 23:22:30 | updated_at timestamp[us, tz=UTC]date 2020-04-27 16:04:17 2026-04-19 23:30:18 | closed_at timestamp[us, tz=UTC]date 2020-04-14 12:01:40 2026-04-17 09:16:39 ⌀ | assignee dict | author_association stringclasses 4
values | issue_field_values listlengths 0 0 | type float64 | active_lock_reason float64 | draft float64 0 1 ⌀ | pull_request dict | body stringlengths 0 228k ⌀ | closed_by dict | reactions dict | timeline_url stringlengths 67 70 | performed_via_github_app float64 | state_reason stringclasses 4
values | sub_issues_summary dict | issue_dependencies_summary dict | pinned_comment float64 | is_Issue stringclasses 2
values | is_Pull_request stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/8142 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8142/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8142/comments | https://api.github.com/repos/huggingface/datasets/issues/8142/events | https://github.com/huggingface/datasets/pull/8142 | 4,292,299,784 | PR_kwDODunzps7Txzfw | 8,142 | fix: replace list with Sequence in public API type hints | {
"avatar_url": "https://avatars.githubusercontent.com/u/186127406?v=4",
"events_url": "https://api.github.com/users/Swaroop883/events{/privacy}",
"followers_url": "https://api.github.com/users/Swaroop883/followers",
"following_url": "https://api.github.com/users/Swaroop883/following{/other_user}",
"gists_url... | [] | open | false | [] | null | [] | 2026-04-19T23:22:30Z | 2026-04-19T23:22:30Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8142.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8142",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8142.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8142"
} | Fixes #5354
Replaced `list` with `Sequence` in public API function signatures across:
- `arrow_dataset.py` — from_csv, from_json, from_parquet, from_text
- `iterable_dataset.py` — from_csv, from_json, from_parquet, from_text
- `combine.py` — interleave_datasets, concatenate_datasets
- `dataset_dict.py` — remov... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8142/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8142/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8141 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8141/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8141/comments | https://api.github.com/repos/huggingface/datasets/issues/8141/events | https://github.com/huggingface/datasets/pull/8141 | 4,280,918,239 | PR_kwDODunzps7TOjAR | 8,141 | Fix Image feature to dynamically select pyarrow storage type for large binary/string inputs | {
"avatar_url": "https://avatars.githubusercontent.com/u/34032375?v=4",
"events_url": "https://api.github.com/users/kasperg3/events{/privacy}",
"followers_url": "https://api.github.com/users/kasperg3/followers",
"following_url": "https://api.github.com/users/kasperg3/following{/other_user}",
"gists_url": "htt... | [] | open | false | [] | null | [
"Hi ! if the goal to fix the linked issue maybe we can find a simpler approach.\r\n\r\nWhile your PR seems to solve it, it needs extra careful attention to not add regressions for image datasets, in particular when it comes to data with mixes of both binary and large_binary\r\n\r\ne.g.\r\n- concatenating image data... | 2026-04-17T07:28:01Z | 2026-04-17T13:52:35Z | null | null | NONE | [] | null | null | 1 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8141.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8141",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8141.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8141"
} | Add dynamic pyarrow storage type selection to the Image feature so that pa.large_binary() and pa.large_string() inputs are preserved natively instead of being cast down to pa.binary() / pa.string()
Introduce _get_target_pa_type() to detect large types from incoming storage and _to_struct_storage() to build struct arra... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8141/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8141/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8140 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8140/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8140/comments | https://api.github.com/repos/huggingface/datasets/issues/8140/events | https://github.com/huggingface/datasets/pull/8140 | 4,276,066,629 | PR_kwDODunzps7S-0aR | 8,140 | fix warning in ci | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8140). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-16T13:35:06Z | 2026-04-16T13:40:09Z | 2026-04-16T13:35:19Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8140.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8140",
"merged_at": "2026-04-16T13:35:19Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8140.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | otherwise it raises an issue from transformers smh
```
../../.pyenv/versions/3.12.2/envs/hf-datasets/lib/python3.12/site-packages/transformers/__init__.py:843: in _getattr
return getattr(importlib.import_module(target, __name__), new_name)
../../.pyenv/versions/3.12.2/lib/python3.12/importlib/__init__.py:90: ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8140/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8140/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8139 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8139/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8139/comments | https://api.github.com/repos/huggingface/datasets/issues/8139/events | https://github.com/huggingface/datasets/pull/8139 | 4,275,963,570 | PR_kwDODunzps7S-fAg | 8,139 | update ci uer | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8139). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-16T13:16:21Z | 2026-04-16T13:19:16Z | 2026-04-16T13:17:06Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8139.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8139",
"merged_at": "2026-04-16T13:17:06Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8139.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8139/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8139/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8138 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8138/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8138/comments | https://api.github.com/repos/huggingface/datasets/issues/8138/events | https://github.com/huggingface/datasets/pull/8138 | 4,275,574,837 | PR_kwDODunzps7S9OiA | 8,138 | chore: bump doc-builder SHA for main doc build workflow | {
"avatar_url": "https://avatars.githubusercontent.com/u/2504924?v=4",
"events_url": "https://api.github.com/users/rtrompier/events{/privacy}",
"followers_url": "https://api.github.com/users/rtrompier/followers",
"following_url": "https://api.github.com/users/rtrompier/following{/other_user}",
"gists_url": "h... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8138). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Closing — not needed right now, active libs already on @main."
] | 2026-04-16T12:03:28Z | 2026-04-17T09:16:40Z | 2026-04-17T09:16:39Z | null | CONTRIBUTOR | [] | null | null | 1 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8138.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8138",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8138.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8138"
} | Bump the pinned doc-builder SHA so that main documentation builds also sync to the HF bucket (dual-write).
| {
"avatar_url": "https://avatars.githubusercontent.com/u/2504924?v=4",
"events_url": "https://api.github.com/users/rtrompier/events{/privacy}",
"followers_url": "https://api.github.com/users/rtrompier/followers",
"following_url": "https://api.github.com/users/rtrompier/following{/other_user}",
"gists_url": "h... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8138/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8138/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8137 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8137/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8137/comments | https://api.github.com/repos/huggingface/datasets/issues/8137/events | https://github.com/huggingface/datasets/pull/8137 | 4,275,524,898 | PR_kwDODunzps7S9ENL | 8,137 | Fix: decode JSON type before to_list or to_dict is called | {
"avatar_url": "https://avatars.githubusercontent.com/u/120768997?v=4",
"events_url": "https://api.github.com/users/ItsTania/events{/privacy}",
"followers_url": "https://api.github.com/users/ItsTania/followers",
"following_url": "https://api.github.com/users/ItsTania/following{/other_user}",
"gists_url": "ht... | [] | open | false | [] | null | [] | 2026-04-16T11:54:09Z | 2026-04-16T11:56:24Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8137.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8137",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8137.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8137"
} | **Motivation**:
There is a change in the approach to decoding JSON types, added in https://github.com/huggingface/datasets/commit/d560b58e1f1ec96591a95a1780ee118f5eea6c74. Since 4.7.0, to_list() returns raw JSON strings for columns stored as Json(), while direct access via getitem returns dicts.
In versions prior t... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8137/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8137/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8136 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8136/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8136/comments | https://api.github.com/repos/huggingface/datasets/issues/8136/events | https://github.com/huggingface/datasets/pull/8136 | 4,272,360,448 | PR_kwDODunzps7Sz4Iz | 8,136 | Remove print statement in JSON processing | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8136). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-15T23:42:21Z | 2026-04-15T23:45:23Z | 2026-04-15T23:43:16Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8136.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8136",
"merged_at": "2026-04-15T23:43:16Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8136.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Remove debug print statement for JSON field paths. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8136/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8136/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8135 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8135/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8135/comments | https://api.github.com/repos/huggingface/datasets/issues/8135/events | https://github.com/huggingface/datasets/pull/8135 | 4,268,369,489 | PR_kwDODunzps7Sm752 | 8,135 | Add Zarr / OME-Zarr Dataset Support | {
"avatar_url": "https://avatars.githubusercontent.com/u/29883365?v=4",
"events_url": "https://api.github.com/users/Elsword016/events{/privacy}",
"followers_url": "https://api.github.com/users/Elsword016/followers",
"following_url": "https://api.github.com/users/Elsword016/following{/other_user}",
"gists_url"... | [] | open | false | [] | null | [
"How does this PR related to the existing one at https://github.com/huggingface/datasets/pull/7983 ?\r\nThey could be complementary, maybe it's worth checking how we can take the best of both PRs ?",
"Hi @lhoestq, thanks for your reply. \r\n\r\nMy understanding is that #7983 models a **Zarr store as a dataset**: ... | 2026-04-15T10:57:18Z | 2026-04-16T11:31:31Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8135.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8135",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8135.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8135"
} | # Add Zarr / OME-Zarr Dataset Support
## TL;DR
This PR adds support for Zarr-backed datasets to `datasets`, with a focus on lazy, streaming-friendly access to large multidimensional arrays. It introduces a new `Zarr` feature, lazy proxy objects for arrays, groups, and OME-Zarr multiscale images, a `zarrfolder` pa... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8135/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8135/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8134 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8134/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8134/comments | https://api.github.com/repos/huggingface/datasets/issues/8134/events | https://github.com/huggingface/datasets/pull/8134 | 4,267,351,322 | PR_kwDODunzps7SkBKa | 8,134 | chore: bump doc-builder SHA for PR upload workflow | {
"avatar_url": "https://avatars.githubusercontent.com/u/2504924?v=4",
"events_url": "https://api.github.com/users/rtrompier/events{/privacy}",
"followers_url": "https://api.github.com/users/rtrompier/followers",
"following_url": "https://api.github.com/users/rtrompier/following{/other_user}",
"gists_url": "h... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8134). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-15T08:19:11Z | 2026-04-15T10:15:12Z | 2026-04-15T10:15:10Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8134.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8134",
"merged_at": "2026-04-15T10:15:10Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8134.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Switch the PR doc upload flow from the legacy dataset push to the new HF bucket.
| {
"avatar_url": "https://avatars.githubusercontent.com/u/2504924?v=4",
"events_url": "https://api.github.com/users/rtrompier/events{/privacy}",
"followers_url": "https://api.github.com/users/rtrompier/followers",
"following_url": "https://api.github.com/users/rtrompier/following{/other_user}",
"gists_url": "h... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8134/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8134/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8133 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8133/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8133/comments | https://api.github.com/repos/huggingface/datasets/issues/8133/events | https://github.com/huggingface/datasets/pull/8133 | 4,264,953,406 | PR_kwDODunzps7Sczz9 | 8,133 | use full repo-relative file path instead of filename for agent traces | {
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"events_url": "https://api.github.com/users/cfahlgren1/events{/privacy}",
"followers_url": "https://api.github.com/users/cfahlgren1/followers",
"following_url": "https://api.github.com/users/cfahlgren1/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8133). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"thanks ! let me push some adjustments, and yea let's use file_path instead"
] | 2026-04-14T21:56:43Z | 2026-04-15T11:18:56Z | 2026-04-15T11:18:54Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8133.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8133",
"merged_at": "2026-04-15T11:18:54Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8133.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | We want to include full path of the file so it's easier to fetch the full trace from repo
- Store the full repo-relative path in `file_name` instead of just the basename
- Extracts the path from the `hf://` origin URL set by the download manager
Before: `file_name = "614b8d50-097f-4e36-aee0-1fdd053335e7.js... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8133/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8133/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8132 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8132/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8132/comments | https://api.github.com/repos/huggingface/datasets/issues/8132/events | https://github.com/huggingface/datasets/pull/8132 | 4,260,846,283 | PR_kwDODunzps7SPyRm | 8,132 | fix(Dataset.map): initialize writer on first non-None output instead of first index | {
"avatar_url": "https://avatars.githubusercontent.com/u/87941109?v=4",
"events_url": "https://api.github.com/users/KamayaniR/events{/privacy}",
"followers_url": "https://api.github.com/users/KamayaniR/followers",
"following_url": "https://api.github.com/users/KamayaniR/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | [] | 2026-04-14T08:48:37Z | 2026-04-17T18:32:45Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8132.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8132",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8132.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8132"
} | ## What does this PR do?
Fixes #7990
## The Bug
When a map function returns `None` for the first examples and a dict for
later ones, `Dataset.map()` crashes with:
AttributeError: 'NoneType' object has no attribute 'write'
This happens because the ArrowWriter was initialized only when processing
ind... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8132/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8132/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8131 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8131/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8131/comments | https://api.github.com/repos/huggingface/datasets/issues/8131/events | https://github.com/huggingface/datasets/issues/8131 | 4,251,712,550 | I_kwDODunzps79a_wm | 8,131 | datasets.to_list: Behaviour change in version 4.7.0 with the addition of JSON type | {
"avatar_url": "https://avatars.githubusercontent.com/u/120768997?v=4",
"events_url": "https://api.github.com/users/ItsTania/events{/privacy}",
"followers_url": "https://api.github.com/users/ItsTania/followers",
"following_url": "https://api.github.com/users/ItsTania/following{/other_user}",
"gists_url": "ht... | [] | open | false | [] | null | [
"I think we can go for the same approach as in https://github.com/huggingface/datasets/pull/8122 which decodes the JSON data (and supports JSON nested in other objects)\n\n(Or decide to decode all the features types, which I think could make sense, but this needs more careful handling so this should be discussed in... | 2026-04-13T06:06:43Z | 2026-04-15T23:38:49Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
There is a change in the approach to decoding JSON types, added in https://github.com/huggingface/datasets/commit/d560b58e1f1ec96591a95a1780ee118f5eea6c74. Since 4.7.0, to_list() returns raw JSON strings for columns stored as Json(), while direct access via __getitem__ returns dicts.
In versions... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8131/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8131/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8130 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8130/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8130/comments | https://api.github.com/repos/huggingface/datasets/issues/8130/events | https://github.com/huggingface/datasets/pull/8130 | 4,243,231,129 | PR_kwDODunzps7RoV2k | 8,130 | fix: mutable default argument in `_visit_with_path` | {
"avatar_url": "https://avatars.githubusercontent.com/u/87280280?v=4",
"events_url": "https://api.github.com/users/stef41/events{/privacy}",
"followers_url": "https://api.github.com/users/stef41/followers",
"following_url": "https://api.github.com/users/stef41/following{/other_user}",
"gists_url": "https://a... | [] | open | false | [] | null | [] | 2026-04-11T05:36:02Z | 2026-04-11T05:36:02Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8130.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8130",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8130.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8130"
} | Replace `visit_path: _VisitPath = []` with `Optional[_VisitPath] = None` to avoid the mutable default argument anti-pattern ([B006](https://docs.astral.sh/ruff/rules/mutable-argument-default/)).
While the current callers always use `visit_path + [k]` (creating new lists), the shared default list is a latent bug that w... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8130/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8130/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8129 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8129/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8129/comments | https://api.github.com/repos/huggingface/datasets/issues/8129/events | https://github.com/huggingface/datasets/issues/8129 | 4,241,704,875 | I_kwDODunzps7800er | 8,129 | `load_dataset()` hangs when `hf_xet` is enabled | {
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [
"Apologies, seems to have been a stale cache issue. Nuking the datasets cache fixed the issue"
] | 2026-04-10T21:00:24Z | 2026-04-10T21:07:56Z | 2026-04-10T21:07:56Z | null | MEMBER | [] | null | null | null | null | ### Describe the bug
Hi! I am getting a peculiar download issue on the latest versions of `datasets` and `hfh` where datasets hang indefinitely:
```py
from datasets import load_dataset
load_dataset("openai/gsm8k", "main", split="test")
```
Note that:
- streaming=True works.
- Direct Hub access works.
- Th... | {
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8129/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8129/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8128 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8128/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8128/comments | https://api.github.com/repos/huggingface/datasets/issues/8128/events | https://github.com/huggingface/datasets/pull/8128 | 4,240,118,144 | PR_kwDODunzps7RfgVx | 8,128 | Don't include files list DatasetInfo (and remove old stuff) | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8128). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-10T15:30:24Z | 2026-04-16T09:23:48Z | 2026-04-16T09:23:45Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8128.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8128",
"merged_at": "2026-04-16T09:23:45Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8128.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | this will fix the viewer when it saves the dataset info in mongo, for datasets with a lot of files this can make the mongo doc too big for mongo
I also removed old deprecated stuff linked to files list like the old concept of "post-processing" and cleaned the checksum recording logic | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8128/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8128/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8127 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8127/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8127/comments | https://api.github.com/repos/huggingface/datasets/issues/8127/events | https://github.com/huggingface/datasets/pull/8127 | 4,225,755,698 | PR_kwDODunzps7Q23En | 8,127 | Support explicit harness field in agent traces | {
"avatar_url": "https://avatars.githubusercontent.com/u/124872?v=4",
"events_url": "https://api.github.com/users/jedisct1/events{/privacy}",
"followers_url": "https://api.github.com/users/jedisct1/followers",
"following_url": "https://api.github.com/users/jedisct1/following{/other_user}",
"gists_url": "https... | [] | open | false | [] | null | [
"For a concrete example, [https://huggingface.co/datasets/jedisct1/agent-traces-swival](https://huggingface.co/datasets/jedisct1/agent-traces-swival) currently shows `claude_code` because it shares field names with Claude Code, despite an explicit `harness` field identifying the harness as not Claude Code.\r\n",
... | 2026-04-08T15:39:48Z | 2026-04-10T21:36:55Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8127.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8127",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8127.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8127"
} | Hi!
This small PR allows an optional `harness` field to be parsed.
When present, the harness field takes priority over type-value heuristics.
This allows agents to self-identify even when they contain property names that collide with an existing harness ("session", "system", etc.) | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8127/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8127/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8126 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8126/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8126/comments | https://api.github.com/repos/huggingface/datasets/issues/8126/events | https://github.com/huggingface/datasets/pull/8126 | 4,224,718,927 | PR_kwDODunzps7Qz_UY | 8,126 | Fix batching for table-formatted datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/42088479?v=4",
"events_url": "https://api.github.com/users/bluehyena/events{/privacy}",
"followers_url": "https://api.github.com/users/bluehyena/followers",
"following_url": "https://api.github.com/users/bluehyena/following{/other_user}",
"gists_url": "... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8126). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-08T13:05:36Z | 2026-04-10T13:14:01Z | 2026-04-10T13:14:00Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8126.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8126",
"merged_at": "2026-04-10T13:14:00Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8126.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | ## Summary
Fix #8075
Fix `.batch()` on table-formatted `Dataset` and `IterableDataset`.
Before this change, calling `.batch()` on datasets formatted as `pyarrow`, `pandas`, or `polars` could fail because the batching path assumed dict-like inputs. This updates batching to use an Arrow-based path for table-style ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8126/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8126/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8125 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8125/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8125/comments | https://api.github.com/repos/huggingface/datasets/issues/8125/events | https://github.com/huggingface/datasets/issues/8125 | 4,223,104,906 | I_kwDODunzps77t3eK | 8,125 | Feature request: being able to disable chmod for flat permission filesystems | {
"avatar_url": "https://avatars.githubusercontent.com/u/49240599?v=4",
"events_url": "https://api.github.com/users/younesbelkada/events{/privacy}",
"followers_url": "https://api.github.com/users/younesbelkada/followers",
"following_url": "https://api.github.com/users/younesbelkada/following{/other_user}",
"g... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [
"Context: the operation fails on GCS FUSE mounts, and likely will on similar s3-backed file systems.\n\n File \"/home/user/.venv/lib/python3.12/site-packages/datasets/arrow_dataset.py\", line 3747, in _map_single ... | 2026-04-08T08:17:14Z | 2026-04-08T08:22:42Z | null | null | NONE | [] | null | null | null | null | ### Feature request
For flat permission file systems, `os.chmod` simply fails when trying to cache datasets - in some places such as: https://github.com/huggingface/datasets/blob/main/src/datasets/arrow_dataset.py#L4043-L4048 for arrow datasets.
This seems to be optional to obtained desired behavior as simply comment... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8125/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8125/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8122 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8122/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8122/comments | https://api.github.com/repos/huggingface/datasets/issues/8122/events | https://github.com/huggingface/datasets/pull/8122 | 4,206,043,598 | PR_kwDODunzps7P_9lo | 8,122 | fix: decode Json() values before calling DataFrame.to_json() (#8116) | {
"avatar_url": "https://avatars.githubusercontent.com/u/30914529?v=4",
"events_url": "https://api.github.com/users/Brianzhengca/events{/privacy}",
"followers_url": "https://api.github.com/users/Brianzhengca/followers",
"following_url": "https://api.github.com/users/Brianzhengca/following{/other_user}",
"gist... | [] | closed | false | [] | null | [
"Just committed the fix, please let me know if there are any other issues",
"Thanks for the quick fix!",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8122). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after ... | 2026-04-04T23:54:37Z | 2026-04-10T13:12:48Z | 2026-04-10T13:12:48Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8122.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8122",
"merged_at": "2026-04-10T13:12:48Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8122.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | # Summary
fixes (https://github.com/huggingface/datasets/issues/8116)
Basically the issue is that if a dataset column uses Json() as a feature type, calling to_json() on that dataset causes a raw json escaped string to be exported, without decoding it first.
### root cause
`to_json` exports feature values in their... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8122/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8122/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8121 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8121/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8121/comments | https://api.github.com/repos/huggingface/datasets/issues/8121/events | https://github.com/huggingface/datasets/pull/8121 | 4,204,840,969 | PR_kwDODunzps7P9H7w | 8,121 | Fix Audio.cast_storage for CSV-loaded large_string columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/168739852?v=4",
"events_url": "https://api.github.com/users/pdTetteh/events{/privacy}",
"followers_url": "https://api.github.com/users/pdTetteh/followers",
"following_url": "https://api.github.com/users/pdTetteh/following{/other_user}",
"gists_url": "ht... | [] | open | false | [] | null | [
"Thanks for the investigation and the fix ! This makes me think that maybe load_dataset(\"csv\") should return \"string\" types instead of \"large_string\" to be consistent with load_dataset(\"json\") as well as the Dataset.from_xxx methods",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/d... | 2026-04-04T12:44:03Z | 2026-04-10T21:29:05Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8121.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8121",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8121.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8121"
} | ## Summary
This PR fixes `Audio.cast_storage()` so that audio path columns loaded as `large_string` can be cast to `Audio()` correctly.
## Motivation
`Dataset.from_dict({"audio": [...]})` produces a `string` column and `cast_column("audio", Audio())` works, but `load_dataset("csv", ...)` produces a `large_string` ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8121/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8121/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8120 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8120/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8120/comments | https://api.github.com/repos/huggingface/datasets/issues/8120/events | https://github.com/huggingface/datasets/issues/8120 | 4,201,197,701 | I_kwDODunzps76aTCF | 8,120 | Patch fields truncated — missing trailing newlines | {
"avatar_url": "https://avatars.githubusercontent.com/u/84258860?v=4",
"events_url": "https://api.github.com/users/hetao-git/events{/privacy}",
"followers_url": "https://api.github.com/users/hetao-git/followers",
"following_url": "https://api.github.com/users/hetao-git/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | [] | 2026-04-03T16:07:47Z | 2026-04-03T16:08:35Z | null | null | NONE | [] | null | null | null | null | Description: Multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. The trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors.
Affected instances (confirmed): atlanhq_atlan-python... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8120/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8120/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8116 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8116/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8116/comments | https://api.github.com/repos/huggingface/datasets/issues/8116/events | https://github.com/huggingface/datasets/issues/8116 | 4,197,189,620 | I_kwDODunzps76LAf0 | 8,116 | `to_json()` serializes `Json()` feature as escaped string instead of native JSON object | {
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"events_url": "https://api.github.com/users/ain-soph/events{/privacy}",
"followers_url": "https://api.github.com/users/ain-soph/followers",
"following_url": "https://api.github.com/users/ain-soph/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [
"Hi! I ran into this issue as well, I think the root cause was that under `_batch_json()` of `JsonDatasetWriter` it was directly exporting the encoded string without decoding it first. I will try to add a PR with a small fix. ",
"#self-assign"
] | 2026-04-02T21:59:15Z | 2026-04-10T13:12:51Z | 2026-04-10T13:12:51Z | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When a dataset column uses the `Json()` feature type, calling `to_json()` writes the value as an escaped JSON string (e.g., `"{\"cat_a\":1,\"cat_b\":2}"`) instead of a native JSON object (e.g., `{"cat_a":1,"cat_b":2}`).
This causes two problems:
1. The output JSON file is not interoperable with ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8116/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8116/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8115 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8115/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8115/comments | https://api.github.com/repos/huggingface/datasets/issues/8115/events | https://github.com/huggingface/datasets/pull/8115 | 4,195,114,404 | PR_kwDODunzps7PldtS | 8,115 | fix: preserve features in IterableDataset.add_column (fixes #5752) | {
"avatar_url": "https://avatars.githubusercontent.com/u/132545917?v=4",
"events_url": "https://api.github.com/users/IgnazioDS/events{/privacy}",
"followers_url": "https://api.github.com/users/IgnazioDS/followers",
"following_url": "https://api.github.com/users/IgnazioDS/following{/other_user}",
"gists_url": ... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8115). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-02T14:48:19Z | 2026-04-07T14:19:35Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8115.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8115",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8115.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8115"
} | ## Summary
Fixes #5752.
`IterableDataset.add_column()` lost the dataset's feature schema on every call because it delegated to `map()` without passing the `features` argument. `map()` unconditionally writes `info.features = features`, so the default `None` silently overwrote the existing schema.
**Root cause** (`ite... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8115/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8115/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8114 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8114/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8114/comments | https://api.github.com/repos/huggingface/datasets/issues/8114/events | https://github.com/huggingface/datasets/pull/8114 | 4,193,245,944 | PR_kwDODunzps7PgMNx | 8,114 | 🔒 Pin GitHub Actions to commit SHAs | {
"avatar_url": "https://avatars.githubusercontent.com/u/155966238?v=4",
"events_url": "https://api.github.com/users/paulinebm/events{/privacy}",
"followers_url": "https://api.github.com/users/paulinebm/followers",
"following_url": "https://api.github.com/users/paulinebm/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8114). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-02T09:28:58Z | 2026-04-07T14:11:33Z | 2026-04-07T14:11:31Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8114.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8114",
"merged_at": "2026-04-07T14:11:31Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8114.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | ## 🔒 Pin GitHub Actions to commit SHAs
This PR pins all GitHub Actions to their exact commit SHA instead of mutable tags or branch names.
**Why?**
Pinning to a SHA prevents supply chain attacks where a tag (e.g. `v4`) could be moved to point to malicious code.
### Changes
| Workflow | Action | Avant | Après | SHA ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8114/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8114/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8113 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8113/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8113/comments | https://api.github.com/repos/huggingface/datasets/issues/8113/events | https://github.com/huggingface/datasets/pull/8113 | 4,188,441,968 | PR_kwDODunzps7PUfD_ | 8,113 | Parse agent traces | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8113). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-01T16:56:08Z | 2026-04-15T11:20:36Z | null | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8113.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8113",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8113.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8113"
} | Supports claude_code, codex and pi
JSON Lines files are parsed so one file = one row
The resulting row has three fields: harness, session_id, traces, and file_name with features:
```python
AGENT_TRACES_FEATURES = datasets.Features(
{
"harness": datasets.Value("string"),
"session_id": da... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8113/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8113/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8112 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8112/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8112/comments | https://api.github.com/repos/huggingface/datasets/issues/8112/events | https://github.com/huggingface/datasets/pull/8112 | 4,185,517,824 | PR_kwDODunzps7PMvUa | 8,112 | fix: replace List with Sequence in type hints for public API functions (#5354) | {
"avatar_url": "https://avatars.githubusercontent.com/u/134889827?v=4",
"events_url": "https://api.github.com/users/abdulhayykhan/events{/privacy}",
"followers_url": "https://api.github.com/users/abdulhayykhan/followers",
"following_url": "https://api.github.com/users/abdulhayykhan/following{/other_user}",
"... | [] | open | false | [] | null | [
"Updated — public Dataset.map(), Dataset.filter(), IterableDataset.map() and IterableDataset.filter() signatures now also use Sequence[str] consistently. Thanks for the pointer.",
"Note: PR #8067 by @biefan also addresses path_or_paths in arrow_dataset.py. This PR covers a broader scope across 4 files and additio... | 2026-04-01T09:31:28Z | 2026-04-02T06:47:20Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8112.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8112",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8112.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8112"
} | ## Summary
Fixes #5354
Replaces `list[X]` with `Sequence[X]` in function argument type annotations
across the public API. `List` is invariant while `Sequence` is covariant,
which means passing a `list` to a parameter typed as `List` causes mypy errors,
even though lists are valid sequences.
## Changes
... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8112/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8112/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8111 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8111/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8111/comments | https://api.github.com/repos/huggingface/datasets/issues/8111/events | https://github.com/huggingface/datasets/pull/8111 | 4,180,579,790 | PR_kwDODunzps7PAKZk | 8,111 | add sample_by="document" support for jsonl files | {
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"events_url": "https://api.github.com/users/cfahlgren1/events{/privacy}",
"followers_url": "https://api.github.com/users/cfahlgren1/followers",
"following_url": "https://api.github.com/users/cfahlgren1/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8111). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"would the auto-detection of agent harness (claude vs. codex vs. opencode etc) and other... | 2026-03-31T16:23:57Z | 2026-04-01T16:57:00Z | 2026-04-01T16:56:59Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8111.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8111",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8111.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8111"
} | With more agentic traces (_ie Claude Code / Codex / Pi etc_) being published to the Hub as JSONL files, it would be nice to easily support loading / viewing them in Dataset Viewer.
Datasets like https://huggingface.co/datasets/cfahlgren1/agent-sessions contain one JSONL file per session. Without sample_by, each lin... | {
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"events_url": "https://api.github.com/users/cfahlgren1/events{/privacy}",
"followers_url": "https://api.github.com/users/cfahlgren1/followers",
"following_url": "https://api.github.com/users/cfahlgren1/following{/other_user}",
"gists_url"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8111/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8111/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8110 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8110/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8110/comments | https://api.github.com/repos/huggingface/datasets/issues/8110/events | https://github.com/huggingface/datasets/issues/8110 | 4,176,918,326 | I_kwDODunzps749rc2 | 8,110 | `set_format` resets features | {
"avatar_url": "https://avatars.githubusercontent.com/u/29684689?v=4",
"events_url": "https://api.github.com/users/plutonium-239/events{/privacy}",
"followers_url": "https://api.github.com/users/plutonium-239/followers",
"following_url": "https://api.github.com/users/plutonium-239/following{/other_user}",
"g... | [] | open | false | [] | null | [
"couldn't replicate with: \n\n``` bash\nPlatform: macos\npython: 3.10.9\ndatasets: 4.8.4\nhuggingface_hub: 0.36.2\npyarrow: 23.0.1\npandas: 2.3.3\nfsspec: 2026.2.0\n\n```\n\n\n``` python\nimport datasets\nfrom datasets import Array2D, Dataset\nimport numpy as np\n\n# Create a dataset with Array2D feature\ndata = {\... | 2026-03-31T07:59:32Z | 2026-04-06T03:16:19Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Calling `dataset.set_format('...')` resets the informative features such as `Array2D` etc. back into `List(List(Value))` and so on.
### Steps to reproduce the bug
```py
>>> dataset.features
{'lld': Array2D(shape=(None, 26), dtype='float32')}
>>> dataset.set_format('torch')
>>> dataset.features
... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8110/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8110/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8109 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8109/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8109/comments | https://api.github.com/repos/huggingface/datasets/issues/8109/events | https://github.com/huggingface/datasets/pull/8109 | 4,170,661,589 | PR_kwDODunzps7Onjr6 | 8,109 | docs: fix typos, grammar, and branding consistency across docs and source | {
"avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4",
"events_url": "https://api.github.com/users/Edge-Explorer/events{/privacy}",
"followers_url": "https://api.github.com/users/Edge-Explorer/followers",
"following_url": "https://api.github.com/users/Edge-Explorer/following{/other_user}",
"... | [] | open | false | [] | null | [] | 2026-03-30T13:14:51Z | 2026-04-19T05:52:43Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8109.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8109",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8109.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8109"
} | This commit addresses several documentation quality issues found across the repository — fixing typos, grammar errors, brand name inconsistencies, and adding modern tooling references for new contributors.
## Changes
### README.md
- Fix duplicate word: "frameworks frameworks" → "frameworks"
- Standardize brand ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8109/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8109/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8107 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8107/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8107/comments | https://api.github.com/repos/huggingface/datasets/issues/8107/events | https://github.com/huggingface/datasets/pull/8107 | 4,146,270,390 | PR_kwDODunzps7N0KQH | 8,107 | Update WebDataset documentation link | {
"avatar_url": "https://avatars.githubusercontent.com/u/161790061?v=4",
"events_url": "https://api.github.com/users/jingwangl/events{/privacy}",
"followers_url": "https://api.github.com/users/jingwangl/followers",
"following_url": "https://api.github.com/users/jingwangl/following{/other_user}",
"gists_url": ... | [] | open | false | [] | null | [] | 2026-03-26T18:11:24Z | 2026-03-26T18:43:47Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8107.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8107",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8107.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8107"
} | The old link is outdated
Closes #7699 | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8107/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8107/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8106 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8106/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8106/comments | https://api.github.com/repos/huggingface/datasets/issues/8106/events | https://github.com/huggingface/datasets/pull/8106 | 4,141,989,496 | PR_kwDODunzps7Nowf0 | 8,106 | Fix: Add validation to prevent duplicate kwargs in load_dataset_builder | {
"avatar_url": "https://avatars.githubusercontent.com/u/217548139?v=4",
"events_url": "https://api.github.com/users/lohith360/events{/privacy}",
"followers_url": "https://api.github.com/users/lohith360/followers",
"following_url": "https://api.github.com/users/lohith360/following{/other_user}",
"gists_url": ... | [] | open | false | [] | null | [] | 2026-03-26T09:03:47Z | 2026-03-26T09:03:47Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8106.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8106",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8106.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8106"
} | This PR adds a set intersection check in `load_dataset_builder` to catch overlapping keys between the standard build arguments and `config_kwargs`.
Previously, passing identical keys caused a confusing Python `TypeError` during unpacking. This fix intercepts the duplicates early and raises a clear `ValueError` spec... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8106/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8106/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8089 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8089/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8089/comments | https://api.github.com/repos/huggingface/datasets/issues/8089/events | https://github.com/huggingface/datasets/pull/8089 | 4,121,294,778 | PR_kwDODunzps7Ms4gk | 8,089 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8089). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-23T14:22:52Z | 2026-03-23T14:25:58Z | 2026-03-23T14:22:59Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8089.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8089",
"merged_at": "2026-03-23T14:22:59Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8089.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8089/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8089/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8088 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8088/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8088/comments | https://api.github.com/repos/huggingface/datasets/issues/8088/events | https://github.com/huggingface/datasets/pull/8088 | 4,121,279,812 | PR_kwDODunzps7Ms1yp | 8,088 | release: 4.8.4 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8088). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-23T14:20:44Z | 2026-03-23T14:23:46Z | 2026-03-23T14:21:24Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8088.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8088",
"merged_at": "2026-03-23T14:21:24Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8088.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8088/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8088/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8087 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8087/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8087/comments | https://api.github.com/repos/huggingface/datasets/issues/8087/events | https://github.com/huggingface/datasets/pull/8087 | 4,121,072,822 | PR_kwDODunzps7MsQdY | 8,087 | Support latest torchvision | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8087). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-23T13:52:39Z | 2026-03-23T14:00:58Z | 2026-03-23T14:00:56Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8087.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8087",
"merged_at": "2026-03-23T14:00:56Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8087.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | close https://github.com/huggingface/datasets/issues/8085 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8087/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8087/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8086 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8086/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8086/comments | https://api.github.com/repos/huggingface/datasets/issues/8086/events | https://github.com/huggingface/datasets/pull/8086 | 4,120,969,434 | PR_kwDODunzps7Mr_MP | 8,086 | fix regression when loading JSON with one file = one object | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8086). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-23T13:38:30Z | 2026-03-23T14:02:08Z | 2026-03-23T14:02:05Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8086.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8086",
"merged_at": "2026-03-23T14:02:05Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8086.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | was failing for datasets with JSON files that are not JSON Lines and that contain one single multi-line JSON object like https://huggingface.co/datasets/evaleval/EEE_datastore | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8086/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8086/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8085 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8085/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8085/comments | https://api.github.com/repos/huggingface/datasets/issues/8085/events | https://github.com/huggingface/datasets/issues/8085 | 4,120,101,624 | I_kwDODunzps71k8L4 | 8,085 | ImportError: cannot import name 'VideoReader' from 'torchvision.io' when using datasets with torch format | {
"avatar_url": "https://avatars.githubusercontent.com/u/186563008?v=4",
"events_url": "https://api.github.com/users/DamJanusz/events{/privacy}",
"followers_url": "https://api.github.com/users/DamJanusz/followers",
"following_url": "https://api.github.com/users/DamJanusz/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [
"`datasets` 4.8.4 is out and includes a fix :)"
] | 2026-03-23T11:16:20Z | 2026-03-23T14:23:25Z | 2026-03-23T14:00:57Z | null | NONE | [] | null | null | null | null | ### Describe the bug
For PyTorch 2.11 + torchvision 0.26.0 when using the datasets library and setting the format to "torch", an ImportError occurs because the datasets library attempts to import VideoReader from torchvision.io, but this object is not found in the installed torchvision version.
**Error message**:
> ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8085/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8085/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8084 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8084/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8084/comments | https://api.github.com/repos/huggingface/datasets/issues/8084/events | https://github.com/huggingface/datasets/pull/8084 | 4,113,045,931 | PR_kwDODunzps7MYMNy | 8,084 | Add reshard support for JSON Lines and CSV file formats | {
"avatar_url": "https://avatars.githubusercontent.com/u/37872457?v=4",
"events_url": "https://api.github.com/users/muyihao/events{/privacy}",
"followers_url": "https://api.github.com/users/muyihao/followers",
"following_url": "https://api.github.com/users/muyihao/following{/other_user}",
"gists_url": "https:... | [] | open | false | [] | null | [
"@lhoestq , hi, lhoestq, could you please help review this PR? Thanks!",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8084). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"> Cool ! I l... | 2026-03-21T16:56:42Z | 2026-04-07T13:04:17Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8084.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8084",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8084.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8084"
} | This PR extends the IterableDataset.reshard() functionality to support JSON Lines and CSV file formats, building on the foundation laid in #7992.
### Summary
- JSON Lines : Resharding splits files by line boundaries (only when num_shards is specified)
- CSV : Resharding splits files by line boundaries (only when n... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8084/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8084/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8083 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8083/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8083/comments | https://api.github.com/repos/huggingface/datasets/issues/8083/events | https://github.com/huggingface/datasets/pull/8083 | 4,103,233,762 | PR_kwDODunzps7L7Ere | 8,083 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8083). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-19T17:45:25Z | 2026-03-19T17:48:32Z | 2026-03-19T17:45:33Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8083.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8083",
"merged_at": "2026-03-19T17:45:33Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8083.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8083/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8083/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8082 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8082/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8082/comments | https://api.github.com/repos/huggingface/datasets/issues/8082/events | https://github.com/huggingface/datasets/pull/8082 | 4,103,219,567 | PR_kwDODunzps7L7Bof | 8,082 | Release 4.8.3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8082). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-19T17:42:33Z | 2026-03-19T17:45:32Z | 2026-03-19T17:44:10Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8082.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8082",
"merged_at": "2026-03-19T17:44:10Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8082.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8082/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8082/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8081 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8081/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8081/comments | https://api.github.com/repos/huggingface/datasets/issues/8081/events | https://github.com/huggingface/datasets/pull/8081 | 4,103,079,953 | PR_kwDODunzps7L6ktq | 8,081 | Fix split_dataset_by_node step | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8081). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-19T17:14:48Z | 2026-03-19T17:35:40Z | 2026-03-19T17:29:39Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8081.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8081",
"merged_at": "2026-03-19T17:29:39Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8081.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | fix https://github.com/huggingface/datasets/issues/8079
I also took the opportunity to improve the arrow logic to not have to do an unnecessary python -> arrow -> python in FormattedExamplesIterable when streaming webdatasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8081/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8081/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8080 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8080/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8080/comments | https://api.github.com/repos/huggingface/datasets/issues/8080/events | https://github.com/huggingface/datasets/pull/8080 | 4,101,869,460 | PR_kwDODunzps7L3DFR | 8,080 | Fix docstring of Json.cast_storage | {
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"events_url": "https://api.github.com/users/albertvillanova/events{/privacy}",
"followers_url": "https://api.github.com/users/albertvillanova/followers",
"following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8080). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-19T13:56:43Z | 2026-03-19T14:22:47Z | 2026-03-19T14:22:47Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8080.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8080",
"merged_at": "2026-03-19T14:22:47Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8080.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Fix docstring of `Json.cast_storage`.
This PR makes a minor change to the `cast_storage` method in the `Json` feature, updating its return type and documentation to better reflect its intended functionality.
* Updated the `cast_storage` method to return a `pa.JsonArray` instead of a `pa.Int64Array`, and revised t... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8080/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8080/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8079 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8079/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8079/comments | https://api.github.com/repos/huggingface/datasets/issues/8079/events | https://github.com/huggingface/datasets/issues/8079 | 4,099,246,270 | I_kwDODunzps70VYi- | 8,079 | StepExamplesIterable._iter_arrow drops samples for non-zero ranks for single-sharded | {
"avatar_url": "https://avatars.githubusercontent.com/u/40016222?v=4",
"events_url": "https://api.github.com/users/wwwjn/events{/privacy}",
"followers_url": "https://api.github.com/users/wwwjn/followers",
"following_url": "https://api.github.com/users/wwwjn/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists... | null | [] | 2026-03-19T04:38:51Z | 2026-03-19T17:29:40Z | 2026-03-19T17:29:40Z | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | NONE | [] | null | null | null | null | ### Describe the bug
As titled
### Steps to reproduce the bug
Running following Python script:
```
"""
Reproducer for HuggingFace datasets 4.x bug:
StepExamplesIterable._iter_arrow drops samples for non-zero ranks
when Arrow batches have size 1 (e.g. single-shard streaming WebDataset).
Bug: split_dataset_by_node w... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8079/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8079/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8078 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8078/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8078/comments | https://api.github.com/repos/huggingface/datasets/issues/8078/events | https://github.com/huggingface/datasets/issues/8078 | 4,086,560,531 | I_kwDODunzps7zk_cT | 8,078 | Inconsistent loading of LFS-hosted files in Dangindev/viet-cultural-vqa dataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4",
"events_url": "https://api.github.com/users/ngayngo9x/events{/privacy}",
"followers_url": "https://api.github.com/users/ngayngo9x/followers",
"following_url": "https://api.github.com/users/ngayngo9x/following{/other_user}",
"gists_url": "h... | [] | closed | false | [] | null | [
"I also have been stuck in same problem ",
"This should be fixed, thanks for reporting ! let us know if you ever encounter other issues in the future",
"It's okay. \n\nGood job, thanks your support! "
] | 2026-03-17T06:44:01Z | 2026-03-30T04:14:29Z | 2026-03-30T04:14:29Z | null | NONE | [] | null | null | null | null | ### Describe the bug
Describe the bug
Some files in the Dangindev/viet-cultural-vqa dataset fail to load via the Hugging Face datasets library.
xet-hosted files load fine
LFS-hosted files sometimes fail
Example:
Fails: https://huggingface.co/datasets/Dangindev/viet-cultural-vqa/blob/main/images/am_thuc/banh_chung_T... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4",
"events_url": "https://api.github.com/users/ngayngo9x/events{/privacy}",
"followers_url": "https://api.github.com/users/ngayngo9x/followers",
"following_url": "https://api.github.com/users/ngayngo9x/following{/other_user}",
"gists_url": "h... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 2,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8078/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8078/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8077 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8077/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8077/comments | https://api.github.com/repos/huggingface/datasets/issues/8077/events | https://github.com/huggingface/datasets/pull/8077 | 4,085,628,712 | PR_kwDODunzps7LFLuq | 8,077 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8077). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-17T01:11:19Z | 2026-03-17T01:14:29Z | 2026-03-17T01:11:29Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8077.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8077",
"merged_at": "2026-03-17T01:11:29Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8077.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8077/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8077/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8076 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8076/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8076/comments | https://api.github.com/repos/huggingface/datasets/issues/8076/events | https://github.com/huggingface/datasets/pull/8076 | 4,085,623,029 | PR_kwDODunzps7LFKiP | 8,076 | release 4.8.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8076). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-17T01:09:37Z | 2026-03-17T01:12:46Z | 2026-03-17T01:10:09Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8076.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8076",
"merged_at": "2026-03-17T01:10:09Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8076.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8076/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8076/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8075 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8075/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8075/comments | https://api.github.com/repos/huggingface/datasets/issues/8075/events | https://github.com/huggingface/datasets/issues/8075 | 4,085,618,908 | I_kwDODunzps7zhZjc | 8,075 | `.batch()` error on formatted datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4",
"events_url": "https://api.github.com/users/mariosasko/events{/privacy}",
"followers_url": "https://api.github.com/users/mariosasko/followers",
"following_url": "https://api.github.com/users/mariosasko/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [
"Hi ! Good catch :) Since table-formatted iterable datasets have an Arrow path (i.e. they have `.iter_arrow()`) I guess a simple fix would be to make `.batch()` make the dataset arrow-formatted and use a `batch_arrow_fn` in that case (instead of the current `_batch_fn` that expects dictionaries). It would also be b... | 2026-03-17T01:08:13Z | 2026-04-10T13:14:03Z | 2026-04-10T13:14:03Z | null | COLLABORATOR | [] | null | null | null | null | The `.batch()` method currently assumes the input (batch) is always a dictionary, which causes errors when it isn't. This can happen with formatted datasets, since formats like `"pyarrow"`, `"pandas"` (only affects `IterableDataset`), and `"polars"` return tables/dataframes instead of dictionaries.
For example:
```pyt... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8075/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8075/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8074 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8074/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8074/comments | https://api.github.com/repos/huggingface/datasets/issues/8074/events | https://github.com/huggingface/datasets/pull/8074 | 4,085,617,196 | PR_kwDODunzps7LFJWr | 8,074 | Json type for empty struct | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8074). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-17T01:07:37Z | 2026-03-17T01:10:42Z | 2026-03-17T01:08:14Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8074.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8074",
"merged_at": "2026-03-17T01:08:14Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8074.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | otherwise the it can't be converted to parquet
related: https://github.com/apache/arrow/issues/9886 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8074/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8074/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8073 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8073/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8073/comments | https://api.github.com/repos/huggingface/datasets/issues/8073/events | https://github.com/huggingface/datasets/pull/8073 | 4,085,461,387 | PR_kwDODunzps7LEq3b | 8,073 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8073). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-17T00:15:21Z | 2026-03-17T00:18:32Z | 2026-03-17T00:15:27Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8073.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8073",
"merged_at": "2026-03-17T00:15:27Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8073.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8073/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8073/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8072 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8072/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8072/comments | https://api.github.com/repos/huggingface/datasets/issues/8072/events | https://github.com/huggingface/datasets/pull/8072 | 4,085,451,847 | PR_kwDODunzps7LEo8q | 8,072 | release: 4.8.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8072). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-17T00:12:35Z | 2026-03-17T00:15:48Z | 2026-03-17T00:13:12Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8072.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8072",
"merged_at": "2026-03-17T00:13:12Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8072.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8072/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8072/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8071 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8071/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8071/comments | https://api.github.com/repos/huggingface/datasets/issues/8071/events | https://github.com/huggingface/datasets/pull/8071 | 4,085,396,360 | PR_kwDODunzps7LEdyK | 8,071 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8071). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-16T23:53:51Z | 2026-03-16T23:57:05Z | 2026-03-16T23:53:59Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8071.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8071",
"merged_at": "2026-03-16T23:53:58Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8071.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8071/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8071/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8070 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8070/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8070/comments | https://api.github.com/repos/huggingface/datasets/issues/8070/events | https://github.com/huggingface/datasets/pull/8070 | 4,085,368,828 | PR_kwDODunzps7LEYUB | 8,070 | Release: 4.8.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8070). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-16T23:42:45Z | 2026-03-16T23:45:51Z | 2026-03-16T23:42:53Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8070.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8070",
"merged_at": "2026-03-16T23:42:53Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8070.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8070/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8070/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8069 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8069/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8069/comments | https://api.github.com/repos/huggingface/datasets/issues/8069/events | https://github.com/huggingface/datasets/pull/8069 | 4,083,154,609 | PR_kwDODunzps7K9Ph0 | 8,069 | fix null filling in missing jsonl columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8069). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-16T15:24:43Z | 2026-03-16T15:43:32Z | 2026-03-16T15:43:30Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8069.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8069",
"merged_at": "2026-03-16T15:43:30Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8069.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | fix regression from #8027 reported [internally](https://huggingface.slack.com/archives/C04BP5S7858/p1773661170461759) cc @gary149 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8069/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8069/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8068 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8068/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8068/comments | https://api.github.com/repos/huggingface/datasets/issues/8068/events | https://github.com/huggingface/datasets/pull/8068 | 4,079,149,641 | PR_kwDODunzps7Kwbp4 | 8,068 | Datasets streaming iterable packaged fixes | {
"avatar_url": "https://avatars.githubusercontent.com/u/89427972?v=4",
"events_url": "https://api.github.com/users/Michael-RDev/events{/privacy}",
"followers_url": "https://api.github.com/users/Michael-RDev/followers",
"following_url": "https://api.github.com/users/Michael-RDev/following{/other_user}",
"gist... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8068). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Fixing soon :)",
"Amazing PR ! I took the liberty of pushing a few fixes to account f... | 2026-03-15T20:37:55Z | 2026-03-17T17:33:57Z | 2026-03-16T22:54:07Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8068.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8068",
"merged_at": "2026-03-16T22:54:07Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8068.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | This PR ckumps a bunch of fixes across streaming, iterable datasets, and packaged modules, plus workflow/docs cleanups.
A collection of fixes and long-overdue feature completions that kept getting pushed off as TODO(QL) comments. Nothing here is a dramatic architectural change, mostly things that were partially wire... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8068/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8068/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8067 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8067/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8067/comments | https://api.github.com/repos/huggingface/datasets/issues/8067/events | https://github.com/huggingface/datasets/pull/8067 | 4,076,680,592 | PR_kwDODunzps7KpJ1W | 8,067 | typing: accept sequences for Dataset file loaders | {
"avatar_url": "https://avatars.githubusercontent.com/u/70761325?v=4",
"events_url": "https://api.github.com/users/biefan/events{/privacy}",
"followers_url": "https://api.github.com/users/biefan/followers",
"following_url": "https://api.github.com/users/biefan/following{/other_user}",
"gists_url": "https://a... | [] | open | false | [] | null | [] | 2026-03-14T20:37:21Z | 2026-03-14T20:37:21Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8067.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8067",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8067.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8067"
} | ## Summary
- update `Dataset.from_csv`, `from_json`, `from_parquet`, and `from_text` type hints from `list[PathLike]` to `Sequence[PathLike]`
- normalize non-string sequences to lists before passing paths to readers
- add path-type tests to cover tuple input for all four loaders
## Why
`list` is invariant for static t... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8067/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8067/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8066 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8066/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8066/comments | https://api.github.com/repos/huggingface/datasets/issues/8066/events | https://github.com/huggingface/datasets/pull/8066 | 4,076,658,501 | PR_kwDODunzps7KpFze | 8,066 | fix: avoid duplicate kwargs collisions in load_dataset_builder | {
"avatar_url": "https://avatars.githubusercontent.com/u/70761325?v=4",
"events_url": "https://api.github.com/users/biefan/events{/privacy}",
"followers_url": "https://api.github.com/users/biefan/followers",
"following_url": "https://api.github.com/users/biefan/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [
"I believe this was fixed in https://github.com/huggingface/datasets/pull/8068"
] | 2026-03-14T20:26:16Z | 2026-03-17T00:04:08Z | 2026-03-17T00:04:07Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8066.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8066",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8066.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8066"
} | ## Summary
- avoid duplicate keyword collisions when `config_kwargs` overlap with module-provided `builder_kwargs` in `load_dataset_builder`
- this fixes cases like passing `base_path=...` where `base_path` is already present in `builder_kwargs`
- add a regression test using a local dataset directory to ensure overridi... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8066/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8066/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8065 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8065/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8065/comments | https://api.github.com/repos/huggingface/datasets/issues/8065/events | https://github.com/huggingface/datasets/issues/8065 | 4,073,606,584 | I_kwDODunzps7yzk24 | 8,065 | ARM audio support broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/121934?v=4",
"events_url": "https://api.github.com/users/leondz/events{/privacy}",
"followers_url": "https://api.github.com/users/leondz/followers",
"following_url": "https://api.github.com/users/leondz/following{/other_user}",
"gists_url": "https://api... | [] | open | false | [] | null | [
"See also https://github.com/NVIDIA/garak/issues/1622#issuecomment-3937720381",
"Hi @leondz , thanks for the detailed bug report — the description and reproduction steps are really clear.\n\nI’d love to take a shot at investigating and potentially fixing this issue. Before I start digging into the codebase, I jus... | 2026-03-13T22:06:36Z | 2026-03-23T14:16:47Z | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
`datasets` 4.0 moved to using `torchcodec` for audio datasets, which doesn't support ARM hardware under Linux and Windows
### Steps to reproduce the bug
try:
* Try to install `torchcodec` under Linux ARM64
or:
* Try to install `torchcodec` under Windows ARM64
or, on either of those platforms... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8065/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8065/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8064 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8064/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8064/comments | https://api.github.com/repos/huggingface/datasets/issues/8064/events | https://github.com/huggingface/datasets/pull/8064 | 4,064,944,679 | PR_kwDODunzps7KDQH- | 8,064 | Read (and write) from HF Storage Buckets: load raw data, process and save to Dataset Repos | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8064). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-12T14:09:29Z | 2026-03-16T15:45:56Z | 2026-03-16T15:45:54Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8064.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8064",
"merged_at": "2026-03-16T15:45:54Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8064.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | TODO:
- [x] load_dataset("csv", data_files=["hf://buckets/..."])
- [x] load_dataset("buckets/...")
- [x] Dataset.to_csv("hf://buckets/..."), to_json, to_parquet, etc.
- [x] DatasetDict.push_to_hub("buckets/...")
- [x] Dataset.push_to_hub("buckets/...")
- [x] DatasetDict.push_to_hub("buckets/...")
- [x] IterableD... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8064/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8064/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8063 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8063/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8063/comments | https://api.github.com/repos/huggingface/datasets/issues/8063/events | https://github.com/huggingface/datasets/pull/8063 | 4,064,033,042 | PR_kwDODunzps7KAPNO | 8,063 | Fix formatted iter arrow double yield | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8063). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-12T11:37:26Z | 2026-03-17T00:08:32Z | 2026-03-17T00:06:15Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8063.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8063",
"merged_at": "2026-03-17T00:06:15Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8063.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | I (+Claude) noticed this when reading the code. I did not encounter this bug (I think) so I can't say much more about it. Perhaps the second iteration will immediately stop so the bug is harmless, but to be safe I think a return there is safer. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8063/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8063/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8062 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8062/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8062/comments | https://api.github.com/repos/huggingface/datasets/issues/8062/events | https://github.com/huggingface/datasets/pull/8062 | 4,064,013,989 | PR_kwDODunzps7KALNc | 8,062 | Fix iterable dataset dict num proc shards | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | [
"I believe this was fixed in https://github.com/huggingface/datasets/pull/8068"
] | 2026-03-12T11:34:02Z | 2026-03-17T00:10:20Z | 2026-03-17T00:10:19Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8062.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8062",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8062.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8062"
} | If the number of shards for some split is lower than num_proc the IterableDatasetDict.push_to_hub will crash.
This handling of num_proc is as close to identical as the handling in IterableDataset.push_to_hub | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8062/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8062/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8061 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8061/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8061/comments | https://api.github.com/repos/huggingface/datasets/issues/8061/events | https://github.com/huggingface/datasets/pull/8061 | 4,058,881,349 | PR_kwDODunzps7JvjMu | 8,061 | fix reshard_data_sources | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8061). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-11T15:20:14Z | 2026-03-11T15:23:21Z | 2026-03-11T15:20:25Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8061.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8061",
"merged_at": "2026-03-11T15:20:25Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8061.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | as reported at https://github.com/huggingface/datasets/pull/7992#discussion_r2915605694 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8061/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8061/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8060 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8060/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8060/comments | https://api.github.com/repos/huggingface/datasets/issues/8060/events | https://github.com/huggingface/datasets/pull/8060 | 4,058,653,460 | PR_kwDODunzps7Juyj9 | 8,060 | Improve error message for invalid data_files pattern format | {
"avatar_url": "https://avatars.githubusercontent.com/u/136191726?v=4",
"events_url": "https://api.github.com/users/kushalkkb/events{/privacy}",
"followers_url": "https://api.github.com/users/kushalkkb/followers",
"following_url": "https://api.github.com/users/kushalkkb/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8060). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-11T14:41:22Z | 2026-03-11T15:22:42Z | 2026-03-11T15:21:37Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8060.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8060",
"merged_at": "2026-03-11T15:21:37Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8060.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | This PR improves the error message raised in sanitize_patterns()
when an invalid data_files entry is provided.
The new message clearly explains the expected dictionary format:
{'split': <split_name>, 'path': <path_or_list_of_paths>}
This helps users debug incorrect dataset configurations more easily. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8060/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8060/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8059 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8059/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8059/comments | https://api.github.com/repos/huggingface/datasets/issues/8059/events | https://github.com/huggingface/datasets/pull/8059 | 4,047,389,910 | PR_kwDODunzps7JKln6 | 8,059 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8059). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-09T19:10:48Z | 2026-03-09T19:13:56Z | 2026-03-09T19:10:55Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8059.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8059",
"merged_at": "2026-03-09T19:10:55Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8059.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8059/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8059/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8058 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8058/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8058/comments | https://api.github.com/repos/huggingface/datasets/issues/8058/events | https://github.com/huggingface/datasets/pull/8058 | 4,047,337,789 | PR_kwDODunzps7JKal1 | 8,058 | release: 4.7.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8058). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-09T18:59:02Z | 2026-03-09T19:02:02Z | 2026-03-09T19:01:54Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8058.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8058",
"merged_at": "2026-03-09T19:01:54Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8058.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8058/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8058/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8057 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8057/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8057/comments | https://api.github.com/repos/huggingface/datasets/issues/8057/events | https://github.com/huggingface/datasets/pull/8057 | 4,047,214,377 | PR_kwDODunzps7JKAxA | 8,057 | Limit dataset listing to first 20 entries in readme | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8057). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-09T18:31:23Z | 2026-03-09T18:34:34Z | 2026-03-09T18:31:30Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8057.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8057",
"merged_at": "2026-03-09T18:31:30Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8057.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8057/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8057/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8056 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8056/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8056/comments | https://api.github.com/repos/huggingface/datasets/issues/8056/events | https://github.com/huggingface/datasets/pull/8056 | 4,046,814,417 | PR_kwDODunzps7JIr7d | 8,056 | Don't extract bad files | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8056). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-09T17:09:17Z | 2026-03-09T17:22:15Z | 2026-03-09T17:22:13Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8056.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8056",
"merged_at": "2026-03-09T17:22:13Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8056.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | related to https://github.com/huggingface/datasets/issues/8052 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8056/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8056/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8055 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8055/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8055/comments | https://api.github.com/repos/huggingface/datasets/issues/8055/events | https://github.com/huggingface/datasets/pull/8055 | 4,042,507,479 | PR_kwDODunzps7I6knM | 8,055 | feat: add 3D mesh support and MeshFolder builder | {
"avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4",
"events_url": "https://api.github.com/users/Vinay-Umrethe/events{/privacy}",
"followers_url": "https://api.github.com/users/Vinay-Umrethe/followers",
"following_url": "https://api.github.com/users/Vinay-Umrethe/following{/other_user}",
"... | [] | open | false | [] | null | [
"### A Test Conducted:\r\n\r\n```python\r\nfrom datasets import Features, Value, Sequence, Image, Audio, Mesh, load_dataset\r\n\r\n# Define features.\r\nfeatures = Features({\r\n 'id': Value('string'),\r\n 'objaverse_uid': Value('string'),\r\n 'text': Value('string'),\r\n 'image': Image(),\r\n 'audio... | 2026-03-09T00:03:16Z | 2026-04-17T22:40:17Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8055.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8055",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8055.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8055"
} | This PR introduces 3D mesh support to the `datasets` library, mirroring the existing paradigms for Image, Audio, and Video modalities. this is made to support 3D data just like image, audio, etc...
new `Mesh`feature class, which manages 3D data via a PyArrow `struct` containing both raw bytes and file paths. support... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8055/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8055/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8054 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8054/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8054/comments | https://api.github.com/repos/huggingface/datasets/issues/8054/events | https://github.com/huggingface/datasets/pull/8054 | 4,042,146,910 | PR_kwDODunzps7I5elG | 8,054 | fix(arrow_dataset): initialise writer on first non-None map result, not on i==0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/72348999?v=4",
"events_url": "https://api.github.com/users/s-zx/events{/privacy}",
"followers_url": "https://api.github.com/users/s-zx/followers",
"following_url": "https://api.github.com/users/s-zx/following{/other_user}",
"gists_url": "https://api.git... | [] | open | false | [] | null | [] | 2026-03-08T20:49:04Z | 2026-03-08T20:49:04Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8054.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8054",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8054.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8054"
} | ## Summary
`Dataset.map` crashes with `AttributeError: 'NoneType' object has no attribute 'write'` when the map function returns `None` for the first N examples and a dict for later ones (issue #7990).
## Root Cause
The `ArrowWriter` was initialised with a guard tied to the example index:
```python
# Non-batched pa... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8054/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8054/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8053 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8053/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8053/comments | https://api.github.com/repos/huggingface/datasets/issues/8053/events | https://github.com/huggingface/datasets/pull/8053 | 4,042,143,431 | PR_kwDODunzps7I5d8p | 8,053 | fix(iterable_dataset): preserve features when chaining filter() on typed IterableDataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/72348999?v=4",
"events_url": "https://api.github.com/users/s-zx/events{/privacy}",
"followers_url": "https://api.github.com/users/s-zx/followers",
"following_url": "https://api.github.com/users/s-zx/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8053). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-08T20:46:50Z | 2026-03-09T17:44:33Z | 2026-03-09T17:44:33Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8053.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8053",
"merged_at": "2026-03-09T17:44:33Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8053.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | ## Summary
Chaining two `.filter()` calls on an `IterableDataset` with explicit features raises:
```
TypeError: 'NoneType' object is not a mapping
```
on the second `.filter()` call (issue #8037).
## Root Cause
After the first `.filter()`, the internal `ex_iterable` becomes _typed_ (`is_typed=True`) because `Filte... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8053/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8053/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8052 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8052/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8052/comments | https://api.github.com/repos/huggingface/datasets/issues/8052/events | https://github.com/huggingface/datasets/issues/8052 | 4,041,972,911 | I_kwDODunzps7w65yv | 8,052 | [Security] Zip/Rar/7z Archive Extraction Path Traversal (Incomplete CVE-2007-4559 Mitigation) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39662153?v=4",
"events_url": "https://api.github.com/users/spartan8806/events{/privacy}",
"followers_url": "https://api.github.com/users/spartan8806/followers",
"following_url": "https://api.github.com/users/spartan8806/following{/other_user}",
"gists_u... | [] | closed | false | [] | null | [
"Hi! I'm currently exploring the codebase and came across this issue. I'd be interested in investigating it further and trying to reproduce the behavior locally.\n\nIf no one is actively working on it, I'd be happy to take a look and attempt a fix.\n",
"The steps to reproduce don't cause any file extraction outsi... | 2026-03-08T19:09:32Z | 2026-03-10T23:27:45Z | 2026-03-10T23:27:45Z | null | NONE | [] | null | null | null | null | ## Security Vulnerability Report
**Reporter:** Conner Webber (conner.webber000@gmail.com)
**Severity:** HIGH (CVSS 3.1: 8.2)
**CWE:** CWE-22 (Improper Limitation of a Pathname to a Restricted Directory)
## Summary
The `ZipExtractor`, `RarExtractor`, and `SevenZipExtractor` classes in `datasets/utils/extract.py` call... | {
"avatar_url": "https://avatars.githubusercontent.com/u/39662153?v=4",
"events_url": "https://api.github.com/users/spartan8806/events{/privacy}",
"followers_url": "https://api.github.com/users/spartan8806/followers",
"following_url": "https://api.github.com/users/spartan8806/following{/other_user}",
"gists_u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8052/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8052/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8051 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8051/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8051/comments | https://api.github.com/repos/huggingface/datasets/issues/8051/events | https://github.com/huggingface/datasets/pull/8051 | 4,038,763,775 | PR_kwDODunzps7Iu5aG | 8,051 | Add dtype property to Sequence, List, and LargeList (Fixes #8002) | {
"avatar_url": "https://avatars.githubusercontent.com/u/114303401?v=4",
"events_url": "https://api.github.com/users/Sanket291/events{/privacy}",
"followers_url": "https://api.github.com/users/Sanket291/followers",
"following_url": "https://api.github.com/users/Sanket291/following{/other_user}",
"gists_url": ... | [] | open | false | [] | null | [] | 2026-03-07T15:52:51Z | 2026-03-07T15:52:51Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8051.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8051",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8051.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8051"
} | This PR implements the solution suggested in #8002 by adding a .dtype property to the Sequence, List, and LargeList feature classes. This ensures consistency across feature types and prevents AttributeError in downstream scripts. | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8051/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8051/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8050 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8050/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8050/comments | https://api.github.com/repos/huggingface/datasets/issues/8050/events | https://github.com/huggingface/datasets/pull/8050 | 4,038,690,293 | PR_kwDODunzps7IurXm | 8,050 | Fix IterableDataset features being set to None on chained filter (Fixes #8037) | {
"avatar_url": "https://avatars.githubusercontent.com/u/114303401?v=4",
"events_url": "https://api.github.com/users/Sanket291/events{/privacy}",
"followers_url": "https://api.github.com/users/Sanket291/followers",
"following_url": "https://api.github.com/users/Sanket291/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [
"Thanks for the PR ! The original issue poster actually opened the same PR https://github.com/huggingface/datasets/pull/8053 but with additional tests, so I took the liberty of merging theirs - I hope you don't mind"
] | 2026-03-07T15:14:07Z | 2026-03-09T17:45:32Z | 2026-03-09T17:45:31Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8050.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8050",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8050.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8050"
} | This PR implements the solution suggested in #8037.
It updates the features argument in IterableDataset.filter() to preserve existing features when ex_iterable.is_typed is True. This prevents the TypeError: 'NoneType' object is not a mapping from being raised when chaining multiple .filter() calls. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8050/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8050/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8049 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8049/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8049/comments | https://api.github.com/repos/huggingface/datasets/issues/8049/events | https://github.com/huggingface/datasets/pull/8049 | 4,032,135,159 | PR_kwDODunzps7IZR_m | 8,049 | Fix typos in iterable_dataset.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/40126336?v=4",
"events_url": "https://api.github.com/users/omkar-334/events{/privacy}",
"followers_url": "https://api.github.com/users/omkar-334/followers",
"following_url": "https://api.github.com/users/omkar-334/following{/other_user}",
"gists_url": "... | [] | closed | false | [] | null | [] | 2026-03-06T04:20:52Z | 2026-03-09T17:12:53Z | 2026-03-09T17:12:53Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8049.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8049",
"merged_at": "2026-03-09T17:12:53Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8049.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Fixes #8038 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8049/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8049/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8048 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8048/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8048/comments | https://api.github.com/repos/huggingface/datasets/issues/8048/events | https://github.com/huggingface/datasets/issues/8048 | 4,031,613,102 | I_kwDODunzps7wTYiu | 8,048 | Support 3D Datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4",
"events_url": "https://api.github.com/users/Vinay-Umrethe/events{/privacy}",
"followers_url": "https://api.github.com/users/Vinay-Umrethe/followers",
"following_url": "https://api.github.com/users/Vinay-Umrethe/following{/other_user}",
"... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [] | 2026-03-06T01:23:08Z | 2026-03-09T00:05:03Z | null | null | NONE | [] | null | null | null | null | ### Feature request
In `datasets` library we have options to load `image` and `audio` datasets which can be viewed in the Dataset Viewer.
LIKE:
```bash
from datasets import load_dataset, Image
from datasets import load_dataset, Audio
```
> https://huggingface.co/docs/datasets/en/image_load & https://huggingface.co/do... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8048/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8048/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8047 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8047/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8047/comments | https://api.github.com/repos/huggingface/datasets/issues/8047/events | https://github.com/huggingface/datasets/pull/8047 | 4,030,434,134 | PR_kwDODunzps7IUKWg | 8,047 | fix: handle nested null types in feature alignment for multi-proc map | {
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"events_url": "https://api.github.com/users/ain-soph/events{/privacy}",
"followers_url": "https://api.github.com/users/ain-soph/followers",
"following_url": "https://api.github.com/users/ain-soph/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8047). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-03-05T20:28:50Z | 2026-03-09T17:52:12Z | 2026-03-09T17:52:12Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8047.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8047",
"merged_at": "2026-03-09T17:52:12Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8047.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | When using `Dataset.map()` with `num_proc > 1`, shards containing only empty lists get their features inferred as `List(Value('null'))`, which is incompatible with `List(Struct({...}))` from shards with actual data.
The existing `_check_if_features_can_be_aligned` and `_align_features` only handled top-level `Value(... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8047/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8047/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8046 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8046/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8046/comments | https://api.github.com/repos/huggingface/datasets/issues/8046/events | https://github.com/huggingface/datasets/issues/8046 | 4,030,348,328 | I_kwDODunzps7wOjwo | 8,046 | `Dataset.map()` with `num_proc > 1` fails when some shards produce `List(Value('null'))` (empty lists) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"events_url": "https://api.github.com/users/ain-soph/events{/privacy}",
"followers_url": "https://api.github.com/users/ain-soph/followers",
"following_url": "https://api.github.com/users/ain-soph/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [
"\n### Root cause\n\nIn `src/datasets/features/features.py`, both `_check_if_features_can_be_aligned` and `_align_features` use:\n\n```python\nisinstance(v, Value) and v.dtype == \"null\"\n```\n\nto check for null compatibility. However, `List(Value('null'))` is **not** an instance of `Value` — it's an instance of ... | 2026-03-05T20:12:13Z | 2026-03-09T17:52:13Z | 2026-03-09T17:52:13Z | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When using `Dataset.map()` with `num_proc > 1`, if the map function produces a list column where some shards contain only empty lists `[]` and other shards contain non-empty lists of structs, the feature type inference is inconsistent across shards:
- Shards with only empty lists → `List(Value('n... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8046/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8046/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8045 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8045/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8045/comments | https://api.github.com/repos/huggingface/datasets/issues/8045/events | https://github.com/huggingface/datasets/pull/8045 | 4,028,881,818 | PR_kwDODunzps7IPA1N | 8,045 | Write IterableDataset to parquet incrementally instead of materializing entire shard in memory | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | open | false | [] | null | [
"I've tested this change along with the changes from my other PRs (https://github.com/HaukurPall/datasets/tree/all-fixes) and this change **dramatically** reduces the memory requirement per process.\r\n\r\nContext:\r\n\r\nI'm working with audio datasets, the audio is embedded in the parquet. When loading a 1GB shar... | 2026-03-05T15:13:53Z | 2026-03-11T12:30:57Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8045.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8045",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8045.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8045"
} | `IterableDataset.to_parquet()` materialized the entire shard into memory via
`pa.concat_tables(list(...))` before writing. For datasets with large shards and multiprocessing (push_to_hub with num_proc > 0) the memory requirements can be really large.
This PR writes parquet incrementally by iterating Arrow batches a... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8045/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8045/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8044 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8044/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8044/comments | https://api.github.com/repos/huggingface/datasets/issues/8044/events | https://github.com/huggingface/datasets/pull/8044 | 4,028,042,275 | PR_kwDODunzps7IMNl4 | 8,044 | Fix silent data loss in push_to_hub when num_proc > num_shards | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | [] | 2026-03-05T12:52:39Z | 2026-03-11T12:31:20Z | 2026-03-09T17:22:00Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8044.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8044",
"merged_at": "2026-03-09T17:22:00Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8044.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | ## Summary
When `num_proc` exceeds the number of output shards in `Dataset.push_to_hub`, workers
without assigned output shards silently drop their data. The metadata still reports the
correct dataset length (using `len(self[split])`), masking the data loss.
This fix caps `num_jobs` at `num_shards` in `_push_pa... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8044/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8044/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8043 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8043/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8043/comments | https://api.github.com/repos/huggingface/datasets/issues/8043/events | https://github.com/huggingface/datasets/pull/8043 | 4,027,936,170 | PR_kwDODunzps7IL3IJ | 8,043 | Add features parameter to IterableDatasetDict.map | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | [
"I'm going to close this PR as it depends on correct `features` handling in `IterableDataset`, which is not done correctly at the moment."
] | 2026-03-05T12:30:46Z | 2026-03-12T11:42:22Z | 2026-03-12T11:42:21Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8043.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8043",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8043.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8043"
} | IterableDataset.map accepts a features parameter to declare the output schema, but IterableDatasetDict.map did not expose it. This meant users of IterableDatasetDict had no way to preserve feature metadata through map operations. | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8043/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8043/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8042 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8042/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8042/comments | https://api.github.com/repos/huggingface/datasets/issues/8042/events | https://github.com/huggingface/datasets/pull/8042 | 4,027,903,841 | PR_kwDODunzps7ILwT5 | 8,042 | Fix schema enforcement in streaming _convert_to_arrow | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | [
"I'm going to close this PR as I have a more complete branch which fixes feature handling in the streaming case. The `features` handling in the streaming case is btw completely broken at the moment, it just happens to work in some cases. I will add more test cases to show it in a later PR."
] | 2026-03-05T12:23:47Z | 2026-03-12T11:40:32Z | 2026-03-12T11:40:31Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8042.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8042",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8042.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8042"
} | When the iter_arrow chain is broken (e.g. after .map() without with_format("arrow")), _convert_to_arrow falls back to pa.Table.from_pylist() which infers types from values. If early batches contain None or empty lists, Arrow infers null/list<null> types that conflict with later batches containing real data, causing Arr... | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8042/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8042/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8041 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8041/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8041/comments | https://api.github.com/repos/huggingface/datasets/issues/8041/events | https://github.com/huggingface/datasets/pull/8041 | 4,027,152,089 | PR_kwDODunzps7IJPKo | 8,041 | Use num_examples instead of len(self) for iterable_dataset's SplitInfo | {
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"events_url": "https://api.github.com/users/HaukurPall/events{/privacy}",
"followers_url": "https://api.github.com/users/HaukurPall/followers",
"following_url": "https://api.github.com/users/HaukurPall/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | [] | 2026-03-05T09:54:26Z | 2026-03-11T12:31:19Z | 2026-03-09T17:16:22Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8041.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8041",
"merged_at": "2026-03-09T17:16:21Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8041.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Fixes a bug (crash) when pushing individual splits to a repo which has pre-existing data. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8041/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8041/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8040 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8040/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8040/comments | https://api.github.com/repos/huggingface/datasets/issues/8040/events | https://github.com/huggingface/datasets/pull/8040 | 4,025,912,223 | PR_kwDODunzps7IFFnG | 8,040 | Fix the logic for allowed extensions when creating build configurations (#8034) | {
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"events_url": "https://api.github.com/users/Nexround/events{/privacy}",
"followers_url": "https://api.github.com/users/Nexround/followers",
"following_url": "https://api.github.com/users/Nexround/following{/other_user}",
"gists_url": "htt... | [] | open | false | [] | null | [] | 2026-03-05T05:32:45Z | 2026-03-05T05:32:45Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8040.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8040",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8040.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8040"
} | see #8034 | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8040/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8040/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8039 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8039/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8039/comments | https://api.github.com/repos/huggingface/datasets/issues/8039/events | https://github.com/huggingface/datasets/pull/8039 | 4,025,811,123 | PR_kwDODunzps7IEv9Z | 8,039 | Fix non-deterministic by sorting metadata extensions (#8034) | {
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"events_url": "https://api.github.com/users/Nexround/events{/privacy}",
"followers_url": "https://api.github.com/users/Nexround/followers",
"following_url": "https://api.github.com/users/Nexround/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [] | 2026-03-05T05:07:50Z | 2026-03-09T17:14:59Z | 2026-03-09T17:14:59Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8039.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8039",
"merged_at": "2026-03-09T17:14:59Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8039.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | see #8034 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8039/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8039/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8038 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8038/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8038/comments | https://api.github.com/repos/huggingface/datasets/issues/8038/events | https://github.com/huggingface/datasets/issues/8038 | 4,020,184,168 | I_kwDODunzps7vnyRo | 8,038 | Typo in iterable_dataset.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/28946888?v=4",
"events_url": "https://api.github.com/users/sybaik1/events{/privacy}",
"followers_url": "https://api.github.com/users/sybaik1/followers",
"following_url": "https://api.github.com/users/sybaik1/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [] | 2026-03-04T05:37:15Z | 2026-03-09T17:12:54Z | 2026-03-09T17:12:54Z | null | NONE | [] | null | null | null | null | ### Describe the bug
`streaming=True**kwargs,` should be `streaming=True, **kwargs,`
https://github.com/huggingface/datasets/blob/81027be09d5cd9f06a6d64ef1a8a3e9ebd0f86fd/src/datasets/iterable_dataset.py#L2950
### Steps to reproduce the bug
```
from Datasets import Dataset
IterableDataset.from_csv("file.csv")
```
#... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8038/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8038/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8037 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8037/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8037/comments | https://api.github.com/repos/huggingface/datasets/issues/8037/events | https://github.com/huggingface/datasets/issues/8037 | 4,008,928,790 | I_kwDODunzps7u82YW | 8,037 | IterableDataset.filter() chaining fails due to features being lost when is_typed=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/12251974?v=4",
"events_url": "https://api.github.com/users/sh0416/events{/privacy}",
"followers_url": "https://api.github.com/users/sh0416/followers",
"following_url": "https://api.github.com/users/sh0416/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [] | 2026-03-02T02:30:24Z | 2026-03-09T17:44:34Z | 2026-03-09T17:44:34Z | null | NONE | [] | null | null | null | null | ### Describe the bug
Chaining multiple .filter() calls on an IterableDataset raises a TypeError: 'NoneType' object is not a mapping on the second .filter() call.
In `IterableDataset.filter()`, the internal `ex_iterable` is wrapped with FormattedExamplesIterable:
```python
ex_iterable = FormattedExamplesIterable(
... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8037/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8037/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8036 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8036/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8036/comments | https://api.github.com/repos/huggingface/datasets/issues/8036/events | https://github.com/huggingface/datasets/pull/8036 | 4,006,914,206 | PR_kwDODunzps7HHMKn | 8,036 | follow `cache_dir` in download option when loading datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/74352334?v=4",
"events_url": "https://api.github.com/users/TsXor/events{/privacy}",
"followers_url": "https://api.github.com/users/TsXor/followers",
"following_url": "https://api.github.com/users/TsXor/following{/other_user}",
"gists_url": "https://api.... | [] | open | false | [] | null | [] | 2026-03-01T10:56:18Z | 2026-03-01T10:56:18Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8036.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8036",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8036.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8036"
} | fixes #8029 | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8036/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8036/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8035 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8035/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8035/comments | https://api.github.com/repos/huggingface/datasets/issues/8035/events | https://github.com/huggingface/datasets/pull/8035 | 4,005,673,675 | PR_kwDODunzps7HDPtk | 8,035 | Update links in README to use markdown format | {
"avatar_url": "https://avatars.githubusercontent.com/u/142339568?v=4",
"events_url": "https://api.github.com/users/lukasb1b/events{/privacy}",
"followers_url": "https://api.github.com/users/lukasb1b/followers",
"following_url": "https://api.github.com/users/lukasb1b/following{/other_user}",
"gists_url": "ht... | [] | open | false | [] | null | [] | 2026-02-28T23:16:20Z | 2026-02-28T23:16:20Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8035.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8035",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8035.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8035"
} | null | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8035/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8035/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8034 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8034/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8034/comments | https://api.github.com/repos/huggingface/datasets/issues/8034/events | https://github.com/huggingface/datasets/issues/8034 | 4,004,188,523 | I_kwDODunzps7uqxFr | 8,034 | [BUG] load_datasets() cannot use the generated Arrow cache correctly | {
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"events_url": "https://api.github.com/users/Nexround/events{/privacy}",
"followers_url": "https://api.github.com/users/Nexround/followers",
"following_url": "https://api.github.com/users/Nexround/following{/other_user}",
"gists_url": "htt... | [] | open | false | [] | null | [
"PYTHONHASHSEED=1 uv run python -c\n \"\nfrom datasets.load import LocalDatasetModuleFactory\nmod = LocalDatasetModuleFactory('/cache/datasets/imagenet-1k')\ndm = mod.get_module()\nprint('Hash:', dm.hash)\n\"\nResolving data files: 100%|█████████| 294/294 [00:00<00:00, 20584.68it/s]\nResolving data files: 100%|████... | 2026-02-28T08:11:23Z | 2026-03-04T13:50:08Z | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
The datasets library cannot use the generated Arrow cache correctly, seemingly due to a flaw in the internal hash symbol calculation logic.
The following code provides verification.
I am trying to locate the specific code position, and if there are further developments, I will update here.
### S... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8034/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8034/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8033 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8033/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8033/comments | https://api.github.com/repos/huggingface/datasets/issues/8033/events | https://github.com/huggingface/datasets/pull/8033 | 4,003,917,950 | PR_kwDODunzps7G-QP1 | 8,033 | perf: use deque for async map task/index queues | {
"avatar_url": "https://avatars.githubusercontent.com/u/6887247?v=4",
"events_url": "https://api.github.com/users/giulio-leone/events{/privacy}",
"followers_url": "https://api.github.com/users/giulio-leone/followers",
"following_url": "https://api.github.com/users/giulio-leone/following{/other_user}",
"gists... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8033). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Friendly ping — CI is green and this is ready for review. Happy to address any feedback... | 2026-02-28T05:07:00Z | 2026-03-07T21:49:34Z | 2026-03-07T21:49:34Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8033.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8033",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8033.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8033"
} | ## Problem
`arrow_dataset.py` and `iterable_dataset.py` drain `indices` and `tasks` lists front-to-back via `.pop(0)` during parallel async map operations. With `MAX_NUM_RUNNING_ASYNC_MAP_FUNCTIONS_IN_PARALLEL` items in flight, each `.pop(0)` is **O(n)** making the drain loop **O(n²)**.
## Solution
Switch both `indi... | {
"avatar_url": "https://avatars.githubusercontent.com/u/6887247?v=4",
"events_url": "https://api.github.com/users/giulio-leone/events{/privacy}",
"followers_url": "https://api.github.com/users/giulio-leone/followers",
"following_url": "https://api.github.com/users/giulio-leone/following{/other_user}",
"gists... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8033/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8033/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8032 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8032/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8032/comments | https://api.github.com/repos/huggingface/datasets/issues/8032/events | https://github.com/huggingface/datasets/pull/8032 | 4,003,285,460 | PR_kwDODunzps7G8PQ8 | 8,032 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8032). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-27T23:28:21Z | 2026-02-27T23:31:20Z | 2026-02-27T23:28:27Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8032.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8032",
"merged_at": "2026-02-27T23:28:27Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8032.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8032/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8032/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8031 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8031/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8031/comments | https://api.github.com/repos/huggingface/datasets/issues/8031/events | https://github.com/huggingface/datasets/pull/8031 | 4,003,278,631 | PR_kwDODunzps7G8N4w | 8,031 | release: 4.6.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8031). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-27T23:25:42Z | 2026-02-27T23:29:21Z | 2026-02-27T23:26:09Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8031.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8031",
"merged_at": "2026-02-27T23:26:09Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8031.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8031/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8031/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8030 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8030/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8030/comments | https://api.github.com/repos/huggingface/datasets/issues/8030/events | https://github.com/huggingface/datasets/pull/8030 | 4,003,238,887 | PR_kwDODunzps7G8F4x | 8,030 | Remove tmp file in push to hub | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8030). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-27T23:07:52Z | 2026-03-02T09:23:47Z | 2026-02-27T23:21:02Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8030.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8030",
"merged_at": "2026-02-27T23:21:02Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8030.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | reported in https://github.com/huggingface/datasets/pull/7979#issuecomment-3973374484 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8030/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8030/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8029 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8029/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8029/comments | https://api.github.com/repos/huggingface/datasets/issues/8029/events | https://github.com/huggingface/datasets/issues/8029 | 4,001,742,455 | I_kwDODunzps7uhb53 | 8,029 | `cache_dir` option in `download_config` in `load_dataset` is not respected | {
"avatar_url": "https://avatars.githubusercontent.com/u/74352334?v=4",
"events_url": "https://api.github.com/users/TsXor/events{/privacy}",
"followers_url": "https://api.github.com/users/TsXor/followers",
"following_url": "https://api.github.com/users/TsXor/following{/other_user}",
"gists_url": "https://api.... | [] | open | false | [] | null | [
"Actually, I used debugger to step into the code of `datasets`, and found `load_dataset` calls into `cached_path`, where it calls into `hf_hub_download` method for `hf://` links:\nhttps://github.com/huggingface/datasets/blob/6e8eaeed4d202b72eff44ba1a9ec5b7d81d2d3e6/src/datasets/utils/file_utils.py#L182-L195\n\nSome... | 2026-02-27T16:05:30Z | 2026-02-27T23:34:28Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Downloaded files still go to `~/.cache/huggingface/hub/` even if I specified `cache_dir` option in `download_config` in `load_dataset`.
### Steps to reproduce the bug
Run my freshly written script and found that downloaded files did not go where I want.
```python
'''
下载OpenWebText数据集,允许使用代理
'''
... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8029/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8029/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | Y | N |
https://api.github.com/repos/huggingface/datasets/issues/8028 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8028/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8028/comments | https://api.github.com/repos/huggingface/datasets/issues/8028/events | https://github.com/huggingface/datasets/pull/8028 | 4,000,313,779 | PR_kwDODunzps7GybfA | 8,028 | Fix torchcodec audio decoding to respect 'num_channels' | {
"avatar_url": "https://avatars.githubusercontent.com/u/2968413?v=4",
"events_url": "https://api.github.com/users/AsymptotaX/events{/privacy}",
"followers_url": "https://api.github.com/users/AsymptotaX/followers",
"following_url": "https://api.github.com/users/AsymptotaX/following{/other_user}",
"gists_url":... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8028). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-27T10:28:46Z | 2026-03-18T15:53:42Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8028.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8028",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8028.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8028"
} | Fixes torchcodec audio decoding when `num_channels` is set on `Audio`.
Before this change, `AudioDecoder["array"]` reduced multi-channel audio to mono by averaging channels, so the requested channel behavior was not respected.
With this PR:
- multi-channel decoded arrays are preserved by default;
- mono output ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8028/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8028/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8027 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8027/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8027/comments | https://api.github.com/repos/huggingface/datasets/issues/8027/events | https://github.com/huggingface/datasets/pull/8027 | 3,997,153,282 | PR_kwDODunzps7GoGjP | 8,027 | Add `Json()` type | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8027). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-26T18:38:45Z | 2026-03-09T15:58:00Z | 2026-03-09T15:57:57Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8027.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8027",
"merged_at": "2026-03-09T15:57:57Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8027.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | `Json()` type is needed when some fields don't have fixed types, e.g. "tools" and "tool_calls" types in conversation + tool calling datasets like [dataclaw](https://huggingface.co/datasets?other=dataclaw) datasets. Cc @peteromallet and @woctordho @Nanbeige for viz
Examples of supported tool-calling / dataclaw datase... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8027/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8027/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8026 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8026/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8026/comments | https://api.github.com/repos/huggingface/datasets/issues/8026/events | https://github.com/huggingface/datasets/pull/8026 | 3,989,139,119 | PR_kwDODunzps7GNnFC | 8,026 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8026). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-25T12:18:15Z | 2026-02-25T12:35:43Z | 2026-02-25T12:18:34Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8026.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8026",
"merged_at": "2026-02-25T12:18:34Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8026.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8026/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8026/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8025 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8025/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8025/comments | https://api.github.com/repos/huggingface/datasets/issues/8025/events | https://github.com/huggingface/datasets/pull/8025 | 3,989,040,394 | PR_kwDODunzps7GNSUF | 8,025 | release: 4.6.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8025). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-25T11:57:08Z | 2026-02-25T11:59:59Z | 2026-02-25T11:58:17Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8025.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8025",
"merged_at": "2026-02-25T11:58:17Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8025.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8025/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8025/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8024 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8024/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8024/comments | https://api.github.com/repos/huggingface/datasets/issues/8024/events | https://github.com/huggingface/datasets/pull/8024 | 3,983,877,502 | PR_kwDODunzps7F8QeB | 8,024 | Allow import polars in map() | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8024). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-24T13:57:57Z | 2026-02-24T14:08:17Z | 2026-02-24T14:08:15Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8024.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8024",
"merged_at": "2026-02-24T14:08:15Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8024.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | close https://github.com/huggingface/datasets/issues/7988 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8024/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8024/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8023 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8023/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8023/comments | https://api.github.com/repos/huggingface/datasets/issues/8023/events | https://github.com/huggingface/datasets/pull/8023 | 3,983,829,205 | PR_kwDODunzps7F8GUT | 8,023 | Support empty shard in from_generator | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8023). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-02-24T13:47:07Z | 2026-02-24T13:58:13Z | 2026-02-24T13:58:11Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8023.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8023",
"merged_at": "2026-02-24T13:58:11Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8023.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | close https://github.com/huggingface/datasets/issues/8006 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8023/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8023/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8022 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8022/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8022/comments | https://api.github.com/repos/huggingface/datasets/issues/8022/events | https://github.com/huggingface/datasets/pull/8022 | 3,983,057,516 | PR_kwDODunzps7F5eYs | 8,022 | fix: resolve base_path conflict between builder_kwargs and config_kwargs | {
"avatar_url": "https://avatars.githubusercontent.com/u/79621677?v=4",
"events_url": "https://api.github.com/users/Ryan-J-MAX/events{/privacy}",
"followers_url": "https://api.github.com/users/Ryan-J-MAX/followers",
"following_url": "https://api.github.com/users/Ryan-J-MAX/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [] | 2026-02-24T11:13:06Z | 2026-02-24T14:01:23Z | 2026-02-24T14:01:23Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8022.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8022",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8022.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8022"
} | ## What does this PR fix?
This PR fixes a bug where passing `base_path` to `load_dataset_builder()` or `load_dataset()` causes a TypeError because both `builder_kwargs` and `config_kwargs` can contain the same key.
## Problem
When users call:
```python
from datasets import load_dataset
load_dataset("rotten_tomatoes"... | {
"avatar_url": "https://avatars.githubusercontent.com/u/79621677?v=4",
"events_url": "https://api.github.com/users/Ryan-J-MAX/events{/privacy}",
"followers_url": "https://api.github.com/users/Ryan-J-MAX/followers",
"following_url": "https://api.github.com/users/Ryan-J-MAX/following{/other_user}",
"gists_url"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8022/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8022/timeline | null | null | null | null | null | N | Y |
https://api.github.com/repos/huggingface/datasets/issues/8021 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8021/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8021/comments | https://api.github.com/repos/huggingface/datasets/issues/8021/events | https://github.com/huggingface/datasets/pull/8021 | 3,981,426,772 | PR_kwDODunzps7F0FmV | 8,021 | progress bar optional manual control | {
"avatar_url": "https://avatars.githubusercontent.com/u/199906670?v=4",
"events_url": "https://api.github.com/users/AnkitAhlawat7742/events{/privacy}",
"followers_url": "https://api.github.com/users/AnkitAhlawat7742/followers",
"following_url": "https://api.github.com/users/AnkitAhlawat7742/following{/other_us... | [] | open | false | [] | null | [
"Hi @lhoestq ,\r\nCan you please trigger the CI CD pipeline ?",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8021). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq I have appli... | 2026-02-24T04:22:17Z | 2026-04-13T06:29:55Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8021.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8021",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8021.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8021"
} | Fix: https://github.com/huggingface/datasets/issues/7939
Summary
The default behavior for the progress bar has been adjusted based on dataset size. It remains enabled for small datasets and is automatically disabled for larger datasets to improve performance. Users retain full control and can explicitly enable or... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8021/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8021/timeline | null | null | null | null | null | N | Y |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.