id int64 953M 3.35B | number int64 2.72k 7.75k | title stringlengths 1 290 | state stringclasses 2
values | created_at timestamp[s]date 2021-07-26 12:21:17 2025-08-23 00:18:43 | updated_at timestamp[s]date 2021-07-26 13:27:59 2025-08-23 12:34:39 | closed_at timestamp[s]date 2021-07-26 13:27:59 2025-08-20 16:35:55 ⌀ | html_url stringlengths 49 51 | pull_request dict | user_login stringlengths 3 26 | is_pull_request bool 2
classes | comments listlengths 0 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|
1,497,643,744 | 5,362 | Run 'GPT-J' failure due to download dataset fail (' ConnectionError: Couldn't reach http://eaidata.bmk.sh/data/enron_emails.jsonl.zst ' ) | closed | 2022-12-15T01:23:03 | 2022-12-15T07:45:54 | 2022-12-15T07:45:53 | https://github.com/huggingface/datasets/issues/5362 | null | shaoyuta | false | [
"Thanks for reporting, @shaoyuta.\r\n\r\nWe have checked and yes, apparently there is an issue with the server hosting the data of the \"enron_emails\" subset of \"the_pile\" dataset: http://eaidata.bmk.sh/data/enron_emails.jsonl.zst\r\nIt seems to be down: The connection has timed out.\r\n\r\nPlease note that at t... |
1,497,153,889 | 5,361 | How concatenate `Audio` elements using batch mapping | closed | 2022-12-14T18:13:55 | 2023-07-21T14:30:51 | 2023-07-21T14:30:51 | https://github.com/huggingface/datasets/issues/5361 | null | bayartsogt-ya | false | [
"You can try something like this ?\r\n```python\r\ndef mapper_function(batch):\r\n return {\"concatenated_audio\": [np.concatenate([audio[\"array\"] for audio in batch[\"audio\"]])]}\r\n\r\ndataset = dataset.map(\r\n mapper_function,\r\n batched=True,\r\n batch_size=3,\r\n remove_columns=list(dataset.... |
1,496,947,177 | 5,360 | IterableDataset returns duplicated data using PyTorch DDP | closed | 2022-12-14T16:06:19 | 2023-06-15T09:51:13 | 2023-01-16T13:33:33 | https://github.com/huggingface/datasets/issues/5360 | null | lhoestq | false | [
"If you use huggingface trainer, you will find the trainer has wrapped a `IterableDatasetShard` to avoid duplication.\r\nSee:\r\nhttps://github.com/huggingface/transformers/blob/dfd818420dcbad68e05a502495cf666d338b2bfb/src/transformers/trainer.py#L835\r\n",
"If you want to support it by datasets natively, maybe w... |
1,495,297,857 | 5,359 | Raise error if ClassLabel names is not python list | closed | 2022-12-13T23:04:06 | 2022-12-22T16:35:49 | 2022-12-22T16:32:49 | https://github.com/huggingface/datasets/pull/5359 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5359",
"html_url": "https://github.com/huggingface/datasets/pull/5359",
"diff_url": "https://github.com/huggingface/datasets/pull/5359.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5359.patch",
"merged_at": "2022-12-22T16:32:49"
} | freddyheppell | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Thanks for your proposed fix, @freddyheppell.\r\n\r\nCurrently the CI fails because in a test we pass a `tuple` instead of a `list`. I would say we should accept `tuple` as a valid input type as well...\r\n\r\nWhat about checking for... |
1,495,270,822 | 5,358 | Fix `fs.open` resource leaks | closed | 2022-12-13T22:35:51 | 2023-01-05T16:46:31 | 2023-01-05T15:59:51 | https://github.com/huggingface/datasets/pull/5358 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5358",
"html_url": "https://github.com/huggingface/datasets/pull/5358",
"diff_url": "https://github.com/huggingface/datasets/pull/5358.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5358.patch",
"merged_at": "2023-01-05T15:59:51"
} | tkukurin | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"@mariosasko Sorry, I didn't check tests/style after doing a merge from the Git UI last week. Thx for fixing. \r\n\r\nFYI I'm getting \"Only those with [write access](https://docs.github.com/articles/what-are-the-different-access-perm... |
1,495,029,602 | 5,357 | Support torch dataloader without torch formatting | closed | 2022-12-13T19:39:24 | 2023-01-04T12:45:40 | 2022-12-15T19:15:54 | https://github.com/huggingface/datasets/pull/5357 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5357",
"html_url": "https://github.com/huggingface/datasets/pull/5357",
"diff_url": "https://github.com/huggingface/datasets/pull/5357.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5357.patch",
"merged_at": "2022-12-15T19:15:54"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Need some more time to fix the tests, especially with pickle",
"> And I actually don't quite understand the idea - what's the motivation behind making only IterableDataset compatible with torch DataLoader without setting the format... |
1,494,961,609 | 5,356 | Clean filesystem and logging docstrings | closed | 2022-12-13T18:54:09 | 2022-12-14T17:25:58 | 2022-12-14T17:22:16 | https://github.com/huggingface/datasets/pull/5356 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5356",
"html_url": "https://github.com/huggingface/datasets/pull/5356",
"diff_url": "https://github.com/huggingface/datasets/pull/5356.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5356.patch",
"merged_at": "2022-12-14T17:22:16"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,493,076,860 | 5,355 | Clean up Table class docstrings | closed | 2022-12-13T00:29:47 | 2022-12-13T18:17:56 | 2022-12-13T18:14:42 | https://github.com/huggingface/datasets/pull/5355 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5355",
"html_url": "https://github.com/huggingface/datasets/pull/5355",
"diff_url": "https://github.com/huggingface/datasets/pull/5355.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5355.patch",
"merged_at": "2022-12-13T18:14:42"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,492,174,125 | 5,354 | Consider using "Sequence" instead of "List" | open | 2022-12-12T15:39:45 | 2025-06-21T13:56:58 | null | https://github.com/huggingface/datasets/issues/5354 | null | tranhd95 | false | [
"Hi! Linking a comment to provide more info on the issue: https://stackoverflow.com/a/39458225. This means we should replace all (most of) the occurrences of `List` with `Sequence` in function signatures.\r\n\r\n@tranhd95 Would you be interested in submitting a PR?",
"Hi all! I tried to reproduce this issue and d... |
1,491,880,500 | 5,353 | Support remote file systems for `Audio` | closed | 2022-12-12T13:22:13 | 2022-12-12T13:37:14 | 2022-12-12T13:37:14 | https://github.com/huggingface/datasets/issues/5353 | null | OllieBroadhurst | false | [
"Just seen https://github.com/huggingface/datasets/issues/5281"
] |
1,490,796,414 | 5,352 | __init__() got an unexpected keyword argument 'input_size' | open | 2022-12-12T02:52:03 | 2022-12-19T01:38:48 | null | https://github.com/huggingface/datasets/issues/5352 | null | J-shel | false | [
"Hi @J-shel, thanks for reporting.\r\n\r\nI think the issue comes from your call to `load_dataset`. As first argument, you should pass:\r\n- either the name of your dataset (\"mrf\") if this is already published on the Hub\r\n- or the path to the loading script of your dataset (\"path/to/your/local/mrf.py\").",
"... |
1,490,659,504 | 5,351 | Do we need to implement `_prepare_split`? | closed | 2022-12-12T01:38:54 | 2022-12-20T18:20:57 | 2022-12-12T16:48:56 | https://github.com/huggingface/datasets/issues/5351 | null | jmwoloso | false | [
"Hi! `DatasetBuilder` is a parent class for concrete builders: `GeneratorBasedBuilder`, `ArrowBasedBuilder` and `BeamBasedBuilder`. When writing a builder script, these classes are the ones you should inherit from. And since all of them implement `_prepare_split`, you only have to implement the three methods mentio... |
1,487,559,904 | 5,350 | Clean up Loading methods docstrings | closed | 2022-12-09T22:25:30 | 2022-12-12T17:27:20 | 2022-12-12T17:24:01 | https://github.com/huggingface/datasets/pull/5350 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5350",
"html_url": "https://github.com/huggingface/datasets/pull/5350",
"diff_url": "https://github.com/huggingface/datasets/pull/5350.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5350.patch",
"merged_at": "2022-12-12T17:24:01"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,487,396,780 | 5,349 | Clean up remaining Main Classes docstrings | closed | 2022-12-09T20:17:15 | 2022-12-12T17:27:17 | 2022-12-12T17:24:13 | https://github.com/huggingface/datasets/pull/5349 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5349",
"html_url": "https://github.com/huggingface/datasets/pull/5349",
"diff_url": "https://github.com/huggingface/datasets/pull/5349.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5349.patch",
"merged_at": "2022-12-12T17:24:13"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,486,975,626 | 5,348 | The data downloaded in the download folder of the cache does not respect `umask` | open | 2022-12-09T15:46:27 | 2022-12-09T17:21:26 | null | https://github.com/huggingface/datasets/issues/5348 | null | SaulLu | false | [
"note, that `datasets` already did some of that umask fixing in the past and also at the hub - the recent work on the hub about the same: https://github.com/huggingface/huggingface_hub/pull/1220\r\n\r\nAlso I noticed that each file has a .json counterpart and the latter always has the correct perms:\r\n\r\n```\r\n-... |
1,486,920,261 | 5,347 | Force soundfile to return float32 instead of the default float64 | open | 2022-12-09T15:10:24 | 2023-01-17T16:12:49 | null | https://github.com/huggingface/datasets/pull/5347 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5347",
"html_url": "https://github.com/huggingface/datasets/pull/5347",
"diff_url": "https://github.com/huggingface/datasets/pull/5347.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5347.patch",
"merged_at": null
} | qmeeus | true | [
"cc @polinaeterna",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5347). All of your documentation changes will be reflected on that endpoint.",
"Cool ! Feel free to add a comment in the code to explain that and we can merge :)",
"I'm not sure if this is a good change ... |
1,486,884,983 | 5,346 | [Quick poll] Give your opinion on the future of the Hugging Face Open Source ecosystem! | closed | 2022-12-09T14:48:02 | 2023-06-02T20:24:44 | 2023-01-25T19:35:40 | https://github.com/huggingface/datasets/issues/5346 | null | LysandreJik | false | [
"As the survey is finished, can we close this issue, @LysandreJik ?",
"Yes! I'll post a public summary on the forums shortly.",
"Is the summary available? I would be interested in reading your findings."
] |
1,486,555,384 | 5,345 | Wrong dtype for array in audio features | open | 2022-12-09T11:05:11 | 2023-02-10T14:39:28 | null | https://github.com/huggingface/datasets/issues/5345 | null | qmeeus | false | [
"After some more investigation, this is due to [this line of code](https://github.com/huggingface/datasets/blob/main/src/datasets/features/audio.py#L279). The function `sf.read(file)` should be updated to `sf.read(file, dtype=\"float32\")`\r\n\r\nIndeed, the default value in soundfile is `float64` ([see here](https... |
1,485,628,319 | 5,344 | Clean up Dataset and DatasetDict | closed | 2022-12-09T00:02:08 | 2022-12-13T00:56:07 | 2022-12-13T00:53:02 | https://github.com/huggingface/datasets/pull/5344 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5344",
"html_url": "https://github.com/huggingface/datasets/pull/5344",
"diff_url": "https://github.com/huggingface/datasets/pull/5344.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5344.patch",
"merged_at": "2022-12-13T00:53:01"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,485,297,823 | 5,343 | T5 for Q&A produces truncated sentence | closed | 2022-12-08T19:48:46 | 2022-12-08T19:57:17 | 2022-12-08T19:57:17 | https://github.com/huggingface/datasets/issues/5343 | null | junyongyou | false | [] |
1,485,244,178 | 5,342 | Emotion dataset cannot be downloaded | closed | 2022-12-08T19:07:09 | 2023-02-23T19:13:19 | 2022-12-09T10:46:11 | https://github.com/huggingface/datasets/issues/5342 | null | cbarond | false | [
"Hi @cbarond there's already an open issue at https://github.com/dair-ai/emotion_dataset/issues/5, as the data seems to be missing now, so check that issue instead 👍🏻 ",
"Thanks @cbarond for reporting and @alvarobartt for pointing to the issue we opened in the author's repo.\r\n\r\nIndeed, this issue was first ... |
1,484,376,644 | 5,341 | Remove tasks.json | closed | 2022-12-08T11:04:35 | 2022-12-09T12:26:21 | 2022-12-09T12:23:20 | https://github.com/huggingface/datasets/pull/5341 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5341",
"html_url": "https://github.com/huggingface/datasets/pull/5341",
"diff_url": "https://github.com/huggingface/datasets/pull/5341.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5341.patch",
"merged_at": "2022-12-09T12:23:20"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,483,182,158 | 5,340 | Clean up DatasetInfo and Dataset docstrings | closed | 2022-12-08T00:17:53 | 2022-12-08T19:33:14 | 2022-12-08T19:30:10 | https://github.com/huggingface/datasets/pull/5340 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5340",
"html_url": "https://github.com/huggingface/datasets/pull/5340",
"diff_url": "https://github.com/huggingface/datasets/pull/5340.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5340.patch",
"merged_at": "2022-12-08T19:30:10"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,482,817,424 | 5,339 | Add Video feature, videofolder, and video-classification task | closed | 2022-12-07T20:48:34 | 2024-01-11T06:30:24 | 2023-10-11T09:13:11 | https://github.com/huggingface/datasets/pull/5339 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5339",
"html_url": "https://github.com/huggingface/datasets/pull/5339",
"diff_url": "https://github.com/huggingface/datasets/pull/5339.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5339.patch",
"merged_at": null
} | nateraw | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5339). All of your documentation changes will be reflected on that endpoint.",
"@lhoestq I think I need some serious help with the tests 😅...I started this locally but it got too time consuming.\n\nOne issue I remember running... |
1,482,646,151 | 5,338 | `map()` stops every 1000 steps | closed | 2022-12-07T19:09:40 | 2025-02-14T18:10:07 | 2022-12-10T00:39:28 | https://github.com/huggingface/datasets/issues/5338 | null | bayartsogt-ya | false | [
"Hi !\r\n\r\n> It starts using all the cores (I am not sure why because I did not pass num_proc)\r\n\r\nThe tokenizer uses Rust code that is multithreaded. And maybe the `feature_extractor` might run some things in parallel as well - but I'm not super familiar with its internals.\r\n\r\n> then progress bar stops at... |
1,481,692,156 | 5,337 | Support webdataset format | closed | 2022-12-07T11:32:25 | 2024-03-06T14:39:29 | 2024-03-06T14:39:28 | https://github.com/huggingface/datasets/issues/5337 | null | lhoestq | false | [
"I like the idea of having `webdataset` as an optional dependency to ensure our loader generates web datasets the same way as the main project.",
"Webdataset is the one of the most popular dataset formats for large scale computer vision tasks. Upvote for this issue. ",
"Any updates on this?",
"We haven't had ... |
1,479,649,900 | 5,336 | Set `IterableDataset.map` param `batch_size` typing as optional | closed | 2022-12-06T17:08:10 | 2022-12-07T14:14:56 | 2022-12-07T14:06:27 | https://github.com/huggingface/datasets/pull/5336 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5336",
"html_url": "https://github.com/huggingface/datasets/pull/5336",
"diff_url": "https://github.com/huggingface/datasets/pull/5336.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5336.patch",
"merged_at": "2022-12-07T14:06:27"
} | alvarobartt | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5336). All of your documentation changes will be reflected on that endpoint.",
"Hi @mariosasko, @lhoestq I was wondering whether we should include `batched` as a `pytest.mark` param for the functions testing `IterableDataset.ma... |
1,478,890,788 | 5,335 | Update tasks.json | closed | 2022-12-06T11:37:57 | 2023-09-24T10:06:42 | 2022-12-07T12:46:03 | https://github.com/huggingface/datasets/pull/5335 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5335",
"html_url": "https://github.com/huggingface/datasets/pull/5335",
"diff_url": "https://github.com/huggingface/datasets/pull/5335.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5335.patch",
"merged_at": null
} | sayakpaul | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I think the only place where we need to add it is here https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts\r\n\r\nAnd I think we can remove tasks.json completely from this repo",
"Isn't tasks.json used ... |
1,477,421,927 | 5,334 | Clean up docstrings | closed | 2022-12-05T20:56:08 | 2022-12-09T01:44:25 | 2022-12-09T01:41:44 | https://github.com/huggingface/datasets/pull/5334 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5334",
"html_url": "https://github.com/huggingface/datasets/pull/5334",
"diff_url": "https://github.com/huggingface/datasets/pull/5334.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5334.patch",
"merged_at": "2022-12-09T01:41:44"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Thanks ! Let us know if we can help :)\r\n\r\nSmall pref for having multiple PRs",
"Awesome, thanks! Sorry this one is a little big, I'll open some smaller ones next :)"
] |
1,476,890,156 | 5,333 | fix: 🐛 pass the token to get the list of config names | closed | 2022-12-05T16:06:09 | 2022-12-06T08:25:17 | 2022-12-06T08:22:49 | https://github.com/huggingface/datasets/pull/5333 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5333",
"html_url": "https://github.com/huggingface/datasets/pull/5333",
"diff_url": "https://github.com/huggingface/datasets/pull/5333.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5333.patch",
"merged_at": "2022-12-06T08:22:49"
} | severo | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,476,513,072 | 5,332 | Passing numpy array to ClassLabel names causes ValueError | closed | 2022-12-05T12:59:03 | 2022-12-22T16:32:50 | 2022-12-22T16:32:50 | https://github.com/huggingface/datasets/issues/5332 | null | freddyheppell | false | [
"Should `datasets` allow `ClassLabel` input parameter to be an `np.array` even though internally we need to cast it to a Python list? @lhoestq @mariosasko ",
"Hi! No, I don't think so. The `names` parameter is [annotated](https://github.com/huggingface/datasets/blob/582236640b9109988e5f7a16a8353696ffa09a16/src/d... |
1,473,146,738 | 5,331 | Support for multiple configs in packaged modules via metadata yaml info | closed | 2022-12-02T16:43:44 | 2023-07-24T15:49:54 | 2023-07-13T13:27:56 | https://github.com/huggingface/datasets/pull/5331 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5331",
"html_url": "https://github.com/huggingface/datasets/pull/5331",
"diff_url": "https://github.com/huggingface/datasets/pull/5331.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5331.patch",
"merged_at": "2023-07-13T13:27:56"
} | polinaeterna | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"feel free to merge `main` into your PR to fix the CI :)",
"Let me see if I can fix the pattern thing ^^'",
"Hmm I think it would be easier to specify the `data_files` in the end, because having a split pattern like `{split}-...` ... |
1,471,999,125 | 5,329 | Clarify imagefolder is for small datasets | closed | 2022-12-01T21:47:29 | 2022-12-06T17:20:04 | 2022-12-06T17:16:53 | https://github.com/huggingface/datasets/pull/5329 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5329",
"html_url": "https://github.com/huggingface/datasets/pull/5329",
"diff_url": "https://github.com/huggingface/datasets/pull/5329.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5329.patch",
"merged_at": "2022-12-06T17:16:53"
} | stevhliu | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I think it's also reasonable to add the same note to the AudioFolder decription",
"Thank you ! I think \"regular\" is more appropriate than \"small\". It can easily scale to a few thousands of images - just not millions x)",
"Rep... |
1,471,661,437 | 5,328 | Fix docs building for main | closed | 2022-12-01T17:07:45 | 2022-12-02T16:29:00 | 2022-12-02T16:26:00 | https://github.com/huggingface/datasets/pull/5328 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5328",
"html_url": "https://github.com/huggingface/datasets/pull/5328",
"diff_url": "https://github.com/huggingface/datasets/pull/5328.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5328.patch",
"merged_at": "2022-12-02T16:26:00"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"EDIT\r\nAt least the docs for ~~main~~ PR branch are now built:\r\n- https://github.com/huggingface/datasets/actions/runs/3594847760/jobs/6053620813",
"Build documentation for main branch was triggered after this PR being merged: h... |
1,471,657,247 | 5,327 | Avoid unwanted behaviour when splits from script and metadata are not matching because of outdated metadata | open | 2022-12-01T17:05:23 | 2023-01-23T12:48:29 | null | https://github.com/huggingface/datasets/pull/5327 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5327",
"html_url": "https://github.com/huggingface/datasets/pull/5327",
"diff_url": "https://github.com/huggingface/datasets/pull/5327.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5327.patch",
"merged_at": null
} | polinaeterna | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5327). All of your documentation changes will be reflected on that endpoint."
] |
1,471,634,168 | 5,326 | No documentation for main branch is built | closed | 2022-12-01T16:50:58 | 2022-12-02T16:26:01 | 2022-12-02T16:26:01 | https://github.com/huggingface/datasets/issues/5326 | null | albertvillanova | false | [] |
1,471,536,822 | 5,325 | map(...batch_size=None) for IterableDataset | closed | 2022-12-01T15:43:42 | 2022-12-07T15:54:43 | 2022-12-07T15:54:42 | https://github.com/huggingface/datasets/issues/5325 | null | frankier | false | [
"Hi! I agree it makes sense for `IterableDataset.map` to support the `batch_size=None` case. This should be super easy to fix.",
"@mariosasko as this is something simple maybe I can include it as part of https://github.com/huggingface/datasets/pull/5311? Let me know :+1:",
"#self-assign",
"Feel free to close ... |
1,471,524,512 | 5,324 | Fix docstrings and types in documentation that appears on the website | open | 2022-12-01T15:34:53 | 2024-01-23T16:21:54 | null | https://github.com/huggingface/datasets/issues/5324 | null | polinaeterna | false | [
"I agree we have a mess with docstrings...",
"Ok, I believe we've cleaned up most of the old syntax we were using for the user-facing docs! There are still a couple of `:obj:`'s and `:class:` floating around in the docstrings we don't expose that I'll track down :)",
"Hi @polinaeterna @albertvillanova @stevhliu... |
1,471,518,803 | 5,323 | Duplicated Keys in Taskmaster-2 Dataset | closed | 2022-12-01T15:31:06 | 2022-12-01T16:26:06 | 2022-12-01T16:26:06 | https://github.com/huggingface/datasets/issues/5323 | null | liaeh | false | [
"Thanks for reporting, @liaeh.\r\n\r\nWe are having a look at it. ",
"I have transferred the discussion to the Community tab of the dataset: https://huggingface.co/datasets/taskmaster2/discussions/1"
] |
1,471,502,162 | 5,322 | Raise error for `.tar` archives in the same way as for `.tar.gz` and `.tgz` in `_get_extraction_protocol` | closed | 2022-12-01T15:19:28 | 2022-12-14T16:37:16 | 2022-12-14T16:33:30 | https://github.com/huggingface/datasets/pull/5322 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5322",
"html_url": "https://github.com/huggingface/datasets/pull/5322",
"diff_url": "https://github.com/huggingface/datasets/pull/5322.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5322.patch",
"merged_at": "2022-12-14T16:33:30"
} | polinaeterna | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,471,430,667 | 5,321 | Fix loading from HF GCP cache | closed | 2022-12-01T14:39:06 | 2022-12-01T16:10:09 | 2022-12-01T16:07:02 | https://github.com/huggingface/datasets/pull/5321 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5321",
"html_url": "https://github.com/huggingface/datasets/pull/5321",
"diff_url": "https://github.com/huggingface/datasets/pull/5321.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5321.patch",
"merged_at": "2022-12-01T16:07:02"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"> Do you know why this stopped working?\r\n\r\nIt comes from the changes in https://github.com/huggingface/datasets/pull/5107/files#diff-355ae5c229f95f86895404b72378ecd6e966c41cbeebb674af6fe6e9611bc126"
] |
1,471,360,910 | 5,320 | [Extract] Place the lock file next to the destination directory | closed | 2022-12-01T13:55:49 | 2022-12-01T15:36:44 | 2022-12-01T15:33:58 | https://github.com/huggingface/datasets/pull/5320 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5320",
"html_url": "https://github.com/huggingface/datasets/pull/5320",
"diff_url": "https://github.com/huggingface/datasets/pull/5320.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5320.patch",
"merged_at": "2022-12-01T15:33:58"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,470,945,515 | 5,319 | Fix Text sample_by paragraph | closed | 2022-12-01T09:08:09 | 2022-12-01T15:21:44 | 2022-12-01T15:19:00 | https://github.com/huggingface/datasets/pull/5319 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5319",
"html_url": "https://github.com/huggingface/datasets/pull/5319",
"diff_url": "https://github.com/huggingface/datasets/pull/5319.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5319.patch",
"merged_at": "2022-12-01T15:19:00"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,470,749,750 | 5,318 | Origin/fix missing features error | closed | 2022-12-01T06:18:39 | 2022-12-12T19:06:42 | 2022-12-04T05:49:39 | https://github.com/huggingface/datasets/pull/5318 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5318",
"html_url": "https://github.com/huggingface/datasets/pull/5318",
"diff_url": "https://github.com/huggingface/datasets/pull/5318.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5318.patch",
"merged_at": "2022-12-04T05:49:39"
} | eunseojo | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"please review :) @lhoestq @ola13 thankoo",
"Thanks :) I just updated the test to make sure it works even when there's a column missing, and did a minor change to json.py to add the missing columns for the other kinds of JSON files ... |
1,470,390,164 | 5,317 | `ImageFolder` performs poorly with large datasets | open | 2022-12-01T00:04:21 | 2022-12-01T21:49:26 | null | https://github.com/huggingface/datasets/issues/5317 | null | salieri | false | [
"Hi ! ImageFolder is made for small scale datasets indeed. For large scale image datasets you better group your images in TAR archives or Arrow/Parquet files. This is true not just for ImageFolder loading performance, but also because having millions of files is not ideal for your filesystem or when moving the data... |
1,470,115,681 | 5,316 | Bug in sample_by="paragraph" | closed | 2022-11-30T19:24:13 | 2022-12-01T15:19:02 | 2022-12-01T15:19:02 | https://github.com/huggingface/datasets/issues/5316 | null | adampauls | false | [
"Thanks for reporting, @adampauls.\r\n\r\nWe are having a look at it. "
] |
1,470,026,797 | 5,315 | Adding new splits to a dataset script with existing old splits info in metadata's `dataset_info` fails | open | 2022-11-30T18:02:15 | 2022-12-02T07:02:53 | null | https://github.com/huggingface/datasets/issues/5315 | null | polinaeterna | false | [
"EDIT:\r\nI think in this case, the metadata files (either README or JSON) should not be read (i.e. `self.info.splits` should be None).\r\n\r\nOne idea: \r\n- I think ideally we should set this behavior when we pass `--save_info` to the CLI `test`\r\n- However, currently, the builder is unaware of this: `save_info`... |
1,469,685,118 | 5,314 | Datasets: classification_report() got an unexpected keyword argument 'suffix' | closed | 2022-11-30T14:01:03 | 2023-07-21T14:40:31 | 2023-07-21T14:40:31 | https://github.com/huggingface/datasets/issues/5314 | null | JonathanAlis | false | [
"This seems similar to https://github.com/huggingface/datasets/issues/2512 Can you try to update seqeval ? ",
"@JonathanAlis also note that the metrics are deprecated in our `datasets` library.\r\n\r\nPlease, use the new library 🤗 Evaluate instead: https://huggingface.co/docs/evaluate"
] |
1,468,484,136 | 5,313 | Fix description of streaming in the docs | closed | 2022-11-29T18:00:28 | 2022-12-01T14:55:30 | 2022-12-01T14:00:34 | https://github.com/huggingface/datasets/pull/5313 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5313",
"html_url": "https://github.com/huggingface/datasets/pull/5313",
"diff_url": "https://github.com/huggingface/datasets/pull/5313.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5313.patch",
"merged_at": "2022-12-01T14:00:34"
} | polinaeterna | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,468,352,562 | 5,312 | Add DatasetDict.to_pandas | closed | 2022-11-29T16:30:02 | 2023-09-24T10:06:19 | 2023-01-25T17:33:42 | https://github.com/huggingface/datasets/pull/5312 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5312",
"html_url": "https://github.com/huggingface/datasets/pull/5312",
"diff_url": "https://github.com/huggingface/datasets/pull/5312.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5312.patch",
"merged_at": null
} | lhoestq | true | [
"The current implementation is what I had in mind, i.e. concatenate all splits by default.\r\n\r\nHowever, I think most tabular datasets would come as a single split. So for that usecase, it wouldn't change UX if we raise when there are more than one splits.\r\n\r\nAnd for multiple splits, the user either passes a ... |
1,467,875,153 | 5,311 | Add `features` param to `IterableDataset.map` | closed | 2022-11-29T11:08:34 | 2022-12-06T15:45:02 | 2022-12-06T15:42:04 | https://github.com/huggingface/datasets/pull/5311 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5311",
"html_url": "https://github.com/huggingface/datasets/pull/5311",
"diff_url": "https://github.com/huggingface/datasets/pull/5311.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5311.patch",
"merged_at": "2022-12-06T15:42:04"
} | alvarobartt | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,467,719,635 | 5,310 | Support xPath for Windows pathnames | closed | 2022-11-29T09:20:47 | 2022-11-30T12:00:09 | 2022-11-30T11:57:16 | https://github.com/huggingface/datasets/pull/5310 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5310",
"html_url": "https://github.com/huggingface/datasets/pull/5310",
"diff_url": "https://github.com/huggingface/datasets/pull/5310.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5310.patch",
"merged_at": "2022-11-30T11:57:16"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,466,758,987 | 5,309 | Close stream in `ArrowWriter.finalize` before inference error | closed | 2022-11-28T16:59:39 | 2022-12-07T12:55:20 | 2022-12-07T12:52:15 | https://github.com/huggingface/datasets/pull/5309 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5309",
"html_url": "https://github.com/huggingface/datasets/pull/5309",
"diff_url": "https://github.com/huggingface/datasets/pull/5309.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5309.patch",
"merged_at": "2022-12-07T12:52:15"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,466,552,281 | 5,308 | Support `topdown` parameter in `xwalk` | closed | 2022-11-28T14:42:41 | 2022-12-09T12:58:55 | 2022-12-09T12:55:59 | https://github.com/huggingface/datasets/pull/5308 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5308",
"html_url": "https://github.com/huggingface/datasets/pull/5308",
"diff_url": "https://github.com/huggingface/datasets/pull/5308.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5308.patch",
"merged_at": "2022-12-09T12:55:59"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I like the `kwargs` approach, thanks!"
] |
1,466,477,427 | 5,307 | Use correct dataset type in `from_generator` docs | closed | 2022-11-28T13:59:10 | 2022-11-28T15:30:37 | 2022-11-28T15:27:26 | https://github.com/huggingface/datasets/pull/5307 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5307",
"html_url": "https://github.com/huggingface/datasets/pull/5307",
"diff_url": "https://github.com/huggingface/datasets/pull/5307.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5307.patch",
"merged_at": "2022-11-28T15:27:26"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,465,968,639 | 5,306 | Can't use custom feature description when loading a dataset | closed | 2022-11-28T07:55:44 | 2022-11-28T08:11:45 | 2022-11-28T08:11:44 | https://github.com/huggingface/datasets/issues/5306 | null | clefourrier | false | [
"Forgot to actually convert the feature dict to a Feature object. Closing."
] |
1,465,627,826 | 5,305 | Dataset joelito/mc4_legal does not work with multiple files | closed | 2022-11-28T00:16:16 | 2022-11-28T07:22:42 | 2022-11-28T07:22:42 | https://github.com/huggingface/datasets/issues/5305 | null | JoelNiklaus | false | [
"Thanks for reporting @JoelNiklaus.\r\n\r\nPlease note that since we moved all dataset loading scripts to the Hub, the issues and pull requests relative to specific datasets are directly handled on the Hub, in their Community tab. I'm transferring this issue there: https://huggingface.co/datasets/joelito/mc4_legal/... |
1,465,110,367 | 5,304 | timit_asr doesn't load the test split. | closed | 2022-11-26T10:18:22 | 2023-02-10T16:33:21 | 2023-02-10T16:33:21 | https://github.com/huggingface/datasets/issues/5304 | null | seyong92 | false | [
"The [timit_asr.py](https://huggingface.co/datasets/timit_asr/blob/main/timit_asr.py) script iterates over the WAV files per split directory using this:\r\n```python\r\nwav_paths = sorted(Path(data_dir).glob(f\"**/{split}/**/*.wav\"))\r\nwav_paths = wav_paths if wav_paths else sorted(Path(data_dir).glob(f\"**/{spli... |
1,464,837,251 | 5,303 | Skip dataset verifications by default | closed | 2022-11-25T18:39:09 | 2023-02-13T16:50:42 | 2023-02-13T16:43:47 | https://github.com/huggingface/datasets/pull/5303 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5303",
"html_url": "https://github.com/huggingface/datasets/pull/5303",
"diff_url": "https://github.com/huggingface/datasets/pull/5303.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5303.patch",
"merged_at": "2023-02-13T16:43:47"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"100% agree that the checksum verification is overkill and not super useful. But I think this PR would also disable the check on num_examples no ?\r\n \r\nAs a user I would like to know if the dataset I'm loading changed significantly... |
1,464,778,901 | 5,302 | Improve `use_auth_token` docstring and deprecate `use_auth_token` in `download_and_prepare` | closed | 2022-11-25T17:09:21 | 2022-12-09T14:20:15 | 2022-12-09T14:17:20 | https://github.com/huggingface/datasets/pull/5302 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5302",
"html_url": "https://github.com/huggingface/datasets/pull/5302",
"diff_url": "https://github.com/huggingface/datasets/pull/5302.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5302.patch",
"merged_at": "2022-12-09T14:17:20"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,464,749,156 | 5,301 | Return a split Dataset in load_dataset | closed | 2022-11-25T16:35:54 | 2023-09-24T10:06:15 | 2023-02-21T13:13:13 | https://github.com/huggingface/datasets/pull/5301 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5301",
"html_url": "https://github.com/huggingface/datasets/pull/5301",
"diff_url": "https://github.com/huggingface/datasets/pull/5301.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5301.patch",
"merged_at": null
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5301). All of your documentation changes will be reflected on that endpoint.",
"Just noticed that now we have to deal with indexed & split datasets. The remaining tests are failing because one should be able to get an indexed d... |
1,464,697,136 | 5,300 | Use same `num_proc` for dataset download and generation | closed | 2022-11-25T15:37:42 | 2022-12-07T12:55:39 | 2022-12-07T12:52:51 | https://github.com/huggingface/datasets/pull/5300 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5300",
"html_url": "https://github.com/huggingface/datasets/pull/5300",
"diff_url": "https://github.com/huggingface/datasets/pull/5300.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5300.patch",
"merged_at": "2022-12-07T12:52:50"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I noticed this bug the other day and was going to look into it! \"Where are these processes coming from?\" ;-)"
] |
1,464,695,091 | 5,299 | Fix xopen for Windows pathnames | closed | 2022-11-25T15:35:28 | 2022-11-29T08:23:58 | 2022-11-29T08:21:24 | https://github.com/huggingface/datasets/pull/5299 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5299",
"html_url": "https://github.com/huggingface/datasets/pull/5299",
"diff_url": "https://github.com/huggingface/datasets/pull/5299.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5299.patch",
"merged_at": "2022-11-29T08:21:24"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,464,681,871 | 5,298 | Bug in xopen with Windows pathnames | closed | 2022-11-25T15:21:32 | 2022-11-29T08:21:25 | 2022-11-29T08:21:25 | https://github.com/huggingface/datasets/issues/5298 | null | albertvillanova | false | [] |
1,464,554,491 | 5,297 | Fix xjoin for Windows pathnames | closed | 2022-11-25T13:30:17 | 2022-11-29T08:07:39 | 2022-11-29T08:05:12 | https://github.com/huggingface/datasets/pull/5297 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5297",
"html_url": "https://github.com/huggingface/datasets/pull/5297",
"diff_url": "https://github.com/huggingface/datasets/pull/5297.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5297.patch",
"merged_at": "2022-11-29T08:05:12"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,464,553,580 | 5,296 | Bug in xjoin with Windows pathnames | closed | 2022-11-25T13:29:33 | 2022-11-29T08:05:13 | 2022-11-29T08:05:13 | https://github.com/huggingface/datasets/issues/5296 | null | albertvillanova | false | [] |
1,464,006,743 | 5,295 | Extractions failed when .zip file located on read-only path (e.g., SageMaker FastFile mode) | closed | 2022-11-25T03:59:43 | 2023-07-21T14:39:09 | 2023-07-21T14:39:09 | https://github.com/huggingface/datasets/issues/5295 | null | verdimrc | false | [
"Hi ! Thanks for reporting. Indeed the lock file should be placed in a directory with write permission (e.g. in the directory where the archive is extracted).",
"I opened https://github.com/huggingface/datasets/pull/5320 to fix this - it places the lock file in the cache directory instead of trying to put in next... |
1,463,679,582 | 5,294 | Support streaming datasets with pathlib.Path.with_suffix | closed | 2022-11-24T18:04:38 | 2022-11-29T07:09:08 | 2022-11-29T07:06:32 | https://github.com/huggingface/datasets/pull/5294 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5294",
"html_url": "https://github.com/huggingface/datasets/pull/5294",
"diff_url": "https://github.com/huggingface/datasets/pull/5294.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5294.patch",
"merged_at": "2022-11-29T07:06:32"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,463,669,201 | 5,293 | Support streaming datasets with pathlib.Path.with_suffix | closed | 2022-11-24T17:52:08 | 2022-11-29T07:06:33 | 2022-11-29T07:06:33 | https://github.com/huggingface/datasets/issues/5293 | null | albertvillanova | false | [] |
1,463,053,832 | 5,292 | Missing documentation build for versions 2.7.1 and 2.6.2 | closed | 2022-11-24T09:42:10 | 2022-11-24T10:10:02 | 2022-11-24T10:10:02 | https://github.com/huggingface/datasets/issues/5292 | null | albertvillanova | false | [
"- Build docs for 2.6.2:\r\n - Commit: a6a5a1cf4cdf1e0be65168aed5a327f543001fe8\r\n - Build docs GH Action: https://github.com/huggingface/datasets/actions/runs/3539470622/jobs/5941404044\r\n- Build docs for 2.7.1:\r\n - Commit: 5ef1ab1cc06c2b7a574bf2df454cd9fcb071ccb2\r\n - Build docs GH Action: https://github... |
1,462,983,472 | 5,291 | [build doc] for v2.7.1 & v2.6.2 | closed | 2022-11-24T08:54:47 | 2022-11-24T09:14:10 | 2022-11-24T09:11:15 | https://github.com/huggingface/datasets/pull/5291 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5291",
"html_url": "https://github.com/huggingface/datasets/pull/5291",
"diff_url": "https://github.com/huggingface/datasets/pull/5291.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5291.patch",
"merged_at": null
} | mishig25 | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"doc versions are built https://huggingface.co/docs/datasets/index"
] |
1,462,716,766 | 5,290 | fix error where reading breaks when batch missing an assigned column feature | open | 2022-11-24T03:53:46 | 2022-11-25T03:21:54 | null | https://github.com/huggingface/datasets/pull/5290 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5290",
"html_url": "https://github.com/huggingface/datasets/pull/5290",
"diff_url": "https://github.com/huggingface/datasets/pull/5290.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5290.patch",
"merged_at": null
} | eunseojo | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5290). All of your documentation changes will be reflected on that endpoint."
] |
1,462,543,139 | 5,289 | Added support for JXL images. | open | 2022-11-23T23:16:33 | 2022-11-29T18:49:46 | null | https://github.com/huggingface/datasets/pull/5289 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5289",
"html_url": "https://github.com/huggingface/datasets/pull/5289",
"diff_url": "https://github.com/huggingface/datasets/pull/5289.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5289.patch",
"merged_at": null
} | alexjc | true | [
"I'm fine with the addition of jxl in the list of known image extensions, this way users that have the plugin can work with their JXL datasets. WDYT @mariosasko ?",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_5289). All of your documentation changes will be reflected on ... |
1,462,134,067 | 5,288 | Lossy json serialization - deserialization of dataset info | open | 2022-11-23T17:20:15 | 2022-11-25T12:53:51 | null | https://github.com/huggingface/datasets/issues/5288 | null | anuragprat1k | false | [
"Hi ! JSON is a lossy format indeed. If you want to keep the feature types or other metadata I'd encourage you to store them as well. For example you can use `dataset.info.write_to_directory` and `DatasetInfo.from_directory` to store the feature types, split info, description, license etc."
] |
1,461,971,889 | 5,287 | Fix methods using `IterableDataset.map` that lead to `features=None` | closed | 2022-11-23T15:33:25 | 2022-11-28T15:43:14 | 2022-11-28T12:53:22 | https://github.com/huggingface/datasets/pull/5287 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5287",
"html_url": "https://github.com/huggingface/datasets/pull/5287",
"diff_url": "https://github.com/huggingface/datasets/pull/5287.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5287.patch",
"merged_at": "2022-11-28T12:53:22"
} | alvarobartt | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"_The documentation is not available anymore as the PR was closed or merged._",
"Maybe other options are:\r\n* Keep the `info.features` to `None` if those were initially `None`\r\n* Infer the features with pre-fetching just if the `... |
1,461,908,087 | 5,286 | FileNotFoundError: Couldn't find file at https://dumps.wikimedia.org/enwiki/20220301/dumpstatus.json | closed | 2022-11-23T14:54:15 | 2024-11-23T01:16:41 | 2022-11-25T11:33:14 | https://github.com/huggingface/datasets/issues/5286 | null | roritol | false | [
"I found a solution \r\n\r\nIf you specifically install datasets==1.18 and then run\r\n\r\nimport datasets\r\nwiki = datasets.load_dataset('wikipedia', '20200501.en')\r\nthen this should work (it worked for me.)",
"I have the same problem here but installing datasets==1.18 wont work for me\r\n",
"This works wit... |
1,461,521,215 | 5,285 | Save file name in embed_storage | closed | 2022-11-23T10:55:54 | 2022-11-24T14:11:41 | 2022-11-24T14:08:37 | https://github.com/huggingface/datasets/pull/5285 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5285",
"html_url": "https://github.com/huggingface/datasets/pull/5285",
"diff_url": "https://github.com/huggingface/datasets/pull/5285.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5285.patch",
"merged_at": "2022-11-24T14:08:37"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I updated the tests, met le know if it sounds good to you now :)"
] |
1,461,519,733 | 5,284 | Features of IterableDataset set to None by remove column | closed | 2022-11-23T10:54:59 | 2025-02-07T11:36:41 | 2022-11-28T12:53:24 | https://github.com/huggingface/datasets/issues/5284 | null | sanchit-gandhi | false | [
"Related to https://github.com/huggingface/datasets/issues/5245",
"#self-assign",
"Thanks @lhoestq and @alvarobartt!\r\n\r\nThis would be extremely helpful to have working for the Whisper fine-tuning event - we're **only** training using streaming mode, so it'll be quite important to have this feature working t... |
1,460,291,003 | 5,283 | Release: 2.6.2 | closed | 2022-11-22T17:36:24 | 2022-11-22T17:50:12 | 2022-11-22T17:47:02 | https://github.com/huggingface/datasets/pull/5283 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5283",
"html_url": "https://github.com/huggingface/datasets/pull/5283",
"diff_url": "https://github.com/huggingface/datasets/pull/5283.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5283.patch",
"merged_at": "2022-11-22T17:47:02"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,460,238,928 | 5,282 | Release: 2.7.1 | closed | 2022-11-22T16:58:54 | 2022-11-22T17:21:28 | 2022-11-22T17:21:27 | https://github.com/huggingface/datasets/pull/5282 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5282",
"html_url": "https://github.com/huggingface/datasets/pull/5282",
"diff_url": "https://github.com/huggingface/datasets/pull/5282.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5282.patch",
"merged_at": "2022-11-22T17:21:27"
} | albertvillanova | true | [] |
1,459,930,271 | 5,281 | Support cloud storage in load_dataset | open | 2022-11-22T14:00:10 | 2024-11-15T15:03:41 | null | https://github.com/huggingface/datasets/issues/5281 | null | lhoestq | false | [
"Or for example an archive on GitHub releases! Before I added support for JXL (locally only, PR still pending) I was considering hosting my files on GitHub instead...",
"+1 to this. I would like to use 'audiofolder' with a data_dir that's on S3, for example. I don't want to upload my dataset to the Hub, but I wo... |
1,459,823,179 | 5,280 | Import error | closed | 2022-11-22T12:56:43 | 2022-12-15T19:57:40 | 2022-12-15T19:57:40 | https://github.com/huggingface/datasets/issues/5280 | null | feketedavid1012 | false | [
"Hi ! Can you \r\n```python\r\nimport platform\r\nprint(platform.python_version())\r\n```\r\nto see that it returns ?",
"Hi,\n\n3.8.13\n\nGet Outlook for Android<https://aka.ms/AAb9ysg>\n________________________________\nFrom: Quentin Lhoest ***@***.***>\nSent: Tuesday, November 22, 2022 2:37:02 PM\nTo: huggingfa... |
1,459,635,002 | 5,279 | Warn about checksums | closed | 2022-11-22T10:58:48 | 2022-11-23T11:43:50 | 2022-11-23T09:47:02 | https://github.com/huggingface/datasets/pull/5279 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5279",
"html_url": "https://github.com/huggingface/datasets/pull/5279",
"diff_url": "https://github.com/huggingface/datasets/pull/5279.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5279.patch",
"merged_at": "2022-11-23T09:47:01"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I'm also in favor of disabling this by default - it's kinda impractical",
"Great, thanks for the quick turnaround on this!"
] |
1,459,574,490 | 5,278 | load_dataset does not read jsonl metadata file properly | closed | 2022-11-22T10:24:46 | 2023-02-14T14:48:16 | 2022-11-23T11:38:35 | https://github.com/huggingface/datasets/issues/5278 | null | 065294847 | false | [
"Can you try to remove \"drop_labels=false\" ? It may force the loader to infer the labels instead of reading the metadata",
"Hi, thanks for responding. I tried that, but it does not change anything.",
"Can you try updating `datasets` ? Metadata support was added in `datasets` 2.4",
"Probably the issue, will ... |
1,459,388,551 | 5,277 | Remove YAML integer keys from class_label metadata | closed | 2022-11-22T08:34:07 | 2022-11-22T13:58:26 | 2022-11-22T13:55:49 | https://github.com/huggingface/datasets/pull/5277 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5277",
"html_url": "https://github.com/huggingface/datasets/pull/5277",
"diff_url": "https://github.com/huggingface/datasets/pull/5277.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5277.patch",
"merged_at": "2022-11-22T13:55:49"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Also note that this approach is valid when metadata keys are str, but also if they are int.\r\n- This will be helpful for any community dataset using old integer keys in their metadata",
"perfect !"
] |
1,459,363,442 | 5,276 | Bug in downloading common_voice data and snall chunk of it to one's own hub | closed | 2022-11-22T08:17:53 | 2023-07-21T14:33:10 | 2023-07-21T14:33:10 | https://github.com/huggingface/datasets/issues/5276 | null | capsabogdan | false | [
"Sounds like one of the file is not a valid one, can you make sure you uploaded valid mp3 files ?",
"Well I just sharded the original commonVoice dataset and pushed a small chunk of it in a private rep\n\nWhat did go wrong?\n\nHolen Sie sich Outlook für iOS<https://aka.ms/o0ukef>\n________________________________... |
1,459,358,919 | 5,275 | YAML integer keys are not preserved Hub server-side | closed | 2022-11-22T08:14:47 | 2023-01-26T10:52:35 | 2023-01-26T10:40:21 | https://github.com/huggingface/datasets/issues/5275 | null | albertvillanova | false | [
"@huggingface/datasets if you agree, I can make the bulk edit on the Hub to fix integer keys into strings.",
"Ok for me, and we can merge (internal) https://github.com/huggingface/moon-landing/pull/4609",
"FYI there are still 2k+ weekly users on `datasets` 2.6.1 which doesn't support the string label format for... |
1,458,646,455 | 5,274 | load_dataset possibly broken for gated datasets? | closed | 2022-11-21T21:59:53 | 2023-05-27T00:06:14 | 2022-11-28T02:50:42 | https://github.com/huggingface/datasets/issues/5274 | null | TristanThrush | false | [
"@BradleyHsu",
"Btw, thanks very much for finding the hub rollback temporary fix and bringing the issue to our attention @KhoomeiK!",
"I see the same issue when calling `load_dataset('poloclub/diffusiondb', 'large_random_1k')` with `datasets==2.7.1` and `huggingface-hub=0.11.0`. No issue with `datasets=2.6.1` a... |
1,458,018,050 | 5,273 | download_mode="force_redownload" does not refresh cached dataset | open | 2022-11-21T14:12:43 | 2022-11-21T14:13:03 | null | https://github.com/huggingface/datasets/issues/5273 | null | nomisto | false | [] |
1,456,940,021 | 5,272 | Use pyarrow Tensor dtype | open | 2022-11-20T15:18:41 | 2024-11-11T03:03:17 | null | https://github.com/huggingface/datasets/issues/5272 | null | franz101 | false | [
"Hi ! We're using the Arrow format for the datasets, and PyArrow tensors are not part of the Arrow format AFAIK:\r\n\r\n> There is no direct support in the arrow columnar format to store Tensors as column values.\r\n\r\nsource: https://github.com/apache/arrow/issues/4802#issuecomment-508494694",
"@wesm @rok its b... |
1,456,807,738 | 5,271 | Fix #5269 | closed | 2022-11-20T07:50:49 | 2022-11-21T15:07:19 | 2022-11-21T15:06:38 | https://github.com/huggingface/datasets/pull/5271 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5271",
"html_url": "https://github.com/huggingface/datasets/pull/5271",
"diff_url": "https://github.com/huggingface/datasets/pull/5271.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5271.patch",
"merged_at": null
} | Freed-Wu | true | [
"See <https://github.com/huggingface/datasets/issues/5269>"
] |
1,456,508,990 | 5,270 | When len(_URLS) > 16, download will hang | open | 2022-11-19T14:27:41 | 2022-11-21T15:27:16 | null | https://github.com/huggingface/datasets/issues/5270 | null | Freed-Wu | false | [
"It can fix the bug temporarily.\r\n```python\r\nfrom datasets import DownloadConfig\r\nconfig = DownloadConfig(num_proc=8)\r\nIn [5]: dataset = load_dataset('Freed-Wu/kodak', split='test', download_config=config)\r\nDownloading and preparing dataset kodak/default to /home/wzy/.cache/huggingface/datasets/Freed-Wu__... |
1,456,485,799 | 5,269 | Shell completions | closed | 2022-11-19T13:48:59 | 2022-11-21T15:06:15 | 2022-11-21T15:06:14 | https://github.com/huggingface/datasets/issues/5269 | null | Freed-Wu | false | [
"I don't think we need completion on the datasets-cli, since we're mainly developing huggingface-cli",
"I see."
] |
1,455,633,978 | 5,268 | Sharded save_to_disk + multiprocessing | closed | 2022-11-18T18:50:01 | 2022-12-14T18:25:52 | 2022-12-14T18:22:58 | https://github.com/huggingface/datasets/pull/5268 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5268",
"html_url": "https://github.com/huggingface/datasets/pull/5268",
"diff_url": "https://github.com/huggingface/datasets/pull/5268.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5268.patch",
"merged_at": "2022-12-14T18:22:58"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"Added both num_shards and max_shard_size in push_to_hub/save_to_disk. Will take care of updating the tests later",
"It's ready for a final review @mariosasko and @albertvillanova, let me know what you think :)",
"Took your commen... |
1,455,466,464 | 5,267 | Fix `max_shard_size` docs | closed | 2022-11-18T16:55:22 | 2022-11-18T17:28:58 | 2022-11-18T17:25:27 | https://github.com/huggingface/datasets/pull/5267 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5267",
"html_url": "https://github.com/huggingface/datasets/pull/5267",
"diff_url": "https://github.com/huggingface/datasets/pull/5267.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5267.patch",
"merged_at": "2022-11-18T17:25:26"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,455,281,310 | 5,266 | Specify arguments as keywords in librosa.reshape to avoid future errors | closed | 2022-11-18T14:58:47 | 2022-11-21T15:45:02 | 2022-11-21T15:41:57 | https://github.com/huggingface/datasets/pull/5266 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/5266",
"html_url": "https://github.com/huggingface/datasets/pull/5266",
"diff_url": "https://github.com/huggingface/datasets/pull/5266.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/5266.patch",
"merged_at": "2022-11-21T15:41:57"
} | polinaeterna | true | [
"_The documentation is not available anymore as the PR was closed or merged._"
] |
1,455,274,864 | 5,265 | Get an IterableDataset from a map-style Dataset | closed | 2022-11-18T14:54:40 | 2023-02-01T16:36:03 | 2023-02-01T16:36:03 | https://github.com/huggingface/datasets/issues/5265 | null | lhoestq | false | [
"I think `stream` could be misleading since the data is not being streamed from remote endpoints (one could think that's the case when they see `load_dataset` followed by `stream`). Hence, I prefer the second option.\r\n\r\nPS: When we resolve https://github.com/huggingface/datasets/issues/4542, we could add `as_tf... |
1,455,252,906 | 5,264 | `datasets` can't read a Parquet file in Python 3.9.13 | closed | 2022-11-18T14:44:01 | 2023-05-07T09:52:59 | 2022-11-22T11:18:08 | https://github.com/huggingface/datasets/issues/5264 | null | loubnabnl | false | [
"Could you share the full stack trace please ?\r\n\r\n\r\nCan you also try running this code ? It can be useful to determine if the issue comes from `datasets` or `fsspec` (streaming) or `pyarrow` (parquet reading):\r\n```python\r\nds = load_dataset(\"parquet\", data_files=a_parquet_file_url, use_auth_token=True)\r... |
1,455,252,626 | 5,263 | Save a dataset in a determined number of shards | closed | 2022-11-18T14:43:54 | 2022-12-14T18:22:59 | 2022-12-14T18:22:59 | https://github.com/huggingface/datasets/issues/5263 | null | lhoestq | false | [] |
1,455,171,100 | 5,262 | AttributeError: 'Value' object has no attribute 'names' | closed | 2022-11-18T13:58:42 | 2022-11-22T10:09:24 | 2022-11-22T10:09:23 | https://github.com/huggingface/datasets/issues/5262 | null | emnaboughariou | false | [
"Hi ! It looks like your \"isDif\" column is a Sequence of Value(\"string\"), not a Sequence of ClassLabel.\r\n\r\nYou can convert your Value(\"string\") feature type to a ClassLabel feature type this way:\r\n```python\r\nfrom datasets import ClassLabel, Sequence\r\n\r\n# provide the label_names yourself\r\nlabel_n... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.