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 48 51 | id int64 600M 4.32B | node_id stringlengths 18 24 | number int64 2 8.15k | title stringlengths 1 290 | user dict | labels listlengths 0 4 | state stringclasses 2
values | locked bool 1
class | assignees listlengths 0 4 | milestone dict | comments listlengths 0 70 | created_at timestamp[ns, tz=UTC]date 2020-04-14 18:18:51 2026-04-23 13:09:19 | updated_at timestamp[ns, tz=UTC]date 2020-04-29 09:23:05 2026-04-24 14:14:59 | closed_at timestamp[ns, tz=UTC]date 2020-04-29 09:23:05 2026-04-10 21:07:56 ⌀ | assignee dict | author_association stringclasses 4
values | issue_field_values listlengths 0 0 | type float64 | active_lock_reason float64 | draft float64 | pull_request null | 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 stringclasses 1
value | __index_level_0__ int64 6 8.05k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/8149 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8149/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8149/comments | https://api.github.com/repos/huggingface/datasets/issues/8149/events | https://github.com/huggingface/datasets/issues/8149 | 4,316,149,021 | I_kwDODunzps8AAAABAUM1HQ | 8,149 | [Optimization] Prevent per-thread instantiation of Cloud Storage FileSystem during Data loading initialization | {
"avatar_url": "https://avatars.githubusercontent.com/u/16970953?v=4",
"events_url": "https://api.github.com/users/ankitaluthra1/events{/privacy}",
"followers_url": "https://api.github.com/users/ankitaluthra1/followers",
"following_url": "https://api.github.com/users/ankitaluthra1/following{/other_user}",
"g... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [
"Is it open for contribution?",
"I think arbitrary filesystems would be recreated in every thread in any case, unlike HfFileSystem which has custom code to handle this."
] | 2026-04-23T13:09:19 | 2026-04-24T14:14:59 | null | null | NONE | [] | null | null | null | null | ### Feature request
Modify the dataset loading initialization, so that fsspec filesystem instances (like GCSFileSystem or S3FileSystem) are instantiated once in the main thread and explicitly passed down to the background threads.
By pre-instantiating the fs object in the main thread (where the directory cache from 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/8149/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8149/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 6 |
https://api.github.com/repos/huggingface/datasets/issues/8145 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8145/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8145/comments | https://api.github.com/repos/huggingface/datasets/issues/8145/events | https://github.com/huggingface/datasets/issues/8145 | 4,306,478,911 | I_kwDODunzps8AAAABAK-nPw | 8,145 | `.map()` on a streaming IterableDataset silently skips examples after load_state_dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/30177086?v=4",
"events_url": "https://api.github.com/users/MonliH/events{/privacy}",
"followers_url": "https://api.github.com/users/MonliH/followers",
"following_url": "https://api.github.com/users/MonliH/following{/other_user}",
"gists_url": "https://a... | [] | open | false | [] | null | [
"I think this line here is causing issues: \nhttps://github.com/huggingface/datasets/blob/2724a653e7582077be647d3fdfe8cd1fac27b85f/src/datasets/iterable_dataset.py#L2225\nIt ignored force_convert_to_python, so it consumed a full Arrow chunk.\nI think it can be fixed if you add `self.force_convert_to_python` to the ... | 2026-04-22T03:08:39 | 2026-04-22T23:59:55 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
After `ds.map(fn)` on a streaming IterableDataset, saving state_dict() and loading it into a fresh dataset does not resume at the correct position. It jumps forward by up to one Arrow read-chunk (~1000 rows).
### Steps to reproduce the bug
```python
from datasets import Dataset
ds1 = Dataset.fr... | 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/8145/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8145/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 10 |
https://api.github.com/repos/huggingface/datasets/issues/8131 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8131/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8131/comments | https://api.github.com/repos/huggingface/datasets/issues/8131/events | https://github.com/huggingface/datasets/issues/8131 | 4,251,712,550 | I_kwDODunzps79a_wm | 8,131 | datasets.to_list: Behaviour change in version 4.7.0 with the addition of JSON type | {
"avatar_url": "https://avatars.githubusercontent.com/u/120768997?v=4",
"events_url": "https://api.github.com/users/ItsTania/events{/privacy}",
"followers_url": "https://api.github.com/users/ItsTania/followers",
"following_url": "https://api.github.com/users/ItsTania/following{/other_user}",
"gists_url": "ht... | [] | open | false | [] | null | [
"I think we can go for the same approach as in https://github.com/huggingface/datasets/pull/8122 which decodes the JSON data (and supports JSON nested in other objects)\n\n(Or decide to decode all the features types, which I think could make sense, but this needs more careful handling so this should be discussed in... | 2026-04-13T06:06:43 | 2026-04-21T17:28:52 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
There is a change in the approach to decoding JSON types, added in https://github.com/huggingface/datasets/commit/d560b58e1f1ec96591a95a1780ee118f5eea6c74. Since 4.7.0, to_list() returns raw JSON strings for columns stored as Json(), while direct access via __getitem__ returns dicts.
In versions... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8131/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8131/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 24 |
https://api.github.com/repos/huggingface/datasets/issues/8129 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8129/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8129/comments | https://api.github.com/repos/huggingface/datasets/issues/8129/events | https://github.com/huggingface/datasets/issues/8129 | 4,241,704,875 | I_kwDODunzps7800er | 8,129 | `load_dataset()` hangs when `hf_xet` is enabled | {
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [
"Apologies, seems to have been a stale cache issue. Nuking the datasets cache fixed the issue"
] | 2026-04-10T21:00:24 | 2026-04-10T21:07:56 | 2026-04-10T21:07:56 | null | MEMBER | [] | null | null | null | null | ### Describe the bug
Hi! I am getting a peculiar download issue on the latest versions of `datasets` and `hfh` where datasets hang indefinitely:
```py
from datasets import load_dataset
load_dataset("openai/gsm8k", "main", split="test")
```
Note that:
- streaming=True works.
- Direct Hub access works.
- Th... | {
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8129/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8129/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 26 |
https://api.github.com/repos/huggingface/datasets/issues/8125 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8125/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8125/comments | https://api.github.com/repos/huggingface/datasets/issues/8125/events | https://github.com/huggingface/datasets/issues/8125 | 4,223,104,906 | I_kwDODunzps77t3eK | 8,125 | Feature request: being able to disable chmod for flat permission filesystems | {
"avatar_url": "https://avatars.githubusercontent.com/u/49240599?v=4",
"events_url": "https://api.github.com/users/younesbelkada/events{/privacy}",
"followers_url": "https://api.github.com/users/younesbelkada/followers",
"following_url": "https://api.github.com/users/younesbelkada/following{/other_user}",
"g... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [
"Context: the operation fails on GCS FUSE mounts, and likely will on similar s3-backed file systems.\n\n File \"/home/user/.venv/lib/python3.12/site-packages/datasets/arrow_dataset.py\", line 3747, in _map_single ... | 2026-04-08T08:17:14 | 2026-04-08T08:22:42 | null | null | NONE | [] | null | null | null | null | ### Feature request
For flat permission file systems, `os.chmod` simply fails when trying to cache datasets - in some places such as: https://github.com/huggingface/datasets/blob/main/src/datasets/arrow_dataset.py#L4043-L4048 for arrow datasets.
This seems to be optional to obtained desired behavior as simply comment... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8125/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8125/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 30 |
https://api.github.com/repos/huggingface/datasets/issues/8120 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8120/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8120/comments | https://api.github.com/repos/huggingface/datasets/issues/8120/events | https://github.com/huggingface/datasets/issues/8120 | 4,201,197,701 | I_kwDODunzps76aTCF | 8,120 | Patch fields truncated — missing trailing newlines | {
"avatar_url": "https://avatars.githubusercontent.com/u/84258860?v=4",
"events_url": "https://api.github.com/users/hetao-git/events{/privacy}",
"followers_url": "https://api.github.com/users/hetao-git/followers",
"following_url": "https://api.github.com/users/hetao-git/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | [
"Hi, I'd like to work on this issue. I'll try to reproduce this issue and see where the newline is being stripped.",
"Hi @hetao-git\n\nI was able to reproduce this issue, I used the instance \"atlanhq_atlan-python_pr37\" from the AweAI-Team/Scale-SWE dataset. I observed that applying the GitHub patch (pull/37.dif... | 2026-04-03T16:07:47 | 2026-04-22T12:36:28 | null | null | NONE | [] | null | null | null | null | Description: Multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. The trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors.
Affected instances (confirmed): atlanhq_atlan-python... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8120/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8120/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 33 |
https://api.github.com/repos/huggingface/datasets/issues/8116 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8116/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8116/comments | https://api.github.com/repos/huggingface/datasets/issues/8116/events | https://github.com/huggingface/datasets/issues/8116 | 4,197,189,620 | I_kwDODunzps76LAf0 | 8,116 | `to_json()` serializes `Json()` feature as escaped string instead of native JSON object | {
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"events_url": "https://api.github.com/users/ain-soph/events{/privacy}",
"followers_url": "https://api.github.com/users/ain-soph/followers",
"following_url": "https://api.github.com/users/ain-soph/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [
"Hi! I ran into this issue as well, I think the root cause was that under `_batch_json()` of `JsonDatasetWriter` it was directly exporting the encoded string without decoding it first. I will try to add a PR with a small fix. ",
"#self-assign"
] | 2026-04-02T21:59:15 | 2026-04-10T13:12:51 | 2026-04-10T13:12:51 | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When a dataset column uses the `Json()` feature type, calling `to_json()` writes the value as an escaped JSON string (e.g., `"{\"cat_a\":1,\"cat_b\":2}"`) instead of a native JSON object (e.g., `{"cat_a":1,"cat_b":2}`).
This causes two problems:
1. The output JSON file is not interoperable with ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8116/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8116/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 34 |
https://api.github.com/repos/huggingface/datasets/issues/8110 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8110/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8110/comments | https://api.github.com/repos/huggingface/datasets/issues/8110/events | https://github.com/huggingface/datasets/issues/8110 | 4,176,918,326 | I_kwDODunzps749rc2 | 8,110 | `set_format` resets features | {
"avatar_url": "https://avatars.githubusercontent.com/u/29684689?v=4",
"events_url": "https://api.github.com/users/plutonium-239/events{/privacy}",
"followers_url": "https://api.github.com/users/plutonium-239/followers",
"following_url": "https://api.github.com/users/plutonium-239/following{/other_user}",
"g... | [] | open | false | [] | null | [
"couldn't replicate with: \n\n``` bash\nPlatform: macos\npython: 3.10.9\ndatasets: 4.8.4\nhuggingface_hub: 0.36.2\npyarrow: 23.0.1\npandas: 2.3.3\nfsspec: 2026.2.0\n\n```\n\n\n``` python\nimport datasets\nfrom datasets import Array2D, Dataset\nimport numpy as np\n\n# Create a dataset with Array2D feature\ndata = {\... | 2026-03-31T07:59:32 | 2026-04-06T03:16:19 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Calling `dataset.set_format('...')` resets the informative features such as `Array2D` etc. back into `List(List(Value))` and so on.
### Steps to reproduce the bug
```py
>>> dataset.features
{'lld': Array2D(shape=(None, 26), dtype='float32')}
>>> dataset.set_format('torch')
>>> dataset.features
... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8110/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8110/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 40 |
https://api.github.com/repos/huggingface/datasets/issues/8085 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8085/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8085/comments | https://api.github.com/repos/huggingface/datasets/issues/8085/events | https://github.com/huggingface/datasets/issues/8085 | 4,120,101,624 | I_kwDODunzps71k8L4 | 8,085 | ImportError: cannot import name 'VideoReader' from 'torchvision.io' when using datasets with torch format | {
"avatar_url": "https://avatars.githubusercontent.com/u/186563008?v=4",
"events_url": "https://api.github.com/users/DamJanusz/events{/privacy}",
"followers_url": "https://api.github.com/users/DamJanusz/followers",
"following_url": "https://api.github.com/users/DamJanusz/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [
"`datasets` 4.8.4 is out and includes a fix :)"
] | 2026-03-23T11:16:20 | 2026-03-23T14:23:25 | 2026-03-23T14:00:57 | null | NONE | [] | null | null | null | null | ### Describe the bug
For PyTorch 2.11 + torchvision 0.26.0 when using the datasets library and setting the format to "torch", an ImportError occurs because the datasets library attempts to import VideoReader from torchvision.io, but this object is not found in the installed torchvision version.
**Error message**:
> ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8085/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8085/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 48 |
https://api.github.com/repos/huggingface/datasets/issues/8079 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8079/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8079/comments | https://api.github.com/repos/huggingface/datasets/issues/8079/events | https://github.com/huggingface/datasets/issues/8079 | 4,099,246,270 | I_kwDODunzps70VYi- | 8,079 | StepExamplesIterable._iter_arrow drops samples for non-zero ranks for single-sharded | {
"avatar_url": "https://avatars.githubusercontent.com/u/40016222?v=4",
"events_url": "https://api.github.com/users/wwwjn/events{/privacy}",
"followers_url": "https://api.github.com/users/wwwjn/followers",
"following_url": "https://api.github.com/users/wwwjn/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists... | null | [] | 2026-03-19T04:38:51 | 2026-03-19T17:29:40 | 2026-03-19T17:29:40 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | NONE | [] | null | null | null | null | ### Describe the bug
As titled
### Steps to reproduce the bug
Running following Python script:
```
"""
Reproducer for HuggingFace datasets 4.x bug:
StepExamplesIterable._iter_arrow drops samples for non-zero ranks
when Arrow batches have size 1 (e.g. single-shard streaming WebDataset).
Bug: split_dataset_by_node w... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8079/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8079/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 54 |
https://api.github.com/repos/huggingface/datasets/issues/8078 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8078/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8078/comments | https://api.github.com/repos/huggingface/datasets/issues/8078/events | https://github.com/huggingface/datasets/issues/8078 | 4,086,560,531 | I_kwDODunzps7zk_cT | 8,078 | Inconsistent loading of LFS-hosted files in Dangindev/viet-cultural-vqa dataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4",
"events_url": "https://api.github.com/users/ngayngo9x/events{/privacy}",
"followers_url": "https://api.github.com/users/ngayngo9x/followers",
"following_url": "https://api.github.com/users/ngayngo9x/following{/other_user}",
"gists_url": "h... | [] | closed | false | [] | null | [
"I also have been stuck in same problem ",
"This should be fixed, thanks for reporting ! let us know if you ever encounter other issues in the future",
"It's okay. \n\nGood job, thanks your support! "
] | 2026-03-17T06:44:01 | 2026-03-30T04:14:29 | 2026-03-30T04:14:29 | null | NONE | [] | null | null | null | null | ### Describe the bug
Describe the bug
Some files in the Dangindev/viet-cultural-vqa dataset fail to load via the Hugging Face datasets library.
xet-hosted files load fine
LFS-hosted files sometimes fail
Example:
Fails: https://huggingface.co/datasets/Dangindev/viet-cultural-vqa/blob/main/images/am_thuc/banh_chung_T... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4",
"events_url": "https://api.github.com/users/ngayngo9x/events{/privacy}",
"followers_url": "https://api.github.com/users/ngayngo9x/followers",
"following_url": "https://api.github.com/users/ngayngo9x/following{/other_user}",
"gists_url": "h... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 2,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8078/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8078/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 55 |
https://api.github.com/repos/huggingface/datasets/issues/8075 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8075/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8075/comments | https://api.github.com/repos/huggingface/datasets/issues/8075/events | https://github.com/huggingface/datasets/issues/8075 | 4,085,618,908 | I_kwDODunzps7zhZjc | 8,075 | `.batch()` error on formatted datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4",
"events_url": "https://api.github.com/users/mariosasko/events{/privacy}",
"followers_url": "https://api.github.com/users/mariosasko/followers",
"following_url": "https://api.github.com/users/mariosasko/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [
"Hi ! Good catch :) Since table-formatted iterable datasets have an Arrow path (i.e. they have `.iter_arrow()`) I guess a simple fix would be to make `.batch()` make the dataset arrow-formatted and use a `batch_arrow_fn` in that case (instead of the current `_batch_fn` that expects dictionaries). It would also be b... | 2026-03-17T01:08:13 | 2026-04-10T13:14:03 | 2026-04-10T13:14:03 | null | COLLABORATOR | [] | null | null | null | null | The `.batch()` method currently assumes the input (batch) is always a dictionary, which causes errors when it isn't. This can happen with formatted datasets, since formats like `"pyarrow"`, `"pandas"` (only affects `IterableDataset`), and `"polars"` return tables/dataframes instead of dictionaries.
For example:
```pyt... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8075/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8075/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 58 |
https://api.github.com/repos/huggingface/datasets/issues/8065 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8065/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8065/comments | https://api.github.com/repos/huggingface/datasets/issues/8065/events | https://github.com/huggingface/datasets/issues/8065 | 4,073,606,584 | I_kwDODunzps7yzk24 | 8,065 | ARM audio support broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/121934?v=4",
"events_url": "https://api.github.com/users/leondz/events{/privacy}",
"followers_url": "https://api.github.com/users/leondz/followers",
"following_url": "https://api.github.com/users/leondz/following{/other_user}",
"gists_url": "https://api... | [] | open | false | [] | null | [
"See also https://github.com/NVIDIA/garak/issues/1622#issuecomment-3937720381",
"Hi @leondz , thanks for the detailed bug report — the description and reproduction steps are really clear.\n\nI’d love to take a shot at investigating and potentially fixing this issue. Before I start digging into the codebase, I jus... | 2026-03-13T22:06:36 | 2026-03-23T14:16:47 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
`datasets` 4.0 moved to using `torchcodec` for audio datasets, which doesn't support ARM hardware under Linux and Windows
### Steps to reproduce the bug
try:
* Try to install `torchcodec` under Linux ARM64
or:
* Try to install `torchcodec` under Windows ARM64
or, on either of those platforms... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8065/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8065/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 68 |
https://api.github.com/repos/huggingface/datasets/issues/8052 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8052/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8052/comments | https://api.github.com/repos/huggingface/datasets/issues/8052/events | https://github.com/huggingface/datasets/issues/8052 | 4,041,972,911 | I_kwDODunzps7w65yv | 8,052 | [Security] Zip/Rar/7z Archive Extraction Path Traversal (Incomplete CVE-2007-4559 Mitigation) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39662153?v=4",
"events_url": "https://api.github.com/users/spartan8806/events{/privacy}",
"followers_url": "https://api.github.com/users/spartan8806/followers",
"following_url": "https://api.github.com/users/spartan8806/following{/other_user}",
"gists_u... | [] | closed | false | [] | null | [
"Hi! I'm currently exploring the codebase and came across this issue. I'd be interested in investigating it further and trying to reproduce the behavior locally.\n\nIf no one is actively working on it, I'd be happy to take a look and attempt a fix.\n",
"The steps to reproduce don't cause any file extraction outsi... | 2026-03-08T19:09:32 | 2026-03-10T23:27:45 | 2026-03-10T23:27:45 | null | NONE | [] | null | null | null | null | ## Security Vulnerability Report
**Reporter:** Conner Webber (conner.webber000@gmail.com)
**Severity:** HIGH (CVSS 3.1: 8.2)
**CWE:** CWE-22 (Improper Limitation of a Pathname to a Restricted Directory)
## Summary
The `ZipExtractor`, `RarExtractor`, and `SevenZipExtractor` classes in `datasets/utils/extract.py` call... | {
"avatar_url": "https://avatars.githubusercontent.com/u/39662153?v=4",
"events_url": "https://api.github.com/users/spartan8806/events{/privacy}",
"followers_url": "https://api.github.com/users/spartan8806/followers",
"following_url": "https://api.github.com/users/spartan8806/following{/other_user}",
"gists_u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8052/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8052/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 81 |
https://api.github.com/repos/huggingface/datasets/issues/8048 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8048/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8048/comments | https://api.github.com/repos/huggingface/datasets/issues/8048/events | https://github.com/huggingface/datasets/issues/8048 | 4,031,613,102 | I_kwDODunzps7wTYiu | 8,048 | Support 3D Datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4",
"events_url": "https://api.github.com/users/Vinay-Umrethe/events{/privacy}",
"followers_url": "https://api.github.com/users/Vinay-Umrethe/followers",
"following_url": "https://api.github.com/users/Vinay-Umrethe/following{/other_user}",
"... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [] | 2026-03-06T01:23:08 | 2026-03-09T00:05:03 | null | null | NONE | [] | null | null | null | null | ### Feature request
In `datasets` library we have options to load `image` and `audio` datasets which can be viewed in the Dataset Viewer.
LIKE:
```bash
from datasets import load_dataset, Image
from datasets import load_dataset, Audio
```
> https://huggingface.co/docs/datasets/en/image_load & https://huggingface.co/do... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8048/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8048/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 85 |
https://api.github.com/repos/huggingface/datasets/issues/8046 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8046/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8046/comments | https://api.github.com/repos/huggingface/datasets/issues/8046/events | https://github.com/huggingface/datasets/issues/8046 | 4,030,348,328 | I_kwDODunzps7wOjwo | 8,046 | `Dataset.map()` with `num_proc > 1` fails when some shards produce `List(Value('null'))` (empty lists) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"events_url": "https://api.github.com/users/ain-soph/events{/privacy}",
"followers_url": "https://api.github.com/users/ain-soph/followers",
"following_url": "https://api.github.com/users/ain-soph/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [
"\n### Root cause\n\nIn `src/datasets/features/features.py`, both `_check_if_features_can_be_aligned` and `_align_features` use:\n\n```python\nisinstance(v, Value) and v.dtype == \"null\"\n```\n\nto check for null compatibility. However, `List(Value('null'))` is **not** an instance of `Value` — it's an instance of ... | 2026-03-05T20:12:13 | 2026-03-09T17:52:13 | 2026-03-09T17:52:13 | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When using `Dataset.map()` with `num_proc > 1`, if the map function produces a list column where some shards contain only empty lists `[]` and other shards contain non-empty lists of structs, the feature type inference is inconsistent across shards:
- Shards with only empty lists → `List(Value('n... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8046/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8046/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 87 |
https://api.github.com/repos/huggingface/datasets/issues/8038 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8038/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8038/comments | https://api.github.com/repos/huggingface/datasets/issues/8038/events | https://github.com/huggingface/datasets/issues/8038 | 4,020,184,168 | I_kwDODunzps7vnyRo | 8,038 | Typo in iterable_dataset.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/28946888?v=4",
"events_url": "https://api.github.com/users/sybaik1/events{/privacy}",
"followers_url": "https://api.github.com/users/sybaik1/followers",
"following_url": "https://api.github.com/users/sybaik1/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [] | 2026-03-04T05:37:15 | 2026-03-09T17:12:54 | 2026-03-09T17:12:54 | null | NONE | [] | null | null | null | null | ### Describe the bug
`streaming=True**kwargs,` should be `streaming=True, **kwargs,`
https://github.com/huggingface/datasets/blob/81027be09d5cd9f06a6d64ef1a8a3e9ebd0f86fd/src/datasets/iterable_dataset.py#L2950
### Steps to reproduce the bug
```
from Datasets import Dataset
IterableDataset.from_csv("file.csv")
```
#... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8038/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8038/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 95 |
https://api.github.com/repos/huggingface/datasets/issues/8037 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8037/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8037/comments | https://api.github.com/repos/huggingface/datasets/issues/8037/events | https://github.com/huggingface/datasets/issues/8037 | 4,008,928,790 | I_kwDODunzps7u82YW | 8,037 | IterableDataset.filter() chaining fails due to features being lost when is_typed=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/12251974?v=4",
"events_url": "https://api.github.com/users/sh0416/events{/privacy}",
"followers_url": "https://api.github.com/users/sh0416/followers",
"following_url": "https://api.github.com/users/sh0416/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [] | 2026-03-02T02:30:24 | 2026-03-09T17:44:34 | 2026-03-09T17:44:34 | null | NONE | [] | null | null | null | null | ### Describe the bug
Chaining multiple .filter() calls on an IterableDataset raises a TypeError: 'NoneType' object is not a mapping on the second .filter() call.
In `IterableDataset.filter()`, the internal `ex_iterable` is wrapped with FormattedExamplesIterable:
```python
ex_iterable = FormattedExamplesIterable(
... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8037/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8037/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 96 |
https://api.github.com/repos/huggingface/datasets/issues/8034 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8034/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8034/comments | https://api.github.com/repos/huggingface/datasets/issues/8034/events | https://github.com/huggingface/datasets/issues/8034 | 4,004,188,523 | I_kwDODunzps7uqxFr | 8,034 | [BUG] load_datasets() cannot use the generated Arrow cache correctly | {
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"events_url": "https://api.github.com/users/Nexround/events{/privacy}",
"followers_url": "https://api.github.com/users/Nexround/followers",
"following_url": "https://api.github.com/users/Nexround/following{/other_user}",
"gists_url": "htt... | [] | open | false | [] | null | [
"PYTHONHASHSEED=1 uv run python -c\n \"\nfrom datasets.load import LocalDatasetModuleFactory\nmod = LocalDatasetModuleFactory('/cache/datasets/imagenet-1k')\ndm = mod.get_module()\nprint('Hash:', dm.hash)\n\"\nResolving data files: 100%|█████████| 294/294 [00:00<00:00, 20584.68it/s]\nResolving data files: 100%|████... | 2026-02-28T08:11:23 | 2026-03-04T13:50:08 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
The datasets library cannot use the generated Arrow cache correctly, seemingly due to a flaw in the internal hash symbol calculation logic.
The following code provides verification.
I am trying to locate the specific code position, and if there are further developments, I will update here.
### S... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8034/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8034/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 99 |
https://api.github.com/repos/huggingface/datasets/issues/8149 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8149/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8149/comments | https://api.github.com/repos/huggingface/datasets/issues/8149/events | https://github.com/huggingface/datasets/issues/8149 | 4,316,149,021 | I_kwDODunzps8AAAABAUM1HQ | 8,149 | [Optimization] Prevent per-thread instantiation of Cloud Storage FileSystem during Data loading initialization | {
"avatar_url": "https://avatars.githubusercontent.com/u/16970953?v=4",
"events_url": "https://api.github.com/users/ankitaluthra1/events{/privacy}",
"followers_url": "https://api.github.com/users/ankitaluthra1/followers",
"following_url": "https://api.github.com/users/ankitaluthra1/following{/other_user}",
"g... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [
"Is it open for contribution?",
"I think arbitrary filesystems would be recreated in every thread in any case, unlike HfFileSystem which has custom code to handle this."
] | 2026-04-23T13:09:19 | 2026-04-24T14:14:59 | null | null | NONE | [] | null | null | null | null | ### Feature request
Modify the dataset loading initialization, so that fsspec filesystem instances (like GCSFileSystem or S3FileSystem) are instantiated once in the main thread and explicitly passed down to the background threads.
By pre-instantiating the fs object in the main thread (where the directory cache from 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/8149/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8149/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 106 |
https://api.github.com/repos/huggingface/datasets/issues/8145 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8145/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8145/comments | https://api.github.com/repos/huggingface/datasets/issues/8145/events | https://github.com/huggingface/datasets/issues/8145 | 4,306,478,911 | I_kwDODunzps8AAAABAK-nPw | 8,145 | `.map()` on a streaming IterableDataset silently skips examples after load_state_dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/30177086?v=4",
"events_url": "https://api.github.com/users/MonliH/events{/privacy}",
"followers_url": "https://api.github.com/users/MonliH/followers",
"following_url": "https://api.github.com/users/MonliH/following{/other_user}",
"gists_url": "https://a... | [] | open | false | [] | null | [
"I think this line here is causing issues: \nhttps://github.com/huggingface/datasets/blob/2724a653e7582077be647d3fdfe8cd1fac27b85f/src/datasets/iterable_dataset.py#L2225\nIt ignored force_convert_to_python, so it consumed a full Arrow chunk.\nI think it can be fixed if you add `self.force_convert_to_python` to the ... | 2026-04-22T03:08:39 | 2026-04-22T23:59:55 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
After `ds.map(fn)` on a streaming IterableDataset, saving state_dict() and loading it into a fresh dataset does not resume at the correct position. It jumps forward by up to one Arrow read-chunk (~1000 rows).
### Steps to reproduce the bug
```python
from datasets import Dataset
ds1 = Dataset.fr... | 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/8145/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8145/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 110 |
https://api.github.com/repos/huggingface/datasets/issues/8131 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8131/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8131/comments | https://api.github.com/repos/huggingface/datasets/issues/8131/events | https://github.com/huggingface/datasets/issues/8131 | 4,251,712,550 | I_kwDODunzps79a_wm | 8,131 | datasets.to_list: Behaviour change in version 4.7.0 with the addition of JSON type | {
"avatar_url": "https://avatars.githubusercontent.com/u/120768997?v=4",
"events_url": "https://api.github.com/users/ItsTania/events{/privacy}",
"followers_url": "https://api.github.com/users/ItsTania/followers",
"following_url": "https://api.github.com/users/ItsTania/following{/other_user}",
"gists_url": "ht... | [] | open | false | [] | null | [
"I think we can go for the same approach as in https://github.com/huggingface/datasets/pull/8122 which decodes the JSON data (and supports JSON nested in other objects)\n\n(Or decide to decode all the features types, which I think could make sense, but this needs more careful handling so this should be discussed in... | 2026-04-13T06:06:43 | 2026-04-21T17:28:52 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
There is a change in the approach to decoding JSON types, added in https://github.com/huggingface/datasets/commit/d560b58e1f1ec96591a95a1780ee118f5eea6c74. Since 4.7.0, to_list() returns raw JSON strings for columns stored as Json(), while direct access via __getitem__ returns dicts.
In versions... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8131/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8131/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 124 |
https://api.github.com/repos/huggingface/datasets/issues/8129 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8129/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8129/comments | https://api.github.com/repos/huggingface/datasets/issues/8129/events | https://github.com/huggingface/datasets/issues/8129 | 4,241,704,875 | I_kwDODunzps7800er | 8,129 | `load_dataset()` hangs when `hf_xet` is enabled | {
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [
"Apologies, seems to have been a stale cache issue. Nuking the datasets cache fixed the issue"
] | 2026-04-10T21:00:24 | 2026-04-10T21:07:56 | 2026-04-10T21:07:56 | null | MEMBER | [] | null | null | null | null | ### Describe the bug
Hi! I am getting a peculiar download issue on the latest versions of `datasets` and `hfh` where datasets hang indefinitely:
```py
from datasets import load_dataset
load_dataset("openai/gsm8k", "main", split="test")
```
Note that:
- streaming=True works.
- Direct Hub access works.
- Th... | {
"avatar_url": "https://avatars.githubusercontent.com/u/26859204?v=4",
"events_url": "https://api.github.com/users/lewtun/events{/privacy}",
"followers_url": "https://api.github.com/users/lewtun/followers",
"following_url": "https://api.github.com/users/lewtun/following{/other_user}",
"gists_url": "https://a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8129/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8129/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 126 |
https://api.github.com/repos/huggingface/datasets/issues/8125 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8125/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8125/comments | https://api.github.com/repos/huggingface/datasets/issues/8125/events | https://github.com/huggingface/datasets/issues/8125 | 4,223,104,906 | I_kwDODunzps77t3eK | 8,125 | Feature request: being able to disable chmod for flat permission filesystems | {
"avatar_url": "https://avatars.githubusercontent.com/u/49240599?v=4",
"events_url": "https://api.github.com/users/younesbelkada/events{/privacy}",
"followers_url": "https://api.github.com/users/younesbelkada/followers",
"following_url": "https://api.github.com/users/younesbelkada/following{/other_user}",
"g... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [
"Context: the operation fails on GCS FUSE mounts, and likely will on similar s3-backed file systems.\n\n File \"/home/user/.venv/lib/python3.12/site-packages/datasets/arrow_dataset.py\", line 3747, in _map_single ... | 2026-04-08T08:17:14 | 2026-04-08T08:22:42 | null | null | NONE | [] | null | null | null | null | ### Feature request
For flat permission file systems, `os.chmod` simply fails when trying to cache datasets - in some places such as: https://github.com/huggingface/datasets/blob/main/src/datasets/arrow_dataset.py#L4043-L4048 for arrow datasets.
This seems to be optional to obtained desired behavior as simply comment... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8125/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8125/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 130 |
https://api.github.com/repos/huggingface/datasets/issues/8120 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8120/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8120/comments | https://api.github.com/repos/huggingface/datasets/issues/8120/events | https://github.com/huggingface/datasets/issues/8120 | 4,201,197,701 | I_kwDODunzps76aTCF | 8,120 | Patch fields truncated — missing trailing newlines | {
"avatar_url": "https://avatars.githubusercontent.com/u/84258860?v=4",
"events_url": "https://api.github.com/users/hetao-git/events{/privacy}",
"followers_url": "https://api.github.com/users/hetao-git/followers",
"following_url": "https://api.github.com/users/hetao-git/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | [
"Hi, I'd like to work on this issue. I'll try to reproduce this issue and see where the newline is being stripped.",
"Hi @hetao-git\n\nI was able to reproduce this issue, I used the instance \"atlanhq_atlan-python_pr37\" from the AweAI-Team/Scale-SWE dataset. I observed that applying the GitHub patch (pull/37.dif... | 2026-04-03T16:07:47 | 2026-04-22T12:36:28 | null | null | NONE | [] | null | null | null | null | Description: Multiple entries in the dataset have patches (test.patch and fix.patch) and f2p_patch fields with truncated content. The trailing blank lines that are part of valid unified diff format are stripped, causing git apply to fail with "corrupt patch" errors.
Affected instances (confirmed): atlanhq_atlan-python... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8120/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8120/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 133 |
https://api.github.com/repos/huggingface/datasets/issues/8116 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8116/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8116/comments | https://api.github.com/repos/huggingface/datasets/issues/8116/events | https://github.com/huggingface/datasets/issues/8116 | 4,197,189,620 | I_kwDODunzps76LAf0 | 8,116 | `to_json()` serializes `Json()` feature as escaped string instead of native JSON object | {
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"events_url": "https://api.github.com/users/ain-soph/events{/privacy}",
"followers_url": "https://api.github.com/users/ain-soph/followers",
"following_url": "https://api.github.com/users/ain-soph/following{/other_user}",
"gists_url": "htt... | [] | closed | false | [] | null | [
"Hi! I ran into this issue as well, I think the root cause was that under `_batch_json()` of `JsonDatasetWriter` it was directly exporting the encoded string without decoding it first. I will try to add a PR with a small fix. ",
"#self-assign"
] | 2026-04-02T21:59:15 | 2026-04-10T13:12:51 | 2026-04-10T13:12:51 | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
When a dataset column uses the `Json()` feature type, calling `to_json()` writes the value as an escaped JSON string (e.g., `"{\"cat_a\":1,\"cat_b\":2}"`) instead of a native JSON object (e.g., `{"cat_a":1,"cat_b":2}`).
This causes two problems:
1. The output JSON file is not interoperable with ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8116/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8116/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 134 |
https://api.github.com/repos/huggingface/datasets/issues/8110 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8110/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8110/comments | https://api.github.com/repos/huggingface/datasets/issues/8110/events | https://github.com/huggingface/datasets/issues/8110 | 4,176,918,326 | I_kwDODunzps749rc2 | 8,110 | `set_format` resets features | {
"avatar_url": "https://avatars.githubusercontent.com/u/29684689?v=4",
"events_url": "https://api.github.com/users/plutonium-239/events{/privacy}",
"followers_url": "https://api.github.com/users/plutonium-239/followers",
"following_url": "https://api.github.com/users/plutonium-239/following{/other_user}",
"g... | [] | open | false | [] | null | [
"couldn't replicate with: \n\n``` bash\nPlatform: macos\npython: 3.10.9\ndatasets: 4.8.4\nhuggingface_hub: 0.36.2\npyarrow: 23.0.1\npandas: 2.3.3\nfsspec: 2026.2.0\n\n```\n\n\n``` python\nimport datasets\nfrom datasets import Array2D, Dataset\nimport numpy as np\n\n# Create a dataset with Array2D feature\ndata = {\... | 2026-03-31T07:59:32 | 2026-04-06T03:16:19 | null | null | NONE | [] | null | null | null | null | ### Describe the bug
Calling `dataset.set_format('...')` resets the informative features such as `Array2D` etc. back into `List(List(Value))` and so on.
### Steps to reproduce the bug
```py
>>> dataset.features
{'lld': Array2D(shape=(None, 26), dtype='float32')}
>>> dataset.set_format('torch')
>>> dataset.features
... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8110/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8110/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 140 |
https://api.github.com/repos/huggingface/datasets/issues/8085 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8085/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8085/comments | https://api.github.com/repos/huggingface/datasets/issues/8085/events | https://github.com/huggingface/datasets/issues/8085 | 4,120,101,624 | I_kwDODunzps71k8L4 | 8,085 | ImportError: cannot import name 'VideoReader' from 'torchvision.io' when using datasets with torch format | {
"avatar_url": "https://avatars.githubusercontent.com/u/186563008?v=4",
"events_url": "https://api.github.com/users/DamJanusz/events{/privacy}",
"followers_url": "https://api.github.com/users/DamJanusz/followers",
"following_url": "https://api.github.com/users/DamJanusz/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [
"`datasets` 4.8.4 is out and includes a fix :)"
] | 2026-03-23T11:16:20 | 2026-03-23T14:23:25 | 2026-03-23T14:00:57 | null | NONE | [] | null | null | null | null | ### Describe the bug
For PyTorch 2.11 + torchvision 0.26.0 when using the datasets library and setting the format to "torch", an ImportError occurs because the datasets library attempts to import VideoReader from torchvision.io, but this object is not found in the installed torchvision version.
**Error message**:
> ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8085/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8085/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 148 |
https://api.github.com/repos/huggingface/datasets/issues/8079 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8079/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8079/comments | https://api.github.com/repos/huggingface/datasets/issues/8079/events | https://github.com/huggingface/datasets/issues/8079 | 4,099,246,270 | I_kwDODunzps70VYi- | 8,079 | StepExamplesIterable._iter_arrow drops samples for non-zero ranks for single-sharded | {
"avatar_url": "https://avatars.githubusercontent.com/u/40016222?v=4",
"events_url": "https://api.github.com/users/wwwjn/events{/privacy}",
"followers_url": "https://api.github.com/users/wwwjn/followers",
"following_url": "https://api.github.com/users/wwwjn/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists... | null | [] | 2026-03-19T04:38:51 | 2026-03-19T17:29:40 | 2026-03-19T17:29:40 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | NONE | [] | null | null | null | null | ### Describe the bug
As titled
### Steps to reproduce the bug
Running following Python script:
```
"""
Reproducer for HuggingFace datasets 4.x bug:
StepExamplesIterable._iter_arrow drops samples for non-zero ranks
when Arrow batches have size 1 (e.g. single-shard streaming WebDataset).
Bug: split_dataset_by_node w... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8079/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8079/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 154 |
https://api.github.com/repos/huggingface/datasets/issues/8078 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8078/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8078/comments | https://api.github.com/repos/huggingface/datasets/issues/8078/events | https://github.com/huggingface/datasets/issues/8078 | 4,086,560,531 | I_kwDODunzps7zk_cT | 8,078 | Inconsistent loading of LFS-hosted files in Dangindev/viet-cultural-vqa dataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4",
"events_url": "https://api.github.com/users/ngayngo9x/events{/privacy}",
"followers_url": "https://api.github.com/users/ngayngo9x/followers",
"following_url": "https://api.github.com/users/ngayngo9x/following{/other_user}",
"gists_url": "h... | [] | closed | false | [] | null | [
"I also have been stuck in same problem ",
"This should be fixed, thanks for reporting ! let us know if you ever encounter other issues in the future",
"It's okay. \n\nGood job, thanks your support! "
] | 2026-03-17T06:44:01 | 2026-03-30T04:14:29 | 2026-03-30T04:14:29 | null | NONE | [] | null | null | null | null | ### Describe the bug
Describe the bug
Some files in the Dangindev/viet-cultural-vqa dataset fail to load via the Hugging Face datasets library.
xet-hosted files load fine
LFS-hosted files sometimes fail
Example:
Fails: https://huggingface.co/datasets/Dangindev/viet-cultural-vqa/blob/main/images/am_thuc/banh_chung_T... | {
"avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4",
"events_url": "https://api.github.com/users/ngayngo9x/events{/privacy}",
"followers_url": "https://api.github.com/users/ngayngo9x/followers",
"following_url": "https://api.github.com/users/ngayngo9x/following{/other_user}",
"gists_url": "h... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 2,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8078/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8078/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 155 |
https://api.github.com/repos/huggingface/datasets/issues/8075 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8075/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8075/comments | https://api.github.com/repos/huggingface/datasets/issues/8075/events | https://github.com/huggingface/datasets/issues/8075 | 4,085,618,908 | I_kwDODunzps7zhZjc | 8,075 | `.batch()` error on formatted datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4",
"events_url": "https://api.github.com/users/mariosasko/events{/privacy}",
"followers_url": "https://api.github.com/users/mariosasko/followers",
"following_url": "https://api.github.com/users/mariosasko/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [
"Hi ! Good catch :) Since table-formatted iterable datasets have an Arrow path (i.e. they have `.iter_arrow()`) I guess a simple fix would be to make `.batch()` make the dataset arrow-formatted and use a `batch_arrow_fn` in that case (instead of the current `_batch_fn` that expects dictionaries). It would also be b... | 2026-03-17T01:08:13 | 2026-04-10T13:14:03 | 2026-04-10T13:14:03 | null | COLLABORATOR | [] | null | null | null | null | The `.batch()` method currently assumes the input (batch) is always a dictionary, which causes errors when it isn't. This can happen with formatted datasets, since formats like `"pyarrow"`, `"pandas"` (only affects `IterableDataset`), and `"polars"` return tables/dataframes instead of dictionaries.
For example:
```pyt... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8075/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8075/timeline | null | completed | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 158 |
https://api.github.com/repos/huggingface/datasets/issues/8065 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8065/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8065/comments | https://api.github.com/repos/huggingface/datasets/issues/8065/events | https://github.com/huggingface/datasets/issues/8065 | 4,073,606,584 | I_kwDODunzps7yzk24 | 8,065 | ARM audio support broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/121934?v=4",
"events_url": "https://api.github.com/users/leondz/events{/privacy}",
"followers_url": "https://api.github.com/users/leondz/followers",
"following_url": "https://api.github.com/users/leondz/following{/other_user}",
"gists_url": "https://api... | [] | open | false | [] | null | [
"See also https://github.com/NVIDIA/garak/issues/1622#issuecomment-3937720381",
"Hi @leondz , thanks for the detailed bug report — the description and reproduction steps are really clear.\n\nI’d love to take a shot at investigating and potentially fixing this issue. Before I start digging into the codebase, I jus... | 2026-03-13T22:06:36 | 2026-03-23T14:16:47 | null | null | CONTRIBUTOR | [] | null | null | null | null | ### Describe the bug
`datasets` 4.0 moved to using `torchcodec` for audio datasets, which doesn't support ARM hardware under Linux and Windows
### Steps to reproduce the bug
try:
* Try to install `torchcodec` under Linux ARM64
or:
* Try to install `torchcodec` under Windows ARM64
or, on either of those platforms... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8065/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8065/timeline | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | null | N | 168 |
Dataset Card for GitHub-Issues_AT1_rev_a
GitHub Issues is a dataset consisting of GitHub issues and pull requests associated with the 🤗 Datasets repository. the datset is being used to create text-classification and text-retirval FAISS model.
Dataset Details
Point of Contact: Adam Bradley
Dataset Description
GitHub Issues is a dataset consisting of GitHub issues and pull requests associated with the 🤗 Datasets repository.
It is intended for educational purposes and can be used for semantic search or multilabel text classification.
The contents of each GitHub issue are in English and concern the domain of datasets for NLP, computer vision, and beyond.
Curated by: title: "huggingface/datasets" Authors: "https://orcid.org/0000-0003-1727-1045" as found at {https://github.com/huggingface/datasets/blob/main/CITATION.cff}
Language(s) (NLP): en monolingual
License: Apache-2.0 MIT
Dataset Sources [optional]
Source: original as published at https://api.github.com/repos/huggingface/datasets/issues. Platform: GitHub
- Repository: https://api.github.com/repos/huggingface/datasets/issues Repository: huggingface/datsets
- Paper: ["Datasets: A Community Library for Natural Language Processing"] https://doi.org/10.48550/arxiv.2109.02846
- DataType: structured JSON via REST API
Uses
Used to Illustrate application of Data_retrieval using GitHub API and data processing including stripping, Regex, NER for compliance to APP regulations
Direct Use
GitHub issues are subject to the licenses of the parent repositories (e.g., Apache 2.0, MIT)
Out-of-Scope Use
Redistribution of modified version of this corpus, requires complaince to the "Attribution" or "ShareAlike" clauses of the original software projects. This data is only licensed for use in research and educational applications.
Dataset Structure
Data Instances
This section describes
Data Fields
Data reproduced from the original GitHub-Issues dataset: Title: The subject line of the issue. Often contains specific project names or error summaries. Body: The main description of the issue containing code blocks, logs, stack traces, and email signatures. Comments: (Often a list of strings) The discussion thread involving multiple users
Metadata: User(login,id,avatar_url, author_association(role), labels, state (open/closed)
Technical Fields: html_url, id/Node_id, number, repository_url
Dataset Creation
Curation Rationale
The dataset is intended for educational purposes and can be used for semantic search or multilabel text classification.
Source Data
Issues and issues resolution associated with all hugging face datasets published under the citation.
Data Collection and Processing
Sent GET Request to GitHub API Handle Pagination Store raw Json repsonses Ammended file with comments Cleaned text - Strip, Regex and NER
Data Schema
Standard GitHub Rest API Schema for issues Includes technical content and adminstrative meta data. Core content Fields: Title(string) Body(string) Comments (list of strings/dicts) is_pull_request(bool) Identity and Asociation Fields: User (Login, ID,Avatar URL)(dict) Author association(string) Assignee/Assignees(dict/string) Metadata: Labels(list) State (strong) Number(int) Milestone(Dict/Null) Technical Traceability: url: html_url: repository_url: nodes_id:(string) Timestamps: created_at: updated_at: closed at:
Who are the source data producers?
The data set is subject to Copyright. content was created by the original project members associa
Annotations [optional]
No annotation
Personal and Sensitive Information
The orginal data, provided for education purposes does include data that might be considered personal, sensitive, or private anonymization process included Regex and NER
Bias, Risks, and Limitations
The data has been extract from the "https://api.github.com/repos/huggingface/datasets/issues". The data was generated as a educational data source to enable the creation of semantic search or multilabel text classification “attribution” and “ShareAlike clauses of the original software projects apply to content. Under APP and GDPR/CCPA regulations, a person has the right to delete their data.
Recommendations
This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. Log content may include some material that may reflect development iteration and could offend.
Citation
[(https://orcid.org/0000-0003-1727-1045),]
BibTeX:
@inproceedings{lhoest-etal-2021-datasets, title = "Datasets: A Community Library for Natural Language Processing", author = "Lhoest, Quentin and Villanova del Moral, Albert and Jernite, Yacine and Thakur, Abhishek and von Platen, Patrick and Patil, Suraj and Chaumond, Julien and Drame, Mariama and Plu, Julien and Tunstall, Lewis and Davison, Joe and {\v{S}}a{\v{s}}ko, Mario and Chhablani, Gunjan and Malik, Bhavitvya and Brandeis, Simon and Le Scao, Teven and Sanh, Victor and Xu, Canwen and Patry, Nicolas and McMillan-Major, Angelina and Schmid, Philipp and Gugger, Sylvain and Delangue, Cl{'e}ment and Matussi{`e}re, Th{'e}o and Debut, Lysandre and Bekman, Stas and Cistac, Pierric and Goehringer, Thibault and Mustar, Victor and Lagunas, Fran{\c{c}}ois and Rush, Alexander and Wolf, Thomas", editor = "Adel, Heike and Shi, Shuming", booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", month = nov, year = "2021", address = "Online and Punta Cana, Dominican Republic", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.emnlp-demo.21/", doi = "10.18653/v1/2021.emnlp-demo.21", pages = "175--184", abstract = "The scale, variety, and quantity of publicly-available NLP datasets has grown rapidly as researchers propose new tasks, larger models, and novel benchmarks. Datasets is a community library for contemporary NLP designed to support this ecosystem. Datasets aims to standardize end-user interfaces, versioning, and documentation, while providing a lightweight front-end that behaves similarly for small datasets as for internet-scale corpora. The design of the library incorporates a distributed, community-driven approach to adding datasets and documenting usage. After a year of development, the library now includes more than 650 unique datasets, has more than 250 contributors, and has helped support a variety of novel cross-dataset research projects and shared tasks. The library is available at \url{https://github.com/huggingface/datasets}." } @misc{huggingface_datasets, author = {Hugging Face}, title = {Datasets: A community library for datasets in machine learning}, year = {2021}, howpublished = {\url{https://github.com/huggingface/datasets}}, note = {Accessed: 2026-04-25} }
APA:
Glossary [optional]
Dataset Card Authors [optional]
Adam Bradley
Dataset Card Contact
Adam Bradley
- Downloads last month
- 26