url stringlengths 58 61 | repository_url stringclasses 1
value | labels_url stringlengths 72 75 | comments_url stringlengths 67 70 | events_url stringlengths 65 68 | html_url stringlengths 46 51 | id int64 599M 4.53B | node_id stringlengths 18 32 | number int64 1 8.22k | 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 int64 0 70 | created_at timestamp[ns, tz=UTC]date 2020-04-14 10:18:02 2026-05-27 01:54:14 | updated_at timestamp[ns, tz=UTC]date 2020-04-27 16:04:17 2026-05-27 04:26:08 | closed_at timestamp[ns, tz=UTC]date 2020-04-14 12:01:40 2026-05-22 10:16:12 ⌀ | assignee dict | author_association stringclasses 4
values | issue_field_values listlengths 0 0 | type float64 | active_lock_reason float64 | draft float64 0 1 ⌀ | pull_request dict | body stringlengths 0 228k ⌀ | closed_by dict | reactions dict | timeline_url stringlengths 67 70 | performed_via_github_app float64 | state_reason stringclasses 4
values | sub_issues_summary dict | issue_dependencies_summary dict | pinned_comment float64 | is_pull_request bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/7993 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7993/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7993/comments | https://api.github.com/repos/huggingface/datasets/issues/7993/events | https://github.com/huggingface/datasets/pull/7993 | 3,898,606,021 | PR_kwDODunzps7Bkr3F | 7,993 | :sparkles: Add 'SparseCsv' builder and 'sparse_collate_fn' for efficient high-dimensional sparse data loading | {
"avatar_url": "https://avatars.githubusercontent.com/u/22107086?v=4",
"events_url": "https://api.github.com/users/Ebraheem1/events{/privacy}",
"followers_url": "https://api.github.com/users/Ebraheem1/followers",
"following_url": "https://api.github.com/users/Ebraheem1/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | 0 | 2026-02-04T21:59:39Z | 2026-02-04T22:00:48Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7993.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7993",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7993.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7993"
} | This PR introduces a new dataset builder, SparseCsv, designed to handle "wide" tabular datasets (e.g., 100k+ columns common in transcriptomics, sparse NLP features, or recommender systems) that are typically too large to load into memory as dense Arrow tables.
It also adds a utility function, `sparse_collate_fn`, to... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7993/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7993/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7992 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7992/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7992/comments | https://api.github.com/repos/huggingface/datasets/issues/7992/events | https://github.com/huggingface/datasets/pull/7992 | 3,897,848,157 | PR_kwDODunzps7BiJps | 7,992 | Add `IterableDataset.reshard()` | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-02-04T18:24:41Z | 2026-03-11T15:25:17Z | 2026-02-04T18:55:35Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7992.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7992",
"merged_at": "2026-02-04T18:55:35Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7992.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | To increase the number of shards of a dataset, you can use [`IterableDataset.reshard`]:
```py
>>> dataset
IterableDataset({
features: ['label', 'title', 'content'],
num_shards: 4
})
>>> dataset.reshard()
IterableDataset({
features: ['label', 'title', 'content'],
num_shards: 3600
})
```
... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7992/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7992/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7991 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7991/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7991/comments | https://api.github.com/repos/huggingface/datasets/issues/7991/events | https://github.com/huggingface/datasets/issues/7991 | 3,896,884,513 | I_kwDODunzps7oRb0h | 7,991 | list(api.list_datasets()) giving jsondecode error | {
"avatar_url": "https://avatars.githubusercontent.com/u/199609168?v=4",
"events_url": "https://api.github.com/users/Moll-j/events{/privacy}",
"followers_url": "https://api.github.com/users/Moll-j/followers",
"following_url": "https://api.github.com/users/Moll-j/following{/other_user}",
"gists_url": "https://... | [] | closed | false | [] | null | 0 | 2026-02-04T14:39:46Z | 2026-02-05T10:30:09Z | 2026-02-05T10:30:09Z | null | NONE | [] | null | null | null | null | i am using the python api wrapper to list all datasets available on hugging face. This is for research, and i need all datasets to determine which % have language tags and other related questions requiring the total list. However, the following code that worked a few months ago:
```
from huggingface_hub import HfApi
a... | {
"avatar_url": "https://avatars.githubusercontent.com/u/199609168?v=4",
"events_url": "https://api.github.com/users/Moll-j/events{/privacy}",
"followers_url": "https://api.github.com/users/Moll-j/followers",
"following_url": "https://api.github.com/users/Moll-j/following{/other_user}",
"gists_url": "https://... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7991/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7991/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7990 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7990/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7990/comments | https://api.github.com/repos/huggingface/datasets/issues/7990/events | https://github.com/huggingface/datasets/issues/7990 | 3,895,870,826 | I_kwDODunzps7oNkVq | 7,990 | Dataset.map crashes when first examples return None and later examples return dict — writer not initialized | {
"avatar_url": "https://avatars.githubusercontent.com/u/30819640?v=4",
"events_url": "https://api.github.com/users/meta-program/events{/privacy}",
"followers_url": "https://api.github.com/users/meta-program/followers",
"following_url": "https://api.github.com/users/meta-program/following{/other_user}",
"gist... | [] | open | false | [] | null | 2 | 2026-02-04T10:43:20Z | 2026-05-26T19:09:11Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
I detected a serious [bug from datasets/arrow_dataset.py](https://github.com/huggingface/datasets/blob/main/src/datasets/arrow_dataset.py#L3676)
---
**Description of the bug**
`Dataset.map` crashes with `writer is None` when the map function returns `None` for the first few examples and a diction... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7990/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7990/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7989 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7989/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7989/comments | https://api.github.com/repos/huggingface/datasets/issues/7989/events | https://github.com/huggingface/datasets/pull/7989 | 3,895,613,949 | PR_kwDODunzps7BaxDx | 7,989 | Remove pre-release workaround in CI for `transformers v5` and `huggingface_hub v1` | {
"avatar_url": "https://avatars.githubusercontent.com/u/36770234?v=4",
"events_url": "https://api.github.com/users/hanouticelina/events{/privacy}",
"followers_url": "https://api.github.com/users/hanouticelina/followers",
"following_url": "https://api.github.com/users/hanouticelina/following{/other_user}",
"g... | [] | closed | false | [] | null | 1 | 2026-02-04T09:42:49Z | 2026-02-04T15:20:04Z | 2026-02-04T15:20:02Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7989.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7989",
"merged_at": "2026-02-04T15:20:02Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7989.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | This PR removes workaround for pre-release `transformers v5.*` / `huggingface_hub v1.*` in `test_py314_future` job since they are now officially released.
cc @Wauplin just for viz since you introduced this in https://github.com/huggingface/datasets/pull/7783. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7989/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7989/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7988 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7988/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7988/comments | https://api.github.com/repos/huggingface/datasets/issues/7988/events | https://github.com/huggingface/datasets/issues/7988 | 3,895,353,435 | I_kwDODunzps7oLmBb | 7,988 | `Dataset.map()` breaks when `function` calls `import polars as pl` and `num_proc`>1: "UnboundLocalError: cannot access local variable 'pl' where it is not associated with a value" | {
"avatar_url": "https://avatars.githubusercontent.com/u/7464471?v=4",
"events_url": "https://api.github.com/users/ligz08/events{/privacy}",
"followers_url": "https://api.github.com/users/ligz08/followers",
"following_url": "https://api.github.com/users/ligz08/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | [] | null | 0 | 2026-02-04T08:42:23Z | 2026-02-24T14:08:16Z | 2026-02-24T14:08:16Z | null | NONE | [] | null | null | null | null | ### Describe the bug
# Repro
These two conditions seem to consistently reproduce the issue:
- function passed to `Dataset.map()` explicitly or implicitly calls `import polars as pl`
- `num_proc` > 1
# Trace
```
RemoteTraceback Traceback (most recent call last)
RemoteTraceback:
"""
Traceback... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7988/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7988/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7987 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7987/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7987/comments | https://api.github.com/repos/huggingface/datasets/issues/7987/events | https://github.com/huggingface/datasets/pull/7987 | 3,894,713,494 | PR_kwDODunzps7BX0pY | 7,987 | Fix index out of bound error with original_shard_lengths. | {
"avatar_url": "https://avatars.githubusercontent.com/u/511073?v=4",
"events_url": "https://api.github.com/users/jonathanasdf/events{/privacy}",
"followers_url": "https://api.github.com/users/jonathanasdf/followers",
"following_url": "https://api.github.com/users/jonathanasdf/following{/other_user}",
"gists_... | [] | closed | false | [] | null | 1 | 2026-02-04T05:20:43Z | 2026-03-09T17:37:03Z | 2026-03-09T17:37:03Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7987.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7987",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7987.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7987"
} | I have gotten the following error
```
original_shard_lengths[original_shard_id] += 1
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
```
Not sure what causes it, but this fixes the error. This may not be the proper fix for the root cause though. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7987/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7987/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7986 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7986/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7986/comments | https://api.github.com/repos/huggingface/datasets/issues/7986/events | https://github.com/huggingface/datasets/issues/7986 | 3,892,776,651 | I_kwDODunzps7oBw7L | 7,986 | `Dataset.map()` causes cache miss/fingerprint change when closure captures self containing non-deterministic state. | {
"avatar_url": "https://avatars.githubusercontent.com/u/60375730?v=4",
"events_url": "https://api.github.com/users/Cloud0310/events{/privacy}",
"followers_url": "https://api.github.com/users/Cloud0310/followers",
"following_url": "https://api.github.com/users/Cloud0310/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | 1 | 2026-02-03T19:16:49Z | 2026-02-06T08:38:13Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When using `.map()` with a function defined inside a **class (of which has any non-deterministic states)** method (a closure), if that function captures `self` to access a configuration variable (e.g., self.foo), the fingerprint mechanism serializes the entire class instance state.
If the class i... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7986/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7986/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7985 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7985/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7985/comments | https://api.github.com/repos/huggingface/datasets/issues/7985/events | https://github.com/huggingface/datasets/pull/7985 | 3,892,480,150 | PR_kwDODunzps7BQaGn | 7,985 | Remove unused data files optims | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-02-03T17:58:30Z | 2026-02-03T18:30:30Z | 2026-02-03T18:30:28Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7985.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7985",
"merged_at": "2026-02-03T18:30:28Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7985.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | this fixes module inference when there are many metadata files
e.g. the lance dataset at https://huggingface.co/datasets/davanstrien/encyclopaedia-britannica-lance has > 200 metadata files
those optims are not used anymore, they come from a time we were dealing with slow data files iterators instead of lists | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7985/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7985/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7984 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7984/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7984/comments | https://api.github.com/repos/huggingface/datasets/issues/7984/events | https://github.com/huggingface/datasets/issues/7984 | 3,891,431,105 | I_kwDODunzps7n8obB | 7,984 | Data | {
"avatar_url": "https://avatars.githubusercontent.com/u/228845628?v=4",
"events_url": "https://api.github.com/users/iLenceJhay/events{/privacy}",
"followers_url": "https://api.github.com/users/iLenceJhay/followers",
"following_url": "https://api.github.com/users/iLenceJhay/following{/other_user}",
"gists_url... | [] | open | false | [] | null | 0 | 2026-02-03T14:01:48Z | 2026-02-03T14:01:48Z | null | null | NONE | [] | null | null | null | null | null | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7984/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7984/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7983 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7983/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7983/comments | https://api.github.com/repos/huggingface/datasets/issues/7983/events | https://github.com/huggingface/datasets/pull/7983 | 3,888,225,779 | PR_kwDODunzps7BCJgV | 7,983 | Add Zarr streaming support (POC) | {
"avatar_url": "https://avatars.githubusercontent.com/u/163377666?v=4",
"events_url": "https://api.github.com/users/KOKOSde/events{/privacy}",
"followers_url": "https://api.github.com/users/KOKOSde/followers",
"following_url": "https://api.github.com/users/KOKOSde/following{/other_user}",
"gists_url": "https... | [] | open | false | [] | null | 7 | 2026-02-03T00:06:46Z | 2026-05-20T10:40:02Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7983.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7983",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7983.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7983"
} | Add initial Zarr streaming support (POC).
This introduces a `zarr` packaged module and docs/tests to validate basic loading.
Note: I pushed a follow-up commit to fix an accidental duplication in `benchmarks/benchmark_zarr_streaming.py` (file now contains a single benchmark script). | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 3,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7983/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7983/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7982 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7982/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7982/comments | https://api.github.com/repos/huggingface/datasets/issues/7982/events | https://github.com/huggingface/datasets/pull/7982 | 3,888,131,856 | PR_kwDODunzps7BB1zZ | 7,982 | Fix unstable tokenizer fingerprinting (enables map cache reuse) | {
"avatar_url": "https://avatars.githubusercontent.com/u/163377666?v=4",
"events_url": "https://api.github.com/users/KOKOSde/events{/privacy}",
"followers_url": "https://api.github.com/users/KOKOSde/followers",
"following_url": "https://api.github.com/users/KOKOSde/following{/other_user}",
"gists_url": "https... | [] | closed | false | [] | null | 4 | 2026-02-02T23:34:51Z | 2026-03-09T18:48:40Z | 2026-03-09T18:30:42Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7982.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7982",
"merged_at": "2026-03-09T18:30:41Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7982.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Fix unstable dataset fingerprinting when hashing `PreTrainedTokenizerFast`.
Some tokenizers backed by `tokenizers.Tokenizer` mutate runtime settings (padding/truncation) when called, which can change the serialized state and make dataset fingerprints unstable. That prevents `.map(load_from_cache_file=True)` from reusi... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7982/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7982/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7981 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7981/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7981/comments | https://api.github.com/repos/huggingface/datasets/issues/7981/events | https://github.com/huggingface/datasets/pull/7981 | 3,887,077,016 | PR_kwDODunzps7A-V7J | 7,981 | Support pandas 3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-02-02T17:16:37Z | 2026-02-02T17:34:25Z | 2026-02-02T17:34:22Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7981.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7981",
"merged_at": "2026-02-02T17:34:22Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7981.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7981/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7981/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7980 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7980/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7980/comments | https://api.github.com/repos/huggingface/datasets/issues/7980/events | https://github.com/huggingface/datasets/pull/7980 | 3,886,785,042 | PR_kwDODunzps7A9Wrj | 7,980 | Drop python 3.9 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-02-02T16:13:04Z | 2026-02-02T16:26:31Z | 2026-02-02T16:26:29Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7980.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7980",
"merged_at": "2026-02-02T16:26:29Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7980.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | EOL was a few months ago, and transformers doesn't support 3.9 anymore | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7980/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7980/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7979 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7979/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7979/comments | https://api.github.com/repos/huggingface/datasets/issues/7979/events | https://github.com/huggingface/datasets/pull/7979 | 3,886,772,007 | PR_kwDODunzps7A9T06 | 7,979 | Use temp files in push_to_hub to save memory | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 5 | 2026-02-02T16:10:38Z | 2026-02-27T23:28:51Z | 2026-02-02T16:26:14Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7979.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7979",
"merged_at": "2026-02-02T16:26:14Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7979.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | write parquet data to temp files on disk prior to upload to save memory
this is enabled for for datasets loaded using streaming=True/False | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7979/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7979/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7978 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7978/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7978/comments | https://api.github.com/repos/huggingface/datasets/issues/7978/events | https://github.com/huggingface/datasets/pull/7978 | 3,879,787,436 | PR_kwDODunzps7AmQfP | 7,978 | Fix 4910 kwargs | {
"avatar_url": "https://avatars.githubusercontent.com/u/218264809?v=4",
"events_url": "https://api.github.com/users/vedanta777/events{/privacy}",
"followers_url": "https://api.github.com/users/vedanta777/followers",
"following_url": "https://api.github.com/users/vedanta777/following{/other_user}",
"gists_url... | [] | open | false | [] | null | 0 | 2026-01-31T18:36:32Z | 2026-02-02T13:08:33Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7978.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7978",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7978.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7978"
} | Fix #4910 : Merge duplicate kwargs in `load_dataset_builder()`
Problem: load_dataset("dataset", base_path="./data")` gives TypeError("multiple values for keyword 'base_path')
Fix: {**builder_kwargs, **config_kwargs} to user kwargs override dataset defaults
Repro : python
Before: TypeError
load_dataset("r... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7978/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7978/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7977 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7977/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7977/comments | https://api.github.com/repos/huggingface/datasets/issues/7977/events | https://github.com/huggingface/datasets/pull/7977 | 3,879,142,697 | PR_kwDODunzps7AkMoM | 7,977 | Updated get_dataset_config_names returning default in offline mode | {
"avatar_url": "https://avatars.githubusercontent.com/u/178829649?v=4",
"events_url": "https://api.github.com/users/abigailllr/events{/privacy}",
"followers_url": "https://api.github.com/users/abigailllr/followers",
"following_url": "https://api.github.com/users/abigailllr/following{/other_user}",
"gists_url... | [] | closed | false | [] | null | 0 | 2026-01-31T12:56:21Z | 2026-02-01T07:25:33Z | 2026-02-01T07:25:33Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7977.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7977",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7977.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7977"
} | When a dataset is cached and accessed in offline mode, get_dataset_config_names was returning default instead of the actual cached config names. This happened because CachedDatasetModuleFactory.get_module returned a DatasetModule without builder_configs_parameters, causing the fallback to default in get_dataset_config_... | {
"avatar_url": "https://avatars.githubusercontent.com/u/178829649?v=4",
"events_url": "https://api.github.com/users/abigailllr/events{/privacy}",
"followers_url": "https://api.github.com/users/abigailllr/followers",
"following_url": "https://api.github.com/users/abigailllr/following{/other_user}",
"gists_url... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7977/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7977/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7976 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7976/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7976/comments | https://api.github.com/repos/huggingface/datasets/issues/7976/events | https://github.com/huggingface/datasets/pull/7976 | 3,879,038,987 | PR_kwDODunzps7Aj2hP | 7,976 | Write image/audio/video blobs as is in parquet (PLAIN) | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-31T11:49:39Z | 2026-02-03T20:03:48Z | 2026-01-31T11:50:33Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7976.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7976",
"merged_at": "2026-01-31T11:50:32Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7976.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | following #7971 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7976/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7976/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7975 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7975/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7975/comments | https://api.github.com/repos/huggingface/datasets/issues/7975/events | https://github.com/huggingface/datasets/pull/7975 | 3,878,625,407 | PR_kwDODunzps7AikAO | 7,975 | Docs: add Dataset.from_dict example | {
"avatar_url": "https://avatars.githubusercontent.com/u/163377666?v=4",
"events_url": "https://api.github.com/users/KOKOSde/events{/privacy}",
"followers_url": "https://api.github.com/users/KOKOSde/followers",
"following_url": "https://api.github.com/users/KOKOSde/following{/other_user}",
"gists_url": "https... | [] | open | false | [] | null | 2 | 2026-01-31T07:00:43Z | 2026-05-03T03:40:00Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7975.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7975",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7975.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7975"
} | Docs: add a minimal `Dataset.from_dict` example.
This helps new users discover the most direct way to build a small dataset from in-memory Python data.
Docs-only change. | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7975/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7975/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7974 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7974/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7974/comments | https://api.github.com/repos/huggingface/datasets/issues/7974/events | https://github.com/huggingface/datasets/pull/7974 | 3,878,625,349 | PR_kwDODunzps7Aij_g | 7,974 | Fix duplicate kwargs in load_dataset_builder | {
"avatar_url": "https://avatars.githubusercontent.com/u/163377666?v=4",
"events_url": "https://api.github.com/users/KOKOSde/events{/privacy}",
"followers_url": "https://api.github.com/users/KOKOSde/followers",
"following_url": "https://api.github.com/users/KOKOSde/following{/other_user}",
"gists_url": "https... | [] | closed | false | [] | null | 3 | 2026-01-31T07:00:39Z | 2026-05-04T12:50:52Z | 2026-05-04T12:50:52Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7974.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7974",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7974.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7974"
} | Avoid passing duplicate keyword arguments to `load_dataset_builder`.
Some module factories provide values in `builder_kwargs` (e.g. `base_path`), and users can also pass the same keys via `config_kwargs`, which raises:
`TypeError: ... got multiple values for keyword argument ...`.
Fix: if `config_kwargs` is provided,... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7974/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7974/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7973 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7973/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7973/comments | https://api.github.com/repos/huggingface/datasets/issues/7973/events | https://github.com/huggingface/datasets/pull/7973 | 3,878,514,101 | PR_kwDODunzps7AiMd8 | 7,973 | Fix resolve_pattern for local symlinked files | {
"avatar_url": "https://avatars.githubusercontent.com/u/163377666?v=4",
"events_url": "https://api.github.com/users/KOKOSde/events{/privacy}",
"followers_url": "https://api.github.com/users/KOKOSde/followers",
"following_url": "https://api.github.com/users/KOKOSde/following{/other_user}",
"gists_url": "https... | [] | open | false | [] | null | 5 | 2026-01-31T06:04:51Z | 2026-05-04T12:49:11Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7973.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7973",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7973.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7973"
} | Fix `resolve_pattern` for *local symlinked files*.
Problem: on the local `file://` filesystem, `fsspec` can report symlinks as `type=="other"` and omit the `islink` flag, so symlinked files are skipped.
Fix: when `protocol=="file"`, treat `os.path.islink(filepath)` as a link candidate and include it if it resolves to... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7973/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7973/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7972 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7972/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7972/comments | https://api.github.com/repos/huggingface/datasets/issues/7972/events | https://github.com/huggingface/datasets/pull/7972 | 3,874,083,781 | PR_kwDODunzps7AT07I | 7,972 | feat: implement iter_arrow for skip, take and step iterables | {
"avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4",
"events_url": "https://api.github.com/users/Edge-Explorer/events{/privacy}",
"followers_url": "https://api.github.com/users/Edge-Explorer/followers",
"following_url": "https://api.github.com/users/Edge-Explorer/following{/other_user}",
"... | [] | open | false | [] | null | 0 | 2026-01-30T05:47:13Z | 2026-04-03T07:27:23Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7972.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7972",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7972.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7972"
} | This commit optimizes streaming operations by implementing [_iter_arrow](cci:1://file:///c:/Users/ASUS/Desktop/datasets/src/datasets/iterable_dataset.py:377:4-391:57) for [SkipExamplesIterable](cci:2://file:///c:/Users/ASUS/Desktop/datasets/src/datasets/iterable_dataset.py:1798:0-1892:42), [TakeExamplesIterable](cci:2:... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7972/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7972/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7971 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7971/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7971/comments | https://api.github.com/repos/huggingface/datasets/issues/7971/events | https://github.com/huggingface/datasets/pull/7971 | 3,871,984,311 | PR_kwDODunzps7AMzLl | 7,971 | push_to_hub() for videos | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-29T18:16:58Z | 2026-01-31T11:50:25Z | 2026-01-29T18:56:04Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7971.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7971",
"merged_at": "2026-01-29T18:56:04Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7971.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | possible now that row group sizes are auto-determined based on the content size after https://github.com/huggingface/datasets/pull/7589
Videos are uploaded as PLAIN in Parquet to make sure they can be seeked remotely and with random access to frames in https://github.com/huggingface/datasets/pull/7976
In the futu... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7971/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7971/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7970 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7970/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7970/comments | https://api.github.com/repos/huggingface/datasets/issues/7970/events | https://github.com/huggingface/datasets/issues/7970 | 3,869,700,866 | I_kwDODunzps7mpvMC | 7,970 | cast_column(..., Audio) fails with load_dataset("csv",) | {
"avatar_url": "https://avatars.githubusercontent.com/u/148754?v=4",
"events_url": "https://api.github.com/users/jstangroome/events{/privacy}",
"followers_url": "https://api.github.com/users/jstangroome/followers",
"following_url": "https://api.github.com/users/jstangroome/following{/other_user}",
"gists_url... | [] | open | false | [] | null | 5 | 2026-01-29T09:33:35Z | 2026-04-04T12:45:45Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Attempt to load a dataset from a csv with a single `audio` column with a single row with a path to an audio file fails when casting the column to Audio, but the exact same dataset created from a dictionary succeeds.
### Steps to reproduce the bug
1. Have any valid audio file `audio.wav`
2. Have ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7970/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7970/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7969 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7969/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7969/comments | https://api.github.com/repos/huggingface/datasets/issues/7969/events | https://github.com/huggingface/datasets/pull/7969 | 3,865,100,307 | PR_kwDODunzps6_1p9H | 7,969 | Count examples in lance | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-28T12:00:37Z | 2026-01-28T13:00:26Z | 2026-01-28T13:00:23Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7969.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7969",
"merged_at": "2026-01-28T13:00:23Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7969.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | ```python
In [1]: from datasets import load_dataset_builder, StreamingDownloadManager
In [2]: b = load_dataset_builder("lance-format/openvid-lance")
Resolving data files: 100%|█| 240/240 [00:00<00:00, 42675.64it/s
In [3]: b.count_examples(StreamingDownloadManager())
Out[3]: {'train': 937957}
``` | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7969/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7969/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7968 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7968/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7968/comments | https://api.github.com/repos/huggingface/datasets/issues/7968/events | https://github.com/huggingface/datasets/issues/7968 | 3,864,988,355 | I_kwDODunzps7mXwrD | 7,968 | Potential conflicting type checks and dead code in `/src/datasets/table.py` | {
"avatar_url": "https://avatars.githubusercontent.com/u/243496043?v=4",
"events_url": "https://api.github.com/users/rc4typecheck/events{/privacy}",
"followers_url": "https://api.github.com/users/rc4typecheck/followers",
"following_url": "https://api.github.com/users/rc4typecheck/following{/other_user}",
"gis... | [] | closed | false | [] | null | 2 | 2026-01-28T11:34:53Z | 2026-05-11T11:04:04Z | 2026-05-11T11:04:04Z | null | NONE | [] | null | null | null | null | When statically analyzing and manually reviewing the code, I noticed a potential logic conflicting in `/src/datasets/table.py` as follows:
```
def to_blocks(table: Union[pa.Table, Table]) -> list[list[TableBlock]]:
if isinstance(table, pa.Table):
return [[InMemoryTable(table)]]
elif isinstance(ta... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7968/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7968/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7967 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7967/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7967/comments | https://api.github.com/repos/huggingface/datasets/issues/7967/events | https://github.com/huggingface/datasets/pull/7967 | 3,863,579,646 | PR_kwDODunzps6_wnm8 | 7,967 | Issue 7756 Fix - multiprocessing hang issue with start method check | {
"avatar_url": "https://avatars.githubusercontent.com/u/218264809?v=4",
"events_url": "https://api.github.com/users/vedanta777/events{/privacy}",
"followers_url": "https://api.github.com/users/vedanta777/followers",
"following_url": "https://api.github.com/users/vedanta777/following{/other_user}",
"gists_url... | [] | open | false | [] | null | 0 | 2026-01-28T05:02:20Z | 2026-01-31T18:26:03Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7967.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7967",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7967.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7967"
} | Added a fix to prevent multiprocessing hangs by checking the start method.
Detects bad multiprocessing start_method, fallback happens.
https://github.com/huggingface/datasets/issues/7756 | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7967/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7967/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7966 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7966/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7966/comments | https://api.github.com/repos/huggingface/datasets/issues/7966/events | https://github.com/huggingface/datasets/pull/7966 | 3,861,774,379 | PR_kwDODunzps6_qp_e | 7,966 | Infer types from lance blobs | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-27T18:00:25Z | 2026-01-28T13:02:25Z | 2026-01-28T13:02:23Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7966.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7966",
"merged_at": "2026-01-28T13:02:22Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7966.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Ex: infer Video() type in https://huggingface.co/datasets/lance-format/openvid-lance and Image() type in https://huggingface.co/datasets/lance-format/laion-1m
```python
from datasets import load_dataset
ds = load_dataset("lance-format/laion-1m", streaming=True, split="train")
print(ds.feature["image"])
# Image... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7966/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7966/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7965 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7965/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7965/comments | https://api.github.com/repos/huggingface/datasets/issues/7965/events | https://github.com/huggingface/datasets/issues/7965 | 3,858,483,549 | I_kwDODunzps7l-8ld | 7,965 | `huggingface_hub.errors.HfHubHTTPError: 404 Client Error: Not Found for url` when fetching a dataset with `datasets.load_dataset` | {
"avatar_url": "https://avatars.githubusercontent.com/u/17039389?v=4",
"events_url": "https://api.github.com/users/harupy/events{/privacy}",
"followers_url": "https://api.github.com/users/harupy/followers",
"following_url": "https://api.github.com/users/harupy/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | 8 | 2026-01-27T02:20:31Z | 2026-01-28T15:14:50Z | 2026-01-28T15:14:50Z | null | NONE | [] | null | null | null | null | Not a bug but a question. We started getting the following error:
https://github.com/mlflow/mlflow/actions/runs/21368603305/job/61506951617
```
ests/data/test_huggingface_dataset_and_source.py::test_from_huggingface_dataset_constructs_expected_dataset_with_revision - huggingface_hub.errors.HfHubHTTPError: 404 Client ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/17039389?v=4",
"events_url": "https://api.github.com/users/harupy/events{/privacy}",
"followers_url": "https://api.github.com/users/harupy/followers",
"following_url": "https://api.github.com/users/harupy/following{/other_user}",
"gists_url": "https://a... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7965/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7965/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7964 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7964/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7964/comments | https://api.github.com/repos/huggingface/datasets/issues/7964/events | https://github.com/huggingface/datasets/pull/7964 | 3,858,025,706 | PR_kwDODunzps6_eOZR | 7,964 | handle blob lance | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-26T22:56:24Z | 2026-01-26T22:59:18Z | 2026-01-26T22:56:38Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7964.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7964",
"merged_at": "2026-01-26T22:56:38Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7964.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | following #7913 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7964/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7964/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7963 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7963/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7963/comments | https://api.github.com/repos/huggingface/datasets/issues/7963/events | https://github.com/huggingface/datasets/pull/7963 | 3,856,921,322 | PR_kwDODunzps6_ajTD | 7,963 | Support null in json string cols | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-26T17:31:55Z | 2026-01-26T17:48:46Z | 2026-01-26T17:48:44Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7963.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7963",
"merged_at": "2026-01-26T17:48:44Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7963.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | fix for https://huggingface.co/datasets/arcprize/arc_agi_v2_public_eval | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7963/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7963/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7962 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7962/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7962/comments | https://api.github.com/repos/huggingface/datasets/issues/7962/events | https://github.com/huggingface/datasets/pull/7962 | 3,856,811,005 | PR_kwDODunzps6_aM71 | 7,962 | Use Sequence instead of list in Dataset.from_parquet type hints | {
"avatar_url": "https://avatars.githubusercontent.com/u/142491113?v=4",
"events_url": "https://api.github.com/users/Mukundtimbadiya20/events{/privacy}",
"followers_url": "https://api.github.com/users/Mukundtimbadiya20/followers",
"following_url": "https://api.github.com/users/Mukundtimbadiya20/following{/other... | [] | open | false | [] | null | 1 | 2026-01-26T17:01:47Z | 2026-02-04T06:47:52Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7962.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7962",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7962.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7962"
} | This PR updates type annotations in Dataset.from_parquet to use Sequence instead of list to avoid mypy invariant type issues, as discussed in issue #5354.
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7962/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7962/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7961 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7961/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7961/comments | https://api.github.com/repos/huggingface/datasets/issues/7961/events | https://github.com/huggingface/datasets/pull/7961 | 3,847,883,164 | PR_kwDODunzps6-9GHz | 7,961 | Revert "feat: avoid some copies in torch formatter (#7787)" | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-23T15:13:01Z | 2026-01-23T15:16:01Z | 2026-01-23T15:15:33Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7961.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7961",
"merged_at": "2026-01-23T15:15:33Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7961.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | This reverts commit c412a6f5a50955e141c5169bf7abe005d10228d2 (I assume it was ai generated which makes it hard for me to review and make sure it doesn't have bad edge cases, but lmk if it wasn't, anyways it didn't take into account the torch kwargs which are responsible for sending the data to the correct device) | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7961/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7961/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7960 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7960/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7960/comments | https://api.github.com/repos/huggingface/datasets/issues/7960/events | https://github.com/huggingface/datasets/pull/7960 | 3,847,601,199 | PR_kwDODunzps6-8Iak | 7,960 | docs: fix grammar and add type hints in splits.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4",
"events_url": "https://api.github.com/users/Edge-Explorer/events{/privacy}",
"followers_url": "https://api.github.com/users/Edge-Explorer/followers",
"following_url": "https://api.github.com/users/Edge-Explorer/following{/other_user}",
"... | [] | closed | false | [] | null | 0 | 2026-01-23T14:05:12Z | 2026-01-30T05:14:00Z | 2026-01-23T16:04:41Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7960.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7960",
"merged_at": "2026-01-23T16:04:40Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7960.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | This PR improves the documentation in
src/datasets/splits.py
by:
Fixing pluralization/grammar errors in docstrings (Lines 62, 73, 403).
Adding Python type hints to the
NamedSplit
constructor for better code quality.
Verified with ruff format and ruff check. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7960/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7960/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7959 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7959/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7959/comments | https://api.github.com/repos/huggingface/datasets/issues/7959/events | https://github.com/huggingface/datasets/pull/7959 | 3,847,579,785 | PR_kwDODunzps6-8DsQ | 7,959 | docs: fix typo in arrow_dataset.py comment | {
"avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4",
"events_url": "https://api.github.com/users/Edge-Explorer/events{/privacy}",
"followers_url": "https://api.github.com/users/Edge-Explorer/followers",
"following_url": "https://api.github.com/users/Edge-Explorer/following{/other_user}",
"... | [] | closed | false | [] | null | 0 | 2026-01-23T14:00:08Z | 2026-01-23T14:14:57Z | 2026-01-23T14:14:57Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7959.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7959",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7959.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7959"
} | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4",
"events_url": "https://api.github.com/users/Edge-Explorer/events{/privacy}",
"followers_url": "https://api.github.com/users/Edge-Explorer/followers",
"following_url": "https://api.github.com/users/Edge-Explorer/following{/other_user}",
"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7959/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7959/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7958 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7958/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7958/comments | https://api.github.com/repos/huggingface/datasets/issues/7958/events | https://github.com/huggingface/datasets/issues/7958 | 3,847,184,392 | I_kwDODunzps7lT2AI | 7,958 | [CUDA Tensors Not working in ~v4.5.0] set_format(type="torch", device="cuda") returns cpu | {
"avatar_url": "https://avatars.githubusercontent.com/u/9797804?v=4",
"events_url": "https://api.github.com/users/ai-nikolai/events{/privacy}",
"followers_url": "https://api.github.com/users/ai-nikolai/followers",
"following_url": "https://api.github.com/users/ai-nikolai/following{/other_user}",
"gists_url":... | [] | closed | false | [] | null | 5 | 2026-01-23T12:06:48Z | 2026-03-04T13:17:28Z | 2026-03-04T13:17:28Z | null | NONE | [] | null | null | null | null | ### Describe the bug
The problem is that when calling:
```ds.set_format(type="torch", columns = ["input", "labels"], device="cuda")```
The device type of the individual datapoints is now: `cpu` as opposed to `cuda:0`.
With `v4.0.0` it still works. With `v4.5.0` it doesn't work anymore.
Related Issue:
https://github... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7958/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7958/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7957 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7957/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7957/comments | https://api.github.com/repos/huggingface/datasets/issues/7957/events | https://github.com/huggingface/datasets/pull/7957 | 3,839,573,271 | PR_kwDODunzps6-hVW5 | 7,957 | Fix all exhausted without replacement | {
"avatar_url": "https://avatars.githubusercontent.com/u/105732253?v=4",
"events_url": "https://api.github.com/users/ashmi8/events{/privacy}",
"followers_url": "https://api.github.com/users/ashmi8/followers",
"following_url": "https://api.github.com/users/ashmi8/following{/other_user}",
"gists_url": "https://... | [] | closed | false | [] | null | 2 | 2026-01-21T18:47:32Z | 2026-01-23T16:09:28Z | 2026-01-23T16:09:28Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7957.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7957",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7957.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7957"
} | Fix interleave_datasets "all_exhausted_without_replacement" stopping strategy
- Corrected logic to ensure each sample is picked exactly once when using
stopping_strategy="all_exhausted_without_replacement".
- Adjusted boolean stopping condition to properly track dataset exhaustion.
- Added test to verify the l... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7957/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7957/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7956 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7956/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7956/comments | https://api.github.com/repos/huggingface/datasets/issues/7956/events | https://github.com/huggingface/datasets/issues/7956 | 3,839,082,498 | I_kwDODunzps7k08AC | 7,956 | Is the 10k files / folder limit a hard limit for a dataset repo? | {
"avatar_url": "https://avatars.githubusercontent.com/u/3664715?v=4",
"events_url": "https://api.github.com/users/pavanramkumar/events{/privacy}",
"followers_url": "https://api.github.com/users/pavanramkumar/followers",
"following_url": "https://api.github.com/users/pavanramkumar/following{/other_user}",
"gi... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | 2 | 2026-01-21T16:37:38Z | 2026-01-22T09:38:38Z | null | null | NONE | [] | null | null | null | null | ### Feature request
Can the hard limit of 10k files per folder be extended with acceptable loss in performance?
### Motivation
I'm uploading a lance dataset to huggingface hub and have a folder inside lance internals (`data/*.lance/_transactions`) that has > 20k atomic transaction records and my commits are being re... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7956/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7956/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7955 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7955/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7955/comments | https://api.github.com/repos/huggingface/datasets/issues/7955/events | https://github.com/huggingface/datasets/pull/7955 | 3,837,083,395 | PR_kwDODunzps6-Y-EL | 7,955 | Fix interleave_datasets with all_exhausted_without_replacement strategy | {
"avatar_url": "https://avatars.githubusercontent.com/u/205576963?v=4",
"events_url": "https://api.github.com/users/prathamk-tw/events{/privacy}",
"followers_url": "https://api.github.com/users/prathamk-tw/followers",
"following_url": "https://api.github.com/users/prathamk-tw/following{/other_user}",
"gists_... | [] | closed | false | [] | null | 1 | 2026-01-21T08:10:45Z | 2026-01-24T02:55:56Z | 2026-01-23T16:08:39Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7955.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7955",
"merged_at": "2026-01-23T16:08:39Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7955.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | When using interleave_datasets with stopping_strategy="all_exhausted_without_replacement" and probabilities=None, the function was incorrectly falling into the undersampling branch, causing it to stop at min(lengths) instead of continuing until all datasets were exhausted.
This fix adds a specific branch to handle t... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7955/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7955/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7954 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7954/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7954/comments | https://api.github.com/repos/huggingface/datasets/issues/7954/events | https://github.com/huggingface/datasets/issues/7954 | 3,837,020,089 | I_kwDODunzps7ktEe5 | 7,954 | all_exhausted_without_replacement working same as first_exhausted | {
"avatar_url": "https://avatars.githubusercontent.com/u/205576963?v=4",
"events_url": "https://api.github.com/users/prathamk-tw/events{/privacy}",
"followers_url": "https://api.github.com/users/prathamk-tw/followers",
"following_url": "https://api.github.com/users/prathamk-tw/following{/other_user}",
"gists_... | [] | closed | false | [] | null | 2 | 2026-01-21T07:50:31Z | 2026-03-23T14:03:13Z | 2026-03-23T14:03:13Z | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
>>> from datasets import Dataset, interleave_datasets
>>> d1 = Dataset.from_dict({"a": [0, 1, 2]})
>>> d2 = Dataset.from_dict({"a": [10, 11, 12, 13]})
>>> d3 = Dataset.from_dict({"a": [20, 21, 22]})
>>> dataset = interleave_datasets([d1, d2, d3], stopping_strategy="all_exhausted_without_replacemen... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7954/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7954/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7953 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7953/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7953/comments | https://api.github.com/repos/huggingface/datasets/issues/7953/events | https://github.com/huggingface/datasets/pull/7953 | 3,831,099,841 | PR_kwDODunzps6-FI-G | 7,953 | #5354: replace list with Sequence in from_parquet type hints | {
"avatar_url": "https://avatars.githubusercontent.com/u/105732253?v=4",
"events_url": "https://api.github.com/users/ashmi8/events{/privacy}",
"followers_url": "https://api.github.com/users/ashmi8/followers",
"following_url": "https://api.github.com/users/ashmi8/following{/other_user}",
"gists_url": "https://... | [] | open | false | [] | null | 1 | 2026-01-19T20:24:10Z | 2026-04-01T08:01:54Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7953.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7953",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7953.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7953"
} | \This PR replaces `list` type hints with `Sequence` in `from_parquet` to improve type checking.
Note: Local pytest errors on Python 3.13 due to removal of `distutils` are unrelated to this change.
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7953/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7953/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7952 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7952/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7952/comments | https://api.github.com/repos/huggingface/datasets/issues/7952/events | https://github.com/huggingface/datasets/pull/7952 | 3,831,024,005 | PR_kwDODunzps6-E4dA | 7,952 | Fix #5354: replace list with Sequence in from_parquet type hints | {
"avatar_url": "https://avatars.githubusercontent.com/u/105732253?v=4",
"events_url": "https://api.github.com/users/ashmi8/events{/privacy}",
"followers_url": "https://api.github.com/users/ashmi8/followers",
"following_url": "https://api.github.com/users/ashmi8/following{/other_user}",
"gists_url": "https://... | [] | closed | false | [] | null | 0 | 2026-01-19T19:57:55Z | 2026-01-19T20:15:35Z | 2026-01-19T20:15:35Z | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7952.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7952",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7952.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7952"
} | This PR replaces `list` type hints with `Sequence` in `from_parquet` to improve type checking.
Note: Local pytest errors on Python 3.13 due to removal of `distutils` are unrelated to this change.
| {
"avatar_url": "https://avatars.githubusercontent.com/u/105732253?v=4",
"events_url": "https://api.github.com/users/ashmi8/events{/privacy}",
"followers_url": "https://api.github.com/users/ashmi8/followers",
"following_url": "https://api.github.com/users/ashmi8/following{/other_user}",
"gists_url": "https://... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7952/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7952/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7951 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7951/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7951/comments | https://api.github.com/repos/huggingface/datasets/issues/7951/events | https://github.com/huggingface/datasets/pull/7951 | 3,827,686,741 | PR_kwDODunzps6951bw | 7,951 | feat: Add GenBank file format support for biological sequence data | {
"avatar_url": "https://avatars.githubusercontent.com/u/80390531?v=4",
"events_url": "https://api.github.com/users/behroozazarkhalili/events{/privacy}",
"followers_url": "https://api.github.com/users/behroozazarkhalili/followers",
"following_url": "https://api.github.com/users/behroozazarkhalili/following{/oth... | [] | open | false | [] | null | 0 | 2026-01-19T01:59:44Z | 2026-02-10T17:59:39Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7951.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7951",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7951.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7951"
} | ## Summary
Add native support for loading GenBank (.gb, .gbk, .genbank) files, a standard format for biological sequence data with annotations maintained by NCBI.
## Changes
- Add `genbank` packaged module with pure Python state machine parser
- Register GenBank extensions in `_PACKAGED_DATASETS_MODULES` and `_EXTENSI... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7951/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7951/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7950 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7950/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7950/comments | https://api.github.com/repos/huggingface/datasets/issues/7950/events | https://github.com/huggingface/datasets/pull/7950 | 3,825,689,242 | PR_kwDODunzps69zsW1 | 7,950 | Add examples for Lance datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/35005448?v=4",
"events_url": "https://api.github.com/users/prrao87/events{/privacy}",
"followers_url": "https://api.github.com/users/prrao87/followers",
"following_url": "https://api.github.com/users/prrao87/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 5 | 2026-01-17T19:33:31Z | 2026-01-23T16:40:20Z | 2026-01-23T16:16:43Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7950.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7950",
"merged_at": "2026-01-23T16:16:43Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7950.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | ## Summary
Updated the Lance integration docs to match the official dataset cards and expand coverage of multimodal workflows in `use_with_lance.mdx`.
## Details
- Added a Lance format-focused guidance page for multimodal examples:
- Stream from the Hub via `datasets` API
- Use Lance's dataset API to p... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7950/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7950/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7949 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7949/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7949/comments | https://api.github.com/repos/huggingface/datasets/issues/7949/events | https://github.com/huggingface/datasets/pull/7949 | 3,824,515,306 | PR_kwDODunzps69v3lh | 7,949 | docs: clarify documentation build instructions | {
"avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4",
"events_url": "https://api.github.com/users/Edge-Explorer/events{/privacy}",
"followers_url": "https://api.github.com/users/Edge-Explorer/followers",
"following_url": "https://api.github.com/users/Edge-Explorer/following{/other_user}",
"... | [] | open | false | [] | null | 1 | 2026-01-17T06:24:24Z | 2026-04-01T14:28:51Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7949.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7949",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7949.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7949"
} | docs: clarify documentation build instructions | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7949/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7949/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7948 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7948/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7948/comments | https://api.github.com/repos/huggingface/datasets/issues/7948/events | https://github.com/huggingface/datasets/pull/7948 | 3,824,437,597 | PR_kwDODunzps69vnHh | 7,948 | json: add optional return_file_name parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/168210869?v=4",
"events_url": "https://api.github.com/users/Sachin-0001/events{/privacy}",
"followers_url": "https://api.github.com/users/Sachin-0001/followers",
"following_url": "https://api.github.com/users/Sachin-0001/following{/other_user}",
"gists_... | [] | open | false | [] | null | 0 | 2026-01-17T05:39:43Z | 2026-01-17T05:39:43Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7948.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7948",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7948.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7948"
} | This PR adds an optional `return_file_name` parameter to the JSON dataset loader.
When enabled, a new `file_name` column is added containing the source file name
for each row. Default behavior is unchanged.
Changes:
- Add `return_file_name` to JsonConfig
- Append file name during JSON table generation
- Add t... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7948/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7948/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7947 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7947/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7947/comments | https://api.github.com/repos/huggingface/datasets/issues/7947/events | https://github.com/huggingface/datasets/issues/7947 | 3,823,309,787 | I_kwDODunzps7j4xPb | 7,947 | MMLU get_dataset_config_names provides different lists of subsets in online and offline modes | {
"avatar_url": "https://avatars.githubusercontent.com/u/15324?v=4",
"events_url": "https://api.github.com/users/rikrd/events{/privacy}",
"followers_url": "https://api.github.com/users/rikrd/followers",
"following_url": "https://api.github.com/users/rikrd/following{/other_user}",
"gists_url": "https://api.git... | [] | open | false | [] | null | 0 | 2026-01-16T19:20:08Z | 2026-01-16T19:20:08Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
When getting the config names of `cais/mmlu` in online mode, it provides the different subjects and `all` but in offline mode is provides `default` even with cached version of the dataset.
### Steps to reproduce the bug
1. First download dataset in online mode so that it is cached:
```
$ HF_DATA... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7947/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7947/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7946 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7946/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7946/comments | https://api.github.com/repos/huggingface/datasets/issues/7946/events | https://github.com/huggingface/datasets/issues/7946 | 3,817,678,454 | I_kwDODunzps7jjSZ2 | 7,946 | Question: Is there a faster way to push_to_hub for large image datasets? | {
"avatar_url": "https://avatars.githubusercontent.com/u/27956426?v=4",
"events_url": "https://api.github.com/users/adithya-s-k/events{/privacy}",
"followers_url": "https://api.github.com/users/adithya-s-k/followers",
"following_url": "https://api.github.com/users/adithya-s-k/following{/other_user}",
"gists_u... | [] | open | false | [] | null | 4 | 2026-01-15T13:54:37Z | 2026-01-17T13:27:20Z | null | null | NONE | [] | null | null | null | null | # Question: Is there a faster way to `push_to_hub` for large image datasets? Or could this approach be integrated?
Hi! I frequently work with large image datasets (100k-300k+ samples) and found that `dataset.push_to_hub()` can be quite slow.
cc @lhoestq - would love your thoughts on this!
I experimented with an alte... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7946/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7946/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7945 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7945/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7945/comments | https://api.github.com/repos/huggingface/datasets/issues/7945/events | https://github.com/huggingface/datasets/pull/7945 | 3,814,399,493 | PR_kwDODunzps69ODBk | 7,945 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-14T18:34:50Z | 2026-01-14T18:37:30Z | 2026-01-14T18:34:56Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7945.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7945",
"merged_at": "2026-01-14T18:34:56Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7945.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7945/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7945/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7944 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7944/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7944/comments | https://api.github.com/repos/huggingface/datasets/issues/7944/events | https://github.com/huggingface/datasets/pull/7944 | 3,814,369,524 | PR_kwDODunzps69N8bB | 7,944 | Release: 4.5.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-14T18:27:17Z | 2026-01-14T18:30:23Z | 2026-01-14T18:28:25Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7944.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7944",
"merged_at": "2026-01-14T18:28:25Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7944.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7944/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7944/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7943 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7943/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7943/comments | https://api.github.com/repos/huggingface/datasets/issues/7943/events | https://github.com/huggingface/datasets/pull/7943 | 3,809,778,662 | PR_kwDODunzps68-rLO | 7,943 | Add _generate_shards | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-13T17:10:03Z | 2026-01-14T16:46:53Z | 2026-01-14T16:46:51Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7943.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7943",
"merged_at": "2026-01-14T16:46:50Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7943.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Useful to list a dataset's shards:
```python
from datasets import load_dataset_builder, StreamingDownloadManager
dlm = StreamingDownloadManager()
def get_shards(dataset_name, *args, **kwargs):
b = load_dataset_builder(dataset_name, *args, **kwargs)
splits = b._split_generators(dlm)
return list(... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7943/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7943/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7942 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7942/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7942/comments | https://api.github.com/repos/huggingface/datasets/issues/7942/events | https://github.com/huggingface/datasets/pull/7942 | 3,808,890,451 | PR_kwDODunzps687sR_ | 7,942 | add _OverridableIOWrapper | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-13T13:37:09Z | 2026-01-13T13:40:21Z | 2026-01-13T13:38:02Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7942.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7942",
"merged_at": "2026-01-13T13:38:02Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7942.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | fix https://github.com/huggingface/datasets/issues/7936 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7942/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7942/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7941 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7941/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7941/comments | https://api.github.com/repos/huggingface/datasets/issues/7941/events | https://github.com/huggingface/datasets/pull/7941 | 3,807,800,603 | PR_kwDODunzps684EZa | 7,941 | Remove Python 3.7 and Python 2 code paths from _dill.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/4872288?v=4",
"events_url": "https://api.github.com/users/tboerstad/events{/privacy}",
"followers_url": "https://api.github.com/users/tboerstad/followers",
"following_url": "https://api.github.com/users/tboerstad/following{/other_user}",
"gists_url": "h... | [] | open | false | [] | null | 0 | 2026-01-13T08:44:31Z | 2026-01-13T08:44:31Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7941.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7941",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7941.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7941"
} | This PR simplifies the code pickle handling to only support Python 3.9+.
Datasets requires Python 3.9+ (since PR #7474).
There's some dill specific code branches checking for earlier versions of python which can be removed. | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7941/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7941/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7940 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7940/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7940/comments | https://api.github.com/repos/huggingface/datasets/issues/7940/events | https://github.com/huggingface/datasets/pull/7940 | 3,807,386,503 | PR_kwDODunzps682sBj | 7,940 | Improve readability and documentation of indexing integration tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/115862867?v=4",
"events_url": "https://api.github.com/users/DeeptiAgarwal16/events{/privacy}",
"followers_url": "https://api.github.com/users/DeeptiAgarwal16/followers",
"following_url": "https://api.github.com/users/DeeptiAgarwal16/following{/other_user}... | [] | open | false | [] | null | 0 | 2026-01-13T06:42:07Z | 2026-01-13T06:42:07Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7940.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7940",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7940.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7940"
} | ### Summary
This PR improves the readability and maintainability of the indexing integration tests by adding clear, detailed comments throughout the test suite.
### Motivation
The indexing tests cover multiple backends (FAISS and Elasticsearch) and involve non-trivial workflows such as vector creation, indexing, q... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7940/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7940/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7939 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7939/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7939/comments | https://api.github.com/repos/huggingface/datasets/issues/7939/events | https://github.com/huggingface/datasets/issues/7939 | 3,806,889,870 | I_kwDODunzps7i6IeO | 7,939 | datasets.load_from_disk progress bar optional manual control | {
"avatar_url": "https://avatars.githubusercontent.com/u/60286968?v=4",
"events_url": "https://api.github.com/users/Tommigun1980/events{/privacy}",
"followers_url": "https://api.github.com/users/Tommigun1980/followers",
"following_url": "https://api.github.com/users/Tommigun1980/following{/other_user}",
"gist... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | 0 | 2026-01-13T03:19:13Z | 2026-01-13T03:19:13Z | null | null | NONE | [] | null | null | null | null | ### Feature request
This is tangentially related to [https://github.com/huggingface/datasets/issues/7918](https://github.com/huggingface/datasets/issues/7918).
When loading a dataset with > 16 files a progress bar is shown (unless stdout is redirected or [https://github.com/huggingface/datasets/pull/7919](https://git... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7939/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7939/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7938 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7938/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7938/comments | https://api.github.com/repos/huggingface/datasets/issues/7938/events | https://github.com/huggingface/datasets/pull/7938 | 3,804,486,642 | PR_kwDODunzps68tYX1 | 7,938 | Fix method to retrieve attributes from file object | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2026-01-12T14:08:31Z | 2026-01-12T14:13:12Z | 2026-01-12T14:10:12Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7938.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7938",
"merged_at": "2026-01-12T14:10:11Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7938.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | fix http://github.com/huggingface/datasets/issues/7936 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7938/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7938/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7937 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7937/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7937/comments | https://api.github.com/repos/huggingface/datasets/issues/7937/events | https://github.com/huggingface/datasets/pull/7937 | 3,803,185,984 | PR_kwDODunzps68pBId | 7,937 | Fix duplicate log messages by disabling log propagation by default | {
"avatar_url": "https://avatars.githubusercontent.com/u/4872288?v=4",
"events_url": "https://api.github.com/users/tboerstad/events{/privacy}",
"followers_url": "https://api.github.com/users/tboerstad/followers",
"following_url": "https://api.github.com/users/tboerstad/following{/other_user}",
"gists_url": "h... | [] | open | false | [] | null | 0 | 2026-01-12T08:03:18Z | 2026-01-13T08:10:24Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7937.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7937",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7937.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7937"
} | This PR fixes an issue where applications that configure logging see duplicate messages from `datasets`:
```python
import logging
logging.basicConfig(level=logging.WARNING)
from datasets.utils.logging import get_logger
get_logger("datasets.load").warning("This appears twice")
```
Outputs:
```
This appears ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7937/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7937/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7936 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7936/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7936/comments | https://api.github.com/repos/huggingface/datasets/issues/7936/events | https://github.com/huggingface/datasets/issues/7936 | 3,795,750,271 | I_kwDODunzps7iPo1_ | 7,936 | _add_retries_to_file_obj_read_method makes file_obj invalid for pyarrow | {
"avatar_url": "https://avatars.githubusercontent.com/u/73142299?v=4",
"events_url": "https://api.github.com/users/li-yi-dong/events{/privacy}",
"followers_url": "https://api.github.com/users/li-yi-dong/followers",
"following_url": "https://api.github.com/users/li-yi-dong/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | 7 | 2026-01-09T07:05:25Z | 2026-01-14T13:47:50Z | 2026-01-13T13:38:03Z | null | NONE | [] | null | null | null | null | ### Describe the bug
I'm trying to use `load_dataset` to construct a dataset that read parquet data on HDFS streamingly, like
```python
ds = load_dataset(
"parquet",
data_files={
"train": "hdfs://xxx/train*.parquet",
"test": "hdfs://xxx/test*.parquet"
},
streaming=True,
)
```
I encounte... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7936/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7936/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7935 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7935/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7935/comments | https://api.github.com/repos/huggingface/datasets/issues/7935/events | https://github.com/huggingface/datasets/pull/7935 | 3,795,376,274 | PR_kwDODunzps68QDVY | 7,935 | Bug fix: Add HDFS hostname to protocol prefix | {
"avatar_url": "https://avatars.githubusercontent.com/u/73142299?v=4",
"events_url": "https://api.github.com/users/li-yi-dong/events{/privacy}",
"followers_url": "https://api.github.com/users/li-yi-dong/followers",
"following_url": "https://api.github.com/users/li-yi-dong/following{/other_user}",
"gists_url"... | [] | open | false | [] | null | 5 | 2026-01-09T03:59:45Z | 2026-01-15T04:06:17Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7935.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7935",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7935.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7935"
} | For HDFS url with hostname like `hdfs://hostname/user/xxx`, the function `resolve_pattern` would drop the hostname, and outputs `hdfs:///user/xxx`. This may break later file operations by trying to connect to wrong HDFS cluster. | null | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7935/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7935/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7934 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7934/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7934/comments | https://api.github.com/repos/huggingface/datasets/issues/7934/events | https://github.com/huggingface/datasets/issues/7934 | 3,792,642,445 | I_kwDODunzps7iDyGN | 7,934 | xPath cannot handle hdfs:///xxxx properly | {
"avatar_url": "https://avatars.githubusercontent.com/u/73142299?v=4",
"events_url": "https://api.github.com/users/li-yi-dong/events{/privacy}",
"followers_url": "https://api.github.com/users/li-yi-dong/followers",
"following_url": "https://api.github.com/users/li-yi-dong/following{/other_user}",
"gists_url"... | [] | open | false | [] | null | 0 | 2026-01-08T12:14:11Z | 2026-01-08T12:14:11Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
_as_str('hdfs:///xxxx') would return hdfs://xxxx. Removing one / and making the path invalid.
For the use case like
```
ds = load_dataset(
"parquet",
data_files={
"train": "hdfs:///user/path/to/data/train*.parquet",
},
streaming=True,
storage_options={
"host": ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7934/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7934/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7933 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7933/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7933/comments | https://api.github.com/repos/huggingface/datasets/issues/7933/events | https://github.com/huggingface/datasets/pull/7933 | 3,780,607,384 | PR_kwDODunzps67fNaP | 7,933 | feat: Add Apache TsFile format support | {
"avatar_url": "https://avatars.githubusercontent.com/u/186699478?v=4",
"events_url": "https://api.github.com/users/sinanshamsudheen/events{/privacy}",
"followers_url": "https://api.github.com/users/sinanshamsudheen/followers",
"following_url": "https://api.github.com/users/sinanshamsudheen/following{/other_us... | [] | open | false | [] | null | 1 | 2026-01-05T08:28:12Z | 2026-01-06T10:26:51Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7933.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7933",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7933.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7933"
} | # Add Apache TsFile format support
Adds support for loading `.tsfile` datasets. Closes #7922.
## What's TsFile?
[Apache TsFile](https://tsfile.apache.org/) is a columnar time-series format popular in IoT. The TsFile community requested this integration and offered to help maintain it.
## What I did
Creat... | null | {
"+1": 4,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7933/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7933/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7932 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7932/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7932/comments | https://api.github.com/repos/huggingface/datasets/issues/7932/events | https://github.com/huggingface/datasets/pull/7932 | 3,777,725,050 | PR_kwDODunzps67WqhL | 7,932 | Fix duplicate keyword conflict in load_dataset_builder | {
"avatar_url": "https://avatars.githubusercontent.com/u/110705207?v=4",
"events_url": "https://api.github.com/users/Ashish570raj/events{/privacy}",
"followers_url": "https://api.github.com/users/Ashish570raj/followers",
"following_url": "https://api.github.com/users/Ashish570raj/following{/other_user}",
"gis... | [] | open | false | [] | null | 1 | 2026-01-03T05:49:06Z | 2026-01-03T05:52:02Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7932.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7932",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7932.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7932"
} | Fixes #4910
This PR fixes a bug where passing the same keyword in builder_kwargs and
config_kwargs caused a TypeError in load_dataset_builder.
The kwargs are now merged safely so config_kwargs override builder_kwargs
without duplication. A regression test is added to prevent this from
happening again.
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7932/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7932/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7931 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7931/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7931/comments | https://api.github.com/repos/huggingface/datasets/issues/7931/events | https://github.com/huggingface/datasets/issues/7931 | 3,777,662,799 | I_kwDODunzps7hKo9P | 7,931 | Enable CORS + HTTP Range support for browser partial reads on cas-bridge.xethub.hf.co (Parquet row-group access) | {
"avatar_url": "https://avatars.githubusercontent.com/u/8352840?v=4",
"events_url": "https://api.github.com/users/cornhundred/events{/privacy}",
"followers_url": "https://api.github.com/users/cornhundred/followers",
"following_url": "https://api.github.com/users/cornhundred/following{/other_user}",
"gists_ur... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | closed | false | [] | null | 18 | 2026-01-03T04:23:54Z | 2026-02-24T21:31:37Z | 2026-02-24T16:35:44Z | null | NONE | [] | null | null | null | null | ### Feature request
## Summary
Browser-based data tools need Range requests to read Parquet efficiently (footer + selected row groups). Downloads from the Hub redirect to cas-bridge.xethub.hf.co (Xet bridge). The redirected host fails CORS preflight for Range/HEAD workflows, blocking partial reads. ([Hugging Face](htt... | {
"avatar_url": "https://avatars.githubusercontent.com/u/887980?v=4",
"events_url": "https://api.github.com/users/rajatarya/events{/privacy}",
"followers_url": "https://api.github.com/users/rajatarya/followers",
"following_url": "https://api.github.com/users/rajatarya/following{/other_user}",
"gists_url": "ht... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7931/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7931/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7930 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7930/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7930/comments | https://api.github.com/repos/huggingface/datasets/issues/7930/events | https://github.com/huggingface/datasets/pull/7930 | 3,777,628,848 | PR_kwDODunzps67WYwc | 7,930 | Proposal: Protein 3D Structure Visualization for Dataset Viewer | {
"avatar_url": "https://avatars.githubusercontent.com/u/80390531?v=4",
"events_url": "https://api.github.com/users/behroozazarkhalili/events{/privacy}",
"followers_url": "https://api.github.com/users/behroozazarkhalili/followers",
"following_url": "https://api.github.com/users/behroozazarkhalili/following{/oth... | [] | open | false | [] | null | 6 | 2026-01-03T03:30:01Z | 2026-02-10T17:57:17Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7930.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7930",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7930.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7930"
} | # Proposal: Protein 3D Structure Visualization for HuggingFace Dataset Viewer
## Executive Summary
This proposal outlines adding 3D protein structure visualization to the HuggingFace Dataset Viewer, enabling users to interactively view PDB and mmCIF molecular structures directly within the dataset preview interface.
... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7930/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7930/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7929 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7929/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7929/comments | https://api.github.com/repos/huggingface/datasets/issues/7929/events | https://github.com/huggingface/datasets/pull/7929 | 3,776,098,655 | PR_kwDODunzps67Rayd | 7,929 | Raise early for invalid `revision` in `load_dataset` | {
"avatar_url": "https://avatars.githubusercontent.com/u/52365471?v=4",
"events_url": "https://api.github.com/users/Scott-Simmons/events{/privacy}",
"followers_url": "https://api.github.com/users/Scott-Simmons/followers",
"following_url": "https://api.github.com/users/Scott-Simmons/following{/other_user}",
"g... | [] | closed | false | [] | null | 2 | 2026-01-02T10:40:49Z | 2026-01-09T11:08:44Z | 2026-01-09T11:08:43Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7929.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7929",
"merged_at": "2026-01-09T11:08:43Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7929.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Solves https://github.com/huggingface/datasets/issues/7928
Raise early for invalid revisions
| {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7929/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7929/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7928 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7928/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7928/comments | https://api.github.com/repos/huggingface/datasets/issues/7928/events | https://github.com/huggingface/datasets/issues/7928 | 3,775,842,185 | I_kwDODunzps7hDseJ | 7,928 | `load_dataset` `revision` param not respected when fetching from cache | {
"avatar_url": "https://avatars.githubusercontent.com/u/52365471?v=4",
"events_url": "https://api.github.com/users/Scott-Simmons/events{/privacy}",
"followers_url": "https://api.github.com/users/Scott-Simmons/followers",
"following_url": "https://api.github.com/users/Scott-Simmons/following{/other_user}",
"g... | [] | open | false | [] | null | 3 | 2026-01-02T08:20:47Z | 2026-04-17T16:01:16Z | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
`datasets.load_dataset` `revision` semantics are a bit inconsistent when the dataset is not found on the huggingface hub. When fetching the latest cached version of the dataset, the `revision` argument is ignored, so long as any cached versions of the dataset already exist in the HF cache.
### St... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7928/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7928/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7927 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7927/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7927/comments | https://api.github.com/repos/huggingface/datasets/issues/7927/events | https://github.com/huggingface/datasets/issues/7927 | 3,775,302,438 | I_kwDODunzps7hBosm | 7,927 | Using Stateful Dataloader with Split Dataset By Node and DCP for DDP | {
"avatar_url": "https://avatars.githubusercontent.com/u/25208228?v=4",
"events_url": "https://api.github.com/users/conceptofmind/events{/privacy}",
"followers_url": "https://api.github.com/users/conceptofmind/followers",
"following_url": "https://api.github.com/users/conceptofmind/following{/other_user}",
"g... | [] | open | false | [] | null | 4 | 2026-01-01T22:27:07Z | 2026-02-01T06:13:30Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
I am trying to determine how to save and load the Stateful Dataloader State with DCP and Split Dataset by Node for DDP.
Currently, I am running into the issue where I am receiving a slow resume.
```
Neither dataset nor iter(dataset) defines state_dict/load_state_dict so we are naively fast-forwar... | null | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7927/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7927/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7926 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7926/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7926/comments | https://api.github.com/repos/huggingface/datasets/issues/7926/events | https://github.com/huggingface/datasets/pull/7926 | 3,773,696,472 | PR_kwDODunzps67Jxxz | 7,926 | Add lightweight PDB (Protein Data Bank) file support | {
"avatar_url": "https://avatars.githubusercontent.com/u/80390531?v=4",
"events_url": "https://api.github.com/users/behroozazarkhalili/events{/privacy}",
"followers_url": "https://api.github.com/users/behroozazarkhalili/followers",
"following_url": "https://api.github.com/users/behroozazarkhalili/following{/oth... | [] | open | false | [] | null | 0 | 2025-12-31T21:01:04Z | 2026-01-09T19:22:17Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7926.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7926",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7926.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7926"
} | ## Summary
This PR adds support for loading PDB (Protein Data Bank) files with `load_dataset()`, following the **ImageFolder pattern** where **one row = one structure**.
Based on feedback from @lhoestq in #7930, this approach makes datasets more practical for ML workflows:
- Each row is independent, enabling train/te... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7926/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7926/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7925 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7925/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7925/comments | https://api.github.com/repos/huggingface/datasets/issues/7925/events | https://github.com/huggingface/datasets/pull/7925 | 3,773,577,850 | PR_kwDODunzps67JW3g | 7,925 | feat: Add mmCIF file support for macromolecular structures | {
"avatar_url": "https://avatars.githubusercontent.com/u/80390531?v=4",
"events_url": "https://api.github.com/users/behroozazarkhalili/events{/privacy}",
"followers_url": "https://api.github.com/users/behroozazarkhalili/followers",
"following_url": "https://api.github.com/users/behroozazarkhalili/following{/oth... | [] | open | false | [] | null | 0 | 2025-12-31T20:11:32Z | 2026-01-09T19:22:55Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7925.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7925",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7925.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7925"
} | ## Summary
This PR adds support for loading mmCIF (macromolecular Crystallographic Information File) files with `load_dataset()`, following the **ImageFolder pattern** where **one row = one structure**.
Based on feedback from @lhoestq in #7930, this approach makes datasets more practical for ML workflows:
- Each row ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7925/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7925/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7924 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7924/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7924/comments | https://api.github.com/repos/huggingface/datasets/issues/7924/events | https://github.com/huggingface/datasets/pull/7924 | 3,773,509,771 | PR_kwDODunzps67JHNF | 7,924 | Add lightweight FASTQ file format support | {
"avatar_url": "https://avatars.githubusercontent.com/u/80390531?v=4",
"events_url": "https://api.github.com/users/behroozazarkhalili/events{/privacy}",
"followers_url": "https://api.github.com/users/behroozazarkhalili/followers",
"following_url": "https://api.github.com/users/behroozazarkhalili/following{/oth... | [] | open | false | [] | null | 0 | 2025-12-31T19:46:42Z | 2026-01-10T01:24:56Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7924.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7924",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7924.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7924"
} | ## Summary
This PR adds support for loading FASTQ files directly with `load_dataset()`.
FASTQ is an extension of FASTA that includes quality scores for each base, widely used for storing output from high-throughput sequencing instruments.
### Key Features
- **Zero external dependencies** - Pure Python parser based o... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7924/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7924/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7923 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7923/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7923/comments | https://api.github.com/repos/huggingface/datasets/issues/7923/events | https://github.com/huggingface/datasets/pull/7923 | 3,773,472,998 | PR_kwDODunzps67I-y3 | 7,923 | feat(fasta): add lightweight FASTA file format support | {
"avatar_url": "https://avatars.githubusercontent.com/u/80390531?v=4",
"events_url": "https://api.github.com/users/behroozazarkhalili/events{/privacy}",
"followers_url": "https://api.github.com/users/behroozazarkhalili/followers",
"following_url": "https://api.github.com/users/behroozazarkhalili/following{/oth... | [] | open | false | [] | null | 0 | 2025-12-31T19:33:00Z | 2026-01-10T01:13:05Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7923.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7923",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7923.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7923"
} | ## Summary
This PR adds support for loading FASTA files directly with `load_dataset()`, addressing feedback from #7851.
FASTA is a text-based format for representing nucleotide sequences (DNA/RNA) or peptide sequences (proteins), widely used in bioinformatics.
## Key Features
- **Zero external dependencies** - Uses... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7923/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7923/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7922 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7922/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7922/comments | https://api.github.com/repos/huggingface/datasets/issues/7922/events | https://github.com/huggingface/datasets/issues/7922 | 3,772,247,021 | I_kwDODunzps7g1-vt | 7,922 | Support Apache TsFile Datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/7240743?v=4",
"events_url": "https://api.github.com/users/qiaojialin/events{/privacy}",
"followers_url": "https://api.github.com/users/qiaojialin/followers",
"following_url": "https://api.github.com/users/qiaojialin/following{/other_user}",
"gists_url":... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | 6 | 2025-12-31T08:07:51Z | 2026-04-29T09:23:49Z | null | null | NONE | [] | null | null | null | null | ### Feature request
I would love to use Hugging Face datasets library to directly load datasets composed of .tsfile files, for example:
`ds = load_dataset("username/dataset-with-tsfile-files")`
This feature would allow researchers working on time-series tasks to seamlessly integrate datasets stored in the Apache TsF... | null | {
"+1": 6,
"-1": 0,
"confused": 0,
"eyes": 4,
"heart": 4,
"hooray": 4,
"laugh": 0,
"rocket": 6,
"total_count": 24,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7922/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7922/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7921 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7921/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7921/comments | https://api.github.com/repos/huggingface/datasets/issues/7921/events | https://github.com/huggingface/datasets/pull/7921 | 3,766,879,197 | PR_kwDODunzps66zE_q | 7,921 | Add beginner-friendly quick installation verification tip in README | {
"avatar_url": "https://avatars.githubusercontent.com/u/237550974?v=4",
"events_url": "https://api.github.com/users/ashupaul2005-byte/events{/privacy}",
"followers_url": "https://api.github.com/users/ashupaul2005-byte/followers",
"following_url": "https://api.github.com/users/ashupaul2005-byte/following{/other... | [] | open | false | [] | null | 0 | 2025-12-29T09:22:27Z | 2026-01-29T09:58:05Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7921.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7921",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7921.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7921"
} | This PR adds a small beginner-friendly tip to help users quickly verify whether 🤗 Datasets is installed correctly by loading a simple dataset.
This improves onboarding experience for first-time users and reduces confusion for beginners.
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7921/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7921/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7920 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7920/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7920/comments | https://api.github.com/repos/huggingface/datasets/issues/7920/events | https://github.com/huggingface/datasets/pull/7920 | 3,766,070,566 | PR_kwDODunzps66wgLx | 7,920 | Add progress_format support for machine-readable progress output | {
"avatar_url": "https://avatars.githubusercontent.com/u/563412?v=4",
"events_url": "https://api.github.com/users/podarok/events{/privacy}",
"followers_url": "https://api.github.com/users/podarok/followers",
"following_url": "https://api.github.com/users/podarok/following{/other_user}",
"gists_url": "https://... | [] | open | false | [] | null | 0 | 2025-12-28T22:35:24Z | 2025-12-28T22:35:24Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7920.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7920",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7920.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7920"
} | ## Summary
Adds support to , enabling machine-readable JSON progress output similar to [huggingface/tokenizers#1921](https://github.com/huggingface/tokenizers/pull/1921).
## Motivation
When using `datasets` in automated pipelines or UI applications, it's useful to emit machine-readable progress instead of ANSI prog... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7920/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7920/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7919 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7919/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7919/comments | https://api.github.com/repos/huggingface/datasets/issues/7919/events | https://github.com/huggingface/datasets/pull/7919 | 3,765,768,457 | PR_kwDODunzps66vmQC | 7,919 | Fix load_from_disk progress bar with redirected stdout | {
"avatar_url": "https://avatars.githubusercontent.com/u/118056245?v=4",
"events_url": "https://api.github.com/users/omarfarhoud/events{/privacy}",
"followers_url": "https://api.github.com/users/omarfarhoud/followers",
"following_url": "https://api.github.com/users/omarfarhoud/following{/other_user}",
"gists_... | [] | closed | false | [] | null | 5 | 2025-12-28T15:39:31Z | 2026-01-16T14:44:49Z | 2026-01-16T14:44:49Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7919.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7919",
"merged_at": "2026-01-16T14:44:49Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7919.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Fixes #7918
## Problem
When using `load_from_disk()` with `contextlib.redirect_stdout()`, the progress bar was not showing even for datasets with >16 files.
## Root Cause
The `disable` parameter was set to `None` which triggers TTY auto-detection. This fails when stdout is redirected, causing the progress ba... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7919/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7919/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7918 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7918/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7918/comments | https://api.github.com/repos/huggingface/datasets/issues/7918/events | https://github.com/huggingface/datasets/issues/7918 | 3,765,489,462 | I_kwDODunzps7gcM82 | 7,918 | datasets.load_from_disk doesn't show progress bar | {
"avatar_url": "https://avatars.githubusercontent.com/u/60286968?v=4",
"events_url": "https://api.github.com/users/Tommigun1980/events{/privacy}",
"followers_url": "https://api.github.com/users/Tommigun1980/followers",
"following_url": "https://api.github.com/users/Tommigun1980/following{/other_user}",
"gist... | [] | closed | false | [] | null | 1 | 2025-12-28T09:14:41Z | 2026-01-16T14:44:50Z | 2026-01-16T14:44:50Z | null | NONE | [] | null | null | null | null | ### Describe the bug
This is the inverse of the bug at [https://github.com/huggingface/datasets/issues/7030](https://github.com/huggingface/datasets/issues/7030), i.e. that `datasets.load_from_disk(path)` displays no progress bar. My dataset has > 16 files in it.
I am redirecting stdout as I capture the log, could th... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7918/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7918/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7917 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7917/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7917/comments | https://api.github.com/repos/huggingface/datasets/issues/7917/events | https://github.com/huggingface/datasets/issues/7917 | 3,764,913,807 | I_kwDODunzps7gaAaP | 7,917 | IterableDataset supports automatic sharding | {
"avatar_url": "https://avatars.githubusercontent.com/u/61858900?v=4",
"events_url": "https://api.github.com/users/howitry/events{/privacy}",
"followers_url": "https://api.github.com/users/howitry/followers",
"following_url": "https://api.github.com/users/howitry/following{/other_user}",
"gists_url": "https:... | [] | open | false | [] | null | 4 | 2025-12-27T16:48:29Z | 2025-12-29T16:06:52Z | null | null | NONE | [] | null | null | null | null | ### Feature request
Added sharding function support to the streaming IterableDataset, allowing users to adjust the number of shards according to their training resources. For example:
```
dataset = load_dataset(*, stream=True)
dataset = dataset.shard(num_shards=num_shards, num_samples=num_samples) #We may need to know... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7917/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7917/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7916 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7916/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7916/comments | https://api.github.com/repos/huggingface/datasets/issues/7916/events | https://github.com/huggingface/datasets/issues/7916 | 3,764,901,707 | I_kwDODunzps7gZ9dL | 7,916 | No description provided. | {
"avatar_url": "https://avatars.githubusercontent.com/u/61858900?v=4",
"events_url": "https://api.github.com/users/howitry/events{/privacy}",
"followers_url": "https://api.github.com/users/howitry/followers",
"following_url": "https://api.github.com/users/howitry/following{/other_user}",
"gists_url": "https:... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | closed | false | [] | null | 0 | 2025-12-27T16:33:11Z | 2025-12-27T16:45:22Z | 2025-12-27T16:45:22Z | null | NONE | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/61858900?v=4",
"events_url": "https://api.github.com/users/howitry/events{/privacy}",
"followers_url": "https://api.github.com/users/howitry/followers",
"following_url": "https://api.github.com/users/howitry/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7916/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7916/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7915 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7915/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7915/comments | https://api.github.com/repos/huggingface/datasets/issues/7915/events | https://github.com/huggingface/datasets/issues/7915 | 3,762,042,396 | I_kwDODunzps7gPDYc | 7,915 | GDPval dataset Word docs corrupted | {
"avatar_url": "https://avatars.githubusercontent.com/u/12248575?v=4",
"events_url": "https://api.github.com/users/alexheat/events{/privacy}",
"followers_url": "https://api.github.com/users/alexheat/followers",
"following_url": "https://api.github.com/users/alexheat/following{/other_user}",
"gists_url": "htt... | [] | open | false | [] | null | 1 | 2025-12-25T13:56:55Z | 2025-12-26T09:06:13Z | null | null | NONE | [] | null | null | null | null | The [openai/gdpval](https://huggingface.co/datasets/openai/gdpval) dataset on Hugging Face contains Word .docx files with two types of corruption that cause Microsoft Word to display an "unreadable content" error.
### Root Causes
1. **Corrupted settings.xml**: The `word/settings.xml` file uses incorrect namespace pre... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7915/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7915/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7914 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7914/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7914/comments | https://api.github.com/repos/huggingface/datasets/issues/7914/events | https://github.com/huggingface/datasets/issues/7914 | 3,760,894,100 | I_kwDODunzps7gKrCU | 7,914 | [ROCm] please install 'torchcodec' | {
"avatar_url": "https://avatars.githubusercontent.com/u/42451412?v=4",
"events_url": "https://api.github.com/users/AndreasKaratzas/events{/privacy}",
"followers_url": "https://api.github.com/users/AndreasKaratzas/followers",
"following_url": "https://api.github.com/users/AndreasKaratzas/following{/other_user}"... | [] | open | false | [] | null | 3 | 2025-12-24T19:39:17Z | 2026-03-04T10:18:33Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Datasets library is widely used by many Python packages. Naturally, it is a requirement on many platforms. This includes vLLM for ROCm. During audio dataset tests, there is an exception triggered:
```python
def decode_example(
self, value: dict, token_per_repo_id: Optional[dict[str, Un... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7914/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7914/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7913 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7913/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7913/comments | https://api.github.com/repos/huggingface/datasets/issues/7913/events | https://github.com/huggingface/datasets/pull/7913 | 3,758,884,376 | PR_kwDODunzps66aEsF | 7,913 | Add lance format support | {
"avatar_url": "https://avatars.githubusercontent.com/u/17097?v=4",
"events_url": "https://api.github.com/users/eddyxu/events{/privacy}",
"followers_url": "https://api.github.com/users/eddyxu/followers",
"following_url": "https://api.github.com/users/eddyxu/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | [] | null | 6 | 2025-12-24T00:52:20Z | 2026-01-09T10:48:29Z | 2026-01-09T10:48:29Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7913.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7913",
"merged_at": "2026-01-09T10:48:29Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7913.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Add lance format as one of the `packaged_modules`.
```py
import datasets
ds = datasets.load_dataset("org/lance_repo", split="train")
# Or
ds = datasets.load_dataset("./local/data.lance")
``` | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 3,
"total_count": 5,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7913/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7913/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7912 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7912/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7912/comments | https://api.github.com/repos/huggingface/datasets/issues/7912/events | https://github.com/huggingface/datasets/pull/7912 | 3,755,023,829 | PR_kwDODunzps66NQzG | 7,912 | fix low but large example indexerror | {
"avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4",
"events_url": "https://api.github.com/users/CloseChoice/events{/privacy}",
"followers_url": "https://api.github.com/users/CloseChoice/followers",
"following_url": "https://api.github.com/users/CloseChoice/following{/other_user}",
"gists_u... | [] | closed | false | [] | null | 1 | 2025-12-22T19:53:59Z | 2026-01-09T13:23:52Z | 2026-01-09T13:23:51Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7912.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7912",
"merged_at": "2026-01-09T13:23:51Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7912.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Fixes #7911.
This PR simply implements the approach outlined in the corresponding issue, that if we have large examples, the number of shards should never be more than the number of samples. This is an absolute edge case, but can happen for image data. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7912/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7912/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7911 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7911/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7911/comments | https://api.github.com/repos/huggingface/datasets/issues/7911/events | https://github.com/huggingface/datasets/issues/7911 | 3,753,447,559 | I_kwDODunzps7fuRCH | 7,911 | IndexError when saving few large examples to disk | {
"avatar_url": "https://avatars.githubusercontent.com/u/31857876?v=4",
"events_url": "https://api.github.com/users/CloseChoice/events{/privacy}",
"followers_url": "https://api.github.com/users/CloseChoice/followers",
"following_url": "https://api.github.com/users/CloseChoice/following{/other_user}",
"gists_u... | [] | closed | false | [] | null | 0 | 2025-12-22T11:33:19Z | 2026-01-09T13:23:53Z | 2026-01-09T13:23:52Z | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
I ran into this issue when processing a file (900MB) with just one example but simplified for a quicker reproducer below. The problem is that, if `num_shards` is not explicitly set, we calculate it manually using https://github.com/huggingface/datasets/blob/main/src/datasets/utils/py_utils.py#L96 ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7911/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7911/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7910 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7910/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7910/comments | https://api.github.com/repos/huggingface/datasets/issues/7910/events | https://github.com/huggingface/datasets/pull/7910 | 3,749,894,414 | PR_kwDODunzps658oGv | 7,910 | Enhance cast_column() with cast_kwargs parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/49304833?v=4",
"events_url": "https://api.github.com/users/Moenupa/events{/privacy}",
"followers_url": "https://api.github.com/users/Moenupa/followers",
"following_url": "https://api.github.com/users/Moenupa/following{/other_user}",
"gists_url": "https:... | [] | open | false | [] | null | 1 | 2025-12-20T10:09:11Z | 2026-02-23T04:55:44Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7910.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7910",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7910.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7910"
} | Fixes #7909, #7766.
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7910/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7910/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7909 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7909/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7909/comments | https://api.github.com/repos/huggingface/datasets/issues/7909/events | https://github.com/huggingface/datasets/issues/7909 | 3,749,885,131 | I_kwDODunzps7fgrTL | 7,909 | Support cast_kwargs in cast_columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/49304833?v=4",
"events_url": "https://api.github.com/users/Moenupa/events{/privacy}",
"followers_url": "https://api.github.com/users/Moenupa/followers",
"following_url": "https://api.github.com/users/Moenupa/following{/other_user}",
"gists_url": "https:... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | 0 | 2025-12-20T10:02:07Z | 2025-12-20T10:28:01Z | null | null | NONE | [] | null | null | null | null | ### Feature request
expose `cast(**cast_kwargs)` to `cast_column()`
https://github.com/huggingface/datasets/blob/0feb65dd8733191dd2d1e74215b422fc5939a56a/src/datasets/arrow_dataset.py#L2205
### Motivation
`cast_column()` wraps `cast()` function without exposing any `cast()` args. For large multi-modal datasets, e.g... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7909/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7909/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7908 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7908/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7908/comments | https://api.github.com/repos/huggingface/datasets/issues/7908/events | https://github.com/huggingface/datasets/pull/7908 | 3,747,829,610 | PR_kwDODunzps651xlf | 7,908 | set dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2025-12-19T15:06:21Z | 2025-12-19T15:11:05Z | 2025-12-19T15:06:29Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7908.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7908",
"merged_at": "2025-12-19T15:06:29Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7908.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7908/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7908/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7907 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7907/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7907/comments | https://api.github.com/repos/huggingface/datasets/issues/7907/events | https://github.com/huggingface/datasets/pull/7907 | 3,747,818,613 | PR_kwDODunzps651vMp | 7,907 | release: 4.4.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2025-12-19T15:02:23Z | 2025-12-19T15:06:46Z | 2025-12-19T15:03:22Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7907.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7907",
"merged_at": "2025-12-19T15:03:22Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7907.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7907/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7907/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7906 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7906/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7906/comments | https://api.github.com/repos/huggingface/datasets/issues/7906/events | https://github.com/huggingface/datasets/pull/7906 | 3,747,764,992 | PR_kwDODunzps651jiI | 7,906 | Don't save original_shard_lengths by default for backward compat | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2025-12-19T14:44:09Z | 2025-12-19T14:57:25Z | 2025-12-19T14:57:23Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7906.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7906",
"merged_at": "2025-12-19T14:57:23Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7906.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | following #7897
but let users enable it with `datasets.config.SAVE_ORIGINAL_SHARD_LENGTHS = True`
this is useful for the Dataset Viewer to know where each row comes from after converting to parquet | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7906/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7906/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7905 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7905/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7905/comments | https://api.github.com/repos/huggingface/datasets/issues/7905/events | https://github.com/huggingface/datasets/issues/7905 | 3,734,233,245 | I_kwDODunzps7ek-Cd | 7,905 | Unbounded network usage when opening Data Studio | {
"avatar_url": "https://avatars.githubusercontent.com/u/225014457?v=4",
"events_url": "https://api.github.com/users/alizaredornica-sys/events{/privacy}",
"followers_url": "https://api.github.com/users/alizaredornica-sys/followers",
"following_url": "https://api.github.com/users/alizaredornica-sys/following{/ot... | [] | closed | false | [] | null | 3 | 2025-12-16T10:45:02Z | 2026-01-06T15:04:43Z | 2026-01-06T15:04:43Z | null | NONE | [] | null | null | null | null | ### Describe the bug
Opening the Data Studio tab on a dataset page triggers continuous and unbounded network traffic. This issue occurs across multiple browsers and continues even without user interaction.
### Steps to reproduce the bug
https://huggingface.co/datasets/slone/nllb-200-10M-sample/viewer
### Expected... | {
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"events_url": "https://api.github.com/users/cfahlgren1/events{/privacy}",
"followers_url": "https://api.github.com/users/cfahlgren1/followers",
"following_url": "https://api.github.com/users/cfahlgren1/following{/other_user}",
"gists_url"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7905/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7905/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7904 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7904/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7904/comments | https://api.github.com/repos/huggingface/datasets/issues/7904/events | https://github.com/huggingface/datasets/issues/7904 | 3,727,978,498 | I_kwDODunzps7eNHAC | 7,904 | Request: Review pending neuroimaging PRs (#7886 BIDS loader, #7887 lazy loading) | {
"avatar_url": "https://avatars.githubusercontent.com/u/175985783?v=4",
"events_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/events{/privacy}",
"followers_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/followers",
"following_url": "https://api.github.com/users/The-Obstacle-Is-The-Wa... | [] | open | false | [] | null | 1 | 2025-12-14T20:34:31Z | 2025-12-15T11:25:29Z | null | null | CONTRIBUTOR | [] | null | null | null | null | ## Summary
I'm building production neuroimaging pipelines that depend on `datasets` and would benefit greatly from two pending PRs being reviewed/merged.
## Pending PRs
| PR | Description | Status | Open Since |
|----|-------------|--------|------------|
| [#7886](https://github.com/huggingface/datasets/pull/7886) |... | null | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7904/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7904/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7903 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7903/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7903/comments | https://api.github.com/repos/huggingface/datasets/issues/7903/events | https://github.com/huggingface/datasets/pull/7903 | 3,723,395,305 | PR_kwDODunzps64kO0d | 7,903 | Docs: add minimal usage example to dataset card guidelines | {
"avatar_url": "https://avatars.githubusercontent.com/u/44645629?v=4",
"events_url": "https://api.github.com/users/an-enigma/events{/privacy}",
"followers_url": "https://api.github.com/users/an-enigma/followers",
"following_url": "https://api.github.com/users/an-enigma/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | 0 | 2025-12-12T13:16:46Z | 2025-12-12T13:16:46Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7903.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7903",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7903.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7903"
} | Adds a short, minimal load_dataset example to the dataset card documentation to help first-time users quickly load and inspect datasets. | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7903/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7903/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7902 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7902/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7902/comments | https://api.github.com/repos/huggingface/datasets/issues/7902/events | https://github.com/huggingface/datasets/issues/7902 | 3,723,281,150 | I_kwDODunzps7d7ML- | 7,902 | The child process retrieves the dataset directly from the main process instead of executing `memory_mapped_arrow_table_from_file`. | {
"avatar_url": "https://avatars.githubusercontent.com/u/32055029?v=4",
"events_url": "https://api.github.com/users/HQF2017/events{/privacy}",
"followers_url": "https://api.github.com/users/HQF2017/followers",
"following_url": "https://api.github.com/users/HQF2017/following{/other_user}",
"gists_url": "https:... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | 1 | 2025-12-12T12:37:44Z | 2025-12-15T11:48:16Z | null | null | NONE | [] | null | null | null | null | ### Feature request
The child process retrieves the dataset directly from the main process instead of executing `memory_mapped_arrow_table_from_file`.
### Motivation
Because my local disk space is insufficient, I can only store a dataset on a remote Ceph server and process it using datasets.
I used the data-juicer[h... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7902/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7902/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7901 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7901/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7901/comments | https://api.github.com/repos/huggingface/datasets/issues/7901/events | https://github.com/huggingface/datasets/issues/7901 | 3,722,243,543 | I_kwDODunzps7d3O3X | 7,901 | ShuffledDataSourcesArrowExamplesIterable cannot properly resume from checkpoint | {
"avatar_url": "https://avatars.githubusercontent.com/u/61858900?v=4",
"events_url": "https://api.github.com/users/howitry/events{/privacy}",
"followers_url": "https://api.github.com/users/howitry/followers",
"following_url": "https://api.github.com/users/howitry/following{/other_user}",
"gists_url": "https:... | [] | open | false | [] | null | 3 | 2025-12-12T06:57:32Z | 2025-12-16T19:34:46Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
ShuffledDataSourcesArrowExamplesIterable cannot properly resume from checkpoint
### Steps to reproduce the bug
1. The reproducible code is as follows:
```
from datasets import Dataset, concatenate_datasets, interleave_datasets
ds = Dataset.from_dict({"a": range(12)}).to_iterable_dataset(num_sha... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7901/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7901/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7900 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7900/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7900/comments | https://api.github.com/repos/huggingface/datasets/issues/7900/events | https://github.com/huggingface/datasets/issues/7900 | 3,711,751,590 | I_kwDODunzps7dPNWm | 7,900 | `Permission denied` when sharing cache between users | {
"avatar_url": "https://avatars.githubusercontent.com/u/19497738?v=4",
"events_url": "https://api.github.com/users/qthequartermasterman/events{/privacy}",
"followers_url": "https://api.github.com/users/qthequartermasterman/followers",
"following_url": "https://api.github.com/users/qthequartermasterman/followin... | [] | open | false | [] | null | 3 | 2025-12-09T16:41:47Z | 2026-01-09T11:08:36Z | null | null | NONE | [] | null | null | null | null | ### Describe the bug
We want to use `datasets` and `transformers` on a shared machine. Right now, each user has a separate HF_HOME in their home directory. To reduce duplicates of the datasets, we want to share that cache. While experimenting, we are running into `Permission denied` errors.
It looks like this was sup... | null | {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 1,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7900/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7900/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7899 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7899/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7899/comments | https://api.github.com/repos/huggingface/datasets/issues/7899/events | https://github.com/huggingface/datasets/pull/7899 | 3,707,063,236 | PR_kwDODunzps63t1LS | 7,899 | Add inspect_ai eval logs support | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 3 | 2025-12-08T16:14:40Z | 2025-12-09T14:45:15Z | 2025-12-09T14:45:13Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7899.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7899",
"merged_at": "2025-12-09T14:45:13Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7899.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | Support for .eval log files from inspect_ai
They are actually ZIP files according to the source code at https://github.com/UKGovernmentBEIS/inspect_ai/blob/main/src/inspect_ai/log/_log.py
Unfortunately their format can't be converted to Parquet, so I had to JSON-encode all the nested values
```python
ds = loa... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 2,
"total_count": 2,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7899/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7899/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7898 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7898/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7898/comments | https://api.github.com/repos/huggingface/datasets/issues/7898/events | https://github.com/huggingface/datasets/pull/7898 | 3,698,376,429 | PR_kwDODunzps63Q9BO | 7,898 | docs: making PyPi to PyPI ensuring no spelling errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/152784163?v=4",
"events_url": "https://api.github.com/users/kapoor1309/events{/privacy}",
"followers_url": "https://api.github.com/users/kapoor1309/followers",
"following_url": "https://api.github.com/users/kapoor1309/following{/other_user}",
"gists_url... | [] | open | false | [] | null | 1 | 2025-12-05T10:20:48Z | 2025-12-10T14:16:31Z | null | null | NONE | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7898.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7898",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7898.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7898"
} | This PR adds a short clarification in the README section wherein PyPI the python package was mistakenly typed as PyPi which i have fixed
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7898/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7898/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7897 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7897/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7897/comments | https://api.github.com/repos/huggingface/datasets/issues/7897/events | https://github.com/huggingface/datasets/pull/7897 | 3,691,300,022 | PR_kwDODunzps624-k2 | 7,897 | Save input shard lengths | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | 1 | 2025-12-03T17:56:55Z | 2025-12-05T16:21:06Z | 2025-12-05T16:21:03Z | null | MEMBER | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7897.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7897",
"merged_at": "2025-12-05T16:21:03Z",
"patch_url": "https://github.com/huggingface/datasets/pull/7897.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | will be useful for the Viewer, to know what (original) shard each row belongs to
cc @cfahlgren1
next step is use it in Dataset Viewer and expose an API that returns the file containing the row at rowId
(took the opportunity to remove unusued code) | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 1,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7897/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7897/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7896 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7896/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7896/comments | https://api.github.com/repos/huggingface/datasets/issues/7896/events | https://github.com/huggingface/datasets/pull/7896 | 3,688,480,675 | PR_kwDODunzps62vZtn | 7,896 | fix: force contiguous copy for sliced list arrays in embed_array_storage | {
"avatar_url": "https://avatars.githubusercontent.com/u/175985783?v=4",
"events_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/events{/privacy}",
"followers_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/followers",
"following_url": "https://api.github.com/users/The-Obstacle-Is-The-Wa... | [] | open | false | [] | null | 3 | 2025-12-03T04:34:26Z | 2025-12-19T16:45:54Z | null | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7896.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7896",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7896.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7896"
} | ## Summary
Fixes SIGKILL crash in `embed_array_storage` when processing sliced/sharded datasets with nested types like `Sequence(Nifti())` or `Sequence(Image())`.
**Root cause**: When `ds.shard()` or `ds.select()` creates a sliced view, `array.values` on a sliced `ListArray` returns values with internal offset refere... | null | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 1,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 1,
"total_count": 3,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7896/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7896/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7895 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7895/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7895/comments | https://api.github.com/repos/huggingface/datasets/issues/7895/events | https://github.com/huggingface/datasets/pull/7895 | 3,688,479,825 | PR_kwDODunzps62vZik | 7,895 | fix: use temp files in push_to_hub to prevent OOM on large datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/175985783?v=4",
"events_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/events{/privacy}",
"followers_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/followers",
"following_url": "https://api.github.com/users/The-Obstacle-Is-The-Wa... | [] | closed | false | [] | null | 1 | 2025-12-03T04:33:55Z | 2025-12-06T13:58:44Z | 2025-12-05T22:47:50Z | null | CONTRIBUTOR | [] | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/7895.diff",
"html_url": "https://github.com/huggingface/datasets/pull/7895",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/7895.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7895"
} | ## Summary
Fixes memory accumulation in `_push_parquet_shards_to_hub_single` that causes OOM when uploading large datasets with many shards.
**Root cause**: The current implementation stores ALL parquet shard bytes in memory via `BytesIO`, accumulating in the `additions` list. For N shards of ~300MB each, this requir... | {
"avatar_url": "https://avatars.githubusercontent.com/u/175985783?v=4",
"events_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/events{/privacy}",
"followers_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/followers",
"following_url": "https://api.github.com/users/The-Obstacle-Is-The-Wa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7895/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7895/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/7894 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7894/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7894/comments | https://api.github.com/repos/huggingface/datasets/issues/7894/events | https://github.com/huggingface/datasets/issues/7894 | 3,688,455,006 | I_kwDODunzps7b2Vte | 7,894 | embed_table_storage crashes (SIGKILL) on sharded datasets with Sequence() nested types | {
"avatar_url": "https://avatars.githubusercontent.com/u/175985783?v=4",
"events_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/events{/privacy}",
"followers_url": "https://api.github.com/users/The-Obstacle-Is-The-Way/followers",
"following_url": "https://api.github.com/users/The-Obstacle-Is-The-Wa... | [] | open | false | [] | null | 3 | 2025-12-03T04:20:06Z | 2025-12-06T13:10:34Z | null | null | CONTRIBUTOR | [] | null | null | null | null | ## Summary
`embed_table_storage` crashes with SIGKILL (exit code 137) when processing sharded datasets containing `Sequence()` nested types like `Sequence(Nifti())`. Likely affects `Sequence(Image())` and `Sequence(Audio())` as well.
The crash occurs at the C++ level with no Python traceback.
### Related Issues
- #... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/7894/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/7894/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 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.