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 | assignee dict | assignees list | milestone dict | comments sequence | created_at timestamp[ms] | updated_at timestamp[ms] | closed_at timestamp[ms] | author_association string | type null | active_lock_reason null | sub_issues_summary dict | body string | closed_by dict | reactions dict | timeline_url string | performed_via_github_app null | state_reason string | draft bool | pull_request dict | is_pull_request bool |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/7590 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7590/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7590/comments | https://api.github.com/repos/huggingface/datasets/issues/7590/events | https://github.com/huggingface/datasets/issues/7590 | 3,101,654,892 | I_kwDODunzps64339s | 7,590 | `ArrowNotImplementedError: Unsupported cast from list<item:struct<…>> to struct` when loading nested `Sequence(Features)` JSONL | {
"login": "AHS-uni",
"id": 183279820,
"node_id": "U_kgDOCuygzA",
"avatar_url": "https://avatars.githubusercontent.com/u/183279820?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AHS-uni",
"html_url": "https://github.com/AHS-uni",
"followers_url": "https://api.github.com/users/AHS-uni/foll... | [] | open | false | null | [] | null | [
"Hi @lhoestq \n\nCould you help confirm whether this qualifies as a bug?\n\nIt looks like the issue stems from how `Sequence(Features(...))` is interpreted as a plain struct during schema inference, which leads to a mismatch when casting with PyArrow (especially with nested structs inside lists). From the descripti... | 2025-05-29T22:53:36 | 2025-05-30T09:02:12 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
When loading a JSONL dataset with a top‐level `tags` field defined as a list of structs (via `Sequence(Features({...}))`), Hugging Face Datasets still infers `tags` as a single `struct<…>`, and then PyArrow throws:
```
ArrowNotImplementedError: Unsupported cast from list<item: struct<…>> to struc... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7590/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/7590/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7589 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7589/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7589/comments | https://api.github.com/repos/huggingface/datasets/issues/7589/events | https://github.com/huggingface/datasets/pull/7589 | 3,101,119,704 | PR_kwDODunzps6YKiyL | 7,589 | feat: use content defined chunking | {
"login": "kszucs",
"id": 961747,
"node_id": "MDQ6VXNlcjk2MTc0Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/961747?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kszucs",
"html_url": "https://github.com/kszucs",
"followers_url": "https://api.github.com/users/kszucs/follow... | [] | open | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7589). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-29T18:19:41 | 2025-05-30T11:09:19 | null | COLLABORATOR | null | null | null | WIP:
- [x] set the parameters in `io.parquet.ParquetDatasetReader`
- [x] set the parameters in `arrow_writer.ParquetWriter`
It requires a new pyarrow pin ">=21.0.0" which is not yet released. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7589/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7589/timeline | null | null | true | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7589",
"html_url": "https://github.com/huggingface/datasets/pull/7589",
"diff_url": "https://github.com/huggingface/datasets/pull/7589.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7589.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7588 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7588/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7588/comments | https://api.github.com/repos/huggingface/datasets/issues/7588/events | https://github.com/huggingface/datasets/issues/7588 | 3,094,012,025 | I_kwDODunzps64auB5 | 7,588 | ValueError: Invalid pattern: '**' can only be an entire path component [Colab] | {
"login": "wkambale",
"id": 43061081,
"node_id": "MDQ6VXNlcjQzMDYxMDgx",
"avatar_url": "https://avatars.githubusercontent.com/u/43061081?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wkambale",
"html_url": "https://github.com/wkambale",
"followers_url": "https://api.github.com/users/wka... | [] | closed | false | null | [] | null | [
"Could you please run the following code snippet in your environment and share the exact output? This will help check for any compatibility issues within the env itself. \n\n```\nimport datasets\nimport huggingface_hub\nimport fsspec\n\nprint(\"datasets version:\", datasets.__version__)\nprint(\"huggingface_hub ver... | 2025-05-27T13:46:05 | 2025-05-30T13:22:52 | 2025-05-30T01:26:30 | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
I have a dataset on HF [here](https://huggingface.co/datasets/kambale/luganda-english-parallel-corpus) that i've previously used to train a translation model [here](https://huggingface.co/kambale/pearl-11m-translate).
now i changed a few hyperparameters to increase number of tokens for the model,... | {
"login": "wkambale",
"id": 43061081,
"node_id": "MDQ6VXNlcjQzMDYxMDgx",
"avatar_url": "https://avatars.githubusercontent.com/u/43061081?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wkambale",
"html_url": "https://github.com/wkambale",
"followers_url": "https://api.github.com/users/wka... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7588/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/7588/timeline | null | completed | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7587 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7587/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7587/comments | https://api.github.com/repos/huggingface/datasets/issues/7587/events | https://github.com/huggingface/datasets/pull/7587 | 3,091,834,987 | PR_kwDODunzps6XrB8F | 7,587 | load_dataset splits typing | {
"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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7587). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-26T18:28:40 | 2025-05-26T18:31:10 | 2025-05-26T18:29:57 | MEMBER | null | null | null | close https://github.com/huggingface/datasets/issues/7583 | {
"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/7587/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/7587/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7587",
"html_url": "https://github.com/huggingface/datasets/pull/7587",
"diff_url": "https://github.com/huggingface/datasets/pull/7587.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7587.patch",
"merged_at": "2025-05-26T18:29... | true |
https://api.github.com/repos/huggingface/datasets/issues/7586 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7586/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7586/comments | https://api.github.com/repos/huggingface/datasets/issues/7586/events | https://github.com/huggingface/datasets/issues/7586 | 3,091,320,431 | I_kwDODunzps64Qc5v | 7,586 | help is appreciated | {
"login": "rajasekarnp1",
"id": 54931785,
"node_id": "MDQ6VXNlcjU0OTMxNzg1",
"avatar_url": "https://avatars.githubusercontent.com/u/54931785?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rajasekarnp1",
"html_url": "https://github.com/rajasekarnp1",
"followers_url": "https://api.github.c... | [
{
"id": 1935892871,
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
}
] | open | false | null | [] | null | [
"how is this related to this repository ?"
] | 2025-05-26T14:00:42 | 2025-05-26T18:21:57 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Feature request
https://github.com/rajasekarnp1/neural-audio-upscaler/tree/main
### Motivation
ai model develpment and audio
### Your contribution
ai model develpment and audio | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7586/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/7586/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7585 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7585/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7585/comments | https://api.github.com/repos/huggingface/datasets/issues/7585/events | https://github.com/huggingface/datasets/pull/7585 | 3,091,227,921 | PR_kwDODunzps6Xo-Tw | 7,585 | Avoid multiple default config names | {
"login": "albertvillanova",
"id": 8515462,
"node_id": "MDQ6VXNlcjg1MTU0NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/albertvillanova",
"html_url": "https://github.com/albertvillanova",
"followers_url": "https://api.g... | [] | open | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7585). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-26T13:27:59 | 2025-05-26T13:38:19 | null | MEMBER | null | null | null | Fix duplicating default config names.
Currently, when calling `push_to_hub(set_default=True` with 2 different config names, both are set as default.
Moreover, this will generate an error next time we try to push another default config name, raised by `MetadataConfigs.get_default_config_name`:
https://github.com... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7585/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/7585/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7585",
"html_url": "https://github.com/huggingface/datasets/pull/7585",
"diff_url": "https://github.com/huggingface/datasets/pull/7585.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7585.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7584 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7584/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7584/comments | https://api.github.com/repos/huggingface/datasets/issues/7584/events | https://github.com/huggingface/datasets/issues/7584 | 3,090,255,023 | I_kwDODunzps64MYyv | 7,584 | Add LMDB format support | {
"login": "trotsky1997",
"id": 30512160,
"node_id": "MDQ6VXNlcjMwNTEyMTYw",
"avatar_url": "https://avatars.githubusercontent.com/u/30512160?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trotsky1997",
"html_url": "https://github.com/trotsky1997",
"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 | [] | null | [
"Hi ! Can you explain what's your use case ? Is it about converting LMDB to Dataset objects (i.e. converting to Arrow) ?"
] | 2025-05-26T07:10:13 | 2025-05-26T18:23:37 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Feature request
Add LMDB format support for large memory-mapping files
### Motivation
Add LMDB format support for large memory-mapping files
### Your contribution
I'm trying to add it | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7584/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/7584/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7583 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7583/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7583/comments | https://api.github.com/repos/huggingface/datasets/issues/7583/events | https://github.com/huggingface/datasets/issues/7583 | 3,088,987,757 | I_kwDODunzps64HjZt | 7,583 | load_dataset type stubs reject List[str] for split parameter, but runtime supports it | {
"login": "hierr",
"id": 25069969,
"node_id": "MDQ6VXNlcjI1MDY5OTY5",
"avatar_url": "https://avatars.githubusercontent.com/u/25069969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hierr",
"html_url": "https://github.com/hierr",
"followers_url": "https://api.github.com/users/hierr/follow... | [] | closed | false | null | [] | null | [] | 2025-05-25T02:33:18 | 2025-05-26T18:29:58 | 2025-05-26T18:29:58 | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
The [load_dataset](https://huggingface.co/docs/datasets/v3.6.0/en/package_reference/loading_methods#datasets.load_dataset) method accepts a `List[str]` as the split parameter at runtime, however, the current type stubs restrict the split parameter to `Union[str, Split, None]`. This causes type che... | {
"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/7583/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/7583/timeline | null | completed | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7582 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7582/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7582/comments | https://api.github.com/repos/huggingface/datasets/issues/7582/events | https://github.com/huggingface/datasets/pull/7582 | 3,083,515,643 | PR_kwDODunzps6XPIt7 | 7,582 | fix: Add embed_storage in Pdf feature | {
"login": "AndreaFrancis",
"id": 5564745,
"node_id": "MDQ6VXNlcjU1NjQ3NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5564745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreaFrancis",
"html_url": "https://github.com/AndreaFrancis",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7582). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-22T14:06:29 | 2025-05-22T14:17:38 | 2025-05-22T14:17:36 | CONTRIBUTOR | null | null | null | Add missing `embed_storage` method in Pdf feature (Same as in Audio and Image) | {
"login": "AndreaFrancis",
"id": 5564745,
"node_id": "MDQ6VXNlcjU1NjQ3NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5564745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreaFrancis",
"html_url": "https://github.com/AndreaFrancis",
"followers_url": "https://api.github.... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7582/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/7582/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7582",
"html_url": "https://github.com/huggingface/datasets/pull/7582",
"diff_url": "https://github.com/huggingface/datasets/pull/7582.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7582.patch",
"merged_at": "2025-05-22T14:17... | true |
https://api.github.com/repos/huggingface/datasets/issues/7581 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7581/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7581/comments | https://api.github.com/repos/huggingface/datasets/issues/7581/events | https://github.com/huggingface/datasets/pull/7581 | 3,083,080,413 | PR_kwDODunzps6XNpm0 | 7,581 | Add missing property on `RepeatExamplesIterable` | {
"login": "SilvanCodes",
"id": 42788329,
"node_id": "MDQ6VXNlcjQyNzg4MzI5",
"avatar_url": "https://avatars.githubusercontent.com/u/42788329?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SilvanCodes",
"html_url": "https://github.com/SilvanCodes",
"followers_url": "https://api.github.com/... | [] | open | false | null | [] | null | [] | 2025-05-22T11:41:07 | 2025-05-22T11:41:07 | null | NONE | null | null | null | Fixes #7561 | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7581/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/7581/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7581",
"html_url": "https://github.com/huggingface/datasets/pull/7581",
"diff_url": "https://github.com/huggingface/datasets/pull/7581.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7581.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7580 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7580/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7580/comments | https://api.github.com/repos/huggingface/datasets/issues/7580/events | https://github.com/huggingface/datasets/issues/7580 | 3,082,993,027 | I_kwDODunzps63wr2D | 7,580 | Requesting a specific split (eg: test) still downloads all (train, test, val) data when streaming=False. | {
"login": "s3pi",
"id": 48768216,
"node_id": "MDQ6VXNlcjQ4NzY4MjE2",
"avatar_url": "https://avatars.githubusercontent.com/u/48768216?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/s3pi",
"html_url": "https://github.com/s3pi",
"followers_url": "https://api.github.com/users/s3pi/followers"... | [] | open | false | null | [] | null | [
"Hi ! There was a PR open to improve this: https://github.com/huggingface/datasets/pull/6832 \nbut it hasn't been continued so far.\n\nIt would be a cool improvement though !"
] | 2025-05-22T11:08:16 | 2025-05-26T18:40:31 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
When using load_dataset() from the datasets library (in load.py), specifying a particular split (e.g., split="train") still results in downloading data for all splits when streaming=False. This happens during the builder_instance.download_and_prepare() call.
This behavior leads to unnecessary band... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7580/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/7580/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7579 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7579/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7579/comments | https://api.github.com/repos/huggingface/datasets/issues/7579/events | https://github.com/huggingface/datasets/pull/7579 | 3,081,849,022 | PR_kwDODunzps6XJerX | 7,579 | Fix typos in PDF and Video documentation | {
"login": "AndreaFrancis",
"id": 5564745,
"node_id": "MDQ6VXNlcjU1NjQ3NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5564745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AndreaFrancis",
"html_url": "https://github.com/AndreaFrancis",
"followers_url": "https://api.github.... | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7579). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-22T02:27:40 | 2025-05-22T12:53:49 | 2025-05-22T12:53:47 | CONTRIBUTOR | null | null | null | 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/7579/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/7579/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7579",
"html_url": "https://github.com/huggingface/datasets/pull/7579",
"diff_url": "https://github.com/huggingface/datasets/pull/7579.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7579.patch",
"merged_at": "2025-05-22T12:53... | true |
https://api.github.com/repos/huggingface/datasets/issues/7577 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7577/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7577/comments | https://api.github.com/repos/huggingface/datasets/issues/7577/events | https://github.com/huggingface/datasets/issues/7577 | 3,080,833,740 | I_kwDODunzps63ocrM | 7,577 | arrow_schema is not compatible with list | {
"login": "jonathanshen-upwork",
"id": 164412025,
"node_id": "U_kgDOCcy6eQ",
"avatar_url": "https://avatars.githubusercontent.com/u/164412025?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonathanshen-upwork",
"html_url": "https://github.com/jonathanshen-upwork",
"followers_url": "https... | [] | closed | false | null | [] | null | [
"Thanks for reporting, I'll look into it",
"Actually it looks like you just forgot parenthesis:\n\n```diff\n- f = datasets.Features({'x': list[datasets.Value(dtype='int32')]})\n+ f = datasets.Features({'x': list([datasets.Value(dtype='int32')])})\n```\n\nor simply using the `[ ]` syntax:\n\n```python\nf = dataset... | 2025-05-21T16:37:01 | 2025-05-26T18:49:51 | 2025-05-26T18:32:55 | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
```
import datasets
f = datasets.Features({'x': list[datasets.Value(dtype='int32')]})
f.arrow_schema
Traceback (most recent call last):
File "datasets/features/features.py", line 1826, in arrow_schema
return pa.schema(self.type).with_metadata({"huggingface": json.dumps(hf_metadata)})
... | {
"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/7577/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7577/timeline | null | completed | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7576 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7576/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7576/comments | https://api.github.com/repos/huggingface/datasets/issues/7576/events | https://github.com/huggingface/datasets/pull/7576 | 3,080,450,538 | PR_kwDODunzps6XEuMz | 7,576 | Fix regex library warnings | {
"login": "emmanuel-ferdman",
"id": 35470921,
"node_id": "MDQ6VXNlcjM1NDcwOTIx",
"avatar_url": "https://avatars.githubusercontent.com/u/35470921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emmanuel-ferdman",
"html_url": "https://github.com/emmanuel-ferdman",
"followers_url": "https://... | [] | open | false | null | [] | null | [] | 2025-05-21T14:31:58 | 2025-05-21T14:31:58 | null | NONE | null | null | null | # PR Summary
This small PR resolves the regex library warnings showing starting Python3.11:
```python
DeprecationWarning: 'count' is passed as positional argument
``` | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7576/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/7576/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7576",
"html_url": "https://github.com/huggingface/datasets/pull/7576",
"diff_url": "https://github.com/huggingface/datasets/pull/7576.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7576.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7575 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7575/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7575/comments | https://api.github.com/repos/huggingface/datasets/issues/7575/events | https://github.com/huggingface/datasets/pull/7575 | 3,080,228,718 | PR_kwDODunzps6XD9gM | 7,575 | [MINOR:TYPO] Update save_to_disk docstring | {
"login": "cakiki",
"id": 3664563,
"node_id": "MDQ6VXNlcjM2NjQ1NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/3664563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cakiki",
"html_url": "https://github.com/cakiki",
"followers_url": "https://api.github.com/users/cakiki/foll... | [] | open | false | null | [] | null | [] | 2025-05-21T13:22:24 | 2025-05-21T13:22:24 | null | CONTRIBUTOR | null | null | null | r/hub/filesystem in save_to_disk | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7575/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/7575/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7575",
"html_url": "https://github.com/huggingface/datasets/pull/7575",
"diff_url": "https://github.com/huggingface/datasets/pull/7575.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7575.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7574 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7574/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7574/comments | https://api.github.com/repos/huggingface/datasets/issues/7574/events | https://github.com/huggingface/datasets/issues/7574 | 3,079,641,072 | I_kwDODunzps63j5fw | 7,574 | Missing multilingual directions in IWSLT2017 dataset's processing script | {
"login": "andy-joy-25",
"id": 79297451,
"node_id": "MDQ6VXNlcjc5Mjk3NDUx",
"avatar_url": "https://avatars.githubusercontent.com/u/79297451?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andy-joy-25",
"html_url": "https://github.com/andy-joy-25",
"followers_url": "https://api.github.com/... | [] | open | false | null | [] | null | [
"I have opened 2 PRs on the Hub: `https://huggingface.co/datasets/IWSLT/iwslt2017/discussions/7` and `https://huggingface.co/datasets/IWSLT/iwslt2017/discussions/8` to resolve this issue",
"cool ! I pinged the owners of the dataset on HF to merge your PRs :)"
] | 2025-05-21T09:53:17 | 2025-05-26T18:36:38 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
Hi,
Upon using `iwslt2017.py` in `IWSLT/iwslt2017` on the Hub for loading the datasets, I am unable to obtain the datasets for the language pairs `de-it`, `de-ro`, `de-nl`, `it-de`, `nl-de`, and `ro-de` using it. These 6 pairs do not show up when using `get_dataset_config_names()` to obtain the ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7574/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/7574/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7573 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7573/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7573/comments | https://api.github.com/repos/huggingface/datasets/issues/7573/events | https://github.com/huggingface/datasets/issues/7573 | 3,076,415,382 | I_kwDODunzps63Xl-W | 7,573 | No Samsum dataset | {
"login": "IgorKasianenko",
"id": 17688220,
"node_id": "MDQ6VXNlcjE3Njg4MjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/17688220?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/IgorKasianenko",
"html_url": "https://github.com/IgorKasianenko",
"followers_url": "https://api.gi... | [] | open | false | null | [] | null | [] | 2025-05-20T09:54:35 | 2025-05-20T09:54:35 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
https://huggingface.co/datasets/Samsung/samsum dataset not found error 404
Originated from https://github.com/meta-llama/llama-cookbook/issues/948
### Steps to reproduce the bug
go to website https://huggingface.co/datasets/Samsung/samsum
see the error
also downloading it with python throws
`... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7573/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/7573/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7572 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7572/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7572/comments | https://api.github.com/repos/huggingface/datasets/issues/7572/events | https://github.com/huggingface/datasets/pull/7572 | 3,074,529,251 | PR_kwDODunzps6WwsZB | 7,572 | Fixed typos | {
"login": "TopCoder2K",
"id": 47208659,
"node_id": "MDQ6VXNlcjQ3MjA4NjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/47208659?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TopCoder2K",
"html_url": "https://github.com/TopCoder2K",
"followers_url": "https://api.github.com/use... | [] | open | false | null | [] | null | [
"@lhoestq, mentioning in case you haven't seen this PR. The contribution is very small and easy to check :)"
] | 2025-05-19T17:16:59 | 2025-05-22T18:10:26 | null | CONTRIBUTOR | null | null | null | More info: [comment](https://github.com/huggingface/datasets/pull/7564#issuecomment-2863391781). | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7572/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/7572/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7572",
"html_url": "https://github.com/huggingface/datasets/pull/7572",
"diff_url": "https://github.com/huggingface/datasets/pull/7572.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7572.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7571 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7571/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7571/comments | https://api.github.com/repos/huggingface/datasets/issues/7571/events | https://github.com/huggingface/datasets/pull/7571 | 3,074,116,942 | PR_kwDODunzps6WvRqi | 7,571 | fix string_to_dict test | {
"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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7571). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-19T14:49:23 | 2025-05-19T14:52:24 | 2025-05-19T14:49:28 | MEMBER | null | null | null | 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/7571/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/7571/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7571",
"html_url": "https://github.com/huggingface/datasets/pull/7571",
"diff_url": "https://github.com/huggingface/datasets/pull/7571.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7571.patch",
"merged_at": "2025-05-19T14:49... | true |
https://api.github.com/repos/huggingface/datasets/issues/7570 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7570/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7570/comments | https://api.github.com/repos/huggingface/datasets/issues/7570/events | https://github.com/huggingface/datasets/issues/7570 | 3,065,966,529 | I_kwDODunzps62vu_B | 7,570 | Dataset lib seems to broke after fssec lib update | {
"login": "sleepingcat4",
"id": 81933585,
"node_id": "MDQ6VXNlcjgxOTMzNTg1",
"avatar_url": "https://avatars.githubusercontent.com/u/81933585?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sleepingcat4",
"html_url": "https://github.com/sleepingcat4",
"followers_url": "https://api.github.c... | [] | open | false | null | [] | null | [] | 2025-05-15T11:45:06 | 2025-05-15T11:45:06 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
I am facing an issue since today where HF's dataset is acting weird and in some instances failure to recognise a valid dataset entirely, I think it is happening due to recent change in `fsspec` lib as using this command fixed it for me in one-time: `!pip install -U datasets huggingface_hub fsspec`... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7570/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/7570/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7569 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7569/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7569/comments | https://api.github.com/repos/huggingface/datasets/issues/7569/events | https://github.com/huggingface/datasets/issues/7569 | 3,061,234,054 | I_kwDODunzps62drmG | 7,569 | Dataset creation is broken if nesting a dict inside a dict inside a list | {
"login": "TimSchneider42",
"id": 25732590,
"node_id": "MDQ6VXNlcjI1NzMyNTkw",
"avatar_url": "https://avatars.githubusercontent.com/u/25732590?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TimSchneider42",
"html_url": "https://github.com/TimSchneider42",
"followers_url": "https://api.gi... | [] | open | false | null | [] | null | [
"Hi ! That's because Séquence is a type that comes from tensorflow datasets and inverts lists and focus when doing Séquence(dict).\n\nInstead you should use a list. In your case\n```python\nfeatures = Features({\n \"a\": [{\"b\": {\"c\": Value(\"string\")}}]\n})\n```",
"Hi,\n\nThanks for the swift reply! Could... | 2025-05-13T21:06:45 | 2025-05-20T19:25:15 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
Hey,
I noticed that the creation of datasets with `Dataset.from_generator` is broken if dicts and lists are nested in a certain way and a schema is being passed. See below for details.
Best,
Tim
### Steps to reproduce the bug
Runing this code:
```python
from datasets import Dataset, Features,... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7569/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/7569/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7568 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7568/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7568/comments | https://api.github.com/repos/huggingface/datasets/issues/7568/events | https://github.com/huggingface/datasets/issues/7568 | 3,060,515,257 | I_kwDODunzps62a8G5 | 7,568 | `IterableDatasetDict.map()` call removes `column_names` (in fact info.features) | {
"login": "mombip",
"id": 7893763,
"node_id": "MDQ6VXNlcjc4OTM3NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7893763?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mombip",
"html_url": "https://github.com/mombip",
"followers_url": "https://api.github.com/users/mombip/foll... | [] | open | false | null | [] | null | [
"Hi ! IterableDataset doesn't know what's the output of the function you pass to map(), so it's not possible to know in advance the features of the output dataset.\n\nThere is a workaround though: either do `ds = ds.map(..., features=features)`, or you can do `ds = ds._resolve_features()` which iterates on the firs... | 2025-05-13T15:45:42 | 2025-05-19T12:09:48 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | When calling `IterableDatasetDict.map()`, each split’s `IterableDataset.map()` is invoked without a `features` argument. While omitting the argument isn’t itself incorrect, the implementation then sets `info.features = features`, which destroys the original `features` content. Since `IterableDataset.column_names` relie... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7568/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/7568/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7567 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7567/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7567/comments | https://api.github.com/repos/huggingface/datasets/issues/7567/events | https://github.com/huggingface/datasets/issues/7567 | 3,058,308,538 | I_kwDODunzps62ShW6 | 7,567 | interleave_datasets seed with multiple workers | {
"login": "jonathanasdf",
"id": 511073,
"node_id": "MDQ6VXNlcjUxMTA3Mw==",
"avatar_url": "https://avatars.githubusercontent.com/u/511073?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jonathanasdf",
"html_url": "https://github.com/jonathanasdf",
"followers_url": "https://api.github.com/u... | [] | open | false | null | [] | null | [
"Hi ! It's already the case IIRC: the effective seed looks like `seed + worker_id`. Do you have a reproducible example ?",
"here is an example with shuffle\n\n```\nimport itertools\nimport datasets\nimport multiprocessing\nimport torch.utils.data\n\n\ndef gen(shard):\n worker_info = torch.utils.data.get_worker_i... | 2025-05-12T22:38:27 | 2025-05-15T20:39:37 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
Using interleave_datasets with multiple dataloader workers and a seed set causes the same dataset sampling order across all workers.
Should the seed be modulated with the worker id?
### Steps to reproduce the bug
See above
### Expected behavior
See above
### Environment info
- `datasets` ve... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7567/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/7567/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7566 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7566/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7566/comments | https://api.github.com/repos/huggingface/datasets/issues/7566/events | https://github.com/huggingface/datasets/issues/7566 | 3,055,279,344 | I_kwDODunzps62G9zw | 7,566 | terminate called without an active exception; Aborted (core dumped) | {
"login": "alexey-milovidov",
"id": 18581488,
"node_id": "MDQ6VXNlcjE4NTgxNDg4",
"avatar_url": "https://avatars.githubusercontent.com/u/18581488?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alexey-milovidov",
"html_url": "https://github.com/alexey-milovidov",
"followers_url": "https://... | [] | open | false | null | [] | null | [] | 2025-05-11T23:05:54 | 2025-05-11T23:05:54 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
I use it as in the tutorial here: https://huggingface.co/docs/datasets/stream, and it ends up with abort.
### Steps to reproduce the bug
1. `pip install datasets`
2.
```
$ cat main.py
#!/usr/bin/env python3
from datasets import load_dataset
dataset = load_dataset('HuggingFaceFW/fineweb', spl... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7566/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/7566/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7565 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7565/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7565/comments | https://api.github.com/repos/huggingface/datasets/issues/7565/events | https://github.com/huggingface/datasets/pull/7565 | 3,051,731,207 | PR_kwDODunzps6VkFBm | 7,565 | add check if repo exists for dataset uploading | {
"login": "Samoed",
"id": 36135455,
"node_id": "MDQ6VXNlcjM2MTM1NDU1",
"avatar_url": "https://avatars.githubusercontent.com/u/36135455?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Samoed",
"html_url": "https://github.com/Samoed",
"followers_url": "https://api.github.com/users/Samoed/fo... | [] | open | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7565). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-09T10:27:00 | 2025-05-19T16:03:17 | null | NONE | null | null | null | Currently, I'm reuploading datasets for [`MTEB`](https://github.com/embeddings-benchmark/mteb/). Some of them have many splits (more than 20), and I'm encountering the error:
`Too many requests for https://huggingface.co/datasets/repo/create`.
It seems that this issue occurs because the dataset tries to recreate it... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7565/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/7565/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7565",
"html_url": "https://github.com/huggingface/datasets/pull/7565",
"diff_url": "https://github.com/huggingface/datasets/pull/7565.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7565.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7564 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7564/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7564/comments | https://api.github.com/repos/huggingface/datasets/issues/7564/events | https://github.com/huggingface/datasets/pull/7564 | 3,049,275,226 | PR_kwDODunzps6VczLS | 7,564 | Implementation of iteration over values of a column in an IterableDataset object | {
"login": "TopCoder2K",
"id": 47208659,
"node_id": "MDQ6VXNlcjQ3MjA4NjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/47208659?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TopCoder2K",
"html_url": "https://github.com/TopCoder2K",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | null | [
"A couple of questions:\r\n1. I've noticed two strange things: 1) \"Around 80% of the final dataset is made of the `en_dataset`\" in https://huggingface.co/docs/datasets/stream, 2) \"Click on \"Pull request\" to send your to the project maintainers\" in https://github.com/huggingface/datasets/blob/main/CONTRIBUTING... | 2025-05-08T14:59:22 | 2025-05-19T12:15:02 | 2025-05-19T12:15:02 | CONTRIBUTOR | null | null | null | Refers to [this issue](https://github.com/huggingface/datasets/issues/7381). | {
"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/7564/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/7564/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7564",
"html_url": "https://github.com/huggingface/datasets/pull/7564",
"diff_url": "https://github.com/huggingface/datasets/pull/7564.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7564.patch",
"merged_at": "2025-05-19T12:15... | true |
https://api.github.com/repos/huggingface/datasets/issues/7563 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7563/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7563/comments | https://api.github.com/repos/huggingface/datasets/issues/7563/events | https://github.com/huggingface/datasets/pull/7563 | 3,046,351,253 | PR_kwDODunzps6VS0QL | 7,563 | 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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7563). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-07T15:18:29 | 2025-05-07T15:21:05 | 2025-05-07T15:18:36 | MEMBER | null | null | null | 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/7563/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/7563/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7563",
"html_url": "https://github.com/huggingface/datasets/pull/7563",
"diff_url": "https://github.com/huggingface/datasets/pull/7563.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7563.patch",
"merged_at": "2025-05-07T15:18... | true |
https://api.github.com/repos/huggingface/datasets/issues/7562 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7562/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7562/comments | https://api.github.com/repos/huggingface/datasets/issues/7562/events | https://github.com/huggingface/datasets/pull/7562 | 3,046,339,430 | PR_kwDODunzps6VSxmx | 7,562 | release: 3.6.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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7562). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-07T15:15:13 | 2025-05-07T15:17:46 | 2025-05-07T15:15:21 | MEMBER | null | null | null | 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/7562/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7562/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7562",
"html_url": "https://github.com/huggingface/datasets/pull/7562",
"diff_url": "https://github.com/huggingface/datasets/pull/7562.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7562.patch",
"merged_at": "2025-05-07T15:15... | true |
https://api.github.com/repos/huggingface/datasets/issues/7561 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7561/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7561/comments | https://api.github.com/repos/huggingface/datasets/issues/7561/events | https://github.com/huggingface/datasets/issues/7561 | 3,046,302,653 | I_kwDODunzps61kuO9 | 7,561 | NotImplementedError: <class 'datasets.iterable_dataset.RepeatExamplesIterable'> doesn't implement num_shards yet | {
"login": "cyanic-selkie",
"id": 32219669,
"node_id": "MDQ6VXNlcjMyMjE5NjY5",
"avatar_url": "https://avatars.githubusercontent.com/u/32219669?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cyanic-selkie",
"html_url": "https://github.com/cyanic-selkie",
"followers_url": "https://api.githu... | [] | open | false | null | [] | null | [] | 2025-05-07T15:05:42 | 2025-05-07T15:05:42 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
When using `.repeat()` on an `IterableDataset`, this error gets thrown. There is [this thread](https://discuss.huggingface.co/t/making-an-infinite-iterabledataset/146192/5) that seems to imply the fix is trivial, but I don't know anything about this codebase, so I'm opening this issue rather than ... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7561/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/7561/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7560 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7560/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7560/comments | https://api.github.com/repos/huggingface/datasets/issues/7560/events | https://github.com/huggingface/datasets/pull/7560 | 3,046,265,500 | PR_kwDODunzps6VShIc | 7,560 | fix decoding tests | {
"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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7560). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-07T14:56:14 | 2025-05-07T14:59:02 | 2025-05-07T14:56:20 | MEMBER | null | null | null | 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/7560/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/7560/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7560",
"html_url": "https://github.com/huggingface/datasets/pull/7560",
"diff_url": "https://github.com/huggingface/datasets/pull/7560.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7560.patch",
"merged_at": "2025-05-07T14:56... | true |
https://api.github.com/repos/huggingface/datasets/issues/7559 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7559/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7559/comments | https://api.github.com/repos/huggingface/datasets/issues/7559/events | https://github.com/huggingface/datasets/pull/7559 | 3,046,177,078 | PR_kwDODunzps6VSNiX | 7,559 | fix aiohttp import | {
"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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7559). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-07T14:31:32 | 2025-05-07T14:34:34 | 2025-05-07T14:31:38 | MEMBER | null | null | null | 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/7559/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/7559/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7559",
"html_url": "https://github.com/huggingface/datasets/pull/7559",
"diff_url": "https://github.com/huggingface/datasets/pull/7559.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7559.patch",
"merged_at": "2025-05-07T14:31... | true |
https://api.github.com/repos/huggingface/datasets/issues/7558 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7558/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7558/comments | https://api.github.com/repos/huggingface/datasets/issues/7558/events | https://github.com/huggingface/datasets/pull/7558 | 3,046,066,628 | PR_kwDODunzps6VR1gN | 7,558 | fix regression | {
"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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7558). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-07T13:56:03 | 2025-05-07T13:58:52 | 2025-05-07T13:56:18 | MEMBER | null | null | null | reported in https://github.com/huggingface/datasets/pull/7557 (I just reorganized the condition)
wanted to apply this change to the original PR but github didn't let me apply it directly - merging this one instead | {
"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/7558/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/7558/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7558",
"html_url": "https://github.com/huggingface/datasets/pull/7558",
"diff_url": "https://github.com/huggingface/datasets/pull/7558.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7558.patch",
"merged_at": "2025-05-07T13:56... | true |
https://api.github.com/repos/huggingface/datasets/issues/7557 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7557/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7557/comments | https://api.github.com/repos/huggingface/datasets/issues/7557/events | https://github.com/huggingface/datasets/pull/7557 | 3,045,962,076 | PR_kwDODunzps6VRenr | 7,557 | check for empty _formatting | {
"login": "winglian",
"id": 381258,
"node_id": "MDQ6VXNlcjM4MTI1OA==",
"avatar_url": "https://avatars.githubusercontent.com/u/381258?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/winglian",
"html_url": "https://github.com/winglian",
"followers_url": "https://api.github.com/users/winglia... | [] | closed | false | null | [] | null | [
"Thanks for reporting and for the fix ! I tried to reorganize the condition in your PR but didn't get the right permission so. I ended up merging https://github.com/huggingface/datasets/pull/7558 directly so I can make a release today - I hope you don't mind"
] | 2025-05-07T13:22:37 | 2025-05-07T13:57:12 | 2025-05-07T13:57:12 | CONTRIBUTOR | null | null | null | Fixes a regression from #7553 breaking shuffling of iterable datasets
<img width="884" alt="Screenshot 2025-05-07 at 9 16 52 AM" src="https://github.com/user-attachments/assets/d2f43c5f-4092-4efe-ac31-a32cbd025fe3" />
| {
"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/7557/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/7557/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7557",
"html_url": "https://github.com/huggingface/datasets/pull/7557",
"diff_url": "https://github.com/huggingface/datasets/pull/7557.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7557.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7556 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7556/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7556/comments | https://api.github.com/repos/huggingface/datasets/issues/7556/events | https://github.com/huggingface/datasets/pull/7556 | 3,043,615,210 | PR_kwDODunzps6VJlTR | 7,556 | Add `--merge-pull-request` option for `convert_to_parquet` | {
"login": "klamike",
"id": 17013474,
"node_id": "MDQ6VXNlcjE3MDEzNDc0",
"avatar_url": "https://avatars.githubusercontent.com/u/17013474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/klamike",
"html_url": "https://github.com/klamike",
"followers_url": "https://api.github.com/users/klamik... | [] | open | false | null | [] | null | [
"This is ready for a review, happy to make any changes. The main question for maintainers is how this should interact with #7555. If my suggestion there is accepted, this PR can be kept as is. If not, more changes are required to merge all the PR parts."
] | 2025-05-06T18:05:05 | 2025-05-07T17:41:16 | null | NONE | null | null | null | Closes #7527
Note that this implementation **will only merge the last PR in the case that they get split up by `push_to_hub`**. See https://github.com/huggingface/datasets/discussions/7555 for more details. | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7556/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/7556/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7556",
"html_url": "https://github.com/huggingface/datasets/pull/7556",
"diff_url": "https://github.com/huggingface/datasets/pull/7556.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7556.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7554 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7554/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7554/comments | https://api.github.com/repos/huggingface/datasets/issues/7554/events | https://github.com/huggingface/datasets/issues/7554 | 3,043,089,844 | I_kwDODunzps61Yd20 | 7,554 | datasets downloads and generates all splits, even though a single split is requested (for dataset with loading script) | {
"login": "sei-eschwartz",
"id": 50171988,
"node_id": "MDQ6VXNlcjUwMTcxOTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/50171988?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sei-eschwartz",
"html_url": "https://github.com/sei-eschwartz",
"followers_url": "https://api.githu... | [] | closed | false | null | [] | null | [
"Hi ! there has been some effort on allowing to download only a subset of splits in https://github.com/huggingface/datasets/pull/6832 but no one has been continuing this work so far. This would be a welcomed contribution though\n\nAlso note that loading script are often unoptimized, and we recommend using datasets ... | 2025-05-06T14:43:38 | 2025-05-07T14:53:45 | 2025-05-07T14:53:44 | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
`datasets` downloads and generates all splits, even though a single split is requested. [This](https://huggingface.co/datasets/jordiae/exebench) is the dataset in question. It uses a loading script. I am not 100% sure that this is a bug, because maybe with loading scripts `datasets` must actual... | {
"login": "sei-eschwartz",
"id": 50171988,
"node_id": "MDQ6VXNlcjUwMTcxOTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/50171988?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sei-eschwartz",
"html_url": "https://github.com/sei-eschwartz",
"followers_url": "https://api.githu... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7554/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/7554/timeline | null | duplicate | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7553 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7553/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7553/comments | https://api.github.com/repos/huggingface/datasets/issues/7553/events | https://github.com/huggingface/datasets/pull/7553 | 3,042,953,907 | PR_kwDODunzps6VHUNW | 7,553 | Rebatch arrow iterables before formatted iterable | {
"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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7553). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"@lhoestq Our CI found an issue with this changeset causing a regression with shuffling ... | 2025-05-06T13:59:58 | 2025-05-07T13:17:41 | 2025-05-06T14:03:42 | MEMBER | null | null | null | close https://github.com/huggingface/datasets/issues/7538 and https://github.com/huggingface/datasets/issues/7475 | {
"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/7553/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/datasets/issues/7553/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7553",
"html_url": "https://github.com/huggingface/datasets/pull/7553",
"diff_url": "https://github.com/huggingface/datasets/pull/7553.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7553.patch",
"merged_at": "2025-05-06T14:03... | true |
https://api.github.com/repos/huggingface/datasets/issues/7552 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7552/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7552/comments | https://api.github.com/repos/huggingface/datasets/issues/7552/events | https://github.com/huggingface/datasets/pull/7552 | 3,040,258,084 | PR_kwDODunzps6U-BUv | 7,552 | Enable xet 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 | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7552). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-05T17:02:09 | 2025-05-06T12:42:51 | 2025-05-06T12:42:48 | MEMBER | null | null | null | follows https://github.com/huggingface/huggingface_hub/pull/3035
related to https://github.com/huggingface/datasets/issues/7526 | {
"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/7552/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/7552/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7552",
"html_url": "https://github.com/huggingface/datasets/pull/7552",
"diff_url": "https://github.com/huggingface/datasets/pull/7552.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7552.patch",
"merged_at": "2025-05-06T12:42... | true |
https://api.github.com/repos/huggingface/datasets/issues/7551 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7551/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7551/comments | https://api.github.com/repos/huggingface/datasets/issues/7551/events | https://github.com/huggingface/datasets/issues/7551 | 3,038,114,928 | I_kwDODunzps61FfRw | 7,551 | Issue with offline mode and partial dataset cached | {
"login": "nrv",
"id": 353245,
"node_id": "MDQ6VXNlcjM1MzI0NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/353245?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nrv",
"html_url": "https://github.com/nrv",
"followers_url": "https://api.github.com/users/nrv/followers",
"fol... | [] | open | false | null | [] | null | [
"It seems the problem comes from builder.py / create_config_id()\n\nOn the first call, when the cache is empty we have\n```\nconfig_kwargs = {'data_files': {'train': ['hf://datasets/uonlp/CulturaX@6a8734bc69fefcbb7735f4f9250f43e4cd7a442e/fr/fr_part_00038.parquet']}}\n```\nleading to config_id beeing 'default-2935e8... | 2025-05-04T16:49:37 | 2025-05-13T03:18:43 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
Hi,
a issue related to #4760 here when loading a single file from a dataset, unable to access it in offline mode afterwards
### Steps to reproduce the bug
```python
import os
# os.environ["HF_HUB_OFFLINE"] = "1"
os.environ["HF_TOKEN"] = "xxxxxxxxxxxxxx"
import datasets
dataset_name = "uonlp/... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7551/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/7551/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/7550 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7550/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7550/comments | https://api.github.com/repos/huggingface/datasets/issues/7550/events | https://github.com/huggingface/datasets/pull/7550 | 3,037,017,367 | PR_kwDODunzps6UzksN | 7,550 | disable aiohttp depend for python 3.13t free-threading compat | {
"login": "Qubitium",
"id": 417764,
"node_id": "MDQ6VXNlcjQxNzc2NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/417764?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Qubitium",
"html_url": "https://github.com/Qubitium",
"followers_url": "https://api.github.com/users/Qubitiu... | [] | closed | false | null | [] | null | [] | 2025-05-03T00:28:18 | 2025-05-03T00:28:24 | 2025-05-03T00:28:24 | NONE | null | null | null | null | {
"login": "Qubitium",
"id": 417764,
"node_id": "MDQ6VXNlcjQxNzc2NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/417764?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Qubitium",
"html_url": "https://github.com/Qubitium",
"followers_url": "https://api.github.com/users/Qubitiu... | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7550/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/7550/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7550",
"html_url": "https://github.com/huggingface/datasets/pull/7550",
"diff_url": "https://github.com/huggingface/datasets/pull/7550.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7550.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/datasets/issues/7549 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/7549/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/7549/comments | https://api.github.com/repos/huggingface/datasets/issues/7549/events | https://github.com/huggingface/datasets/issues/7549 | 3,036,272,015 | I_kwDODunzps60-dWP | 7,549 | TypeError: Couldn't cast array of type string to null on webdataset format dataset | {
"login": "narugo1992",
"id": 117186571,
"node_id": "U_kgDOBvwgCw",
"avatar_url": "https://avatars.githubusercontent.com/u/117186571?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/narugo1992",
"html_url": "https://github.com/narugo1992",
"followers_url": "https://api.github.com/users/nar... | [] | open | false | null | [] | null | [
"seems to get fixed by explicitly adding `dataset_infos.json` like this\n\n```json\n{\n \"default\": {\n \"description\": \"Image dataset with tags and ratings\",\n \"citation\": \"\",\n \"homepage\": \"\",\n \"license\": \"\",\n \"features\": {\n \"image\": {\n \"dtype\": \"image\",\n ... | 2025-05-02T15:18:07 | 2025-05-02T15:37:05 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | ### Describe the bug
```python
from datasets import load_dataset
dataset = load_dataset("animetimm/danbooru-wdtagger-v4-w640-ws-30k")
```
got
```
File "/home/ubuntu/miniconda3/lib/python3.10/site-packages/datasets/arrow_writer.py", line 626, in write_batch
arrays.append(pa.array(typed_sequence))
File "pyarro... | null | {
"url": "https://api.github.com/repos/huggingface/datasets/issues/7549/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/7549/timeline | null | null | null | null | false |
End of preview. Expand in Data Studio
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
- Curated by: [More Information Needed]
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Language(s) (NLP): [More Information Needed]
- License: [More Information Needed]
Dataset Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Dataset Structure
[More Information Needed]
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Data Collection and Processing
[More Information Needed]
Who are the source data producers?
[More Information Needed]
Annotations [optional]
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Dataset Card Authors [optional]
[More Information Needed]
Dataset Card Contact
[More Information Needed]
- Downloads last month
- 7