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,988,571,317 | 6,400 | Safely load datasets by disabling execution of dataset loading script | closed | 2023-11-10T23:48:29 | 2024-06-13T15:56:13 | 2024-06-13T15:56:13 | https://github.com/huggingface/datasets/issues/6400 | null | irenedea | false | [
"great idea IMO\r\n\r\nthis could be a `trust_remote_code=True` flag like in transformers. We could also default to loading the Parquet conversion rather than executing code (for dataset repos that have both)",
"@julien-c that would be great!",
"We added the `trust_remote_code` argument to `load_dataset()` in `... |
1,988,368,503 | 6,399 | TypeError: Cannot convert pyarrow.lib.ChunkedArray to pyarrow.lib.Array | open | 2023-11-10T20:48:46 | 2024-06-22T00:13:48 | null | https://github.com/huggingface/datasets/issues/6399 | null | y-hwang | false | [
"Seconding encountering this issue."
] |
1,987,786,446 | 6,398 | Remove redundant condition in builders | closed | 2023-11-10T14:56:43 | 2023-11-14T10:49:15 | 2023-11-14T10:43:00 | https://github.com/huggingface/datasets/pull/6398 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6398",
"html_url": "https://github.com/huggingface/datasets/pull/6398",
"diff_url": "https://github.com/huggingface/datasets/pull/6398.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6398.patch",
"merged_at": "2023-11-14T10:43:00"
} | albertvillanova | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,987,622,152 | 6,397 | Raise a different exception for inexisting dataset vs files without known extension | closed | 2023-11-10T13:22:14 | 2023-11-22T15:12:34 | 2023-11-22T15:12:34 | https://github.com/huggingface/datasets/issues/6397 | null | severo | false | [] |
1,987,308,077 | 6,396 | Issue with pyarrow 14.0.1 | closed | 2023-11-10T10:02:12 | 2025-08-19T18:13:30 | 2023-11-14T10:23:30 | https://github.com/huggingface/datasets/issues/6396 | null | severo | false | [
"Looks like we should stop using `PyExtensionType` and use `ExtensionType` instead\r\n\r\nsee https://github.com/apache/arrow/commit/f14170976372436ec1d03a724d8d3f3925484ecf",
"https://github.com/huggingface/datasets-server/pull/2089#pullrequestreview-1724449532\r\n\r\n> Yes, I understand now: they have disabled ... |
1,986,484,124 | 6,395 | Add ability to set lock type | closed | 2023-11-09T22:12:30 | 2023-11-23T18:50:00 | 2023-11-23T18:50:00 | https://github.com/huggingface/datasets/issues/6395 | null | leoleoasd | false | [
"We've replaced our filelock implementation with the `filelock` package, so their repo is the right place to request this feature.\r\n\r\nIn the meantime, the following should work: \r\n```python\r\nimport filelock\r\nfilelock.FileLock = filelock.SoftFileLock\r\n\r\nimport datasets\r\n...\r\n```"
] |
1,985,947,116 | 6,394 | TorchFormatter images (H, W, C) instead of (C, H, W) format | closed | 2023-11-09T16:02:15 | 2024-04-11T12:40:16 | 2024-04-11T12:40:16 | https://github.com/huggingface/datasets/issues/6394 | null | Modexus | false | [
"Here's a PR for that. https://github.com/huggingface/datasets/pull/6402\r\n\r\nIt's not backward compatible, unfortunately. ",
"Just ran into this working on data lib that's attempting to achieve common interfaces across hf datasets, webdataset, native torch style datasets. The defacto standards for image tensor... |
1,984,913,259 | 6,393 | Filter occasionally hangs | closed | 2023-11-09T06:18:30 | 2025-02-22T00:49:19 | 2025-02-22T00:49:19 | https://github.com/huggingface/datasets/issues/6393 | null | dakinggg | false | [
"It looks like I may not be the first to encounter this: https://github.com/huggingface/datasets/issues/3172",
"Adding some more information, it seems to occur more frequently with large (millions of samples) datasets.",
"More information. My code is structured as (1) load (2) map (3) filter (4) filter. It was ... |
1,984,369,545 | 6,392 | `push_to_hub` is not robust to hub closing connection | closed | 2023-11-08T20:44:53 | 2023-12-20T07:28:24 | 2023-12-01T17:51:34 | https://github.com/huggingface/datasets/issues/6392 | null | msis | false | [
"Hi! We made some improvements to `push_to_hub` to make it more robust a couple of weeks ago but haven't published a release in the meantime, so it would help if you could install `datasets` from `main` (`pip install https://github.com/huggingface/datasets`) and let us know if this improved version of `push_to_hub`... |
1,984,091,776 | 6,391 | Webdataset dataset builder | closed | 2023-11-08T17:31:59 | 2024-05-22T16:51:08 | 2023-11-28T16:33:10 | https://github.com/huggingface/datasets/pull/6391 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6391",
"html_url": "https://github.com/huggingface/datasets/pull/6391",
"diff_url": "https://github.com/huggingface/datasets/pull/6391.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6391.patch",
"merged_at": "2023-11-28T16:33:10"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"I added an error message if the first examples don't appear to be in webdataset format\r\n```\r\n\"The TAR archives of the dataset should be in Webdataset format, \"\r\n\"but the files in the archive don't share the same prefix or th... |
1,983,725,707 | 6,390 | handle future deprecation argument | closed | 2023-11-08T14:21:25 | 2023-11-21T02:10:24 | 2023-11-14T15:15:59 | https://github.com/huggingface/datasets/pull/6390 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6390",
"html_url": "https://github.com/huggingface/datasets/pull/6390",
"diff_url": "https://github.com/huggingface/datasets/pull/6390.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6390.patch",
"merged_at": "2023-11-14T15:15:59"
} | winglian | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,983,545,744 | 6,389 | Index 339 out of range for dataset of size 339 <-- save_to_file() | open | 2023-11-08T12:52:09 | 2023-11-24T09:14:13 | null | https://github.com/huggingface/datasets/issues/6389 | null | jaggzh | false | [
"Hi! Can you make the above reproducer self-contained by adding code that generates the data?",
"I managed a workaround eventually but I don't know what it was (I made a lot of changes to seq2seq). I'll try to include generating code in the future. (If I close, I don't know if you see it. Feel free to close; I'l... |
1,981,136,093 | 6,388 | How to create 3d medical imgae dataset? | open | 2023-11-07T11:27:36 | 2023-11-07T11:28:53 | null | https://github.com/huggingface/datasets/issues/6388 | null | QingYunA | false | [] |
1,980,224,020 | 6,387 | How to load existing downloaded dataset ? | closed | 2023-11-06T22:51:44 | 2023-11-16T18:07:01 | 2023-11-16T18:07:01 | https://github.com/huggingface/datasets/issues/6387 | null | liming-ai | false | [
"Feel free to use `dataset.save_to_disk(...)`, then scp the directory containing the saved dataset and reload it on your other machine using `dataset = load_from_disk(...)`"
] |
1,979,878,014 | 6,386 | Formatting overhead | closed | 2023-11-06T19:06:38 | 2023-11-06T23:56:12 | 2023-11-06T23:56:12 | https://github.com/huggingface/datasets/issues/6386 | null | d-miketa | false | [
"Ah I think the `line-profiler` log is off-by-one and it is in fact the `extract_batch` method that's taking forever. Will investigate further.",
"I tracked it down to a quirk of my setup. Apologies."
] |
1,979,308,338 | 6,385 | Get an error when i try to concatenate the squad dataset with my own dataset | closed | 2023-11-06T14:29:22 | 2023-11-06T16:50:45 | 2023-11-06T16:50:45 | https://github.com/huggingface/datasets/issues/6385 | null | CCDXDX | false | [
"The `answers.text` field in the JSON dataset needs to be a list of strings, not a string.\r\n\r\nSo, here is the fixed code:\r\n```python\r\nfrom huggingface_hub import notebook_login\r\nfrom datasets import load_dataset\r\n\r\n\r\n\r\nnotebook_login(\"mymailadresse\", \"mypassword\")\r\nsquad = load_dataset(\"squ... |
1,979,117,069 | 6,384 | Load the local dataset folder from other place | closed | 2023-11-06T13:07:04 | 2023-11-19T05:42:06 | 2023-11-19T05:42:05 | https://github.com/huggingface/datasets/issues/6384 | null | OrangeSodahub | false | [
"Solved"
] |
1,978,189,389 | 6,383 | imagenet-1k downloads over and over | closed | 2023-11-06T02:58:58 | 2024-06-12T13:15:00 | 2023-11-06T06:02:39 | https://github.com/huggingface/datasets/issues/6383 | null | seann999 | false | [
"Have you solved this problem?"
] |
1,977,400,799 | 6,382 | Add CheXpert dataset for vision | open | 2023-11-04T15:36:11 | 2024-01-10T11:53:52 | null | https://github.com/huggingface/datasets/issues/6382 | null | SauravMaheshkar | false | [
"Hey @SauravMaheshkar ! Just responded to your email.\r\n\r\n_For transparency, copying part of my response here:_\r\nI agree, it would be really great to have this and other BenchMD datasets easily accessible on the hub.\r\n\r\nI think the main limiting factor is that the ChexPert dataset is currently hosted on th... |
1,975,028,470 | 6,381 | Add my dataset | closed | 2023-11-02T20:59:52 | 2023-11-08T14:37:46 | 2023-11-06T15:50:14 | https://github.com/huggingface/datasets/pull/6381 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6381",
"html_url": "https://github.com/huggingface/datasets/pull/6381",
"diff_url": "https://github.com/huggingface/datasets/pull/6381.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6381.patch",
"merged_at": null
} | keyur536 | true | [
"Hi! We do not host datasets in this repo. Instead, you should use `dataset.push_to_hub` to upload the dataset to the HF Hub.",
"@mariosasko could you provide me proper guide to push data on HF hub ",
"You can find this info here: https://huggingface.co/docs/datasets/upload_dataset. Also, check https://huggingf... |
1,974,741,221 | 6,380 | Fix for continuation behaviour on broken dataset archives due to starving download connections via HTTP-GET | open | 2023-11-02T17:28:23 | 2023-11-02T17:31:19 | null | https://github.com/huggingface/datasets/pull/6380 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6380",
"html_url": "https://github.com/huggingface/datasets/pull/6380",
"diff_url": "https://github.com/huggingface/datasets/pull/6380.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6380.patch",
"merged_at": null
} | RuntimeRacer | true | [] |
1,974,638,850 | 6,379 | Avoid redundant warning when encoding NumPy array as `Image` | closed | 2023-11-02T16:37:58 | 2023-11-06T17:53:27 | 2023-11-02T17:08:07 | https://github.com/huggingface/datasets/pull/6379 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6379",
"html_url": "https://github.com/huggingface/datasets/pull/6379",
"diff_url": "https://github.com/huggingface/datasets/pull/6379.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6379.patch",
"merged_at": "2023-11-02T17:08:07"
} | mariosasko | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,973,942,770 | 6,378 | Support pyarrow 14.0.0 | closed | 2023-11-02T10:25:10 | 2023-11-02T15:24:28 | 2023-11-02T15:15:44 | https://github.com/huggingface/datasets/pull/6378 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6378",
"html_url": "https://github.com/huggingface/datasets/pull/6378",
"diff_url": "https://github.com/huggingface/datasets/pull/6378.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6378.patch",
"merged_at": "2023-11-02T15:15:44"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,973,937,612 | 6,377 | Support pyarrow 14.0.0 | closed | 2023-11-02T10:22:08 | 2023-11-02T15:15:45 | 2023-11-02T15:15:45 | https://github.com/huggingface/datasets/issues/6377 | null | albertvillanova | false | [] |
1,973,927,468 | 6,376 | Caching problem when deleting a dataset | closed | 2023-11-02T10:15:58 | 2023-12-04T16:53:34 | 2023-12-04T16:53:33 | https://github.com/huggingface/datasets/issues/6376 | null | clefourrier | false | [
"Thanks for reporting! Can you also share the error message printed in step 5?",
"I did not store it at the time but I'll try to re-do a mwe next week to get it again",
"I haven't managed to reproduce this issue using a [notebook](https://colab.research.google.com/drive/1m6eduYun7pFTkigrCJAFgw0BghlbvXIL?usp=sha... |
1,973,877,879 | 6,375 | Temporarily pin pyarrow < 14.0.0 | closed | 2023-11-02T09:48:58 | 2023-11-02T10:22:33 | 2023-11-02T10:11:19 | https://github.com/huggingface/datasets/pull/6375 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6375",
"html_url": "https://github.com/huggingface/datasets/pull/6375",
"diff_url": "https://github.com/huggingface/datasets/pull/6375.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6375.patch",
"merged_at": "2023-11-02T10:11:19"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,973,857,428 | 6,374 | CI is broken: TypeError: Couldn't cast array | closed | 2023-11-02T09:37:06 | 2023-11-02T10:11:20 | 2023-11-02T10:11:20 | https://github.com/huggingface/datasets/issues/6374 | null | albertvillanova | false | [] |
1,973,349,695 | 6,373 | Fix typo in `Dataset.map` docstring | closed | 2023-11-02T01:36:49 | 2023-11-02T15:18:22 | 2023-11-02T10:11:38 | https://github.com/huggingface/datasets/pull/6373 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6373",
"html_url": "https://github.com/huggingface/datasets/pull/6373",
"diff_url": "https://github.com/huggingface/datasets/pull/6373.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6373.patch",
"merged_at": "2023-11-02T10:11:38"
} | bryant1410 | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,972,837,794 | 6,372 | do not try to download from HF GCS for generator | closed | 2023-11-01T17:57:11 | 2023-11-02T16:02:52 | 2023-11-02T15:52:09 | https://github.com/huggingface/datasets/pull/6372 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6372",
"html_url": "https://github.com/huggingface/datasets/pull/6372",
"diff_url": "https://github.com/huggingface/datasets/pull/6372.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6372.patch",
"merged_at": "2023-11-02T15:52:09"
} | yundai424 | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,972,807,579 | 6,371 | `Dataset.from_generator` should not try to download from HF GCS | closed | 2023-11-01T17:36:17 | 2023-11-02T15:52:10 | 2023-11-02T15:52:10 | https://github.com/huggingface/datasets/issues/6371 | null | yundai424 | false | [
"Indeed, setting `try_from_gcs` to `False` makes sense for `from_generator`.\r\n\r\nWe plan to deprecate and remove `try_from_hf_gcs` soon, as we can use Hub for file hosting now, but this is a good temporary fix.\r\n"
] |
1,972,073,909 | 6,370 | TensorDataset format does not work with Trainer from transformers | closed | 2023-11-01T10:09:54 | 2023-11-29T16:31:08 | 2023-11-29T16:31:08 | https://github.com/huggingface/datasets/issues/6370 | null | jinzzasol | false | [
"I figured it out. I found that `Trainer` does not work with TensorDataset even though the document says it uses it. Instead, I ended up creating a dictionary and converting it to a dataset using `dataset.Dataset.from_dict()`.\r\n\r\nI will leave this post open for a while. If someone knows a better approach, pleas... |
1,971,794,108 | 6,369 | Multi process map did not load cache file correctly | closed | 2023-11-01T06:36:54 | 2023-11-30T16:04:46 | 2023-11-30T16:04:45 | https://github.com/huggingface/datasets/issues/6369 | null | enze5088 | false | [
"The inconsistency may be caused by the usage of \"update_fingerprint\" and setting \"trust_remote_code\" to \"True.\"\r\nWhen the tokenizer employs \"trust_remote_code,\" the behavior of the map function varies with each code execution. Even if the remote code of the tokenizer remains the same, the result of \"ash... |
1,971,193,692 | 6,368 | Fix python formatting for complex types in `format_table` | closed | 2023-10-31T19:48:08 | 2023-11-02T14:42:28 | 2023-11-02T14:21:16 | https://github.com/huggingface/datasets/pull/6368 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6368",
"html_url": "https://github.com/huggingface/datasets/pull/6368",
"diff_url": "https://github.com/huggingface/datasets/pull/6368.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6368.patch",
"merged_at": "2023-11-02T14:21:16"
} | mariosasko | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,971,015,861 | 6,367 | Fix time measuring snippet in docs | closed | 2023-10-31T17:57:17 | 2023-10-31T18:35:53 | 2023-10-31T18:24:02 | https://github.com/huggingface/datasets/pull/6367 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6367",
"html_url": "https://github.com/huggingface/datasets/pull/6367",
"diff_url": "https://github.com/huggingface/datasets/pull/6367.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6367.patch",
"merged_at": "2023-10-31T18:24:02"
} | mariosasko | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,970,213,490 | 6,366 | with_format() function returns bytes instead of PIL images even when image column is not part of "columns" | closed | 2023-10-31T11:10:48 | 2023-11-02T14:21:17 | 2023-11-02T14:21:17 | https://github.com/huggingface/datasets/issues/6366 | null | leot13 | false | [
"Thanks for reporting! I've opened a PR with a fix."
] |
1,970,140,392 | 6,365 | Parquet size grows exponential for categorical data | closed | 2023-10-31T10:29:02 | 2023-10-31T10:49:17 | 2023-10-31T10:49:17 | https://github.com/huggingface/datasets/issues/6365 | null | aseganti | false | [
"Wrong repo."
] |
1,969,136,106 | 6,364 | ArrowNotImplementedError: Unsupported cast from string to list using function cast_list | closed | 2023-10-30T20:14:01 | 2023-10-31T19:21:23 | 2023-10-31T19:21:23 | https://github.com/huggingface/datasets/issues/6364 | null | divyakrishna-devisetty | false | [
"You can use the following code to load this CSV with the list values preserved:\r\n```python\r\nfrom datasets import load_dataset\r\nimport ast\r\n\r\nconverters = {\r\n \"contexts\" : ast.literal_eval,\r\n \"ground_truths\" : ast.literal_eval,\r\n}\r\n\r\nds = load_dataset(\"csv\", data_files=\"golden_datas... |
1,968,891,277 | 6,363 | dataset.transform() hangs indefinitely while finetuning the stable diffusion XL | closed | 2023-10-30T17:34:05 | 2023-11-22T00:29:21 | 2023-11-22T00:29:21 | https://github.com/huggingface/datasets/issues/6363 | null | bhosalems | false | [
"I think the code hangs on the `accelerator.main_process_first()` context manager exit. To verify this, you can append a print statement to the end of the `accelerator.main_process_first()` block. \r\n\r\n\r\nIf the problem is in `with_transform`, it would help if you could share the error stack trace printed when... |
1,965,794,569 | 6,362 | Simplify filesystem logic | closed | 2023-10-27T15:54:18 | 2023-11-15T14:08:29 | 2023-11-15T14:02:02 | https://github.com/huggingface/datasets/pull/6362 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6362",
"html_url": "https://github.com/huggingface/datasets/pull/6362",
"diff_url": "https://github.com/huggingface/datasets/pull/6362.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6362.patch",
"merged_at": "2023-11-15T14:02:02"
} | mariosasko | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,965,672,950 | 6,360 | Add support for `Sequence(Audio/Image)` feature in `push_to_hub` | closed | 2023-10-27T14:39:57 | 2024-02-06T19:24:20 | 2024-02-06T19:24:20 | https://github.com/huggingface/datasets/issues/6360 | null | Laurent2916 | false | [
"This issue stems from https://github.com/huggingface/datasets/blob/6d2f2a5e0fea3827eccfd1717d8021c15fc4292a/src/datasets/table.py#L2203-L2205\r\n\r\nI'll address it as part of https://github.com/huggingface/datasets/pull/6283.\r\n\r\nIn the meantime, this should work\r\n\r\n```python\r\nimport pyarrow as pa\r\nfro... |
1,965,378,583 | 6,359 | Stuck in "Resolving data files..." | open | 2023-10-27T12:01:51 | 2025-03-09T02:18:19 | null | https://github.com/huggingface/datasets/issues/6359 | null | Luciennnnnnn | false | [
"Most likely, the data file inference logic is the problem here.\r\n\r\nYou can run the following code to verify this:\r\n```python\r\nimport time\r\nfrom datasets.data_files import get_data_patterns\r\nstart_time = time.time()\r\nget_data_patterns(\"/path/to/img_dir\")\r\nend_time = time.time()\r\nprint(f\"Elapsed... |
1,965,014,595 | 6,358 | Mounting datasets cache fails due to absolute paths. | closed | 2023-10-27T08:20:27 | 2024-04-10T08:50:06 | 2023-11-28T14:47:12 | https://github.com/huggingface/datasets/issues/6358 | null | charliebudd | false | [
"You may be able to make it work by tweaking some environment variables, such as [`HF_HOME`](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/environment_variables#hfhome) or [`HF_DATASETS_CACHE`](https://huggingface.co/docs/datasets/cache#cache-directory).",
"> You may be able to make it wor... |
1,964,653,995 | 6,357 | Allow passing a multiprocessing context to functions that support `num_proc` | open | 2023-10-27T02:31:16 | 2023-10-27T02:31:16 | null | https://github.com/huggingface/datasets/issues/6357 | null | bryant1410 | false | [] |
1,964,015,802 | 6,356 | Add `fsspec` version to the `datasets-cli env` command output | closed | 2023-10-26T17:19:25 | 2023-10-26T18:42:56 | 2023-10-26T18:32:21 | https://github.com/huggingface/datasets/pull/6356 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6356",
"html_url": "https://github.com/huggingface/datasets/pull/6356",
"diff_url": "https://github.com/huggingface/datasets/pull/6356.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6356.patch",
"merged_at": "2023-10-26T18:32:21"
} | mariosasko | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,963,979,896 | 6,355 | More hub centric docs | closed | 2023-10-26T16:54:46 | 2024-01-11T06:34:16 | 2023-10-30T17:32:57 | https://github.com/huggingface/datasets/pull/6355 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6355",
"html_url": "https://github.com/huggingface/datasets/pull/6355",
"diff_url": "https://github.com/huggingface/datasets/pull/6355.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6355.patch",
"merged_at": null
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,963,483,324 | 6,354 | `IterableDataset.from_spark` does not support multiple workers in pytorch `Dataloader` | open | 2023-10-26T12:43:36 | 2024-12-10T14:06:06 | null | https://github.com/huggingface/datasets/issues/6354 | null | NazyS | false | [
"I am having issues as well with this. \r\n\r\nHowever, the error I am getting is :\r\n`RuntimeError: It appears that you are attempting to reference SparkContext from a broadcast variable, action, or transformation. SparkContext can only be used on the driver, not in code that it run on workers. For more informati... |
1,962,646,450 | 6,353 | load_dataset save_to_disk load_from_disk error | closed | 2023-10-26T03:47:06 | 2024-04-03T05:31:01 | 2023-10-26T10:18:04 | https://github.com/huggingface/datasets/issues/6353 | null | brisker | false | [
"solved.\r\nfsspec version problem",
"I'm using the latest datasets and fsspec , but still got this error!\r\n\r\ndatasets : Version: 2.13.0\r\n\r\nfsspec Version: 2023.10.0\r\n\r\n```\r\nFile \"/home/guoby/app/Anaconda3-2021.05/envs/news/lib/python3.8/site-packages/datasets/load.py\", line 1892, in load_from_... |
1,962,296,057 | 6,352 | Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.") | closed | 2023-10-25T21:55:31 | 2024-03-19T16:46:22 | 2023-11-07T07:26:54 | https://github.com/huggingface/datasets/issues/6352 | null | Ahmed-Roushdy | false | [
"+1 \r\n```\r\nFound cached dataset csv (file:///home/ubuntu/.cache/huggingface/datasets/theSquarePond___csv/theSquarePond--XXXXX-bbf0a8365d693d2c/0.0.0/eea64c71ca8b46dd3f537ed218fc9bf495d5707789152eb2764f5c78fa66d59d)\r\n---------------------------------------------------------------------------\r\nNotImplementedE... |
1,961,982,988 | 6,351 | Fix use_dataset.mdx | closed | 2023-10-25T18:21:08 | 2023-10-26T17:19:49 | 2023-10-26T17:10:27 | https://github.com/huggingface/datasets/pull/6351 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6351",
"html_url": "https://github.com/huggingface/datasets/pull/6351",
"diff_url": "https://github.com/huggingface/datasets/pull/6351.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6351.patch",
"merged_at": "2023-10-26T17:10:27"
} | angel-luis | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,961,869,203 | 6,350 | Different objects are returned from calls that should be returning the same kind of object. | open | 2023-10-25T17:08:39 | 2023-10-26T21:03:06 | null | https://github.com/huggingface/datasets/issues/6350 | null | phalexo | false | [
"`load_dataset` returns a `DatasetDict` object unless `split` is defined, in which case it returns a `Dataset` (or a list of datasets if `split` is a list). We've discussed dropping `DatasetDict` from the API in https://github.com/huggingface/datasets/issues/5189 to always return the same type in `load_dataset` an... |
1,961,435,673 | 6,349 | Can't load ds = load_dataset("imdb") | closed | 2023-10-25T13:29:51 | 2024-03-20T15:09:53 | 2023-10-31T19:59:35 | https://github.com/huggingface/datasets/issues/6349 | null | vivianc2 | false | [
"I'm unable to reproduce this error. The server hosting the files may have been down temporarily, so try again.",
"getting the same error",
"I am getting the following error:\r\nEnv: Python3.10\r\ndatasets: 2.10.1\r\nLinux: Amazon Linux2\r\n\r\n`Traceback (most recent call last):\r\n File \"<stdin>\", line 1, ... |
1,961,268,504 | 6,348 | Parquet stream-conversion fails to embed images/audio files from gated repos | open | 2023-10-25T12:12:44 | 2025-04-17T12:21:43 | null | https://github.com/huggingface/datasets/issues/6348 | null | severo | false | [
"I have created a project to stream audio in the datasets viewer on Hugging Face using Parquet.\n\nhttps://github.com/pr0mila/ParquetToHuggingFace"
] |
1,959,004,835 | 6,347 | Incorrect example code in 'Create a dataset' docs | closed | 2023-10-24T11:01:21 | 2023-10-25T13:05:21 | 2023-10-25T13:05:21 | https://github.com/huggingface/datasets/issues/6347 | null | rwood-97 | false | [
"This was fixed in https://github.com/huggingface/datasets/pull/6247. You can find the fix in the `main` version of the docs",
"Ah great, thanks :)"
] |
1,958,777,076 | 6,346 | Fix UnboundLocalError if preprocessing returns an empty list | closed | 2023-10-24T08:38:43 | 2023-10-25T17:39:17 | 2023-10-25T16:36:38 | https://github.com/huggingface/datasets/pull/6346 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6346",
"html_url": "https://github.com/huggingface/datasets/pull/6346",
"diff_url": "https://github.com/huggingface/datasets/pull/6346.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6346.patch",
"merged_at": "2023-10-25T16:36:38"
} | cwallenwein | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,957,707,870 | 6,345 | support squad structure datasets using a YAML parameter | open | 2023-10-23T17:55:37 | 2023-10-23T17:55:37 | null | https://github.com/huggingface/datasets/issues/6345 | null | MajdTannous1 | false | [] |
1,957,412,169 | 6,344 | set dev version | closed | 2023-10-23T15:13:28 | 2023-10-23T15:24:31 | 2023-10-23T15:13:38 | https://github.com/huggingface/datasets/pull/6344 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6344",
"html_url": "https://github.com/huggingface/datasets/pull/6344",
"diff_url": "https://github.com/huggingface/datasets/pull/6344.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6344.patch",
"merged_at": "2023-10-23T15:13:38"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6344). All of your documentation changes will be reflected on that endpoint.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchma... |
1,957,370,711 | 6,343 | Remove unused argument in `_get_data_files_patterns` | closed | 2023-10-23T14:54:18 | 2023-11-16T09:09:42 | 2023-11-16T09:03:39 | https://github.com/huggingface/datasets/pull/6343 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6343",
"html_url": "https://github.com/huggingface/datasets/pull/6343",
"diff_url": "https://github.com/huggingface/datasets/pull/6343.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6343.patch",
"merged_at": "2023-11-16T09:03:39"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,957,344,445 | 6,342 | Release: 2.14.6 | closed | 2023-10-23T14:43:26 | 2023-10-23T15:21:54 | 2023-10-23T15:07:25 | https://github.com/huggingface/datasets/pull/6342 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6342",
"html_url": "https://github.com/huggingface/datasets/pull/6342",
"diff_url": "https://github.com/huggingface/datasets/pull/6342.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6342.patch",
"merged_at": "2023-10-23T15:07:25"
} | lhoestq | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,956,917,893 | 6,340 | Release 2.14.5 | closed | 2023-10-23T11:10:22 | 2023-10-23T14:20:46 | 2023-10-23T11:12:40 | https://github.com/huggingface/datasets/pull/6340 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6340",
"html_url": "https://github.com/huggingface/datasets/pull/6340",
"diff_url": "https://github.com/huggingface/datasets/pull/6340.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6340.patch",
"merged_at": null
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6340). All of your documentation changes will be reflected on that endpoint."
] |
1,956,912,627 | 6,339 | minor release step improvement | closed | 2023-10-23T11:07:04 | 2023-11-07T10:38:54 | 2023-11-07T10:32:41 | https://github.com/huggingface/datasets/pull/6339 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6339",
"html_url": "https://github.com/huggingface/datasets/pull/6339",
"diff_url": "https://github.com/huggingface/datasets/pull/6339.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6339.patch",
"merged_at": "2023-11-07T10:32:41"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,956,886,072 | 6,338 | pin fsspec before it switches to glob.glob | closed | 2023-10-23T10:50:54 | 2024-01-11T06:32:56 | 2023-10-23T10:51:52 | https://github.com/huggingface/datasets/pull/6338 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6338",
"html_url": "https://github.com/huggingface/datasets/pull/6338",
"diff_url": "https://github.com/huggingface/datasets/pull/6338.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6338.patch",
"merged_at": null
} | lhoestq | true | [
"closing in favor of https://github.com/huggingface/datasets/pull/6337",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6338). All of your documentation changes will be reflected on that endpoint."
] |
1,956,875,259 | 6,337 | Pin supported upper version of fsspec | closed | 2023-10-23T10:44:16 | 2023-10-23T12:13:20 | 2023-10-23T12:04:36 | https://github.com/huggingface/datasets/pull/6337 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6337",
"html_url": "https://github.com/huggingface/datasets/pull/6337",
"diff_url": "https://github.com/huggingface/datasets/pull/6337.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6337.patch",
"merged_at": "2023-10-23T12:04:36"
} | albertvillanova | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,956,827,232 | 6,336 | unpin-fsspec | closed | 2023-10-23T10:16:46 | 2024-02-07T12:41:35 | 2023-10-23T10:17:48 | https://github.com/huggingface/datasets/pull/6336 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6336",
"html_url": "https://github.com/huggingface/datasets/pull/6336",
"diff_url": "https://github.com/huggingface/datasets/pull/6336.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6336.patch",
"merged_at": "2023-10-23T10:17:48"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6336). All of your documentation changes will be reflected on that endpoint.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchma... |
1,956,740,818 | 6,335 | Support fsspec 2023.10.0 | closed | 2023-10-23T09:29:17 | 2024-01-11T06:33:35 | 2023-11-14T14:17:40 | https://github.com/huggingface/datasets/pull/6335 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6335",
"html_url": "https://github.com/huggingface/datasets/pull/6335",
"diff_url": "https://github.com/huggingface/datasets/pull/6335.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6335.patch",
"merged_at": null
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,956,719,774 | 6,334 | datasets.filesystems: fix is_remote_filesystems | closed | 2023-10-23T09:17:54 | 2024-02-07T12:41:15 | 2023-10-23T10:14:10 | https://github.com/huggingface/datasets/pull/6334 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6334",
"html_url": "https://github.com/huggingface/datasets/pull/6334",
"diff_url": "https://github.com/huggingface/datasets/pull/6334.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6334.patch",
"merged_at": "2023-10-23T10:14:10"
} | ap-- | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,956,714,423 | 6,333 | Support fsspec 2023.10.0 | closed | 2023-10-23T09:14:53 | 2024-02-07T12:39:58 | 2024-02-07T12:39:58 | https://github.com/huggingface/datasets/issues/6333 | null | albertvillanova | false | [
"Hi @albertvillanova @lhoestq \r\n\r\nI believe the pull request that pins the fsspec version (https://github.com/huggingface/datasets/pull/6331) was merged by mistake. Another fix for the issue was merged on the same day an hour apart. See https://github.com/huggingface/datasets/pull/6334\r\n\r\nI'm now having an ... |
1,956,697,328 | 6,332 | Replace deprecated license_file in setup.cfg | closed | 2023-10-23T09:05:26 | 2023-11-07T08:23:10 | 2023-11-07T08:09:06 | https://github.com/huggingface/datasets/pull/6332 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6332",
"html_url": "https://github.com/huggingface/datasets/pull/6332",
"diff_url": "https://github.com/huggingface/datasets/pull/6332.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6332.patch",
"merged_at": "2023-11-07T08:09:06"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,956,671,256 | 6,331 | Temporarily pin fsspec < 2023.10.0 | closed | 2023-10-23T08:51:50 | 2023-10-23T09:26:42 | 2023-10-23T09:17:55 | https://github.com/huggingface/datasets/pull/6331 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6331",
"html_url": "https://github.com/huggingface/datasets/pull/6331",
"diff_url": "https://github.com/huggingface/datasets/pull/6331.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6331.patch",
"merged_at": "2023-10-23T09:17:55"
} | albertvillanova | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,956,053,294 | 6,330 | Latest fsspec==2023.10.0 issue with streaming datasets | closed | 2023-10-22T20:57:10 | 2025-06-09T22:00:16 | 2023-10-23T09:17:56 | https://github.com/huggingface/datasets/issues/6330 | null | ZachNagengast | false | [
"I also encountered a similar error below.\r\nAppreciate the team could shed some light on this issue.\r\n\r\n```\r\n---------------------------------------------------------------------------\r\nNotImplementedError Traceback (most recent call last)\r\n[/home/ubuntu/work/EveryDream2trainer/pre... |
1,955,858,020 | 6,329 | شبکه های متن به گفتار ابتدا متن داده شده را به بازنمایی میانی | closed | 2023-10-22T11:07:46 | 2023-10-23T09:22:58 | 2023-10-23T09:22:58 | https://github.com/huggingface/datasets/issues/6329 | null | shabnam706 | false | [] |
1,955,857,904 | 6,328 | شبکه های متن به گفتار ابتدا متن داده شده را به بازنمایی میانی | closed | 2023-10-22T11:07:21 | 2023-10-23T09:22:38 | 2023-10-23T09:22:38 | https://github.com/huggingface/datasets/issues/6328 | null | shabnam706 | false | [
"شبکه های متن به گفتار ابتدا متن داده شده را به بازنمایی میانی"
] |
1,955,470,755 | 6,327 | FileNotFoundError when trying to load the downloaded dataset with `load_dataset(..., streaming=True)` | closed | 2023-10-21T12:27:03 | 2023-10-23T18:50:07 | 2023-10-23T18:50:07 | https://github.com/huggingface/datasets/issues/6327 | null | yzhangcs | false | [
"You can clone the `togethercomputer/RedPajama-Data-1T-Sample` repo and load the dataset with `load_dataset(\"path/to/cloned_repo\")` to use it offline.",
"@mariosasko Thank you for your kind reply! I'll try it as a workaround.\r\nDoes that mean that currently it's not supported to simply load with a short name?"... |
1,955,420,536 | 6,326 | Create battery_analysis.py | closed | 2023-10-21T10:07:48 | 2023-10-23T14:56:20 | 2023-10-23T14:56:20 | https://github.com/huggingface/datasets/pull/6326 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6326",
"html_url": "https://github.com/huggingface/datasets/pull/6326",
"diff_url": "https://github.com/huggingface/datasets/pull/6326.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6326.patch",
"merged_at": null
} | vinitkm | true | [] |
1,955,420,178 | 6,325 | Create battery_analysis.py | closed | 2023-10-21T10:06:37 | 2023-10-23T14:55:58 | 2023-10-23T14:55:58 | https://github.com/huggingface/datasets/pull/6325 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6325",
"html_url": "https://github.com/huggingface/datasets/pull/6325",
"diff_url": "https://github.com/huggingface/datasets/pull/6325.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6325.patch",
"merged_at": null
} | vinitkm | true | [] |
1,955,126,687 | 6,324 | Conversion to Arrow fails due to wrong type heuristic | closed | 2023-10-20T23:20:58 | 2023-10-23T20:52:57 | 2023-10-23T20:52:57 | https://github.com/huggingface/datasets/issues/6324 | null | jphme | false | [
"Unlike Pandas, Arrow is strict with types, so converting the problematic strings to ints (or ints to strings) to ensure all the values have the same type is the only fix. \r\n\r\nJSON support has been requested in Arrow [here](https://github.com/apache/arrow/issues/32538), but I don't expect this to be implemented... |
1,954,245,980 | 6,323 | Loading dataset from large GCS bucket very slow since 2.14 | open | 2023-10-20T12:59:55 | 2024-09-03T18:42:33 | null | https://github.com/huggingface/datasets/issues/6323 | null | jbcdnr | false | [
"I've also encountered this issue recently and want to ask if this has been seen.\r\n\r\n@albertvillanova for visibility - I'm not sure who the right person is to tag, but I noticed you were active recently so perhaps you can direct this to the right person.\r\n\r\nThanks!"
] |
1,952,947,461 | 6,322 | Fix regex `get_data_files` formatting for base paths | closed | 2023-10-19T19:45:10 | 2023-10-23T14:40:45 | 2023-10-23T14:31:21 | https://github.com/huggingface/datasets/pull/6322 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6322",
"html_url": "https://github.com/huggingface/datasets/pull/6322",
"diff_url": "https://github.com/huggingface/datasets/pull/6322.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6322.patch",
"merged_at": "2023-10-23T14:31:21"
} | ZachNagengast | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"> The reason why I used the the glob_pattern_to_regex in the entire pattern is because otherwise I got an error for Windows local paths: a base_path like 'C:\\\\Users\\\\runneradmin... made the function string_to_dict raise re.error:... |
1,952,643,483 | 6,321 | Fix typos | closed | 2023-10-19T16:24:35 | 2023-10-19T17:18:00 | 2023-10-19T17:07:35 | https://github.com/huggingface/datasets/pull/6321 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6321",
"html_url": "https://github.com/huggingface/datasets/pull/6321",
"diff_url": "https://github.com/huggingface/datasets/pull/6321.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6321.patch",
"merged_at": "2023-10-19T17:07:35"
} | python273 | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,952,618,316 | 6,320 | Dataset slice splits can't load training and validation at the same time | closed | 2023-10-19T16:09:22 | 2023-11-30T16:21:15 | 2023-11-30T16:21:15 | https://github.com/huggingface/datasets/issues/6320 | null | timlac | false | [
"The expression \"train+test\" concatenates the splits.\r\n\r\nThe individual splits as separate datasets can be obtained as follows:\r\n```python\r\ntrain_ds, test_ds = load_dataset(\"<dataset_name>\", split=[\"train\", \"test\"])\r\ntrain_10pct_ds, test_10pct_ds = load_dataset(\"<dataset_name>\", split=[\"train[:... |
1,952,101,717 | 6,319 | Datasets.map is severely broken | open | 2023-10-19T12:19:33 | 2024-08-08T17:05:08 | null | https://github.com/huggingface/datasets/issues/6319 | null | phalexo | false | [
"Hi! Instead of processing a single example at a time, you should use the batched `map` for the best performance (with `num_proc=1`) - the fast tokenizers can process a batch's samples in parallel in that scenario.\r\n\r\nE.g., the following code in Colab takes an hour to complete:\r\n```python\r\n# !pip install da... |
1,952,100,706 | 6,318 | Deterministic set hash | closed | 2023-10-19T12:19:13 | 2023-10-19T16:27:20 | 2023-10-19T16:16:31 | https://github.com/huggingface/datasets/pull/6318 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6318",
"html_url": "https://github.com/huggingface/datasets/pull/6318",
"diff_url": "https://github.com/huggingface/datasets/pull/6318.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6318.patch",
"merged_at": "2023-10-19T16:16:31"
} | lhoestq | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,951,965,668 | 6,317 | sentiment140 dataset unavailable | closed | 2023-10-19T11:25:21 | 2023-10-19T13:04:56 | 2023-10-19T13:04:56 | https://github.com/huggingface/datasets/issues/6317 | null | AndreasKarasenko | false | [
"Thanks for reporting. We are investigating the issue.",
"We have opened an issue in the corresponding Hub dataset: https://huggingface.co/datasets/sentiment140/discussions/3\r\n\r\nLet's continue the discussion there."
] |
1,951,819,869 | 6,316 | Fix loading Hub datasets with CSV metadata file | closed | 2023-10-19T10:21:34 | 2023-10-20T06:23:21 | 2023-10-20T06:14:09 | https://github.com/huggingface/datasets/pull/6316 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6316",
"html_url": "https://github.com/huggingface/datasets/pull/6316",
"diff_url": "https://github.com/huggingface/datasets/pull/6316.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6316.patch",
"merged_at": "2023-10-20T06:14:09"
} | albertvillanova | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,951,800,819 | 6,315 | Hub datasets with CSV metadata raise ArrowInvalid: JSON parse error: Invalid value. in row 0 | closed | 2023-10-19T10:11:29 | 2023-10-20T06:14:10 | 2023-10-20T06:14:10 | https://github.com/huggingface/datasets/issues/6315 | null | albertvillanova | false | [] |
1,951,684,763 | 6,314 | Support creating new branch in push_to_hub | closed | 2023-10-19T09:12:39 | 2023-10-19T09:20:06 | 2023-10-19T09:19:48 | https://github.com/huggingface/datasets/pull/6314 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6314",
"html_url": "https://github.com/huggingface/datasets/pull/6314",
"diff_url": "https://github.com/huggingface/datasets/pull/6314.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6314.patch",
"merged_at": null
} | jmif | true | [] |
1,951,527,712 | 6,313 | Fix commit message formatting in multi-commit uploads | closed | 2023-10-19T07:53:56 | 2023-10-20T14:06:13 | 2023-10-20T13:57:39 | https://github.com/huggingface/datasets/pull/6313 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6313",
"html_url": "https://github.com/huggingface/datasets/pull/6313",
"diff_url": "https://github.com/huggingface/datasets/pull/6313.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6313.patch",
"merged_at": "2023-10-20T13:57:38"
} | qgallouedec | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,950,128,416 | 6,312 | docs: resolving namespace conflict, refactored variable | closed | 2023-10-18T16:10:59 | 2023-10-19T16:31:59 | 2023-10-19T16:23:07 | https://github.com/huggingface/datasets/pull/6312 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6312",
"html_url": "https://github.com/huggingface/datasets/pull/6312",
"diff_url": "https://github.com/huggingface/datasets/pull/6312.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6312.patch",
"merged_at": "2023-10-19T16:23:07"
} | smty2018 | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,949,304,993 | 6,311 | cast_column to Sequence with length=4 occur exception raise in datasets/table.py:2146 | closed | 2023-10-18T09:38:05 | 2024-02-06T19:24:20 | 2024-02-06T19:24:20 | https://github.com/huggingface/datasets/issues/6311 | null | neiblegy | false | [
"Thanks for reporting! We've spotted the bugs with the `array.values` handling and are fixing them in https://github.com/huggingface/datasets/pull/6283 (should be part of the next release).",
"> Thanks for reporting! We've spotted the bugs with the `array.values` handling and are fixing them in #6283 (should be p... |
1,947,457,988 | 6,310 | Add return_file_name in load_dataset | closed | 2023-10-17T13:36:57 | 2024-08-09T11:51:55 | 2024-07-31T13:56:50 | https://github.com/huggingface/datasets/pull/6310 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6310",
"html_url": "https://github.com/huggingface/datasets/pull/6310",
"diff_url": "https://github.com/huggingface/datasets/pull/6310.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6310.patch",
"merged_at": null
} | juliendenize | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6310). All of your documentation changes will be reflected on that endpoint.",
"> Thanks for the change !\r\n> \r\n> Since `return` in python often refers to what is actually returned by the function (here `load_dataset`), I th... |
1,946,916,969 | 6,309 | Fix get_data_patterns for directories with the word data twice | closed | 2023-10-17T09:00:39 | 2023-10-18T14:01:52 | 2023-10-18T13:50:35 | https://github.com/huggingface/datasets/pull/6309 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6309",
"html_url": "https://github.com/huggingface/datasets/pull/6309",
"diff_url": "https://github.com/huggingface/datasets/pull/6309.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6309.patch",
"merged_at": "2023-10-18T13:50:35"
} | albertvillanova | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,946,810,625 | 6,308 | module 'resource' has no attribute 'error' | closed | 2023-10-17T08:08:54 | 2023-10-25T17:09:22 | 2023-10-25T17:09:22 | https://github.com/huggingface/datasets/issues/6308 | null | NeoWang9999 | false | [
"This (Windows) issue was fixed in `fsspec` in https://github.com/fsspec/filesystem_spec/pull/1275. So, to avoid the error, update the `fsspec` installation with `pip install -U fsspec`.",
"> This (Windows) issue was fixed in `fsspec` in [fsspec/filesystem_spec#1275](https://github.com/fsspec/filesystem_spec/pul... |
1,946,414,808 | 6,307 | Fix typo in code example in docs | closed | 2023-10-17T02:28:50 | 2023-10-17T12:59:26 | 2023-10-17T06:36:19 | https://github.com/huggingface/datasets/pull/6307 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6307",
"html_url": "https://github.com/huggingface/datasets/pull/6307",
"diff_url": "https://github.com/huggingface/datasets/pull/6307.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6307.patch",
"merged_at": "2023-10-17T06:36:18"
} | bryant1410 | true | [
"_The documentation is not available anymore as the PR was closed or merged._",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | rea... |
1,946,363,452 | 6,306 | pyinstaller : OSError: could not get source code | closed | 2023-10-17T01:41:51 | 2023-11-02T07:24:51 | 2023-10-18T14:03:42 | https://github.com/huggingface/datasets/issues/6306 | null | dusk877647949 | false | [
"more information:\r\n``` \r\nFile \"text2vec\\__init__.py\", line 8, in <module>\r\nFile \"<frozen importlib._bootstrap>\", line 1027, in _find_and_load\r\nFile \"<frozen importlib._bootstrap>\", line 1006, in _find_and_load_unlocked\r\nFile \"<frozen importlib._bootstrap>\", line 688, in _load_unlocked\r\nFile \"... |
1,946,010,912 | 6,305 | Cannot load dataset with `2.14.5`: `FileNotFound` error | closed | 2023-10-16T20:11:27 | 2023-10-18T13:50:36 | 2023-10-18T13:50:36 | https://github.com/huggingface/datasets/issues/6305 | null | finiteautomata | false | [
"Thanks for reporting, @finiteautomata.\r\n\r\nWe are investigating it. ",
"There is a bug in `datasets`. You can see our proposed fix:\r\n- #6309 "
] |
1,945,913,521 | 6,304 | Update README.md | closed | 2023-10-16T19:10:39 | 2023-10-17T15:13:37 | 2023-10-17T15:04:52 | https://github.com/huggingface/datasets/pull/6304 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6304",
"html_url": "https://github.com/huggingface/datasets/pull/6304",
"diff_url": "https://github.com/huggingface/datasets/pull/6304.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6304.patch",
"merged_at": "2023-10-17T15:04:52"
} | smty2018 | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,943,466,532 | 6,303 | Parquet uploads off-by-one naming scheme | open | 2023-10-14T18:31:03 | 2023-10-16T16:33:21 | null | https://github.com/huggingface/datasets/issues/6303 | null | ZachNagengast | false | [
"You can find the reasoning behind this naming scheme [here](https://github.com/huggingface/transformers/pull/16343#discussion_r931182168).\r\n\r\nThis point has been raised several times, so I'd be okay with starting with `00001-` (also to be consistent with the `transformers` sharding), but I'm not sure @lhoestq ... |
1,942,096,078 | 6,302 | ArrowWriter/ParquetWriter `write` method does not increase `_num_bytes` and hence datasets not sharding at `max_shard_size` | closed | 2023-10-13T14:43:36 | 2023-10-17T06:52:12 | 2023-10-17T06:52:11 | https://github.com/huggingface/datasets/issues/6302 | null | Rassibassi | false | [
"`writer._num_bytes` is updated every `writer_batch_size`-th call to the `write` method (default `writer_batch_size` is 1000 (examples)). You should be able to see the update by passing a smaller `writer_batch_size` to the `load_dataset_builder`.\r\n\r\nWe could improve this by supporting the string `writer_batch_s... |
1,940,183,999 | 6,301 | Unpin `tensorflow` maximum version | closed | 2023-10-12T14:58:07 | 2023-10-12T15:58:20 | 2023-10-12T15:49:54 | https://github.com/huggingface/datasets/pull/6301 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6301",
"html_url": "https://github.com/huggingface/datasets/pull/6301",
"diff_url": "https://github.com/huggingface/datasets/pull/6301.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6301.patch",
"merged_at": "2023-10-12T15:49:54"
} | mariosasko | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,940,153,432 | 6,300 | Unpin `jax` maximum version | closed | 2023-10-12T14:42:40 | 2023-10-12T16:37:55 | 2023-10-12T16:28:57 | https://github.com/huggingface/datasets/pull/6300 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/6300",
"html_url": "https://github.com/huggingface/datasets/pull/6300",
"diff_url": "https://github.com/huggingface/datasets/pull/6300.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/6300.patch",
"merged_at": "2023-10-12T16:28:57"
} | mariosasko | true | [
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a... |
1,939,649,238 | 6,299 | Support for newer versions of JAX | closed | 2023-10-12T10:03:46 | 2023-10-12T16:28:59 | 2023-10-12T16:28:59 | https://github.com/huggingface/datasets/issues/6299 | null | ddrous | false | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.