url stringlengths 61 61 | repository_url stringclasses 1
value | labels_url stringlengths 75 75 | comments_url stringlengths 70 70 | events_url stringlengths 68 68 | html_url stringlengths 49 51 | id int64 1.06B 4.92B | node_id stringlengths 18 24 | number int64 3.28k 8.35k | 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 30 | created_at timestamp[ms]date 2021-11-16 16:05:19 2026-07-19 16:10:03 | updated_at timestamp[ms]date 2021-11-17 11:19:20 2026-07-20 09:30:01 | closed_at timestamp[ms]date 2021-11-17 11:19:19 2026-07-17 12:09:34 ⌀ | assignee dict | author_association stringclasses 4
values | issue_field_values listlengths 0 0 | type null | active_lock_reason null | draft bool 2
classes | pull_request dict | body stringlengths 1 58.6k ⌀ | closed_by dict | reactions dict | timeline_url stringlengths 70 70 | performed_via_github_app null | state_reason stringclasses 4
values | sub_issues_summary dict | issue_dependencies_summary dict | pinned_comment null | is_pull_request bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/8346 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8346/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8346/comments | https://api.github.com/repos/huggingface/datasets/issues/8346/events | https://github.com/huggingface/datasets/pull/8346 | 4,923,409,566 | PR_kwDODunzps7zkX2h | 8,346 | Fix casting a nullable LargeList to a different inner type | {
"login": "vineethsaivs",
"id": 42468190,
"node_id": "MDQ6VXNlcjQyNDY4MTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/42468190?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineethsaivs",
"html_url": "https://github.com/vineethsaivs",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [] | 2026-07-19T16:10:03 | 2026-07-19T16:10:03 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8346",
"html_url": "https://github.com/huggingface/datasets/pull/8346",
"diff_url": "https://github.com/huggingface/datasets/pull/8346.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8346.patch",
"merged_at": null
} | ## What's the bug
`_combine_list_array_offsets_with_mask` (in `src/datasets/table.py`) rebuilds a list array's offsets with the null bitmap applied, using an `int32` null-fill:
```python
offsets = array.offsets
if array.null_count > 0:
offsets = pa.concat_arrays(
[
pc.replace_with_mask(offsets... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8346/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8346/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8345 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8345/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8345/comments | https://api.github.com/repos/huggingface/datasets/issues/8345/events | https://github.com/huggingface/datasets/pull/8345 | 4,922,536,945 | PR_kwDODunzps7zhv4Z | 8,345 | Include archive path in WebDataset TAR read errors | {
"login": "sankalpsthakur",
"id": 31366524,
"node_id": "MDQ6VXNlcjMxMzY2NTI0",
"avatar_url": "https://avatars.githubusercontent.com/u/31366524?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sankalpsthakur",
"html_url": "https://github.com/sankalpsthakur",
"followers_url": "https://api.gi... | [] | open | false | [] | null | [] | 2026-07-19T11:48:15 | 2026-07-19T11:48:15 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8345",
"html_url": "https://github.com/huggingface/datasets/pull/8345",
"diff_url": "https://github.com/huggingface/datasets/pull/8345.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8345.patch",
"merged_at": null
} | Fixes #7280
## What changed
WebDataset now catches `tarfile.ReadError` around the complete TAR processing generator and re-raises the same exception type with the resolved archive path. The original exception remains available through `__cause__`.
The wrapper covers failures while advancing the archive iterator and ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8345/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8345/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8344 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8344/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8344/comments | https://api.github.com/repos/huggingface/datasets/issues/8344/events | https://github.com/huggingface/datasets/pull/8344 | 4,920,845,340 | PR_kwDODunzps7zck9T | 8,344 | Decode Json() columns in Dataset.to_pandas() | {
"login": "ebarkhordar",
"id": 22658149,
"node_id": "MDQ6VXNlcjIyNjU4MTQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ebarkhordar",
"html_url": "https://github.com/ebarkhordar",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-19T01:44:58 | 2026-07-19T01:44:58 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8344",
"html_url": "https://github.com/huggingface/datasets/pull/8344",
"diff_url": "https://github.com/huggingface/datasets/pull/8344.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8344.patch",
"merged_at": null
} | ## What does this PR do?
`Dataset.to_pandas()` returned the raw Arrow storage strings for `Json()` feature columns, while every other in-memory export path decodes them. `to_dict()`, `to_list()`, `to_json()` and `with_format("pandas")` all apply `get_json_field_paths_from_feature` + `json_decode_field`; `to_pandas()` ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8344/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8344/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8343 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8343/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8343/comments | https://api.github.com/repos/huggingface/datasets/issues/8343/events | https://github.com/huggingface/datasets/issues/8343 | 4,920,845,126 | I_kwDODunzps8AAAABJU4jRg | 8,343 | Dataset.to_pandas() returns raw JSON strings for Json() columns instead of decoded objects | {
"login": "ebarkhordar",
"id": 22658149,
"node_id": "MDQ6VXNlcjIyNjU4MTQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ebarkhordar",
"html_url": "https://github.com/ebarkhordar",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-19T01:44:53 | 2026-07-19T01:44:53 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
`Dataset.to_pandas()` returns the raw Arrow storage strings for `Json()` feature columns, while every other in-memory export path decodes them to Python objects. `to_dict()`, `to_list()`, `to_json()` and `with_format("pandas")` all run `get_json_field_paths_from_feature` + `json_decode_field`, but... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8343/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8343/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8342 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8342/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8342/comments | https://api.github.com/repos/huggingface/datasets/issues/8342/events | https://github.com/huggingface/datasets/pull/8342 | 4,917,725,619 | PR_kwDODunzps7zTJaN | 8,342 | Fix column drop in Arrow path of axis=1 concatenation | {
"login": "ebarkhordar",
"id": 22658149,
"node_id": "MDQ6VXNlcjIyNjU4MTQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ebarkhordar",
"html_url": "https://github.com/ebarkhordar",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-18T09:42:36 | 2026-07-18T09:42:36 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8342",
"html_url": "https://github.com/huggingface/datasets/pull/8342",
"diff_url": "https://github.com/huggingface/datasets/pull/8342.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8342.patch",
"merged_at": null
} | Fixes #8341
### Root cause
`HorizontallyConcatenatedMultiSourcesExamplesIterable._iter_arrow` accumulates the concatenated batch with:
```python
for name, col in zip(table.column_names, table.columns):
new_pa_table = pa_table.append_column(name, col)
```
`pa_table` here is the loop variable that leaked from the... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8342/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8342/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8341 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8341/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8341/comments | https://api.github.com/repos/huggingface/datasets/issues/8341/events | https://github.com/huggingface/datasets/issues/8341 | 4,917,723,283 | I_kwDODunzps8AAAABJR6Akw | 8,341 | concatenate_datasets(axis=1) with Arrow format drops the first source's columns | {
"login": "ebarkhordar",
"id": 22658149,
"node_id": "MDQ6VXNlcjIyNjU4MTQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ebarkhordar",
"html_url": "https://github.com/ebarkhordar",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [
"#self-assign"
] | 2026-07-18T09:41:43 | 2026-07-18T09:41:54 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
The Arrow fast path of horizontal concatenation (`concatenate_datasets([...], axis=1)` consumed through `.with_format("arrow")`, or any Arrow/tensor consumer) drops the columns of the first source. The plain-Python path is correct; only the Arrow path diverges.
`HorizontallyConcatenatedMultiSourc... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8341/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8341/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8340 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8340/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8340/comments | https://api.github.com/repos/huggingface/datasets/issues/8340/events | https://github.com/huggingface/datasets/pull/8340 | 4,908,511,747 | PR_kwDODunzps7y1YDI | 8,340 | Make Dataset generic to allow specifying column types in typehints | {
"login": "RudrenduPaul",
"id": 38769913,
"node_id": "MDQ6VXNlcjM4NzY5OTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/38769913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RudrenduPaul",
"html_url": "https://github.com/RudrenduPaul",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [] | 2026-07-17T05:58:24 | 2026-07-17T05:58:24 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8340",
"html_url": "https://github.com/huggingface/datasets/pull/8340",
"diff_url": "https://github.com/huggingface/datasets/pull/8340.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8340.patch",
"merged_at": null
} | Closes #7719
## What does this PR do?
Makes `Dataset` optionally generic so its column types can be specified in a
typehint, similar to how `torch.utils.data.DataLoader[T]` works today (as
requested in the issue).
Before, the only way to document a dataset's columns was a docstring comment:
```python
from datasets ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8340/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8340/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8339 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8339/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8339/comments | https://api.github.com/repos/huggingface/datasets/issues/8339/events | https://github.com/huggingface/datasets/pull/8339 | 4,905,200,782 | PR_kwDODunzps7yqz1j | 8,339 | Make the dataset fingerprint independent of Arrow chunking | {
"login": "SuryanshSS1011",
"id": 159204949,
"node_id": "U_kgDOCX1GVQ",
"avatar_url": "https://avatars.githubusercontent.com/u/159204949?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SuryanshSS1011",
"html_url": "https://github.com/SuryanshSS1011",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [] | 2026-07-16T19:11:10 | 2026-07-18T19:30:53 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8339",
"html_url": "https://github.com/huggingface/datasets/pull/8339",
"diff_url": "https://github.com/huggingface/datasets/pull/8339.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8339.patch",
"merged_at": null
} | Fixes #8327.
As discussed in the issue, the OOM in `Dataset.from_pandas` comes from `generate_fingerprint`, not from the Arrow conversion. Fingerprinting hashes `dataset.__dict__`, and the underlying `pa.Table` (and the `InMemoryTable` wrapping it) pickles chunk-by-chunk, so the serialized size and the hashing cost ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8339/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8339/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8338 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8338/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8338/comments | https://api.github.com/repos/huggingface/datasets/issues/8338/events | https://github.com/huggingface/datasets/pull/8338 | 4,898,613,660 | PR_kwDODunzps7yVTjf | 8,338 | Include file size in dataset fingerprint | {
"login": "yuxin00j",
"id": 255896926,
"node_id": "U_kgDOD0CtXg",
"avatar_url": "https://avatars.githubusercontent.com/u/255896926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yuxin00j",
"html_url": "https://github.com/yuxin00j",
"followers_url": "https://api.github.com/users/yuxin00j/... | [] | open | false | [] | null | [] | 2026-07-16T04:12:33 | 2026-07-20T06:32:46 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8338",
"html_url": "https://github.com/huggingface/datasets/pull/8338",
"diff_url": "https://github.com/huggingface/datasets/pull/8338.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8338.patch",
"merged_at": null
} | ### Motivation
Currently, the dataset cache fingerprints rely entirely on the `ETag`/`etag`/`mtime` metadata fetched during `fs.info()`. If a file's byte size changes on the remote end—and the remote backend fails to reliably update the ETag—the dataset fingerprint stays improperly static. This leads to insidious bugs... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8338/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8338/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8337 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8337/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8337/comments | https://api.github.com/repos/huggingface/datasets/issues/8337/events | https://github.com/huggingface/datasets/pull/8337 | 4,894,686,483 | PR_kwDODunzps7yIgNf | 8,337 | Bump fsspec and simpler wds compr | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8337). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-07-15T17:01:52 | 2026-07-16T13:09:43 | null | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8337",
"html_url": "https://github.com/huggingface/datasets/pull/8337",
"diff_url": "https://github.com/huggingface/datasets/pull/8337.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8337.patch",
"merged_at": null
} | this will fix errors in the viewer for webdatasets | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8337/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8337/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8336 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8336/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8336/comments | https://api.github.com/repos/huggingface/datasets/issues/8336/events | https://github.com/huggingface/datasets/pull/8336 | 4,894,561,875 | PR_kwDODunzps7yIFxi | 8,336 | docs: add WebDataset example for multiple media files of the same type | {
"login": "pctablet505",
"id": 55033230,
"node_id": "MDQ6VXNlcjU1MDMzMjMw",
"avatar_url": "https://avatars.githubusercontent.com/u/55033230?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pctablet505",
"html_url": "https://github.com/pctablet505",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-15T16:45:44 | 2026-07-15T16:45:44 | null | null | NONE | [] | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8336",
"html_url": "https://github.com/huggingface/datasets/pull/8336",
"diff_url": "https://github.com/huggingface/datasets/pull/8336.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8336.patch",
"merged_at": null
} | Fixes #7413
Adds a WebDataset example to the video dataset docs showing how multiple media files of the same type per sample are mapped. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8336/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8336/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8335 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8335/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8335/comments | https://api.github.com/repos/huggingface/datasets/issues/8335/events | https://github.com/huggingface/datasets/pull/8335 | 4,892,837,423 | PR_kwDODunzps7yCdSS | 8,335 | Fix column loss in horizontal concatenation of arrow-backed IterableDatasets | {
"login": "Vedant-Agarwal",
"id": 43557509,
"node_id": "MDQ6VXNlcjQzNTU3NTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/43557509?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vedant-Agarwal",
"html_url": "https://github.com/Vedant-Agarwal",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | [
"Closing this — on review the fix only covers the equal-length case. The arrow (`_iter_arrow`) path also needs to pad different-length sources with nulls the way the non-arrow path does, otherwise horizontal concat of unequal-length sources raises `ArrowInvalid`. I'd rather rework it to handle that completely befor... | 2026-07-15T13:18:15 | 2026-07-15T14:33:35 | 2026-07-15T14:33:35 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8335",
"html_url": "https://github.com/huggingface/datasets/pull/8335",
"diff_url": "https://github.com/huggingface/datasets/pull/8335.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8335.patch",
"merged_at": null
} | ## Bug
`concatenate_datasets([...], axis=1)` over arrow-backed `IterableDataset`s (e.g. from `.to_iterable_dataset()`) silently drops the **first** dataset's columns and duplicates the **last** dataset's column.
In `HorizontallyConcatenatedMultiSourcesExamplesIterable._iter_arrow`, the merged table is built by append... | {
"login": "Vedant-Agarwal",
"id": 43557509,
"node_id": "MDQ6VXNlcjQzNTU3NTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/43557509?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vedant-Agarwal",
"html_url": "https://github.com/Vedant-Agarwal",
"followers_url": "https://api.gi... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8335/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8335/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8334 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8334/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8334/comments | https://api.github.com/repos/huggingface/datasets/issues/8334/events | https://github.com/huggingface/datasets/pull/8334 | 4,889,848,578 | PR_kwDODunzps7x4y28 | 8,334 | fix #5354 | {
"login": "wasim-builds",
"id": 108329802,
"node_id": "U_kgDOBnT7Sg",
"avatar_url": "https://avatars.githubusercontent.com/u/108329802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wasim-builds",
"html_url": "https://github.com/wasim-builds",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-07-15T06:14:24 | 2026-07-15T06:16:36 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8334",
"html_url": "https://github.com/huggingface/datasets/pull/8334",
"diff_url": "https://github.com/huggingface/datasets/pull/8334.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8334.patch",
"merged_at": null
} | This PR updates the type hint for the `path_or_paths` argument in dataset loading methods (`from_parquet`, `from_csv`, `from_json`, and `from_text`) in `src/datasets/arrow_dataset.py`.
It replaces `list[PathLike]` with `Sequence[PathLike]`. Since `list` is invariant and `Sequence` is covariant, this prevents users f... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8334/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8334/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8333 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8333/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8333/comments | https://api.github.com/repos/huggingface/datasets/issues/8333/events | https://github.com/huggingface/datasets/pull/8333 | 4,884,858,928 | PR_kwDODunzps7xons8 | 8,333 | Support batched=True in Dataset.to_dict | {
"login": "vineethsaivs",
"id": 42468190,
"node_id": "MDQ6VXNlcjQyNDY4MTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/42468190?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineethsaivs",
"html_url": "https://github.com/vineethsaivs",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [] | 2026-07-14T16:03:25 | 2026-07-14T16:03:25 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8333",
"html_url": "https://github.com/huggingface/datasets/pull/8333",
"diff_url": "https://github.com/huggingface/datasets/pull/8333.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8333.patch",
"merged_at": null
} | ## What does this do?
`Dataset.to_dict(batch_size=..., batched=True)` silently ignores both arguments and always returns the full dict, even though its signature, docstring ("Set to `True` to return a generator that yields the dataset as batches"), and `-> Union[dict, Iterator[dict]]` return type all promise batching.... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8333/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8333/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8332 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8332/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8332/comments | https://api.github.com/repos/huggingface/datasets/issues/8332/events | https://github.com/huggingface/datasets/pull/8332 | 4,884,200,474 | PR_kwDODunzps7xmdbe | 8,332 | Raise on length mismatch in batched IterableDataset.map | {
"login": "sohumt123",
"id": 208212517,
"node_id": "U_kgDODGkSJQ",
"avatar_url": "https://avatars.githubusercontent.com/u/208212517?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sohumt123",
"html_url": "https://github.com/sohumt123",
"followers_url": "https://api.github.com/users/sohumt... | [] | open | false | [] | null | [] | 2026-07-14T14:44:36 | 2026-07-14T14:44:36 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8332",
"html_url": "https://github.com/huggingface/datasets/pull/8332",
"diff_url": "https://github.com/huggingface/datasets/pull/8332.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8332.patch",
"merged_at": null
} | ## Problem
`IterableDataset.map(fn, batched=True)` can silently drop or misalign rows when the mapping function changes the batch's row count but does not re-emit every retained input column.
In `MappedExamplesIterable._iter`, `prepare_outputs` merges the batch with `transformed_inputs = {**inputs, **processed_inputs... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8332/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8332/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8331 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8331/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8331/comments | https://api.github.com/repos/huggingface/datasets/issues/8331/events | https://github.com/huggingface/datasets/issues/8331 | 4,883,801,676 | I_kwDODunzps8AAAABIxjmTA | 8,331 | datasets-server.huggingface.co returning 503 on every endpoint (whole host down, not one route) | {
"login": "ChristianDenniss",
"id": 166155393,
"node_id": "U_kgDOCedUgQ",
"avatar_url": "https://avatars.githubusercontent.com/u/166155393?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ChristianDenniss",
"html_url": "https://github.com/ChristianDenniss",
"followers_url": "https://api.gi... | [] | closed | false | [] | null | [
"Hi ! Thanks for the ping, yes we are aware of the issue and actively working on it. It's taking some time though since we want to make sure it will be 100% back and for good.\n\nThis impacts both the API and the Viewer on HF which is based on it",
"Seems to be up and running properly now I'll conclude this issue... | 2026-07-14T13:59:29 | 2026-07-17T12:09:35 | 2026-07-17T12:09:34 | null | NONE | [] | null | null | null | null | ### Describe the bug
The entire datasets-server.huggingface.co backend (the dataset-viewer API) is
returning 503 Service Temporarily Unavailable on every route I've tried, not
just one endpoint. It reproduces on public datasets with no auth token, so it
doesn't appear to be account- or dataset-specific. huggingface.co... | {
"login": "ChristianDenniss",
"id": 166155393,
"node_id": "U_kgDOCedUgQ",
"avatar_url": "https://avatars.githubusercontent.com/u/166155393?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ChristianDenniss",
"html_url": "https://github.com/ChristianDenniss",
"followers_url": "https://api.gi... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8331/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8331/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8330 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8330/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8330/comments | https://api.github.com/repos/huggingface/datasets/issues/8330/events | https://github.com/huggingface/datasets/issues/8330 | 4,883,330,907 | I_kwDODunzps8AAAABIxG3Ww | 8,330 | Dataset Studio and Viewer down | {
"login": "Taryn-Cail",
"id": 165508968,
"node_id": "U_kgDOCd13aA",
"avatar_url": "https://avatars.githubusercontent.com/u/165508968?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Taryn-Cail",
"html_url": "https://github.com/Taryn-Cail",
"followers_url": "https://api.github.com/users/Tar... | [] | open | false | [] | null | [
"Hi ! Thanks for the ping, yes we are aware of the issue and actively working on it. It's taking some time though since we want to make sure it will be 100% back and for good"
] | 2026-07-14T13:06:53 | 2026-07-14T18:01:18 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hello!
I want to report a bug on the datasets viewer and data studio pages. I have attempted to access it on various datasets from various devices and it will not let me view the dataset this way. I have tried restarting, login in and out but to no success. I use Hugging Face as a repository th... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8330/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8330/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8329 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8329/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8329/comments | https://api.github.com/repos/huggingface/datasets/issues/8329/events | https://github.com/huggingface/datasets/pull/8329 | 4,882,090,554 | PR_kwDODunzps7xfhUD | 8,329 | fix: replace list/List with Sequence in function parameter annotations | {
"login": "gautamkishore",
"id": 3015456,
"node_id": "MDQ6VXNlcjMwMTU0NTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/3015456?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gautamkishore",
"html_url": "https://github.com/gautamkishore",
"followers_url": "https://api.github.... | [] | open | false | [] | null | [] | 2026-07-14T10:16:04 | 2026-07-14T10:16:04 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8329",
"html_url": "https://github.com/huggingface/datasets/pull/8329",
"diff_url": "https://github.com/huggingface/datasets/pull/8329.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8329.patch",
"merged_at": null
} | Fixes #5354
Replaces `list[T]` with `Sequence[T]` in function parameter type annotations across `arrow_dataset.py`, `dataset_dict.py`, and `iterable_dataset.py`.
The built-in `list` is invariant in its type parameter, so passing a `List[str]` where `list[PathLike]` is expected causes a mypy error. `Sequence` is cova... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8329/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8329/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8328 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8328/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8328/comments | https://api.github.com/repos/huggingface/datasets/issues/8328/events | https://github.com/huggingface/datasets/issues/8328 | 4,881,665,580 | I_kwDODunzps8AAAABIvhOLA | 8,328 | Streaming datasets fail with 403 SignatureError: invalid key pair id from xet-bridge-us (Colab, latest libraries) | {
"login": "mahmoud-mannes",
"id": 223726608,
"node_id": "U_kgDODVXMEA",
"avatar_url": "https://avatars.githubusercontent.com/u/223726608?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mahmoud-mannes",
"html_url": "https://github.com/mahmoud-mannes",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [
"Hi ! I couldn't reproduce the issue on my side. I can see two options, let me know if any helps you:\n\n1) this was a transient issue (we restarted some machines recently but this shouldn't have impacted you tbh), can you try again just in case ?\n2) something is wrong with your token smh, can you logout and login... | 2026-07-14T09:21:43 | 2026-07-15T00:58:06 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
I'm unable to stream datasets from the Hugging Face Hub. The issue affects both public datasets (e.g. beans) and gated datasets (ILSVRC/imagenet-1k).
The failure occurs before any examples are yielded. The request is redirected to the Xet CDN (xet-bridge-us) and fails with:
```
403 Forbidden
Au... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8328/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8328/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8327 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8327/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8327/comments | https://api.github.com/repos/huggingface/datasets/issues/8327/events | https://github.com/huggingface/datasets/issues/8327 | 4,874,477,254 | I_kwDODunzps8AAAABIoqexg | 8,327 | `Dataset.from_pandas` allocates ~1 MB per Arrow chunk, Out of Memory errors | {
"login": "nenadom",
"id": 7107362,
"node_id": "MDQ6VXNlcjcxMDczNjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/7107362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nenadom",
"html_url": "https://github.com/nenadom",
"followers_url": "https://api.github.com/users/nenadom/... | [] | open | false | [] | null | [
"The measurements in the issue point at `from_pandas`, but I think the allocation is actually in fingerprinting, and not in the Arrow conversion at all.\n\nOn datasets 5.0.0 I get:\n\n| step | peak |\n|---|---|\n| `pa.Table.from_pandas(df)` | ~0 MB |\n| `Dataset.from_pandas(df)` | 1499 MB |\n| `generate_fingerprint... | 2026-07-13T14:13:38 | 2026-07-16T13:43:01 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
`Dataset.from_pandas` memory usage scales with the chunk count of the backing Arrow array (around 1 MB per chunk).
`Dataset.shuffle()` followed by `to_pandas()` produces string columns with one chunk per row, so a 25k-row DataFrame holding ~32 MB of text allocates ~30 GB on the way back through ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8327/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8327/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8326 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8326/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8326/comments | https://api.github.com/repos/huggingface/datasets/issues/8326/events | https://github.com/huggingface/datasets/pull/8326 | 4,871,148,453 | PR_kwDODunzps7w78O8 | 8,326 | docs: replace AutoFeatureExtractor with AutoImageProcessor in image preprocessing docs | {
"login": "gautamkishore",
"id": 3015456,
"node_id": "MDQ6VXNlcjMwMTU0NTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/3015456?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gautamkishore",
"html_url": "https://github.com/gautamkishore",
"followers_url": "https://api.github.... | [] | open | false | [] | null | [] | 2026-07-13T06:52:22 | 2026-07-13T06:52:22 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8326",
"html_url": "https://github.com/huggingface/datasets/pull/8326",
"diff_url": "https://github.com/huggingface/datasets/pull/8326.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8326.patch",
"merged_at": null
} | Fixes #8199
Replaces deprecated with the modern in the image preprocessing example in . | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8326/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8326/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8325 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8325/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8325/comments | https://api.github.com/repos/huggingface/datasets/issues/8325/events | https://github.com/huggingface/datasets/pull/8325 | 4,869,263,834 | PR_kwDODunzps7w2Bma | 8,325 | Fix path traversal via metadata file_name in folder-based builders | {
"login": "Kaif10",
"id": 57802881,
"node_id": "MDQ6VXNlcjU3ODAyODgx",
"avatar_url": "https://avatars.githubusercontent.com/u/57802881?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kaif10",
"html_url": "https://github.com/Kaif10",
"followers_url": "https://api.github.com/users/Kaif10/fo... | [] | open | false | [] | null | [
"Thanks, both addressed.\n\n**1. `dummy/../../../`:** this is actually already caught — `file_name` is run through `os.path.normpath` before the check, so `dummy/../../../etc/passwd` normalizes to `../../etc/passwd` and is rejected by the existing `..` guard. I added explicit regression tests (`dummy/../../../etc/p... | 2026-07-12T23:48:39 | 2026-07-20T07:34:38 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8325",
"html_url": "https://github.com/huggingface/datasets/pull/8325",
"diff_url": "https://github.com/huggingface/datasets/pull/8325.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8325.patch",
"merged_at": null
} | Fix #8324
### Vulnerability
The folder-based builders (`imagefolder`, `audiofolder`, `videofolder`, `pdffolder`) resolve each metadata row's `file_name` by joining it to the metadata file's directory with no containment check. A malicious dataset can set `file_name` to a `../`-traversal path or an absolute path, caus... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8325/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8325/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8324 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8324/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8324/comments | https://api.github.com/repos/huggingface/datasets/issues/8324/events | https://github.com/huggingface/datasets/issues/8324 | 4,867,649,641 | I_kwDODunzps8AAAABIiJwaQ | 8,324 | Path traversal / arbitrary file read via the `file_name` metadata field in `*folder` dataset builders (no `trust_remote_code`) | {
"login": "geo-chen",
"id": 2404584,
"node_id": "MDQ6VXNlcjI0MDQ1ODQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/2404584?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/geo-chen",
"html_url": "https://github.com/geo-chen",
"followers_url": "https://api.github.com/users/geo-c... | [] | open | false | [] | null | [
"#self-assign"
] | 2026-07-12T15:38:21 | 2026-07-12T23:34:48 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
reported via email on 9 June 2026 - no acknowledgement or response:
Package: datasets (PyPI). Affected file: src/datasets/packaged_modules/folder_based_builder/folder_based_builder.py
Affected Versions: confirmed on 5.0.0 (PyPI) and HEAD 63e103e.
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8324/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8324/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8323 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8323/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8323/comments | https://api.github.com/repos/huggingface/datasets/issues/8323/events | https://github.com/huggingface/datasets/pull/8323 | 4,863,233,039 | PR_kwDODunzps7wku51 | 8,323 | Raise on Dataset.rename_columns name collision with an existing column | {
"login": "roli-lpci",
"id": 244266141,
"node_id": "U_kgDODo80nQ",
"avatar_url": "https://avatars.githubusercontent.com/u/244266141?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/roli-lpci",
"html_url": "https://github.com/roli-lpci",
"followers_url": "https://api.github.com/users/roli-l... | [] | open | false | [] | null | [] | 2026-07-11T16:44:11 | 2026-07-11T16:44:11 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8323",
"html_url": "https://github.com/huggingface/datasets/pull/8323",
"diff_url": "https://github.com/huggingface/datasets/pull/8323.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8323.patch",
"merged_at": null
} | ### What
`Dataset.rename_column` (singular) already rejects a new column name that collides with an
existing column:
```python
>>> ds.rename_column("foo", "bar") # "bar" already exists
ValueError: New column name bar already in the dataset. ...
```
`Dataset.rename_columns` (plural, dict-based) has no equivalent che... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8323/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8323/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8322 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8322/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8322/comments | https://api.github.com/repos/huggingface/datasets/issues/8322/events | https://github.com/huggingface/datasets/pull/8322 | 4,862,220,787 | PR_kwDODunzps7whovv | 8,322 | feat: use `ListLike` instead of `list` in path type hints | {
"login": "N-S8990",
"id": 76609223,
"node_id": "MDQ6VXNlcjc2NjA5MjIz",
"avatar_url": "https://avatars.githubusercontent.com/u/76609223?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/N-S8990",
"html_url": "https://github.com/N-S8990",
"followers_url": "https://api.github.com/users/N-S899... | [] | open | false | [] | null | [] | 2026-07-11T12:22:02 | 2026-07-11T14:02:39 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8322",
"html_url": "https://github.com/huggingface/datasets/pull/8322",
"diff_url": "https://github.com/huggingface/datasets/pull/8322.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8322.patch",
"merged_at": null
} | ---
## Description
Changed type annotations from `list[PathLike]` to `ListLike[PathLike]` in
`from_csv`, `from_json`, `from_parquet`, and `from_text`.
`list` type hints are invariant — passing a `tuple` of paths fails mypy even
though it works fine at runtime. `ListLike` (defined in
`src/datasets/utils/typing.py`) ac... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8322/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8322/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8321 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8321/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8321/comments | https://api.github.com/repos/huggingface/datasets/issues/8321/events | https://github.com/huggingface/datasets/pull/8321 | 4,861,816,606 | PR_kwDODunzps7wgZfn | 8,321 | Fix: Resolve Sequence type hints and add from_jsonl alias (#5354) | {
"login": "2k33cse992574",
"id": 169928786,
"node_id": "U_kgDOCiDoUg",
"avatar_url": "https://avatars.githubusercontent.com/u/169928786?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/2k33cse992574",
"html_url": "https://github.com/2k33cse992574",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-11T10:24:56 | 2026-07-11T10:24:56 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8321",
"html_url": "https://github.com/huggingface/datasets/pull/8321",
"diff_url": "https://github.com/huggingface/datasets/pull/8321.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8321.patch",
"merged_at": null
} | Fixes #5354
## Proposed Changes
- Updates features typing to use Sequence instead of List/Tuple in from_json and from_parquet parsing functions.
- Adds from_jsonl as an explicit wrapper to from_json for dataset creation, providing API symmetry with to_jsonl.
- Includes dedicated tests for the new from_jsonl alias in a... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8321/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8321/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8320 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8320/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8320/comments | https://api.github.com/repos/huggingface/datasets/issues/8320/events | https://github.com/huggingface/datasets/pull/8320 | 4,860,517,539 | PR_kwDODunzps7wcTTb | 8,320 | docs: add community health files (CHANGELOG.md) | {
"login": "Mukller",
"id": 168552591,
"node_id": "U_kgDOCgvojw",
"avatar_url": "https://avatars.githubusercontent.com/u/168552591?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Mukller",
"html_url": "https://github.com/Mukller",
"followers_url": "https://api.github.com/users/Mukller/foll... | [] | open | false | [] | null | [] | 2026-07-11T04:24:59 | 2026-07-12T09:36:31 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8320",
"html_url": "https://github.com/huggingface/datasets/pull/8320",
"diff_url": "https://github.com/huggingface/datasets/pull/8320.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8320.patch",
"merged_at": null
} | ## Summary
Adds missing open-source community health files:
- **CHANGELOG.md** — Keep a Changelog format, Semantic Versioning
- **README.md** — contributor profile link
### Why
These files help contributors understand how to participate and set community expectations.
---
*[Mukller](https://github.com/Mu... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8320/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8320/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8319 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8319/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8319/comments | https://api.github.com/repos/huggingface/datasets/issues/8319/events | https://github.com/huggingface/datasets/pull/8319 | 4,859,119,134 | PR_kwDODunzps7wX361 | 8,319 | Cast multi-dimensional numpy arrays when inferring IterableDataset features | {
"login": "vineethsaivs",
"id": 42468190,
"node_id": "MDQ6VXNlcjQyNDY4MTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/42468190?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineethsaivs",
"html_url": "https://github.com/vineethsaivs",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [] | 2026-07-10T22:35:31 | 2026-07-10T22:35:31 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8319",
"html_url": "https://github.com/huggingface/datasets/pull/8319",
"diff_url": "https://github.com/huggingface/datasets/pull/8319.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8319.patch",
"merged_at": null
} | ## Summary
`IterableDataset._resolve_features()` crashes when a `map` function yields multi-dimensional numpy arrays:
```python
from datasets import Dataset
import numpy as np
ds = Dataset.from_dict({"a": [[[1, 2, 3], [1, 2, 3]]]}).to_iterable_dataset().map(lambda x: {"a": [np.array(x["a"])]})
ds._resolve_features()
... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8319/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8319/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8318 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8318/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8318/comments | https://api.github.com/repos/huggingface/datasets/issues/8318/events | https://github.com/huggingface/datasets/pull/8318 | 4,852,071,515 | PR_kwDODunzps7wBLK6 | 8,318 | Vectorize interleave_datasets index generation (probabilities + first/all_exhausted) | {
"login": "saforem2",
"id": 5234251,
"node_id": "MDQ6VXNlcjUyMzQyNTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5234251?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/saforem2",
"html_url": "https://github.com/saforem2",
"followers_url": "https://api.github.com/users/safor... | [] | open | false | [] | null | [
"Hi @lhoestq — gentle ping on this one when you have a moment.\n\nIt vectorizes the `probabilities`-given index generation in `_interleave_map_style_datasets` (the `first_exhausted` / `all_exhausted` branches), which currently builds the index list in a pure-Python per-row loop. This brings it to parity with the al... | 2026-07-10T04:43:02 | 2026-07-12T14:08:11 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8318",
"html_url": "https://github.com/huggingface/datasets/pull/8318",
"diff_url": "https://github.com/huggingface/datasets/pull/8318.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8318.patch",
"merged_at": null
} | ## What
`_interleave_map_style_datasets` (used by `interleave_datasets` for map-style `Dataset`s) builds the output index list in a **pure-Python `for`-loop, one iteration per output row**, when `probabilities` is given:
```python
for source_idx in iter_random_indices():
if bool_strategy_func(is_exhausted):
... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8318/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8318/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8317 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8317/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8317/comments | https://api.github.com/repos/huggingface/datasets/issues/8317/events | https://github.com/huggingface/datasets/pull/8317 | 4,851,996,655 | PR_kwDODunzps7wA7r8 | 8,317 | fix(json): produce valid JSON when lines=False spans multiple batches (#7037) | {
"login": "sridhar-3009",
"id": 117087864,
"node_id": "U_kgDOBvqeeA",
"avatar_url": "https://avatars.githubusercontent.com/u/117087864?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sridhar-3009",
"html_url": "https://github.com/sridhar-3009",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-07-10T04:27:36 | 2026-07-10T04:27:36 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8317",
"html_url": "https://github.com/huggingface/datasets/pull/8317",
"diff_url": "https://github.com/huggingface/datasets/pull/8317.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8317.patch",
"merged_at": null
} | ## Summary
Fixes #7037.
`Dataset.to_json(lines=False)` raised `NotImplementedError` (and before the guard was added, silently produced _invalid_ JSON) whenever `batch_size < num_rows` — i.e., the default case for any dataset larger than `DEFAULT_MAX_BATCH_SIZE` (1000 rows).
**Root cause:** Each batch was serialised ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8317/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8317/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8316 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8316/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8316/comments | https://api.github.com/repos/huggingface/datasets/issues/8316/events | https://github.com/huggingface/datasets/pull/8316 | 4,851,944,983 | PR_kwDODunzps7wAxOj | 8,316 | Preserve features after IterableDataset.add_column | {
"login": "sridhar-3009",
"id": 117087864,
"node_id": "U_kgDOBvqeeA",
"avatar_url": "https://avatars.githubusercontent.com/u/117087864?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sridhar-3009",
"html_url": "https://github.com/sridhar-3009",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-07-10T04:15:54 | 2026-07-10T04:15:54 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8316",
"html_url": "https://github.com/huggingface/datasets/pull/8316",
"diff_url": "https://github.com/huggingface/datasets/pull/8316.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8316.patch",
"merged_at": null
} | ## What
`IterableDataset.add_column` delegates to `map` but never propagates the schema. After the call, `dataset.features` is `None` even when the original dataset had a typed schema, silently breaking all downstream code that inspects features.
## Root cause
The implementation is a one-liner:
```python
return self... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8316/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8316/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8315 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8315/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8315/comments | https://api.github.com/repos/huggingface/datasets/issues/8315/events | https://github.com/huggingface/datasets/pull/8315 | 4,849,890,950 | PR_kwDODunzps7v6TJQ | 8,315 | Fix size_str(0) returning "Unknown size" instead of "0 bytes" | {
"login": "Sreekant13",
"id": 60787859,
"node_id": "MDQ6VXNlcjYwNzg3ODU5",
"avatar_url": "https://avatars.githubusercontent.com/u/60787859?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sreekant13",
"html_url": "https://github.com/Sreekant13",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-07-09T21:05:15 | 2026-07-09T21:05:15 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8315",
"html_url": "https://github.com/huggingface/datasets/pull/8315",
"diff_url": "https://github.com/huggingface/datasets/pull/8315.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8315.patch",
"merged_at": null
} | `size_str` uses `if not size_in_bytes:` to return `"Unknown size"`, which also catches `0`. But `0` is a valid size (0 bytes), and the docstring states that only `None` means "Unknown size". So a 0-byte size (e.g. an empty split) currently renders as "Unknown size":
```python
>>> from datasets.utils.py_utils import... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8315/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8315/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8314 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8314/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8314/comments | https://api.github.com/repos/huggingface/datasets/issues/8314/events | https://github.com/huggingface/datasets/pull/8314 | 4,849,455,669 | PR_kwDODunzps7v46i1 | 8,314 | Fix to_json(lines=False) producing invalid JSON for multi-batch datasets | {
"login": "Functionhx",
"id": 172989722,
"node_id": "U_kgDOCk-dGg",
"avatar_url": "https://avatars.githubusercontent.com/u/172989722?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Functionhx",
"html_url": "https://github.com/Functionhx",
"followers_url": "https://api.github.com/users/Fun... | [] | open | false | [] | null | [] | 2026-07-09T19:55:29 | 2026-07-09T19:55:29 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8314",
"html_url": "https://github.com/huggingface/datasets/pull/8314",
"diff_url": "https://github.com/huggingface/datasets/pull/8314.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8314.patch",
"merged_at": null
} | Fixes #7037.
to_json(lines=False) concatenated batch JSON arrays directly (like [...][...][...]), which is invalid JSON. Fixed by stripping outer brackets from each batch with orient=records and wrapping in a single array. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8314/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8314/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8313 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8313/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8313/comments | https://api.github.com/repos/huggingface/datasets/issues/8313/events | https://github.com/huggingface/datasets/pull/8313 | 4,843,463,896 | PR_kwDODunzps7vlZFI | 8,313 | Fix crash on millisecond-scale started_at in hermes agent traces | {
"login": "DaoyuanLi2816",
"id": 94409450,
"node_id": "U_kgDOBaCS6g",
"avatar_url": "https://avatars.githubusercontent.com/u/94409450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DaoyuanLi2816",
"html_url": "https://github.com/DaoyuanLi2816",
"followers_url": "https://api.github.com/us... | [] | open | false | [] | null | [] | 2026-07-09T05:28:07 | 2026-07-09T05:28:07 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8313",
"html_url": "https://github.com/huggingface/datasets/pull/8313",
"diff_url": "https://github.com/huggingface/datasets/pull/8313.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8313.patch",
"merged_at": null
} | ## Summary
Parsing a hermes-format agent trace whose `started_at` is expressed in milliseconds crashes with `OSError: [Errno 22] Invalid argument`.
## The bug
`src/datasets/packaged_modules/json/json.py` normalizes `started_at` before feeding it to `datetime.fromtimestamp` (which expects **seconds**), using a magnit... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8313/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8313/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8312 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8312/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8312/comments | https://api.github.com/repos/huggingface/datasets/issues/8312/events | https://github.com/huggingface/datasets/pull/8312 | 4,835,483,160 | PR_kwDODunzps7vLR6W | 8,312 | Fix Dataset.take raising IndexError when taking more elements than available | {
"login": "vidigoat",
"id": 219086731,
"node_id": "U_kgDODQ7_iw",
"avatar_url": "https://avatars.githubusercontent.com/u/219086731?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vidigoat",
"html_url": "https://github.com/vidigoat",
"followers_url": "https://api.github.com/users/vidigoat/... | [] | open | false | [] | null | [] | 2026-07-08T07:54:41 | 2026-07-08T07:54:41 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8312",
"html_url": "https://github.com/huggingface/datasets/pull/8312",
"diff_url": "https://github.com/huggingface/datasets/pull/8312.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8312.patch",
"merged_at": null
} | ### Description
`Dataset.take(n)` is implemented as `self.select(range(n))`, so when `n` is larger than the dataset length it raises `IndexError: Index N out of range for dataset of size M` instead of returning the whole dataset. This is inconsistent with `IterableDataset.take`, which clamps and returns all available e... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8312/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8312/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8311 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8311/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8311/comments | https://api.github.com/repos/huggingface/datasets/issues/8311/events | https://github.com/huggingface/datasets/pull/8311 | 4,832,988,791 | PR_kwDODunzps7vDKY3 | 8,311 | Fix silent dataset truncation in batched map with mismatched empty column (#6879) | {
"login": "florian6973",
"id": 70778912,
"node_id": "MDQ6VXNlcjcwNzc4OTEy",
"avatar_url": "https://avatars.githubusercontent.com/u/70778912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/florian6973",
"html_url": "https://github.com/florian6973",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-07T23:29:09 | 2026-07-07T23:32:30 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8311",
"html_url": "https://github.com/huggingface/datasets/pull/8311",
"diff_url": "https://github.com/huggingface/datasets/pull/8311.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8311.patch",
"merged_at": null
} | ## What does this PR do?
Fixes #6879.
`Dataset.map(fn, batched=True)` silently truncates the dataset to **0 rows** (instead of raising) when the mapping function empties an *existing* column while another column stays non-empty.
### Reproducer (from the issue)
```python
import datasets
data = datasets.Dataset.from_... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8311/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8311/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8310 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8310/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8310/comments | https://api.github.com/repos/huggingface/datasets/issues/8310/events | https://github.com/huggingface/datasets/pull/8310 | 4,821,704,510 | PR_kwDODunzps7ueW6y | 8,310 | Make patch_submodule robust to __builtins__ being a module (PyPy / __main__) | {
"login": "vineethsaivs",
"id": 42468190,
"node_id": "MDQ6VXNlcjQyNDY4MTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/42468190?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineethsaivs",
"html_url": "https://github.com/vineethsaivs",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [] | 2026-07-06T17:50:03 | 2026-07-06T17:50:03 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8310",
"html_url": "https://github.com/huggingface/datasets/pull/8310",
"diff_url": "https://github.com/huggingface/datasets/pull/8310.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8310.patch",
"merged_at": null
} | Closes #7636.
### Problem
`patch_submodule` reads the builtins through `globals()["__builtins__"]`:
```python
elif target_attr in globals()["__builtins__"]: # if it's a builtin like "open"
self.original[target_attr] = globals()["__builtins__"][target_attr]
```
The value of a module's `__builtins__` global is a... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8310/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8310/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8309 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8309/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8309/comments | https://api.github.com/repos/huggingface/datasets/issues/8309/events | https://github.com/huggingface/datasets/pull/8309 | 4,818,217,806 | PR_kwDODunzps7uS_TH | 8,309 | Make doc builds faster | {
"login": "mishig25",
"id": 11827707,
"node_id": "MDQ6VXNlcjExODI3NzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11827707?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mishig25",
"html_url": "https://github.com/mishig25",
"followers_url": "https://api.github.com/users/mis... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8309). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-07-06T10:28:24 | 2026-07-06T13:21:54 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8309",
"html_url": "https://github.com/huggingface/datasets/pull/8309",
"diff_url": "https://github.com/huggingface/datasets/pull/8309.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8309.patch",
"merged_at": null
} | Companion to the doc-builder tracker: huggingface/doc-builder#802
🤖 Generated with [Claude Code](https://claude.com/claude-code) | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8309/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8309/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8308 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8308/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8308/comments | https://api.github.com/repos/huggingface/datasets/issues/8308/events | https://github.com/huggingface/datasets/issues/8308 | 4,818,109,751 | I_kwDODunzps8AAAABHy6FNw | 8,308 | Streaming IterableDataset state stops advancing after first resume — second resume restarts from the beginning | {
"login": "francesco-bertolotti",
"id": 205762612,
"node_id": "U_kgDODEOwNA",
"avatar_url": "https://avatars.githubusercontent.com/u/205762612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/francesco-bertolotti",
"html_url": "https://github.com/francesco-bertolotti",
"followers_url": "ht... | [] | open | false | [] | null | [] | 2026-07-06T10:12:27 | 2026-07-06T10:12:41 | null | null | CONTRIBUTOR | [] | null | null | null | null |
## Description
For a streaming `IterableDataset`, calling `load_state_dict()` and then continuing to iterate leaves `state_dict()` frozen at the initial position (`shard_idx=0`, `shard_example_idx=0`). Reading resumes correctly the first time, but the tracked state never advances again.
This causes a second consecut... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8308/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8308/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8307 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8307/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8307/comments | https://api.github.com/repos/huggingface/datasets/issues/8307/events | https://github.com/huggingface/datasets/pull/8307 | 4,814,981,536 | PR_kwDODunzps7uIqj_ | 8,307 | Improve missing tsfile dependency error | {
"login": "Pranjalitem189",
"id": 47625583,
"node_id": "MDQ6VXNlcjQ3NjI1NTgz",
"avatar_url": "https://avatars.githubusercontent.com/u/47625583?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Pranjalitem189",
"html_url": "https://github.com/Pranjalitem189",
"followers_url": "https://api.gi... | [] | open | false | [] | null | [] | 2026-07-06T00:12:07 | 2026-07-06T00:12:07 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8307",
"html_url": "https://github.com/huggingface/datasets/pull/8307",
"diff_url": "https://github.com/huggingface/datasets/pull/8307.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8307.patch",
"merged_at": null
} | Related to #8256
This PR improves the error message when the optional `tsfile` dependency is unavailable.
Currently, loading a TSFile dataset without `tsfile` installed raises a raw:
ModuleNotFoundError: No module named 'tsfile'
This change raises a clearer ImportError instead:
ImportError: To support lo... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8307/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8307/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8306 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8306/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8306/comments | https://api.github.com/repos/huggingface/datasets/issues/8306/events | https://github.com/huggingface/datasets/pull/8306 | 4,814,736,642 | PR_kwDODunzps7uH7t7 | 8,306 | Fix `add_column` parameter order so `feature` precedes `new_fingerprint` | {
"login": "gaurav0107",
"id": 12824278,
"node_id": "MDQ6VXNlcjEyODI0Mjc4",
"avatar_url": "https://avatars.githubusercontent.com/u/12824278?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gaurav0107",
"html_url": "https://github.com/gaurav0107",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-07-05T22:51:45 | 2026-07-05T22:56:14 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8306",
"html_url": "https://github.com/huggingface/datasets/pull/8306",
"diff_url": "https://github.com/huggingface/datasets/pull/8306.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8306.patch",
"merged_at": null
} | ### What
`Dataset.add_column`'s signature is `(name, column, new_fingerprint=None, feature=None)`, but:
- its own docstring documents the third argument as `feature` (not `new_fingerprint`), and
- every sibling `@fingerprint_transform` method keeps `new_fingerprint` as the **last** parameter (e.g. `cast_column(column... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8306/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8306/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8303 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8303/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8303/comments | https://api.github.com/repos/huggingface/datasets/issues/8303/events | https://github.com/huggingface/datasets/pull/8303 | 4,805,200,544 | PR_kwDODunzps7trDJb | 8,303 | Fix symlink-following arbitrary file write in archive extraction | {
"login": "AAtomical",
"id": 106249136,
"node_id": "U_kgDOBlU7sA",
"avatar_url": "https://avatars.githubusercontent.com/u/106249136?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AAtomical",
"html_url": "https://github.com/AAtomical",
"followers_url": "https://api.github.com/users/AAtomi... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8303). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-07-03T17:10:38 | 2026-07-06T10:04:30 | 2026-07-06T10:04:29 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8303",
"html_url": "https://github.com/huggingface/datasets/pull/8303",
"diff_url": "https://github.com/huggingface/datasets/pull/8303.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8303.patch",
"merged_at": "2026-07-06T10:04... | Extractor.extract() called shutil.rmtree(output_path, ignore_errors=True) before extracting. Since Python 3.8, shutil.rmtree() raises OSError on a symlink pointing to a directory, which ignore_errors=True silently swallows. An attacker with write access to a shared cache directory could pre-plant a symlink at the predi... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8303/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8303/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8302 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8302/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8302/comments | https://api.github.com/repos/huggingface/datasets/issues/8302/events | https://github.com/huggingface/datasets/issues/8302 | 4,804,667,688 | I_kwDODunzps8AAAABHmFpKA | 8,302 | Turkish DIK-style Syntactic Structure Benchmark Dataset | {
"login": "nane100503-gif",
"id": 279460174,
"node_id": "U_kgDOEKg5Tg",
"avatar_url": "https://avatars.githubusercontent.com/u/279460174?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nane100503-gif",
"html_url": "https://github.com/nane100503-gif",
"followers_url": "https://api.github.c... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | [] | 2026-07-03T15:33:39 | 2026-07-03T15:33:39 | null | null | NONE | [] | null | null | null | null | ### Feature request
A structured dataset proposal introducing a Turkish syntactic structure benchmark designed for evaluating LLMs on fine-grained grammatical reasoning in a morphologically rich language.
Current NLP datasets in Hugging Face focus heavily on surface-level semantic tasks or English-centric benchmarks.... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8302/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8302/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8301 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8301/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8301/comments | https://api.github.com/repos/huggingface/datasets/issues/8301/events | https://github.com/huggingface/datasets/pull/8301 | 4,803,858,831 | PR_kwDODunzps7tmuV3 | 8,301 | Fix lance auth | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8301). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-07-03T13:30:28 | 2026-07-03T14:17:40 | 2026-07-03T14:17:38 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8301",
"html_url": "https://github.com/huggingface/datasets/pull/8301",
"diff_url": "https://github.com/huggingface/datasets/pull/8301.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8301.patch",
"merged_at": "2026-07-03T14:17... | fix two bugs
- `TypeError: argument 'storage_options': 'None' is not an instance of 'str'` because "token": None is not supported in storage_options
- download_config.storage_options was empty and therefore the token for private datasets was not passed to lance | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8301/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8301/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8300 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8300/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8300/comments | https://api.github.com/repos/huggingface/datasets/issues/8300/events | https://github.com/huggingface/datasets/issues/8300 | 4,798,952,848 | I_kwDODunzps8AAAABHgo1kA | 8,300 | Dataset spotlight: Helium benchmarks | {
"login": "connerlambden",
"id": 9061871,
"node_id": "MDQ6VXNlcjkwNjE4NzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9061871?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/connerlambden",
"html_url": "https://github.com/connerlambden",
"followers_url": "https://api.github.... | [] | closed | false | [] | null | [
"Closing — wrong venue (Library repo; use HF dataset page.). We're focusing on eval awesome-list PRs and lm-eval/promptfoo integrations. — Helium Trades"
] | 2026-07-02T23:50:52 | 2026-07-03T04:08:04 | 2026-07-03T04:08:04 | null | NONE | [] | null | null | null | null | Helium Model Worldview: 304 cue-swap prompts. https://huggingface.co/datasets/HeliumTrades/helium-model-worldview-benchmark | https://heliumtrades.com/benchmarks/ | {
"login": "connerlambden",
"id": 9061871,
"node_id": "MDQ6VXNlcjkwNjE4NzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9061871?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/connerlambden",
"html_url": "https://github.com/connerlambden",
"followers_url": "https://api.github.... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8300/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8300/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8299 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8299/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8299/comments | https://api.github.com/repos/huggingface/datasets/issues/8299/events | https://github.com/huggingface/datasets/pull/8299 | 4,796,399,878 | PR_kwDODunzps7tOQW5 | 8,299 | Fix MetadataConfigs dropping parquet shards for non-consecutive configs | {
"login": "rodriguescarson",
"id": 6134699,
"node_id": "MDQ6VXNlcjYxMzQ2OTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/6134699?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rodriguescarson",
"html_url": "https://github.com/rodriguescarson",
"followers_url": "https://api.g... | [] | open | false | [] | null | [] | 2026-07-02T16:36:11 | 2026-07-02T16:36:11 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8299",
"html_url": "https://github.com/huggingface/datasets/pull/8299",
"diff_url": "https://github.com/huggingface/datasets/pull/8299.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8299.patch",
"merged_at": null
} | Fixes #8269
## Problem
`MetadataConfigs._from_exported_parquet_files_and_dataset_infos()` groups the exported parquet files with `itertools.groupby(exported_parquet_files, itemgetter("config"))`. `groupby` only groups **consecutive** equal keys, but the result is built as a dict keyed by config name:
```python
metad... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8299/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8299/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8298 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8298/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8298/comments | https://api.github.com/repos/huggingface/datasets/issues/8298/events | https://github.com/huggingface/datasets/pull/8298 | 4,790,672,091 | PR_kwDODunzps7s7tdy | 8,298 | Replace distutils.util.strtobool in tests with a local helper | {
"login": "Sanjays2402",
"id": 51058514,
"node_id": "MDQ6VXNlcjUxMDU4NTE0",
"avatar_url": "https://avatars.githubusercontent.com/u/51058514?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanjays2402",
"html_url": "https://github.com/Sanjays2402",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [] | 2026-07-02T02:18:28 | 2026-07-02T02:18:28 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8298",
"html_url": "https://github.com/huggingface/datasets/pull/8298",
"diff_url": "https://github.com/huggingface/datasets/pull/8298.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8298.patch",
"merged_at": null
} | ## What this fixes
`tests/utils.py` imports `strtobool` from `distutils.util`:
```python
from distutils.util import strtobool
```
`distutils` was removed from the standard library in **Python 3.12** ([PEP 632](https://peps.python.org/pep-0632/)). `tests/utils.py` is imported (via `from .utils import ...`) by **20 te... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8298/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8298/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8297 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8297/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8297/comments | https://api.github.com/repos/huggingface/datasets/issues/8297/events | https://github.com/huggingface/datasets/pull/8297 | 4,782,770,650 | PR_kwDODunzps7sh2Y4 | 8,297 | Fix: preserve features after IterableDataset.add_column (GH#5752) | {
"login": "uttam12331",
"id": 159913047,
"node_id": "U_kgDOCYgUVw",
"avatar_url": "https://avatars.githubusercontent.com/u/159913047?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/uttam12331",
"html_url": "https://github.com/uttam12331",
"followers_url": "https://api.github.com/users/utt... | [] | open | false | [] | null | [] | 2026-07-01T05:40:44 | 2026-07-01T05:40:44 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8297",
"html_url": "https://github.com/huggingface/datasets/pull/8297",
"diff_url": "https://github.com/huggingface/datasets/pull/8297.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8297.patch",
"merged_at": null
} | ## Problem
After calling `.add_column()` on a streaming `IterableDataset`, accessing `.features` returns `None`:
```python
from datasets import load_dataset
ds = load_dataset("...", streaming=True)
print(ds.features) # {'text': Value('string'), ...}
ds2 = ds.add_column("new_column", ["val"] * len(ds))
print(ds2.fe... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8297/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8297/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8296 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8296/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8296/comments | https://api.github.com/repos/huggingface/datasets/issues/8296/events | https://github.com/huggingface/datasets/issues/8296 | 4,779,554,534 | I_kwDODunzps8AAAABHOI25g | 8,296 | [security] Symlink-Following Arbitrary File Write via Archive Extraction in huggingface/datasets | {
"login": "AAtomical",
"id": 106249136,
"node_id": "U_kgDOBlU7sA",
"avatar_url": "https://avatars.githubusercontent.com/u/106249136?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AAtomical",
"html_url": "https://github.com/AAtomical",
"followers_url": "https://api.github.com/users/AAtomi... | [] | open | false | [] | null | [
"thanks for reporting, I'm not entirely sure how someone could exploit this but a fix would be welcome for sure ! Option A looks good to me",
"@lhoestq Thanks for the quick response! I opened a PR #8303 implementing Option A. The threat model is a shared cache. Any user who can write into downloads/extracted/ — b... | 2026-06-30T18:46:34 | 2026-07-04T19:06:53 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
## Summary
A symlink-following vulnerability exists in the archive extraction subsystem of `huggingface/datasets` that allows a local attacker with write access to a shared HuggingFace cache directory to write arbitrary files with the victim's privileges, by pre-planting a symlink at a predictabl... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8296/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8296/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8295 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8295/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8295/comments | https://api.github.com/repos/huggingface/datasets/issues/8295/events | https://github.com/huggingface/datasets/pull/8295 | 4,778,148,778 | PR_kwDODunzps7sSwmy | 8,295 | Bug Fix: Resuming Twice Resets the Dataloader | {
"login": "francesco-bertolotti",
"id": 205762612,
"node_id": "U_kgDODEOwNA",
"avatar_url": "https://avatars.githubusercontent.com/u/205762612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/francesco-bertolotti",
"html_url": "https://github.com/francesco-bertolotti",
"followers_url": "ht... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8295). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-30T15:28:14 | 2026-07-06T15:19:54 | 2026-07-06T15:19:54 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8295",
"html_url": "https://github.com/huggingface/datasets/pull/8295",
"diff_url": "https://github.com/huggingface/datasets/pull/8295.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8295.patch",
"merged_at": "2026-07-06T15:19... | ## Summary
For a streaming `IterableDataset`, calling `load_state_dict()` and then continuing to iterate leaves `state_dict()` at the initial position (`shard_idx=0`, `shard_example_idx=0`). Reading resumes from the correct place, but the the state never advances again.
The practical consequence shows up on the ... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8295/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8295/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8294 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8294/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8294/comments | https://api.github.com/repos/huggingface/datasets/issues/8294/events | https://github.com/huggingface/datasets/pull/8294 | 4,777,402,296 | PR_kwDODunzps7sQSQZ | 8,294 | docs(py_utils): add missing docstrings to 5 public utility functions | {
"login": "RavSinghChandan",
"id": 99543778,
"node_id": "U_kgDOBe7q4g",
"avatar_url": "https://avatars.githubusercontent.com/u/99543778?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RavSinghChandan",
"html_url": "https://github.com/RavSinghChandan",
"followers_url": "https://api.github.... | [] | open | false | [] | null | [] | 2026-06-30T13:54:49 | 2026-07-01T02:58:43 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8294",
"html_url": "https://github.com/huggingface/datasets/pull/8294",
"diff_url": "https://github.com/huggingface/datasets/pull/8294.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8294.patch",
"merged_at": null
} | ## What does this PR do?
Adds missing docstrings to five public utility functions in `src/datasets/utils/py_utils.py`. Each docstring follows the HuggingFace documentation style with `Args`, `Returns`, `Raises`, and `Example` sections.
**Functions documented:**
| Function | What it does |
|---|---|
| `glob_pattern_t... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8294/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8294/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8293 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8293/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8293/comments | https://api.github.com/repos/huggingface/datasets/issues/8293/events | https://github.com/huggingface/datasets/issues/8293 | 4,774,067,106 | I_kwDODunzps8AAAABHI57og | 8,293 | Support concatenating multiple streaming datasets while preserving the sum of shards | {
"login": "muyihao",
"id": 37872457,
"node_id": "MDQ6VXNlcjM3ODcyNDU3",
"avatar_url": "https://avatars.githubusercontent.com/u/37872457?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muyihao",
"html_url": "https://github.com/muyihao",
"followers_url": "https://api.github.com/users/muyiha... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | [
"it's already the case afaik:\n\n```python\nIn [1]: from datasets import IterableDataset, concatenate_datasets\n\nIn [2]: ds1 = IterableDataset.from_dict({\"i\": [0, 1]})\n\nIn [3]: ds2 = IterableDataset.from_dict({\"i\": [2, 3]})\n\nIn [4]: ds = concatenate_datasets([ds1, ds2])\n\nIn [5]: list(ds)\nOut[5]: [{'i': ... | 2026-06-30T05:44:23 | 2026-07-03T13:40:43 | null | null | NONE | [] | null | null | null | null | ### Feature request
It would be useful if concatenating multiple `IterableDataset`s could preserve the shard information from each input dataset, so that:
- the total number of shards equals the sum of the input shards;
- `split_dataset_by_node()` and worker sharding continue to work efficiently;
- downstream distrib... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8293/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8293/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8291 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8291/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8291/comments | https://api.github.com/repos/huggingface/datasets/issues/8291/events | https://github.com/huggingface/datasets/pull/8291 | 4,773,012,250 | PR_kwDODunzps7sB4nP | 8,291 | Add `skip_origin_metadata` flag to optimize streaming startup time | {
"login": "yuxin00j",
"id": 255896926,
"node_id": "U_kgDOD0CtXg",
"avatar_url": "https://avatars.githubusercontent.com/u/255896926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yuxin00j",
"html_url": "https://github.com/yuxin00j",
"followers_url": "https://api.github.com/users/yuxin00j/... | [] | open | false | [] | null | [
"Hi @lhoestq, could you take a look at this PR? Thanks.",
"@yuxin00j Can you please add how much is this change improving streaming initialization latency ?",
"> @yuxin00j Can you please add how much is this change improving streaming initialization latency ?\r\n\r\nAdded in the description."
] | 2026-06-30T02:00:17 | 2026-07-20T09:30:01 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8291",
"html_url": "https://github.com/huggingface/datasets/pull/8291",
"diff_url": "https://github.com/huggingface/datasets/pull/8291.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8291.patch",
"merged_at": null
} | Fix #8197
This PR introduces the `skip_origin_metadata` kwarg to skip costly origin metadata fetching (ETags/mtime) when it's not needed, improving streaming initialization latency. This saves number of files `fs.info` calls per `load_dataset` call.
### Changes
- **Kwarg Plumbing**: Routes the `skip_origin_metadat... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8291/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8291/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8290 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8290/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8290/comments | https://api.github.com/repos/huggingface/datasets/issues/8290/events | https://github.com/huggingface/datasets/pull/8290 | 4,765,649,212 | PR_kwDODunzps7rpmpe | 8,290 | Fix docstring example for select_columns in IterableDatasetDict | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8290). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-29T06:34:26 | 2026-06-29T06:37:17 | null | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8290",
"html_url": "https://github.com/huggingface/datasets/pull/8290",
"diff_url": "https://github.com/huggingface/datasets/pull/8290.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8290.patch",
"merged_at": null
} | Fix docstring example for select_columns in IterableDatasetDict.
This PR updates the usage example for selecting columns in a streaming dataset. The example now correctly uses the `select_columns` method instead of the outdated `select` method.
### Changes
- **Documentation update:**
* Updated the example i... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8290/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8290/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8289 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8289/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8289/comments | https://api.github.com/repos/huggingface/datasets/issues/8289/events | https://github.com/huggingface/datasets/pull/8289 | 4,764,845,785 | PR_kwDODunzps7rm9iX | 8,289 | Add regression test suite for datasets (QA) | {
"login": "yuchen814",
"id": 114374394,
"node_id": "U_kgDOBtE2-g",
"avatar_url": "https://avatars.githubusercontent.com/u/114374394?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yuchen814",
"html_url": "https://github.com/yuchen814",
"followers_url": "https://api.github.com/users/yuchen... | [] | open | false | [] | null | [] | 2026-06-29T03:43:38 | 2026-06-29T03:43:38 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8289",
"html_url": "https://github.com/huggingface/datasets/pull/8289",
"diff_url": "https://github.com/huggingface/datasets/pull/8289.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8289.patch",
"merged_at": null
} | ## What does this PR do?
Adds a data-driven manual/semi-automated **regression test suite** for `datasets` at `tests/regression/regression_suite.md` (128 test cases).
The suite was built by mining 984 historical issues (2020-04 → 2021-09) to find the bug categories that keep repeating, cross-checking the currently-op... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8289/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8289/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8288 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8288/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8288/comments | https://api.github.com/repos/huggingface/datasets/issues/8288/events | https://github.com/huggingface/datasets/pull/8288 | 4,764,844,456 | PR_kwDODunzps7rm9RQ | 8,288 | Fix duplicate word in HubBucketDatasetModuleFactory docstring | {
"login": "Sreekant13",
"id": 60787859,
"node_id": "MDQ6VXNlcjYwNzg3ODU5",
"avatar_url": "https://avatars.githubusercontent.com/u/60787859?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sreekant13",
"html_url": "https://github.com/Sreekant13",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-06-29T03:43:18 | 2026-06-29T03:43:18 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8288",
"html_url": "https://github.com/huggingface/datasets/pull/8288",
"diff_url": "https://github.com/huggingface/datasets/pull/8288.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8288.patch",
"merged_at": null
} | Removes a duplicated "a" in the `HubBucketDatasetModuleFactory` docstring in `src/datasets/load.py`:
"...data files of a a Storage Bucket." → "...data files of a Storage Bucket."
Documentation-only change; no code behavior affected. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8288/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8288/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8287 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8287/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8287/comments | https://api.github.com/repos/huggingface/datasets/issues/8287/events | https://github.com/huggingface/datasets/pull/8287 | 4,755,535,583 | PR_kwDODunzps7rKCbR | 8,287 | docs(video_load): fix typos 'effiently' and 'whithin' | {
"login": "Dodothereal",
"id": 129273127,
"node_id": "U_kgDOB7SNJw",
"avatar_url": "https://avatars.githubusercontent.com/u/129273127?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Dodothereal",
"html_url": "https://github.com/Dodothereal",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | [
"Hi, just a gentle ping on this in case it slipped through - no rush at all. Happy to rebase, split, or adjust anything if that helps. Thanks for maintaining this project."
] | 2026-06-26T22:38:57 | 2026-07-17T10:56:49 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8287",
"html_url": "https://github.com/huggingface/datasets/pull/8287",
"diff_url": "https://github.com/huggingface/datasets/pull/8287.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8287.patch",
"merged_at": null
} | Fixes two typos in `docs/source/video_load.mdx`:
- "effiently" -> "efficiently" in the description of `get_frames_in_range`
- "whithin" -> "within" in the description of `get_frames_played_in_range`
Both flagged by `typos` (typos-cli 1.47.2) and verified by reading the surrounding context.
## AI assistance
This patc... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8287/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8287/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8286 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8286/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8286/comments | https://api.github.com/repos/huggingface/datasets/issues/8286/events | https://github.com/huggingface/datasets/pull/8286 | 4,754,239,506 | PR_kwDODunzps7rFykk | 8,286 | Share fsspec filesystem across threads when resolving data files | {
"login": "Ijtihed",
"id": 157096389,
"node_id": "U_kgDOCV0ZxQ",
"avatar_url": "https://avatars.githubusercontent.com/u/157096389?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Ijtihed",
"html_url": "https://github.com/Ijtihed",
"followers_url": "https://api.github.com/users/Ijtihed/foll... | [] | closed | false | [] | null | [] | 2026-06-26T18:25:26 | 2026-07-04T10:52:44 | 2026-07-04T10:52:40 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8286",
"html_url": "https://github.com/huggingface/datasets/pull/8286",
"diff_url": "https://github.com/huggingface/datasets/pull/8286.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8286.patch",
"merged_at": null
} | ## What does this PR do?
Fixes #8149.
`_get_origin_metadata` resolves each data file in a `ThreadPoolExecutor` and every worker builds its own filesystem via `url_to_fs` since fsspec caches filesystem instances per thread. For cloud backends like `s3://` or `gcs://` this re-resolves credentials and opens a new co... | {
"login": "Ijtihed",
"id": 157096389,
"node_id": "U_kgDOCV0ZxQ",
"avatar_url": "https://avatars.githubusercontent.com/u/157096389?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Ijtihed",
"html_url": "https://github.com/Ijtihed",
"followers_url": "https://api.github.com/users/Ijtihed/foll... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8286/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8286/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8285 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8285/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8285/comments | https://api.github.com/repos/huggingface/datasets/issues/8285/events | https://github.com/huggingface/datasets/pull/8285 | 4,752,014,902 | PR_kwDODunzps7q-fxf | 8,285 | fix: pass hub token when embedding external files during push_to_hub | {
"login": "itxsamad1",
"id": 183233227,
"node_id": "U_kgDOCuvqyw",
"avatar_url": "https://avatars.githubusercontent.com/u/183233227?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/itxsamad1",
"html_url": "https://github.com/itxsamad1",
"followers_url": "https://api.github.com/users/itxsam... | [] | open | false | [] | null | [] | 2026-06-26T12:34:13 | 2026-06-26T12:34:13 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8285",
"html_url": "https://github.com/huggingface/datasets/pull/8285",
"diff_url": "https://github.com/huggingface/datasets/pull/8285.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8285.patch",
"merged_at": null
} | ## Summary
- Fixes gated-repo failures when `Dataset.push_to_hub(..., embed_external_files=True)` embeds `hf://` image/audio paths into Parquet shards.
- `_push_parquet_shards_to_hub_single` now builds a `token_per_repo_id` map from shard paths (and destination repo metadata) and passes it to `embed_table_storage`, mat... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8285/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8285/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8284 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8284/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8284/comments | https://api.github.com/repos/huggingface/datasets/issues/8284/events | https://github.com/huggingface/datasets/pull/8284 | 4,750,361,058 | PR_kwDODunzps7q5CZm | 8,284 | Hash frozensets deterministically | {
"login": "sarathfrancis90",
"id": 9289498,
"node_id": "MDQ6VXNlcjkyODk0OTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/9289498?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sarathfrancis90",
"html_url": "https://github.com/sarathfrancis90",
"followers_url": "https://api.g... | [] | open | false | [] | null | [] | 2026-06-26T08:02:43 | 2026-06-26T08:02:43 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8284",
"html_url": "https://github.com/huggingface/datasets/pull/8284",
"diff_url": "https://github.com/huggingface/datasets/pull/8284.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8284.patch",
"merged_at": null
} | While looking at how transforms get fingerprinted I noticed `frozenset` isn't hashed deterministically, unlike `set`.
`set` has a custom reducer (`_save_set`) that pickles its elements sorted, so the fingerprint is stable across runs. `frozenset` has no such reducer and falls back to the default one, which keeps the i... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8284/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8284/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8283 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8283/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8283/comments | https://api.github.com/repos/huggingface/datasets/issues/8283/events | https://github.com/huggingface/datasets/pull/8283 | 4,744,123,924 | PR_kwDODunzps7qklZL | 8,283 | Fix CI: commit operation equality (hfh 1.20.0) and pytest parametrize collection error | {
"login": "Wauplin",
"id": 11801849,
"node_id": "MDQ6VXNlcjExODAxODQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/11801849?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Wauplin",
"html_url": "https://github.com/Wauplin",
"followers_url": "https://api.github.com/users/Waupli... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8283). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-25T13:14:36 | 2026-06-25T14:57:11 | 2026-06-25T14:57:08 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8283",
"html_url": "https://github.com/huggingface/datasets/pull/8283",
"diff_url": "https://github.com/huggingface/datasets/pull/8283.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8283.patch",
"merged_at": "2026-06-25T14:57... | Fixes two unrelated CI failures (seen e.g. in the `huggingface_hub` 1.21.0.rc0 test run, but **the first one already affects `main` with the latest stable `huggingface_hub`**).
## 1. `tests/test_hub.py::test_delete_from_hub`
Since `huggingface_hub` 1.20.0 (introduced in https://github.com/huggingface/huggingface_... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8283/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8283/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8282 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8282/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8282/comments | https://api.github.com/repos/huggingface/datasets/issues/8282/events | https://github.com/huggingface/datasets/pull/8282 | 4,726,350,211 | PR_kwDODunzps7pq4O0 | 8,282 | Fix Mypy typing invariance by updating List to Sequence in dataset loading functions (#5354) | {
"login": "Paramveersingh-S",
"id": 155875516,
"node_id": "U_kgDOCUp4vA",
"avatar_url": "https://avatars.githubusercontent.com/u/155875516?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Paramveersingh-S",
"html_url": "https://github.com/Paramveersingh-S",
"followers_url": "https://api.gi... | [] | open | false | [] | null | [] | 2026-06-23T13:33:20 | 2026-06-23T13:33:20 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8282",
"html_url": "https://github.com/huggingface/datasets/pull/8282",
"diff_url": "https://github.com/huggingface/datasets/pull/8282.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8282.patch",
"merged_at": null
} | ## Description
This PR addresses issue #5354. The standard `typing.List` (or built-in `list`) is invariant in Python, meaning static analyzers like Mypy will complain if a user tries to pass a tuple or another valid sequence into the dataset loading parameters (e.g. `data_files`). By refactoring these type hints from ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8282/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8282/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8281 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8281/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8281/comments | https://api.github.com/repos/huggingface/datasets/issues/8281/events | https://github.com/huggingface/datasets/pull/8281 | 4,725,962,136 | PR_kwDODunzps7pplkb | 8,281 | Fix fixed size binary | {
"login": "Alex-PLACET",
"id": 2400067,
"node_id": "MDQ6VXNlcjI0MDAwNjc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2400067?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Alex-PLACET",
"html_url": "https://github.com/Alex-PLACET",
"followers_url": "https://api.github.com/us... | [] | open | false | [] | null | [
"Subset of #8258 \r\nPing @lhoestq "
] | 2026-06-23T12:45:34 | 2026-06-23T12:46:41 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8281",
"html_url": "https://github.com/huggingface/datasets/pull/8281",
"diff_url": "https://github.com/huggingface/datasets/pull/8281.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8281.patch",
"merged_at": null
} | The original issue is a crash in _arrow_to_datasets_dtype because the miss of support of fixed_size_binary:
```
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8281/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8281/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8280 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8280/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8280/comments | https://api.github.com/repos/huggingface/datasets/issues/8280/events | https://github.com/huggingface/datasets/pull/8280 | 4,697,663,192 | PR_kwDODunzps7oNulR | 8,280 | Support Cursor agent traces | {
"login": "armand0e",
"id": 53029190,
"node_id": "MDQ6VXNlcjUzMDI5MTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/53029190?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/armand0e",
"html_url": "https://github.com/armand0e",
"followers_url": "https://api.github.com/users/arm... | [] | open | false | [] | null | [
"Here's an svg that should look good for the icon:\r\n\r\n<img width=\"167\" height=\"190\" alt=\"cursor\" src=\"https://github.com/user-attachments/assets/669c71b8-1025-4c99-a540-04f5ada1eead\" />\r\n\r\n```\r\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 166.79 190\" width=\"166.79\" height=\"190\" fil... | 2026-06-19T03:19:30 | 2026-06-20T01:42:59 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8280",
"html_url": "https://github.com/huggingface/datasets/pull/8280",
"diff_url": "https://github.com/huggingface/datasets/pull/8280.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8280.patch",
"merged_at": null
} | ## Summary
- detect Teich Cursor trace rows using Cursor-specific metadata and preserved `raw_cursor` data
- normalize Cursor sessions into the shared agent traces schema with session id, timestamp, prompt, user count, tool-call count, and per-row raw trace preservation
- update the Teich test dependency to `0.2.8... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8280/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8280/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8279 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8279/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8279/comments | https://api.github.com/repos/huggingface/datasets/issues/8279/events | https://github.com/huggingface/datasets/pull/8279 | 4,691,369,984 | PR_kwDODunzps7n43Ko | 8,279 | fix: ensure to_json(lines=False) produces valid JSON | {
"login": "decembercomposer697-hue",
"id": 253469319,
"node_id": "U_kgDODxuihw",
"avatar_url": "https://avatars.githubusercontent.com/u/253469319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/decembercomposer697-hue",
"html_url": "https://github.com/decembercomposer697-hue",
"followers_... | [] | open | false | [] | null | [] | 2026-06-18T10:12:04 | 2026-06-18T10:12:04 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8279",
"html_url": "https://github.com/huggingface/datasets/pull/8279",
"diff_url": "https://github.com/huggingface/datasets/pull/8279.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8279.patch",
"merged_at": null
} | Fixes #7037: when lines=False, multi-batch writes produced
invalid concatenated JSON arrays. Now forces a single batch. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8279/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8279/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8277 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8277/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8277/comments | https://api.github.com/repos/huggingface/datasets/issues/8277/events | https://github.com/huggingface/datasets/pull/8277 | 4,683,481,450 | PR_kwDODunzps7ne9o_ | 8,277 | fix traces streaming | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8277). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Thanks for the PR. Implemented them in the latest version: 0.2.5"
] | 2026-06-17T13:01:36 | 2026-06-18T02:26:01 | 2026-06-17T13:02:42 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8277",
"html_url": "https://github.com/huggingface/datasets/pull/8277",
"diff_url": "https://github.com/huggingface/datasets/pull/8277.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8277.patch",
"merged_at": "2026-06-17T13:02... | requires https://github.com/TeichAI/teich/pull/12 as well | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8277/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8277/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8276 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8276/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8276/comments | https://api.github.com/repos/huggingface/datasets/issues/8276/events | https://github.com/huggingface/datasets/pull/8276 | 4,677,108,314 | PR_kwDODunzps7nJ8AR | 8,276 | Fix typos in docstrings and comments | {
"login": "DaoyuanLi2816",
"id": 94409450,
"node_id": "U_kgDOBaCS6g",
"avatar_url": "https://avatars.githubusercontent.com/u/94409450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DaoyuanLi2816",
"html_url": "https://github.com/DaoyuanLi2816",
"followers_url": "https://api.github.com/us... | [] | open | false | [] | null | [] | 2026-06-16T19:05:23 | 2026-06-16T19:05:23 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8276",
"html_url": "https://github.com/huggingface/datasets/pull/8276",
"diff_url": "https://github.com/huggingface/datasets/pull/8276.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8276.patch",
"merged_at": null
} | ## What does this PR do?
Fixes ~20 typos in docstrings, comments, and messages (no functional changes). Examples: `informations`→`information`, `simulatenous`→`simultaneous`, `acculumation`→`accumulation`, `ambigious`→`ambiguous`, `conveniant`→`convenient`, `unstructred`→`unstructured`, `lenth`→`length`, `compresssed`... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8276/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8276/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8275 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8275/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8275/comments | https://api.github.com/repos/huggingface/datasets/issues/8275/events | https://github.com/huggingface/datasets/pull/8275 | 4,665,007,240 | PR_kwDODunzps7miALR | 8,275 | fix(json): write valid JSON array when lines=False with batching | {
"login": "KirtiRamchandani",
"id": 33368817,
"node_id": "MDQ6VXNlcjMzMzY4ODE3",
"avatar_url": "https://avatars.githubusercontent.com/u/33368817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KirtiRamchandani",
"html_url": "https://github.com/KirtiRamchandani",
"followers_url": "https://... | [] | open | false | [] | null | [] | 2026-06-15T12:21:17 | 2026-06-15T12:21:17 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8275",
"html_url": "https://github.com/huggingface/datasets/pull/8275",
"diff_url": "https://github.com/huggingface/datasets/pull/8275.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8275.patch",
"merged_at": null
} | ## Summary
- Fix `Dataset.to_json(lines=False, orient="records")` when the dataset is larger than `batch_size`
- Previously each batch wrote a separate top-level JSON array (`[...][...]`), producing invalid JSON (`JSONDecodeError: Extra data`)
- Merge batched pandas outputs into one array by stripping per-batch bracket... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8275/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8275/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8274 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8274/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8274/comments | https://api.github.com/repos/huggingface/datasets/issues/8274/events | https://github.com/huggingface/datasets/pull/8274 | 4,664,371,357 | PR_kwDODunzps7mf4Kr | 8,274 | Fix typos in documentation, comments, and a docstring | {
"login": "AyushDas4890",
"id": 150268924,
"node_id": "U_kgDOCPTr_A",
"avatar_url": "https://avatars.githubusercontent.com/u/150268924?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AyushDas4890",
"html_url": "https://github.com/AyushDas4890",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-06-15T10:50:47 | 2026-06-19T13:02:36 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8274",
"html_url": "https://github.com/huggingface/datasets/pull/8274",
"diff_url": "https://github.com/huggingface/datasets/pull/8274.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8274.patch",
"merged_at": null
} | aFixes a handful of spelling typos across the docs and source comments/docstrings. This is a documentation/comment-only change; no functional code is affected.
Changes:
docs/source/process.mdx: colums -> columns
docs/source/video_load.mdx: effiently -> efficiently; whithin -> within
src/datasets/arrow_reade... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8274/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8274/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8273 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8273/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8273/comments | https://api.github.com/repos/huggingface/datasets/issues/8273/events | https://github.com/huggingface/datasets/pull/8273 | 4,659,900,183 | PR_kwDODunzps7mRmp3 | 8,273 | Docs: Fix dataset link in access tutorial | {
"login": "linolayani",
"id": 39967417,
"node_id": "MDQ6VXNlcjM5OTY3NDE3",
"avatar_url": "https://avatars.githubusercontent.com/u/39967417?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/linolayani",
"html_url": "https://github.com/linolayani",
"followers_url": "https://api.github.com/use... | [] | open | false | [] | null | [] | 2026-06-14T16:59:03 | 2026-06-14T16:59:03 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8273",
"html_url": "https://github.com/huggingface/datasets/pull/8273",
"diff_url": "https://github.com/huggingface/datasets/pull/8273.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8273.patch",
"merged_at": null
} | Actual link returns 404. Updated the URL to the new dataset location | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8273/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8273/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8272 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8272/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8272/comments | https://api.github.com/repos/huggingface/datasets/issues/8272/events | https://github.com/huggingface/datasets/pull/8272 | 4,658,001,717 | PR_kwDODunzps7mL2Kj | 8,272 | fix: report the correct variable type in fingerprint_transform ignore_kwargs validation error | {
"login": "Kropiunig",
"id": 48442031,
"node_id": "MDQ6VXNlcjQ4NDQyMDMx",
"avatar_url": "https://avatars.githubusercontent.com/u/48442031?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kropiunig",
"html_url": "https://github.com/Kropiunig",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | [] | 2026-06-14T05:11:50 | 2026-06-14T05:11:50 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8272",
"html_url": "https://github.com/huggingface/datasets/pull/8272",
"diff_url": "https://github.com/huggingface/datasets/pull/8272.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8272.patch",
"merged_at": null
} | The `ignore_kwargs` validation branch in `fingerprint_transform` builds its error from `type(use_kwargs)` instead of `type(ignore_kwargs)`, so an invalid `ignore_kwargs` is reported with the wrong type while `use_kwargs` is at its default. The preceding `use_kwargs` branch already uses `type(use_kwargs)` correctly; thi... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8272/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8272/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8271 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8271/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8271/comments | https://api.github.com/repos/huggingface/datasets/issues/8271/events | https://github.com/huggingface/datasets/pull/8271 | 4,657,968,767 | PR_kwDODunzps7mLwJS | 8,271 | fix(dataset): accept pathlib.Path in save_to_disk and load_from_disk | {
"login": "KirtiRamchandani",
"id": 33368817,
"node_id": "MDQ6VXNlcjMzMzY4ODE3",
"avatar_url": "https://avatars.githubusercontent.com/u/33368817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KirtiRamchandani",
"html_url": "https://github.com/KirtiRamchandani",
"followers_url": "https://... | [] | open | false | [] | null | [] | 2026-06-14T04:55:49 | 2026-06-14T04:55:49 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8271",
"html_url": "https://github.com/huggingface/datasets/pull/8271",
"diff_url": "https://github.com/huggingface/datasets/pull/8271.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8271.patch",
"merged_at": null
} | Fixes #6829 | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8271/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8271/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8270 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8270/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8270/comments | https://api.github.com/repos/huggingface/datasets/issues/8270/events | https://github.com/huggingface/datasets/pull/8270 | 4,657,872,687 | PR_kwDODunzps7mLd9o | 8,270 | Fix metadata export when config rows are non-consecutive | {
"login": "KirtiRamchandani",
"id": 33368817,
"node_id": "MDQ6VXNlcjMzMzY4ODE3",
"avatar_url": "https://avatars.githubusercontent.com/u/33368817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KirtiRamchandani",
"html_url": "https://github.com/KirtiRamchandani",
"followers_url": "https://... | [] | open | false | [] | null | [] | 2026-06-14T04:07:23 | 2026-06-14T04:07:23 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8270",
"html_url": "https://github.com/huggingface/datasets/pull/8270",
"diff_url": "https://github.com/huggingface/datasets/pull/8270.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8270.patch",
"merged_at": null
} | Fixes #8269
`groupby()` on unsorted exported parquet rows dropped earlier shards when the same config reappeared later in the list. Sort by `(config, split)` first.
Regression test: `test_non_consecutive_config_rows_are_merged_in_metadata_configs_from_exported_parquet_files`
```
rootdir: /tmp/datasets
configfile: py... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8270/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8270/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8269 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8269/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8269/comments | https://api.github.com/repos/huggingface/datasets/issues/8269/events | https://github.com/huggingface/datasets/issues/8269 | 4,657,872,220 | I_kwDODunzps8AAAABFaF9XA | 8,269 | MetadataConfigs drops parquet shards when exported config rows are non-consecutive | {
"login": "KirtiRamchandani",
"id": 33368817,
"node_id": "MDQ6VXNlcjMzMzY4ODE3",
"avatar_url": "https://avatars.githubusercontent.com/u/33368817?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KirtiRamchandani",
"html_url": "https://github.com/KirtiRamchandani",
"followers_url": "https://... | [] | open | false | [] | null | [] | 2026-06-14T04:07:09 | 2026-06-14T04:07:09 | null | null | NONE | [] | null | null | null | null | ## Bug
`_from_exported_parquet_files_and_dataset_infos()` uses `itertools.groupby()` on unsorted `exported_parquet_files`.
If the same `config` appears again after another config, the earlier shard URLs are lost.
## Repro
```python
from itertools import groupby
from operator import itemgetter
exported = [
{"co... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8269/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8269/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8268 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8268/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8268/comments | https://api.github.com/repos/huggingface/datasets/issues/8268/events | https://github.com/huggingface/datasets/pull/8268 | 4,655,884,563 | PR_kwDODunzps7mFhu6 | 8,268 | Add force_sample_level to split_dataset_by_node | {
"login": "muyihao",
"id": 37872457,
"node_id": "MDQ6VXNlcjM3ODcyNDU3",
"avatar_url": "https://avatars.githubusercontent.com/u/37872457?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muyihao",
"html_url": "https://github.com/muyihao",
"followers_url": "https://api.github.com/users/muyiha... | [] | open | false | [] | null | [
"@lhoestq , hi, could you please help review this PR? Thanks!"
] | 2026-06-13T14:52:49 | 2026-06-13T14:55:21 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8268",
"html_url": "https://github.com/huggingface/datasets/pull/8268",
"diff_url": "https://github.com/huggingface/datasets/pull/8268.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8268.patch",
"merged_at": null
} | Allow users to explicitly request sample-level sharding for streaming `IterableDataset` even when `num_shards % world_size == 0`. Default behavior is unchanged.
When `num_physical_files < world_size`, or when shards divide evenly but are too few or too imbalanced for shard-level sharding, applying sample-level shard... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8268/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8268/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8267 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8267/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8267/comments | https://api.github.com/repos/huggingface/datasets/issues/8267/events | https://github.com/huggingface/datasets/pull/8267 | 4,655,715,782 | PR_kwDODunzps7mFBCj | 8,267 | Fix webdataset type inference when a field is null in the first examples (#7549) | {
"login": "discobot",
"id": 147123,
"node_id": "MDQ6VXNlcjE0NzEyMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/147123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/discobot",
"html_url": "https://github.com/discobot",
"followers_url": "https://api.github.com/users/discobo... | [] | open | false | [] | null | [] | 2026-06-13T13:52:58 | 2026-06-13T13:52:58 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8267",
"html_url": "https://github.com/huggingface/datasets/pull/8267",
"diff_url": "https://github.com/huggingface/datasets/pull/8267.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8267.patch",
"merged_at": null
} | Fixes #7549.
The webdataset builder types any JSON field that is null (or an empty list) in all of the first `NUM_EXAMPLES_FOR_FEATURES_INFERENCE = 5` examples as arrow `null`, and the first later batch with a real value then fails the strict cast in `cast_array_to_feature`. Promoting the schema mid-write isn't an opt... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8267/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8267/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8266 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8266/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8266/comments | https://api.github.com/repos/huggingface/datasets/issues/8266/events | https://github.com/huggingface/datasets/pull/8266 | 4,655,621,592 | PR_kwDODunzps7mEum8 | 8,266 | Use cached .no_exist entries from the hub cache in cached_path (#7686) | {
"login": "discobot",
"id": 147123,
"node_id": "MDQ6VXNlcjE0NzEyMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/147123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/discobot",
"html_url": "https://github.com/discobot",
"followers_url": "https://api.github.com/users/discobo... | [] | open | false | [] | null | [] | 2026-06-13T13:18:12 | 2026-06-13T13:18:12 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8266",
"html_url": "https://github.com/huggingface/datasets/pull/8266",
"diff_url": "https://github.com/huggingface/datasets/pull/8266.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8266.patch",
"merged_at": null
} | Fixes #7686.
`cached_path` requested the Hub on every call for files that usually don't exist in dataset repos (`.huggingface.yaml`, `dataset_infos.json`) because its `hf://` branch goes straight to `HfApi.hf_hub_download`. It now consults `huggingface_hub.try_to_load_from_cache` first and raises `FileNotFoundError` r... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8266/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8266/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8265 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8265/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8265/comments | https://api.github.com/repos/huggingface/datasets/issues/8265/events | https://github.com/huggingface/datasets/pull/8265 | 4,654,957,223 | PR_kwDODunzps7mCwH9 | 8,265 | Add support audio from video | {
"login": "Samoed",
"id": 36135455,
"node_id": "MDQ6VXNlcjM2MTM1NDU1",
"avatar_url": "https://avatars.githubusercontent.com/u/36135455?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Samoed",
"html_url": "https://github.com/Samoed",
"followers_url": "https://api.github.com/users/Samoed/fo... | [] | open | false | [] | null | [] | 2026-06-13T08:48:24 | 2026-06-13T08:48:24 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8265",
"html_url": "https://github.com/huggingface/datasets/pull/8265",
"diff_url": "https://github.com/huggingface/datasets/pull/8265.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8265.patch",
"merged_at": null
} | Add support for extracting video from audio. Closes https://github.com/huggingface/datasets/issues/8007
Example:
```python
from datasets import load_dataset
test_ds = load_dataset("Samoed/testds")
test_ds["train"][0]["video"].audio
# <datasets.features._torchcodec.AudioDecoder object at 0x34422fb60>
test_ds[... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8265/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8265/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8264 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8264/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8264/comments | https://api.github.com/repos/huggingface/datasets/issues/8264/events | https://github.com/huggingface/datasets/pull/8264 | 4,651,573,466 | PR_kwDODunzps7l3-7K | 8,264 | docs: sync four docstrings with their actual signatures | {
"login": "DaoyuanLi2816",
"id": 94409450,
"node_id": "U_kgDOBaCS6g",
"avatar_url": "https://avatars.githubusercontent.com/u/94409450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DaoyuanLi2816",
"html_url": "https://github.com/DaoyuanLi2816",
"followers_url": "https://api.github.com/us... | [] | open | false | [] | null | [
"Added one more: `DatasetBuilder.as_dataset` documented a `verification_mode` parameter it doesn't accept (signature is `(self, split=None, in_memory=False)`) — dropped the stale entry. Same drift class as the others."
] | 2026-06-12T18:14:05 | 2026-06-16T19:04:07 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8264",
"html_url": "https://github.com/huggingface/datasets/pull/8264",
"diff_url": "https://github.com/huggingface/datasets/pull/8264.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8264.patch",
"merged_at": null
} | ## What does this PR do?
Audits docstring Args sections against actual signatures and fixes three drifts:
### `Dataset.train_test_split`
The Args section documents `train_cache_file_name` / `test_cache_file_name` — **neither is a parameter**; the real names are `train_indices_cache_file_name` / `test_indices_cache_f... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8264/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8264/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8263 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8263/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8263/comments | https://api.github.com/repos/huggingface/datasets/issues/8263/events | https://github.com/huggingface/datasets/pull/8263 | 4,651,542,146 | PR_kwDODunzps7l34ig | 8,263 | support droid agent traces | {
"login": "cfahlgren1",
"id": 13546028,
"node_id": "MDQ6VXNlcjEzNTQ2MDI4",
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cfahlgren1",
"html_url": "https://github.com/cfahlgren1",
"followers_url": "https://api.github.com/use... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8263). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-12T18:08:48 | 2026-06-17T13:06:43 | 2026-06-17T13:06:41 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8263",
"html_url": "https://github.com/huggingface/datasets/pull/8263",
"diff_url": "https://github.com/huggingface/datasets/pull/8263.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8263.patch",
"merged_at": "2026-06-17T13:06... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8263/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8263/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8261 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8261/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8261/comments | https://api.github.com/repos/huggingface/datasets/issues/8261/events | https://github.com/huggingface/datasets/issues/8261 | 4,648,405,033 | I_kwDODunzps8AAAABFREIKQ | 8,261 | Feature Proposal: Add FunASR Chinese/Multilingual ASR Benchmark Datasets | {
"login": "LauraGPT",
"id": 18321252,
"node_id": "MDQ6VXNlcjE4MzIxMjUy",
"avatar_url": "https://avatars.githubusercontent.com/u/18321252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LauraGPT",
"html_url": "https://github.com/LauraGPT",
"followers_url": "https://api.github.com/users/Lau... | [] | open | false | [] | null | [] | 2026-06-12T10:23:14 | 2026-07-14T05:32:24 | null | null | NONE | [] | null | null | null | null | <!-- funasr-ops:accuracy-note-20260714 -->
> [!NOTE]
> **License and capability clarification (2026-07-14):** FunASR is a toolkit, not a single checkpoint. The [FunASR](https://github.com/modelscope/FunASR#license) and [SenseVoice](https://github.com/FunAudioLLM/SenseVoice#license) repository source code is MIT; model ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8261/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8261/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8260 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8260/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8260/comments | https://api.github.com/repos/huggingface/datasets/issues/8260/events | https://github.com/huggingface/datasets/pull/8260 | 4,644,413,236 | PR_kwDODunzps7lgzRi | 8,260 | Fix data file patterns starting with "./" for Hub datasets (#7727) | {
"login": "discobot",
"id": 147123,
"node_id": "MDQ6VXNlcjE0NzEyMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/147123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/discobot",
"html_url": "https://github.com/discobot",
"followers_url": "https://api.github.com/users/discobo... | [] | open | false | [] | null | [] | 2026-06-11T21:42:10 | 2026-06-11T21:42:10 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8260",
"html_url": "https://github.com/huggingface/datasets/pull/8260",
"diff_url": "https://github.com/huggingface/datasets/pull/8260.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8260.patch",
"merged_at": null
} | Fixes #7727.
`data_files` patterns starting with `./` raise `FileNotFoundError` when the dataset is loaded from the Hub, even though the same patterns work locally.
The asymmetry comes from `resolve_pattern()`: it joins relative patterns onto the base path with `xjoin` (a plain `posixpath.join`), which keeps the `.` ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8260/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8260/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8259 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8259/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8259/comments | https://api.github.com/repos/huggingface/datasets/issues/8259/events | https://github.com/huggingface/datasets/pull/8259 | 4,641,430,204 | PR_kwDODunzps7lXAY_ | 8,259 | Fix batch(by_column=...) crashing after shard/shuffle/split | {
"login": "pkooij",
"id": 138571049,
"node_id": "U_kgDOCEJtKQ",
"avatar_url": "https://avatars.githubusercontent.com/u/138571049?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pkooij",
"html_url": "https://github.com/pkooij",
"followers_url": "https://api.github.com/users/pkooij/follower... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8259). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-11T14:30:32 | 2026-06-11T15:57:17 | 2026-06-11T15:57:16 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8259",
"html_url": "https://github.com/huggingface/datasets/pull/8259",
"diff_url": "https://github.com/huggingface/datasets/pull/8259.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8259.patch",
"merged_at": "2026-06-11T15:57... | ## Bug
`batch(by_column=...)` (#8172) works when you iterate the dataset directly, but crashes as soon as the dataset gets copied into a new shape — which happens in very common situations: calling `.shard()` or `.shuffle()`, using `split_dataset_by_node`, or just using a torch `DataLoader` with `num_workers > 0` (e... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8259/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8259/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8258 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8258/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8258/comments | https://api.github.com/repos/huggingface/datasets/issues/8258/events | https://github.com/huggingface/datasets/pull/8258 | 4,638,117,690 | PR_kwDODunzps7lMoUG | 8,258 | Add the supports of missing types in conversion between arrow and dtype types | {
"login": "Alex-PLACET",
"id": 2400067,
"node_id": "MDQ6VXNlcjI0MDAwNjc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2400067?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Alex-PLACET",
"html_url": "https://github.com/Alex-PLACET",
"followers_url": "https://api.github.com/us... | [] | open | false | [] | null | [
"@lhoestq Hi Quentin. A gentle ping to run the workflows",
"Hi! Can you only include the change for fixed_size_binary ? For the other types it requires discussing them in an issue first."
] | 2026-06-11T07:14:51 | 2026-06-19T14:14:38 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8258",
"html_url": "https://github.com/huggingface/datasets/pull/8258",
"diff_url": "https://github.com/huggingface/datasets/pull/8258.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8258.patch",
"merged_at": null
} | The original issue is a crash in _arrow_to_datasets_dtype because the miss of support of fixed_size_binary:
```
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8258/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8258/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8257 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8257/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8257/comments | https://api.github.com/repos/huggingface/datasets/issues/8257/events | https://github.com/huggingface/datasets/pull/8257 | 4,637,211,254 | PR_kwDODunzps7lJwOT | 8,257 | fix: skip filename-based split detection for media files in get_data_… | {
"login": "Work4itnow",
"id": 288100881,
"node_id": "U_kgDOESwSEQ",
"avatar_url": "https://avatars.githubusercontent.com/u/288100881?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Work4itnow",
"html_url": "https://github.com/Work4itnow",
"followers_url": "https://api.github.com/users/Wor... | [] | open | false | [] | null | [] | 2026-06-11T04:26:34 | 2026-06-29T14:16:53 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8257",
"html_url": "https://github.com/huggingface/datasets/pull/8257",
"diff_url": "https://github.com/huggingface/datasets/pull/8257.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8257.patch",
"merged_at": null
} | Fixes #7201
## Problem
When a user has an image file named `train.png` in a flat folder,
the library mistakenly treats it as a split name instead of an image,
resulting in only that one file being loaded.
## Fix
Modified `_get_data_files_patterns` in `data_files.py` to skip
filename-based split detection w... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8257/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8257/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8256 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8256/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8256/comments | https://api.github.com/repos/huggingface/datasets/issues/8256/events | https://github.com/huggingface/datasets/issues/8256 | 4,627,616,612 | I_kwDODunzps8AAAABE9PTZA | 8,256 | Dataset Viewer fails on TSFile datasets | {
"login": "gengziyand",
"id": 202758360,
"node_id": "U_kgDODBXY2A",
"avatar_url": "https://avatars.githubusercontent.com/u/202758360?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gengziyand",
"html_url": "https://github.com/gengziyand",
"followers_url": "https://api.github.com/users/gen... | [] | open | false | [] | null | [
"Thanks for reporting ! I'm working on it :)\n\nThe viewer doesn't use `datasets` V5 yet, I have to do some minor adjustments first",
"I opened a PR that addresses the missing optional tsfile dependency error by replacing the raw ModuleNotFoundError with a clearer ImportError and adding a regression test.\n\nThis... | 2026-06-10T03:15:32 | 2026-07-06T01:52:51 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
## Description
The Dataset Viewer fails when trying to display a dataset stored in TSFile format.
The error shown by the viewer is:
```python
ModuleNotFoundError: No module named 'tsfile'
### Steps to reproduce the bug
# Dataset Viewer fails to load TSFile dataset due to missing `tsfile` depe... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8256/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8256/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8255 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8255/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8255/comments | https://api.github.com/repos/huggingface/datasets/issues/8255/events | https://github.com/huggingface/datasets/pull/8255 | 4,622,727,887 | PR_kwDODunzps7kabPI | 8,255 | Support hermes traces | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8255). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"do we want to use teich for trace detection too to simplify somethings?\r\n\r\n```pytho... | 2026-06-09T14:09:47 | 2026-06-10T13:22:27 | 2026-06-10T13:22:25 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8255",
"html_url": "https://github.com/huggingface/datasets/pull/8255",
"diff_url": "https://github.com/huggingface/datasets/pull/8255.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8255.patch",
"merged_at": "2026-06-10T13:22... | Parse hermes agent traces export using teich
supports both single session export and multi-sessions export
```bash
# single session
>>> hermes sessions export session.jsonl --session-id 20250305_091523_a1b2c3d4
# multi-sessions
>>> hermes sessions export sessions.jsonl
```
+ bump teich to 0.1.2
breakin... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8255/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8255/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8254 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8254/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8254/comments | https://api.github.com/repos/huggingface/datasets/issues/8254/events | https://github.com/huggingface/datasets/pull/8254 | 4,621,100,582 | PR_kwDODunzps7kVBP4 | 8,254 | Prefer torchvision to decode images instead of PIL | {
"login": "NicolasHug",
"id": 1190450,
"node_id": "MDQ6VXNlcjExOTA0NTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1190450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NicolasHug",
"html_url": "https://github.com/NicolasHug",
"followers_url": "https://api.github.com/users... | [] | open | false | [] | null | [
"Sounds good ! Maybe a way to make it work even on List(Image()) would be to integrate it in decode_nested_example() directly (or copy and adapt decode_nested_example())\r\n\r\nE.g. decode_nested_example() could accept an argument that makes it use `_decode_image_for_torch` for Image() type instead of `Image.decode... | 2026-06-09T10:21:26 | 2026-06-23T07:48:37 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8254",
"html_url": "https://github.com/huggingface/datasets/pull/8254",
"diff_url": "https://github.com/huggingface/datasets/pull/8254.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8254.patch",
"merged_at": null
} | This PR uses `torchvision.io.decode_image` instead of `PIL.open()` to decode images when the `torch` formatter is used.
TorchVision is typically faster than PIL to decode images, and this also saves the `pil_to_tensor` conversion. See https://github.com/huggingface/transformers/pull/45195 for benchmarks on `transfom... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8254/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8254/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8253 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8253/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8253/comments | https://api.github.com/repos/huggingface/datasets/issues/8253/events | https://github.com/huggingface/datasets/issues/8253 | 4,618,455,811 | I_kwDODunzps8AAAABE0gLAw | 8,253 | Feature request: Add a streaming_shard operator for early sample-level sharding when file-level sharding is insufficient | {
"login": "muyihao",
"id": 37872457,
"node_id": "MDQ6VXNlcjM3ODcyNDU3",
"avatar_url": "https://avatars.githubusercontent.com/u/37872457?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muyihao",
"html_url": "https://github.com/muyihao",
"followers_url": "https://api.github.com/users/muyiha... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | [
"I feel like IterableDatasetShard is not well suited for this and shouldn't be used / should be improved. Instead there is `ds.shard()` or even `split_dataset_by_node()` which works when `num_physical_files < global_world_size`. WDYT ?",
"I checked current `main`, and the requested behavior seems to sit between t... | 2026-06-09T03:14:46 | 2026-06-29T13:00:36 | null | null | NONE | [] | null | null | null | null | ## Feature request: Add a streaming_shard operator for early sample-level sharding when file-level sharding is insufficient
### Proposed API
It would be useful to provide a first-class streaming sharding operator in `datasets`, for example:
```python
dataset = datasets.load_dataset(..., streaming=True, split="train"... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8253/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8253/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8252 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8252/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8252/comments | https://api.github.com/repos/huggingface/datasets/issues/8252/events | https://github.com/huggingface/datasets/pull/8252 | 4,617,669,510 | PR_kwDODunzps7kJsgc | 8,252 | docs: fix duplicate "to" in IterableDataset push-to-hub example | {
"login": "DaoyuanLi2816",
"id": 94409450,
"node_id": "U_kgDOBaCS6g",
"avatar_url": "https://avatars.githubusercontent.com/u/94409450?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DaoyuanLi2816",
"html_url": "https://github.com/DaoyuanLi2816",
"followers_url": "https://api.github.com/us... | [] | closed | false | [] | null | [] | 2026-06-09T00:26:58 | 2026-06-09T15:20:36 | 2026-06-09T15:20:35 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8252",
"html_url": "https://github.com/huggingface/datasets/pull/8252",
"diff_url": "https://github.com/huggingface/datasets/pull/8252.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8252.patch",
"merged_at": "2026-06-09T15:20... | ## What does this PR do?
The save-to-hub paragraph in `docs/source/stream.mdx` (line 584) currently reads:
> "you wish to save it **to to** [`~Dataset.push_to_hub`]"
The first `to` closes the relative clause ("the repo you wish to save it to"), and the second `to` introduces the function argument. The collision read... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8252/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8252/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8251 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8251/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8251/comments | https://api.github.com/repos/huggingface/datasets/issues/8251/events | https://github.com/huggingface/datasets/pull/8251 | 4,615,134,743 | PR_kwDODunzps7kBMFr | 8,251 | chore: update release-conda.yml | {
"login": "hf-security-analysis[bot]",
"id": 265538906,
"node_id": "BOT_kgDOD9PNWg",
"avatar_url": "https://avatars.githubusercontent.com/u/25720743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hf-security-analysis%5Bbot%5D",
"html_url": "https://github.com/apps/hf-security-analysis",
... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8251). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-08T17:30:58 | 2026-06-08T17:34:44 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8251",
"html_url": "https://github.com/huggingface/datasets/pull/8251",
"diff_url": "https://github.com/huggingface/datasets/pull/8251.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8251.patch",
"merged_at": null
} | Update `.github/workflows/release-conda.yml` workflow configuration.
cc @lhoestq
Closes huggingface/tracking-issues#808
<!--slack ts:1780939860.368259 channel:C0AJSP0D53L--> | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8251/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8251/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8250 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8250/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8250/comments | https://api.github.com/repos/huggingface/datasets/issues/8250/events | https://github.com/huggingface/datasets/pull/8250 | 4,615,077,148 | PR_kwDODunzps7kA_3J | 8,250 | fix conda build | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8250). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-08T17:23:09 | 2026-06-08T17:30:40 | 2026-06-08T17:30:38 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8250",
"html_url": "https://github.com/huggingface/datasets/pull/8250",
"diff_url": "https://github.com/huggingface/datasets/pull/8250.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8250.patch",
"merged_at": "2026-06-08T17:30... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8250/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8250/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8249 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8249/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8249/comments | https://api.github.com/repos/huggingface/datasets/issues/8249/events | https://github.com/huggingface/datasets/pull/8249 | 4,609,447,743 | PR_kwDODunzps7jub7- | 8,249 | Catch RecursionError when decoding deeply nested mesh files (#8246) | {
"login": "archievi",
"id": 13202986,
"node_id": "MDQ6VXNlcjEzMjAyOTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/13202986?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/archievi",
"html_url": "https://github.com/archievi",
"followers_url": "https://api.github.com/users/arc... | [] | open | false | [] | null | [
"Gentle bump on this one — it's a small, self-contained fix for the `RecursionError` on deeply nested mesh files (#8246), with a regression test, and CI is green. Happy to rebase or adjust if anything's needed. Thanks for taking a look!"
] | 2026-06-08T01:44:26 | 2026-07-02T03:04:50 | null | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8249",
"html_url": "https://github.com/huggingface/datasets/pull/8249",
"diff_url": "https://github.com/huggingface/datasets/pull/8249.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8249.patch",
"merged_at": null
} | Fixes #8246.
A GLB whose glTF JSON chunk is deeply nested (malformed or malicious) makes `trimesh.load` exceed Python's recursion limit while parsing it (`RecursionError: maximum recursion depth exceeded while decoding a JSON array`), crashing `Mesh.decode_example` with an uncaught error.
This routes both `trimesh.lo... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8249/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8249/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8248 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8248/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8248/comments | https://api.github.com/repos/huggingface/datasets/issues/8248/events | https://github.com/huggingface/datasets/pull/8248 | 4,609,204,292 | PR_kwDODunzps7jtrLA | 8,248 | Fix partial extraction when concurrent processes share a cache (#4661) | {
"login": "Incheonkirin",
"id": 42427560,
"node_id": "MDQ6VXNlcjQyNDI3NTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/42427560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Incheonkirin",
"html_url": "https://github.com/Incheonkirin",
"followers_url": "https://api.github.c... | [] | closed | false | [] | null | [] | 2026-06-08T00:21:37 | 2026-06-08T00:38:44 | 2026-06-08T00:38:44 | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8248",
"html_url": "https://github.com/huggingface/datasets/pull/8248",
"diff_url": "https://github.com/huggingface/datasets/pull/8248.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8248.patch",
"merged_at": null
} | Fixes #4661.
`ExtractManager.extract` runs the `_do_extract` "already extracted?" check outside any lock; the lock sits one level down in `Extractor.extract`. When two jobs share a cache, the second can catch a half-written output directory mid-extraction, assume it's done, and return a partial path.
This moves the l... | {
"login": "Incheonkirin",
"id": 42427560,
"node_id": "MDQ6VXNlcjQyNDI3NTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/42427560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Incheonkirin",
"html_url": "https://github.com/Incheonkirin",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8248/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8248/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8247 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8247/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8247/comments | https://api.github.com/repos/huggingface/datasets/issues/8247/events | https://github.com/huggingface/datasets/issues/8247 | 4,607,104,776 | I_kwDODunzps8AAAABEprXCA | 8,247 | VORTEXRAG benchmarked on 6 HuggingFace datasets — new open-source RAG framework | {
"login": "vignesh2027",
"id": 207180873,
"node_id": "U_kgDODFlUSQ",
"avatar_url": "https://avatars.githubusercontent.com/u/207180873?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vignesh2027",
"html_url": "https://github.com/vignesh2027",
"followers_url": "https://api.github.com/users/... | [] | open | false | [] | null | [] | 2026-06-07T11:14:50 | 2026-06-07T11:14:50 | null | null | NONE | [] | null | null | null | null | Hi HuggingFace Datasets team!
**VORTEXRAG** was evaluated on 6 datasets available on the HuggingFace Hub using datasets.load_dataset():
- NQ, TriviaQA, WebQ, PopQA, HotpotQA, 2WikiMultiHopQA
Results: EM 74.8, F1 82.6 averaged across all 6. Full evaluation code is in the repo.
- GitHub: https://github.com/vignesh202... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8247/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8247/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8246 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8246/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8246/comments | https://api.github.com/repos/huggingface/datasets/issues/8246/events | https://github.com/huggingface/datasets/issues/8246 | 4,606,509,015 | I_kwDODunzps8AAAABEpG_1w | 8,246 | RecursionError when loading GLB file with deeply nested JSON in Mesh feature | {
"login": "BeyondBirthday07",
"id": 287603292,
"node_id": "U_kgDOESR6XA",
"avatar_url": "https://avatars.githubusercontent.com/u/287603292?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BeyondBirthday07",
"html_url": "https://github.com/BeyondBirthday07",
"followers_url": "https://api.gi... | [] | open | false | [] | null | [] | 2026-06-07T07:10:22 | 2026-06-07T07:10:22 | null | null | NONE | [] | null | null | null | null | ## Description
Loading a GLB file with deeply nested JSON chunk causes a RecursionError, crashing the application.
## Step to Reproduce
```python
from datasets import Dataset, Mesh
import tempfile, os, struct
def make_malicious_glb(depth=5000):
json_chunk = (b'{"a":' * depth + b'1' + b'}' * depth)
magic = b... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8246/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/huggingface/datasets/issues/8246/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8245 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8245/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8245/comments | https://api.github.com/repos/huggingface/datasets/issues/8245/events | https://github.com/huggingface/datasets/pull/8245 | 4,605,978,581 | PR_kwDODunzps7jju8n | 8,245 | Update inspect.py | {
"login": "ramkumar27072006",
"id": 191306596,
"node_id": "U_kgDOC2cbZA",
"avatar_url": "https://avatars.githubusercontent.com/u/191306596?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ramkumar27072006",
"html_url": "https://github.com/ramkumar27072006",
"followers_url": "https://api.gi... | [] | open | false | [] | null | [] | 2026-06-07T02:59:13 | 2026-06-07T02:59:13 | null | null | NONE | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8245",
"html_url": "https://github.com/huggingface/datasets/pull/8245",
"diff_url": "https://github.com/huggingface/datasets/pull/8245.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8245.patch",
"merged_at": null
} | null | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8245/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8245/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8244 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8244/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8244/comments | https://api.github.com/repos/huggingface/datasets/issues/8244/events | https://github.com/huggingface/datasets/pull/8244 | 4,605,051,825 | PR_kwDODunzps7jg1Yj | 8,244 | Fix version string in __init__.py | {
"login": "qgallouedec",
"id": 45557362,
"node_id": "MDQ6VXNlcjQ1NTU3MzYy",
"avatar_url": "https://avatars.githubusercontent.com/u/45557362?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/qgallouedec",
"html_url": "https://github.com/qgallouedec",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8244). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-06T20:45:33 | 2026-06-06T21:47:33 | 2026-06-06T21:47:31 | null | MEMBER | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8244",
"html_url": "https://github.com/huggingface/datasets/pull/8244",
"diff_url": "https://github.com/huggingface/datasets/pull/8244.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8244.patch",
"merged_at": "2026-06-06T21:47... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8244/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8244/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8243 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8243/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8243/comments | https://api.github.com/repos/huggingface/datasets/issues/8243/events | https://github.com/huggingface/datasets/pull/8243 | 4,600,109,722 | PR_kwDODunzps7jQ4z3 | 8,243 | Fix JSON loader schema inference for files starting with a UTF-8 BOM (#8241) | {
"login": "archievi",
"id": 13202986,
"node_id": "MDQ6VXNlcjEzMjAyOTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/13202986?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/archievi",
"html_url": "https://github.com/archievi",
"followers_url": "https://api.github.com/users/arc... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8243). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-06-05T21:03:24 | 2026-06-09T15:48:26 | 2026-06-09T15:48:26 | null | CONTRIBUTOR | [] | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8243",
"html_url": "https://github.com/huggingface/datasets/pull/8243",
"diff_url": "https://github.com/huggingface/datasets/pull/8243.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8243.patch",
"merged_at": "2026-06-09T15:48... | Fixes #8241.
## What's the bug
When a JSONL file starts with a UTF-8 BOM (`\xef\xbb\xbf`), `load_dataset("json", ...)` infers a different schema than the same file without the BOM.
The JSON builder's first-batch "mixed-struct-types" pre-scan parses each line with `ujson` to decide whether to preserve heterogeneous n... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8243/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8243/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8242 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8242/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8242/comments | https://api.github.com/repos/huggingface/datasets/issues/8242/events | https://github.com/huggingface/datasets/issues/8242 | 4,599,059,760 | I_kwDODunzps8AAAABEiAVMA | 8,242 | "eval_strategy": "no" perform evaluation | {
"login": "SamuelLarkin",
"id": 7314973,
"node_id": "MDQ6VXNlcjczMTQ5NzM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7314973?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SamuelLarkin",
"html_url": "https://github.com/SamuelLarkin",
"followers_url": "https://api.github.com... | [] | open | false | [] | null | [
"Wrong repo, this belongs in axolotl, not `datasets`. And `eval_strategy: \"no\"` was never going to stop it.\n\nWhat hangs you is the diffusion plugin's sample generation. `DiffusionGenerationCallback.on_step_end` fires on `global_step % generation_interval == 0` and ignores `eval_strategy`. When you have no eval ... | 2026-06-05T18:08:17 | 2026-06-20T14:48:43 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Hi,
I'm trying to train a diffusion model and I getting stuck with
```
strace -p 967873
strace: Process 967873 attached
ioctl(9, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fff18579d90) = 0
ioctl(9, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7fff18579d90) = 0
```
But my issue is that ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8242/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8242/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.