url string | repository_url string | labels_url string | comments_url string | events_url string | html_url string | id int64 | node_id string | number int64 | title string | user dict | labels list | state string | locked bool | assignees list | milestone dict | comments list | created_at timestamp[s] | updated_at timestamp[s] | closed_at timestamp[s] | assignee dict | author_association string | type null | active_lock_reason null | draft bool | pull_request dict | body string | closed_by dict | reactions dict | timeline_url string | performed_via_github_app null | state_reason string | sub_issues_summary dict | issue_dependencies_summary dict | pinned_comment null | is_pull_request bool |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/8068 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8068/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8068/comments | https://api.github.com/repos/huggingface/datasets/issues/8068/events | https://github.com/huggingface/datasets/pull/8068 | 4,079,149,641 | PR_kwDODunzps7Kwbp4 | 8,068 | Datasets streaming iterable packaged fixes | {
"login": "Michael-RDev",
"id": 89427972,
"node_id": "MDQ6VXNlcjg5NDI3OTcy",
"avatar_url": "https://avatars.githubusercontent.com/u/89427972?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Michael-RDev",
"html_url": "https://github.com/Michael-RDev",
"followers_url": "https://api.github.c... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-15T20:37:55 | 2026-03-15T20:37:55 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8068",
"html_url": "https://github.com/huggingface/datasets/pull/8068",
"diff_url": "https://github.com/huggingface/datasets/pull/8068.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8068.patch",
"merged_at": null
} | This PR ckumps a bunch of fixes across streaming, iterable datasets, and packaged modules, plus workflow/docs cleanups.
A collection of fixes and long-overdue feature completions that kept getting pushed off as TODO(QL) comments. Nothing here is a dramatic architectural change, mostly things that were partially wire... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8068/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8068/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8067 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8067/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8067/comments | https://api.github.com/repos/huggingface/datasets/issues/8067/events | https://github.com/huggingface/datasets/pull/8067 | 4,076,680,592 | PR_kwDODunzps7KpJ1W | 8,067 | typing: accept sequences for Dataset file loaders | {
"login": "biefan",
"id": 70761325,
"node_id": "MDQ6VXNlcjcwNzYxMzI1",
"avatar_url": "https://avatars.githubusercontent.com/u/70761325?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/biefan",
"html_url": "https://github.com/biefan",
"followers_url": "https://api.github.com/users/biefan/fo... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-14T20:37:21 | 2026-03-14T20:37:21 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8067",
"html_url": "https://github.com/huggingface/datasets/pull/8067",
"diff_url": "https://github.com/huggingface/datasets/pull/8067.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8067.patch",
"merged_at": null
} | ## Summary
- update `Dataset.from_csv`, `from_json`, `from_parquet`, and `from_text` type hints from `list[PathLike]` to `Sequence[PathLike]`
- normalize non-string sequences to lists before passing paths to readers
- add path-type tests to cover tuple input for all four loaders
## Why
`list` is invariant for static t... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8067/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8067/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8066 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8066/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8066/comments | https://api.github.com/repos/huggingface/datasets/issues/8066/events | https://github.com/huggingface/datasets/pull/8066 | 4,076,658,501 | PR_kwDODunzps7KpFze | 8,066 | fix: avoid duplicate kwargs collisions in load_dataset_builder | {
"login": "biefan",
"id": 70761325,
"node_id": "MDQ6VXNlcjcwNzYxMzI1",
"avatar_url": "https://avatars.githubusercontent.com/u/70761325?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/biefan",
"html_url": "https://github.com/biefan",
"followers_url": "https://api.github.com/users/biefan/fo... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-14T20:26:16 | 2026-03-14T20:26:16 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8066",
"html_url": "https://github.com/huggingface/datasets/pull/8066",
"diff_url": "https://github.com/huggingface/datasets/pull/8066.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8066.patch",
"merged_at": null
} | ## Summary
- avoid duplicate keyword collisions when `config_kwargs` overlap with module-provided `builder_kwargs` in `load_dataset_builder`
- this fixes cases like passing `base_path=...` where `base_path` is already present in `builder_kwargs`
- add a regression test using a local dataset directory to ensure overridi... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8066/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8066/timeline | null | null | null | null | null | true |
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 | {
"login": "leondz",
"id": 121934,
"node_id": "MDQ6VXNlcjEyMTkzNA==",
"avatar_url": "https://avatars.githubusercontent.com/u/121934?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/leondz",
"html_url": "https://github.com/leondz",
"followers_url": "https://api.github.com/users/leondz/follow... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-13T22:06:36 | 2026-03-14T14:01:49 | 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 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8065/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8065/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8064 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8064/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8064/comments | https://api.github.com/repos/huggingface/datasets/issues/8064/events | https://github.com/huggingface/datasets/pull/8064 | 4,064,944,679 | PR_kwDODunzps7KDQH- | 8,064 | Read (and write) from HF Storage Buckets: load raw data, process and save to Dataset Repos | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-12T14:09:29 | 2026-03-13T17:19:32 | null | null | MEMBER | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8064",
"html_url": "https://github.com/huggingface/datasets/pull/8064",
"diff_url": "https://github.com/huggingface/datasets/pull/8064.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8064.patch",
"merged_at": null
} | TODO:
- [x] load_dataset("csv", data_files=["hf://buckets/..."])
- [x] load_dataset("buckets/...")
- [x] Dataset.to_csv("hf://buckets/..."), to_json, to_parquet, etc.
- [x] DatasetDict.push_to_hub("buckets/...")
- [x] Dataset.push_to_hub("buckets/...")
- [x] DatasetDict.push_to_hub("buckets/...")
- [x] IterableD... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8064/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8064/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8063 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8063/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8063/comments | https://api.github.com/repos/huggingface/datasets/issues/8063/events | https://github.com/huggingface/datasets/pull/8063 | 4,064,033,042 | PR_kwDODunzps7KAPNO | 8,063 | Fix formatted iter arrow double yield | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-12T11:37:26 | 2026-03-12T11:37:26 | null | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8063",
"html_url": "https://github.com/huggingface/datasets/pull/8063",
"diff_url": "https://github.com/huggingface/datasets/pull/8063.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8063.patch",
"merged_at": null
} | I (+Claude) noticed this when reading the code. I did not encounter this bug (I think) so I can't say much more about it. Perhaps the second iteration will immediately stop so the bug is harmless, but to be safe I think a return there is safer. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8063/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8063/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8062 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8062/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8062/comments | https://api.github.com/repos/huggingface/datasets/issues/8062/events | https://github.com/huggingface/datasets/pull/8062 | 4,064,013,989 | PR_kwDODunzps7KALNc | 8,062 | Fix iterable dataset dict num proc shards | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-12T11:34:02 | 2026-03-12T11:34:02 | null | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8062",
"html_url": "https://github.com/huggingface/datasets/pull/8062",
"diff_url": "https://github.com/huggingface/datasets/pull/8062.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8062.patch",
"merged_at": null
} | If the number of shards for some split is lower than num_proc the IterableDatasetDict.push_to_hub will crash.
This handling of num_proc is as close to identical as the handling in IterableDataset.push_to_hub | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8062/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8062/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8061 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8061/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8061/comments | https://api.github.com/repos/huggingface/datasets/issues/8061/events | https://github.com/huggingface/datasets/pull/8061 | 4,058,881,349 | PR_kwDODunzps7JvjMu | 8,061 | fix reshard_data_sources | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-11T15:20:14 | 2026-03-11T15:23:21 | 2026-03-11T15:20:25 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8061",
"html_url": "https://github.com/huggingface/datasets/pull/8061",
"diff_url": "https://github.com/huggingface/datasets/pull/8061.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8061.patch",
"merged_at": "2026-03-11T15:20... | as reported at https://github.com/huggingface/datasets/pull/7992#discussion_r2915605694 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8061/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8061/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8060 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8060/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8060/comments | https://api.github.com/repos/huggingface/datasets/issues/8060/events | https://github.com/huggingface/datasets/pull/8060 | 4,058,653,460 | PR_kwDODunzps7Juyj9 | 8,060 | Improve error message for invalid data_files pattern format | {
"login": "kushalkkb",
"id": 136191726,
"node_id": "U_kgDOCB4e7g",
"avatar_url": "https://avatars.githubusercontent.com/u/136191726?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kushalkkb",
"html_url": "https://github.com/kushalkkb",
"followers_url": "https://api.github.com/users/kushal... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-11T14:41:22 | 2026-03-11T15:22:42 | 2026-03-11T15:21:37 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8060",
"html_url": "https://github.com/huggingface/datasets/pull/8060",
"diff_url": "https://github.com/huggingface/datasets/pull/8060.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8060.patch",
"merged_at": "2026-03-11T15:21... | This PR improves the error message raised in sanitize_patterns()
when an invalid data_files entry is provided.
The new message clearly explains the expected dictionary format:
{'split': <split_name>, 'path': <path_or_list_of_paths>}
This helps users debug incorrect dataset configurations more easily. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8060/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8060/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8059 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8059/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8059/comments | https://api.github.com/repos/huggingface/datasets/issues/8059/events | https://github.com/huggingface/datasets/pull/8059 | 4,047,389,910 | PR_kwDODunzps7JKln6 | 8,059 | set dev version | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-09T19:10:48 | 2026-03-09T19:13:56 | 2026-03-09T19:10:55 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8059",
"html_url": "https://github.com/huggingface/datasets/pull/8059",
"diff_url": "https://github.com/huggingface/datasets/pull/8059.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8059.patch",
"merged_at": "2026-03-09T19:10... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8059/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8059/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8058 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8058/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8058/comments | https://api.github.com/repos/huggingface/datasets/issues/8058/events | https://github.com/huggingface/datasets/pull/8058 | 4,047,337,789 | PR_kwDODunzps7JKal1 | 8,058 | release: 4.7.0 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-09T18:59:02 | 2026-03-09T19:02:02 | 2026-03-09T19:01:54 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8058",
"html_url": "https://github.com/huggingface/datasets/pull/8058",
"diff_url": "https://github.com/huggingface/datasets/pull/8058.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8058.patch",
"merged_at": "2026-03-09T19:01... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8058/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8058/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8057 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8057/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8057/comments | https://api.github.com/repos/huggingface/datasets/issues/8057/events | https://github.com/huggingface/datasets/pull/8057 | 4,047,214,377 | PR_kwDODunzps7JKAxA | 8,057 | Limit dataset listing to first 20 entries in readme | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-09T18:31:23 | 2026-03-09T18:34:34 | 2026-03-09T18:31:30 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8057",
"html_url": "https://github.com/huggingface/datasets/pull/8057",
"diff_url": "https://github.com/huggingface/datasets/pull/8057.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8057.patch",
"merged_at": "2026-03-09T18:31... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8057/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8057/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8056 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8056/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8056/comments | https://api.github.com/repos/huggingface/datasets/issues/8056/events | https://github.com/huggingface/datasets/pull/8056 | 4,046,814,417 | PR_kwDODunzps7JIr7d | 8,056 | Don't extract bad files | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-09T17:09:17 | 2026-03-09T17:22:15 | 2026-03-09T17:22:13 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8056",
"html_url": "https://github.com/huggingface/datasets/pull/8056",
"diff_url": "https://github.com/huggingface/datasets/pull/8056.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8056.patch",
"merged_at": "2026-03-09T17:22... | related to https://github.com/huggingface/datasets/issues/8052 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8056/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8056/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8055 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8055/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8055/comments | https://api.github.com/repos/huggingface/datasets/issues/8055/events | https://github.com/huggingface/datasets/pull/8055 | 4,042,507,479 | PR_kwDODunzps7I6knM | 8,055 | feat: add 3D mesh support and MeshFolder builder | {
"login": "Vinay-Umrethe",
"id": 175500353,
"node_id": "U_kgDOCnXsQQ",
"avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vinay-Umrethe",
"html_url": "https://github.com/Vinay-Umrethe",
"followers_url": "https://api.github.com/... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-09T00:03:16 | 2026-03-13T14:05:51 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8055",
"html_url": "https://github.com/huggingface/datasets/pull/8055",
"diff_url": "https://github.com/huggingface/datasets/pull/8055.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8055.patch",
"merged_at": null
} | This PR introduces 3D mesh support to the `datasets` library, mirroring the existing paradigms for Image, Audio, and Video modalities. this is made to support 3D data just like image, audio, etc...
new `Mesh`feature class, which manages 3D data via a PyArrow `struct` containing both raw bytes and file paths. support... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8055/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8055/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8054 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8054/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8054/comments | https://api.github.com/repos/huggingface/datasets/issues/8054/events | https://github.com/huggingface/datasets/pull/8054 | 4,042,146,910 | PR_kwDODunzps7I5elG | 8,054 | fix(arrow_dataset): initialise writer on first non-None map result, not on i==0 | {
"login": "s-zx",
"id": 72348999,
"node_id": "MDQ6VXNlcjcyMzQ4OTk5",
"avatar_url": "https://avatars.githubusercontent.com/u/72348999?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/s-zx",
"html_url": "https://github.com/s-zx",
"followers_url": "https://api.github.com/users/s-zx/followers"... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-08T20:49:04 | 2026-03-08T20:49:04 | null | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8054",
"html_url": "https://github.com/huggingface/datasets/pull/8054",
"diff_url": "https://github.com/huggingface/datasets/pull/8054.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8054.patch",
"merged_at": null
} | ## Summary
`Dataset.map` crashes with `AttributeError: 'NoneType' object has no attribute 'write'` when the map function returns `None` for the first N examples and a dict for later ones (issue #7990).
## Root Cause
The `ArrowWriter` was initialised with a guard tied to the example index:
```python
# Non-batched pa... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8054/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8054/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8053 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8053/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8053/comments | https://api.github.com/repos/huggingface/datasets/issues/8053/events | https://github.com/huggingface/datasets/pull/8053 | 4,042,143,431 | PR_kwDODunzps7I5d8p | 8,053 | fix(iterable_dataset): preserve features when chaining filter() on typed IterableDataset | {
"login": "s-zx",
"id": 72348999,
"node_id": "MDQ6VXNlcjcyMzQ4OTk5",
"avatar_url": "https://avatars.githubusercontent.com/u/72348999?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/s-zx",
"html_url": "https://github.com/s-zx",
"followers_url": "https://api.github.com/users/s-zx/followers"... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-08T20:46:50 | 2026-03-09T17:44:33 | 2026-03-09T17:44:33 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8053",
"html_url": "https://github.com/huggingface/datasets/pull/8053",
"diff_url": "https://github.com/huggingface/datasets/pull/8053.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8053.patch",
"merged_at": "2026-03-09T17:44... | ## Summary
Chaining two `.filter()` calls on an `IterableDataset` with explicit features raises:
```
TypeError: 'NoneType' object is not a mapping
```
on the second `.filter()` call (issue #8037).
## Root Cause
After the first `.filter()`, the internal `ex_iterable` becomes _typed_ (`is_typed=True`) because `Filte... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8053/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8053/timeline | null | null | null | null | null | true |
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) | {
"login": "spartan8806",
"id": 39662153,
"node_id": "MDQ6VXNlcjM5NjYyMTUz",
"avatar_url": "https://avatars.githubusercontent.com/u/39662153?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/spartan8806",
"html_url": "https://github.com/spartan8806",
"followers_url": "https://api.github.com/... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 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... | {
"login": "spartan8806",
"id": 39662153,
"node_id": "MDQ6VXNlcjM5NjYyMTUz",
"avatar_url": "https://avatars.githubusercontent.com/u/39662153?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/spartan8806",
"html_url": "https://github.com/spartan8806",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8052/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8052/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8051 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8051/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8051/comments | https://api.github.com/repos/huggingface/datasets/issues/8051/events | https://github.com/huggingface/datasets/pull/8051 | 4,038,763,775 | PR_kwDODunzps7Iu5aG | 8,051 | Add dtype property to Sequence, List, and LargeList (Fixes #8002) | {
"login": "Sanket291",
"id": 114303401,
"node_id": "U_kgDOBtAhqQ",
"avatar_url": "https://avatars.githubusercontent.com/u/114303401?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanket291",
"html_url": "https://github.com/Sanket291",
"followers_url": "https://api.github.com/users/Sanket... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-07T15:52:51 | 2026-03-07T15:52:51 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8051",
"html_url": "https://github.com/huggingface/datasets/pull/8051",
"diff_url": "https://github.com/huggingface/datasets/pull/8051.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8051.patch",
"merged_at": null
} | This PR implements the solution suggested in #8002 by adding a .dtype property to the Sequence, List, and LargeList feature classes. This ensures consistency across feature types and prevents AttributeError in downstream scripts. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8051/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8051/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8050 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8050/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8050/comments | https://api.github.com/repos/huggingface/datasets/issues/8050/events | https://github.com/huggingface/datasets/pull/8050 | 4,038,690,293 | PR_kwDODunzps7IurXm | 8,050 | Fix IterableDataset features being set to None on chained filter (Fixes #8037) | {
"login": "Sanket291",
"id": 114303401,
"node_id": "U_kgDOBtAhqQ",
"avatar_url": "https://avatars.githubusercontent.com/u/114303401?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sanket291",
"html_url": "https://github.com/Sanket291",
"followers_url": "https://api.github.com/users/Sanket... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-07T15:14:07 | 2026-03-09T17:45:32 | 2026-03-09T17:45:31 | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8050",
"html_url": "https://github.com/huggingface/datasets/pull/8050",
"diff_url": "https://github.com/huggingface/datasets/pull/8050.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8050.patch",
"merged_at": null
} | This PR implements the solution suggested in #8037.
It updates the features argument in IterableDataset.filter() to preserve existing features when ex_iterable.is_typed is True. This prevents the TypeError: 'NoneType' object is not a mapping from being raised when chaining multiple .filter() calls. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8050/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8050/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8049 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8049/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8049/comments | https://api.github.com/repos/huggingface/datasets/issues/8049/events | https://github.com/huggingface/datasets/pull/8049 | 4,032,135,159 | PR_kwDODunzps7IZR_m | 8,049 | Fix typos in iterable_dataset.py | {
"login": "omkar-334",
"id": 40126336,
"node_id": "MDQ6VXNlcjQwMTI2MzM2",
"avatar_url": "https://avatars.githubusercontent.com/u/40126336?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/omkar-334",
"html_url": "https://github.com/omkar-334",
"followers_url": "https://api.github.com/users/... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-06T04:20:52 | 2026-03-09T17:12:53 | 2026-03-09T17:12:53 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8049",
"html_url": "https://github.com/huggingface/datasets/pull/8049",
"diff_url": "https://github.com/huggingface/datasets/pull/8049.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8049.patch",
"merged_at": "2026-03-09T17:12... | Fixes #8038 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8049/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8049/timeline | null | null | null | null | null | true |
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 | {
"login": "Vinay-Umrethe",
"id": 175500353,
"node_id": "U_kgDOCnXsQQ",
"avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vinay-Umrethe",
"html_url": "https://github.com/Vinay-Umrethe",
"followers_url": "https://api.github.com/... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 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 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8048/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8048/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8047 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8047/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8047/comments | https://api.github.com/repos/huggingface/datasets/issues/8047/events | https://github.com/huggingface/datasets/pull/8047 | 4,030,434,134 | PR_kwDODunzps7IUKWg | 8,047 | fix: handle nested null types in feature alignment for multi-proc map | {
"login": "ain-soph",
"id": 13214530,
"node_id": "MDQ6VXNlcjEzMjE0NTMw",
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ain-soph",
"html_url": "https://github.com/ain-soph",
"followers_url": "https://api.github.com/users/ain... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T20:28:50 | 2026-03-09T17:52:12 | 2026-03-09T17:52:12 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8047",
"html_url": "https://github.com/huggingface/datasets/pull/8047",
"diff_url": "https://github.com/huggingface/datasets/pull/8047.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8047.patch",
"merged_at": "2026-03-09T17:52... | When using `Dataset.map()` with `num_proc > 1`, shards containing only empty lists get their features inferred as `List(Value('null'))`, which is incompatible with `List(Struct({...}))` from shards with actual data.
The existing `_check_if_features_can_be_aligned` and `_align_features` only handled top-level `Value(... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8047/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8047/timeline | null | null | null | null | null | true |
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) | {
"login": "ain-soph",
"id": 13214530,
"node_id": "MDQ6VXNlcjEzMjE0NTMw",
"avatar_url": "https://avatars.githubusercontent.com/u/13214530?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ain-soph",
"html_url": "https://github.com/ain-soph",
"followers_url": "https://api.github.com/users/ain... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 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... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8046/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8046/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8045 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8045/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8045/comments | https://api.github.com/repos/huggingface/datasets/issues/8045/events | https://github.com/huggingface/datasets/pull/8045 | 4,028,881,818 | PR_kwDODunzps7IPA1N | 8,045 | Write IterableDataset to parquet incrementally instead of materializing entire shard in memory | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T15:13:53 | 2026-03-11T12:30:57 | null | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8045",
"html_url": "https://github.com/huggingface/datasets/pull/8045",
"diff_url": "https://github.com/huggingface/datasets/pull/8045.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8045.patch",
"merged_at": null
} | `IterableDataset.to_parquet()` materialized the entire shard into memory via
`pa.concat_tables(list(...))` before writing. For datasets with large shards and multiprocessing (push_to_hub with num_proc > 0) the memory requirements can be really large.
This PR writes parquet incrementally by iterating Arrow batches a... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8045/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8045/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8044 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8044/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8044/comments | https://api.github.com/repos/huggingface/datasets/issues/8044/events | https://github.com/huggingface/datasets/pull/8044 | 4,028,042,275 | PR_kwDODunzps7IMNl4 | 8,044 | Fix silent data loss in push_to_hub when num_proc > num_shards | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T12:52:39 | 2026-03-11T12:31:20 | 2026-03-09T17:22:00 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8044",
"html_url": "https://github.com/huggingface/datasets/pull/8044",
"diff_url": "https://github.com/huggingface/datasets/pull/8044.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8044.patch",
"merged_at": "2026-03-09T17:22... | ## Summary
When `num_proc` exceeds the number of output shards in `Dataset.push_to_hub`, workers
without assigned output shards silently drop their data. The metadata still reports the
correct dataset length (using `len(self[split])`), masking the data loss.
This fix caps `num_jobs` at `num_shards` in `_push_pa... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8044/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8044/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8043 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8043/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8043/comments | https://api.github.com/repos/huggingface/datasets/issues/8043/events | https://github.com/huggingface/datasets/pull/8043 | 4,027,936,170 | PR_kwDODunzps7IL3IJ | 8,043 | Add features parameter to IterableDatasetDict.map | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T12:30:46 | 2026-03-12T11:42:22 | 2026-03-12T11:42:21 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8043",
"html_url": "https://github.com/huggingface/datasets/pull/8043",
"diff_url": "https://github.com/huggingface/datasets/pull/8043.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8043.patch",
"merged_at": null
} | IterableDataset.map accepts a features parameter to declare the output schema, but IterableDatasetDict.map did not expose it. This meant users of IterableDatasetDict had no way to preserve feature metadata through map operations. | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8043/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8043/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8042 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8042/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8042/comments | https://api.github.com/repos/huggingface/datasets/issues/8042/events | https://github.com/huggingface/datasets/pull/8042 | 4,027,903,841 | PR_kwDODunzps7ILwT5 | 8,042 | Fix schema enforcement in streaming _convert_to_arrow | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T12:23:47 | 2026-03-12T11:40:32 | 2026-03-12T11:40:31 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8042",
"html_url": "https://github.com/huggingface/datasets/pull/8042",
"diff_url": "https://github.com/huggingface/datasets/pull/8042.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8042.patch",
"merged_at": null
} | When the iter_arrow chain is broken (e.g. after .map() without with_format("arrow")), _convert_to_arrow falls back to pa.Table.from_pylist() which infers types from values. If early batches contain None or empty lists, Arrow infers null/list<null> types that conflict with later batches containing real data, causing Arr... | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8042/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8042/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8041 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8041/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8041/comments | https://api.github.com/repos/huggingface/datasets/issues/8041/events | https://github.com/huggingface/datasets/pull/8041 | 4,027,152,089 | PR_kwDODunzps7IJPKo | 8,041 | Use num_examples instead of len(self) for iterable_dataset's SplitInfo | {
"login": "HaukurPall",
"id": 9451463,
"node_id": "MDQ6VXNlcjk0NTE0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HaukurPall",
"html_url": "https://github.com/HaukurPall",
"followers_url": "https://api.github.com/users... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T09:54:26 | 2026-03-11T12:31:19 | 2026-03-09T17:16:22 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8041",
"html_url": "https://github.com/huggingface/datasets/pull/8041",
"diff_url": "https://github.com/huggingface/datasets/pull/8041.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8041.patch",
"merged_at": "2026-03-09T17:16... | Fixes a bug (crash) when pushing individual splits to a repo which has pre-existing data. | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8041/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8041/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8040 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8040/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8040/comments | https://api.github.com/repos/huggingface/datasets/issues/8040/events | https://github.com/huggingface/datasets/pull/8040 | 4,025,912,223 | PR_kwDODunzps7IFFnG | 8,040 | Fix the logic for allowed extensions when creating build configurations (#8034) | {
"login": "Nexround",
"id": 12998729,
"node_id": "MDQ6VXNlcjEyOTk4NzI5",
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Nexround",
"html_url": "https://github.com/Nexround",
"followers_url": "https://api.github.com/users/Nex... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T05:32:45 | 2026-03-05T05:32:45 | null | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8040",
"html_url": "https://github.com/huggingface/datasets/pull/8040",
"diff_url": "https://github.com/huggingface/datasets/pull/8040.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8040.patch",
"merged_at": null
} | see #8034 | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8040/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8040/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8039 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8039/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8039/comments | https://api.github.com/repos/huggingface/datasets/issues/8039/events | https://github.com/huggingface/datasets/pull/8039 | 4,025,811,123 | PR_kwDODunzps7IEv9Z | 8,039 | Fix non-deterministic by sorting metadata extensions (#8034) | {
"login": "Nexround",
"id": 12998729,
"node_id": "MDQ6VXNlcjEyOTk4NzI5",
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Nexround",
"html_url": "https://github.com/Nexround",
"followers_url": "https://api.github.com/users/Nex... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-05T05:07:50 | 2026-03-09T17:14:59 | 2026-03-09T17:14:59 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8039",
"html_url": "https://github.com/huggingface/datasets/pull/8039",
"diff_url": "https://github.com/huggingface/datasets/pull/8039.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8039.patch",
"merged_at": "2026-03-09T17:14... | see #8034 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8039/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8039/timeline | null | null | null | null | null | true |
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 | {
"login": "sybaik1",
"id": 28946888,
"node_id": "MDQ6VXNlcjI4OTQ2ODg4",
"avatar_url": "https://avatars.githubusercontent.com/u/28946888?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sybaik1",
"html_url": "https://github.com/sybaik1",
"followers_url": "https://api.github.com/users/sybaik... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 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")
```
#... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8038/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8038/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/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 | {
"login": "sh0416",
"id": 12251974,
"node_id": "MDQ6VXNlcjEyMjUxOTc0",
"avatar_url": "https://avatars.githubusercontent.com/u/12251974?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sh0416",
"html_url": "https://github.com/sh0416",
"followers_url": "https://api.github.com/users/sh0416/fo... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 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(
... | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8037/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8037/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8036 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8036/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8036/comments | https://api.github.com/repos/huggingface/datasets/issues/8036/events | https://github.com/huggingface/datasets/pull/8036 | 4,006,914,206 | PR_kwDODunzps7HHMKn | 8,036 | follow `cache_dir` in download option when loading datasets | {
"login": "TsXor",
"id": 74352334,
"node_id": "MDQ6VXNlcjc0MzUyMzM0",
"avatar_url": "https://avatars.githubusercontent.com/u/74352334?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TsXor",
"html_url": "https://github.com/TsXor",
"followers_url": "https://api.github.com/users/TsXor/follow... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-03-01T10:56:18 | 2026-03-01T10:56:18 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8036",
"html_url": "https://github.com/huggingface/datasets/pull/8036",
"diff_url": "https://github.com/huggingface/datasets/pull/8036.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8036.patch",
"merged_at": null
} | fixes #8029 | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8036/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8036/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8035 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8035/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8035/comments | https://api.github.com/repos/huggingface/datasets/issues/8035/events | https://github.com/huggingface/datasets/pull/8035 | 4,005,673,675 | PR_kwDODunzps7HDPtk | 8,035 | Update links in README to use markdown format | {
"login": "lukasb1b",
"id": 142339568,
"node_id": "U_kgDOCHvt8A",
"avatar_url": "https://avatars.githubusercontent.com/u/142339568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lukasb1b",
"html_url": "https://github.com/lukasb1b",
"followers_url": "https://api.github.com/users/lukasb1b/... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-02-28T23:16:20 | 2026-02-28T23:16:20 | null | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8035",
"html_url": "https://github.com/huggingface/datasets/pull/8035",
"diff_url": "https://github.com/huggingface/datasets/pull/8035.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8035.patch",
"merged_at": null
} | null | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8035/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8035/timeline | null | null | null | null | null | true |
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 | {
"login": "Nexround",
"id": 12998729,
"node_id": "MDQ6VXNlcjEyOTk4NzI5",
"avatar_url": "https://avatars.githubusercontent.com/u/12998729?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Nexround",
"html_url": "https://github.com/Nexround",
"followers_url": "https://api.github.com/users/Nex... | [] | open | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 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 | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8034/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8034/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
} | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8033 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8033/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8033/comments | https://api.github.com/repos/huggingface/datasets/issues/8033/events | https://github.com/huggingface/datasets/pull/8033 | 4,003,917,950 | PR_kwDODunzps7G-QP1 | 8,033 | perf: use deque for async map task/index queues | {
"login": "giulio-leone",
"id": 6887247,
"node_id": "MDQ6VXNlcjY4ODcyNDc=",
"avatar_url": "https://avatars.githubusercontent.com/u/6887247?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/giulio-leone",
"html_url": "https://github.com/giulio-leone",
"followers_url": "https://api.github.com... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-02-28T05:07:00 | 2026-03-07T21:49:34 | 2026-03-07T21:49:34 | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8033",
"html_url": "https://github.com/huggingface/datasets/pull/8033",
"diff_url": "https://github.com/huggingface/datasets/pull/8033.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8033.patch",
"merged_at": null
} | ## Problem
`arrow_dataset.py` and `iterable_dataset.py` drain `indices` and `tasks` lists front-to-back via `.pop(0)` during parallel async map operations. With `MAX_NUM_RUNNING_ASYNC_MAP_FUNCTIONS_IN_PARALLEL` items in flight, each `.pop(0)` is **O(n)** making the drain loop **O(n²)**.
## Solution
Switch both `indi... | {
"login": "giulio-leone",
"id": 6887247,
"node_id": "MDQ6VXNlcjY4ODcyNDc=",
"avatar_url": "https://avatars.githubusercontent.com/u/6887247?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/giulio-leone",
"html_url": "https://github.com/giulio-leone",
"followers_url": "https://api.github.com... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8033/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8033/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8032 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8032/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8032/comments | https://api.github.com/repos/huggingface/datasets/issues/8032/events | https://github.com/huggingface/datasets/pull/8032 | 4,003,285,460 | PR_kwDODunzps7G8PQ8 | 8,032 | set dev version | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-02-27T23:28:21 | 2026-02-27T23:31:20 | 2026-02-27T23:28:27 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8032",
"html_url": "https://github.com/huggingface/datasets/pull/8032",
"diff_url": "https://github.com/huggingface/datasets/pull/8032.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8032.patch",
"merged_at": "2026-02-27T23:28... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8032/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8032/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8031 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8031/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8031/comments | https://api.github.com/repos/huggingface/datasets/issues/8031/events | https://github.com/huggingface/datasets/pull/8031 | 4,003,278,631 | PR_kwDODunzps7G8N4w | 8,031 | release: 4.6.1 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-02-27T23:25:42 | 2026-02-27T23:29:21 | 2026-02-27T23:26:09 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8031",
"html_url": "https://github.com/huggingface/datasets/pull/8031",
"diff_url": "https://github.com/huggingface/datasets/pull/8031.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8031.patch",
"merged_at": "2026-02-27T23:26... | null | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8031/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8031/timeline | null | null | null | null | null | true |
https://api.github.com/repos/huggingface/datasets/issues/8030 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8030/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8030/comments | https://api.github.com/repos/huggingface/datasets/issues/8030/events | https://github.com/huggingface/datasets/pull/8030 | 4,003,238,887 | PR_kwDODunzps7G8F4x | 8,030 | Remove tmp file in push to hub | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | [] | closed | false | [] | null | [
"@albertvillanova my tests are failing here:\r\n```\r\ndataset_name = 'gooaq'\r\n\r\n def test_load_dataset(self, dataset_name):\r\n configs = self.dataset_tester.load_all_configs(dataset_name, is_local=True)[:1]\r\n> self.dataset_tester.check_load_dataset(dataset_name, configs, is_local=True, use_l... | 2026-02-27T23:07:52 | 2026-03-02T09:23:47 | 2026-02-27T23:21:02 | null | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8030",
"html_url": "https://github.com/huggingface/datasets/pull/8030",
"diff_url": "https://github.com/huggingface/datasets/pull/8030.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/8030.patch",
"merged_at": "2026-02-27T23:21... | reported in https://github.com/huggingface/datasets/pull/7979#issuecomment-3973374484 | {
"login": "lhoestq",
"id": 42851186,
"node_id": "MDQ6VXNlcjQyODUxMTg2",
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhoestq",
"html_url": "https://github.com/lhoestq",
"followers_url": "https://api.github.com/users/lhoest... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/8030/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/8030/timeline | null | null | null | null | null | true |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 10