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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
2,583,233,980 | 7,224 | fallback to default feature casting in case custom features not available during dataset loading | open | 2024-10-12T16:13:56 | 2024-10-12T16:13:56 | null | https://github.com/huggingface/datasets/pull/7224 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7224",
"html_url": "https://github.com/huggingface/datasets/pull/7224",
"diff_url": "https://github.com/huggingface/datasets/pull/7224.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7224.patch",
"merged_at": null
} | alex-hh | true | [] |
2,583,231,590 | 7,223 | Fallback to arrow defaults when loading dataset with custom features that aren't registered locally | open | 2024-10-12T16:08:20 | 2024-10-12T16:08:20 | null | https://github.com/huggingface/datasets/issues/7223 | null | alex-hh | false | [] |
2,582,678,033 | 7,222 | TypeError: Couldn't cast array of type string to null in long json | open | 2024-10-12T08:14:59 | 2025-07-21T03:07:32 | null | https://github.com/huggingface/datasets/issues/7222 | null | nokados | false | [
"I am encountering this same issue. It seems that the library manages to recognise an optional column (but not **exclusively** null) if there is at least one non-null instance within the same file. For example, given a `test_0.jsonl` file:\r\n```json\r\n{\"a\": \"a1\", \"b\": \"b1\", \"c\": null, \"d\": null}\r\n{\... |
2,582,114,631 | 7,221 | add CustomFeature base class to support user-defined features with encoding/decoding logic | closed | 2024-10-11T20:10:27 | 2025-01-28T09:40:29 | 2025-01-28T09:40:29 | https://github.com/huggingface/datasets/pull/7221 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7221",
"html_url": "https://github.com/huggingface/datasets/pull/7221",
"diff_url": "https://github.com/huggingface/datasets/pull/7221.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7221.patch",
"merged_at": null
} | alex-hh | true | [
"@lhoestq would you be open to supporting this kind of extensibility?",
"I suggested a fix in https://github.com/huggingface/datasets/issues/7220 that would not necessarily require a parent class for custom features, lmk what you think"
] |
2,582,036,110 | 7,220 | Custom features not compatible with special encoding/decoding logic | open | 2024-10-11T19:20:11 | 2024-11-08T15:10:58 | null | https://github.com/huggingface/datasets/issues/7220 | null | alex-hh | false | [
"I think you can fix this simply by replacing the line with hardcoded features with `hastattr(schema, \"encode_example\")` actually",
"#7284 "
] |
2,581,708,084 | 7,219 | bump fsspec | closed | 2024-10-11T15:56:36 | 2024-10-14T08:21:56 | 2024-10-14T08:21:55 | https://github.com/huggingface/datasets/pull/7219 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7219",
"html_url": "https://github.com/huggingface/datasets/pull/7219",
"diff_url": "https://github.com/huggingface/datasets/pull/7219.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7219.patch",
"merged_at": "2024-10-14T08:21:55"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7219). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,581,095,098 | 7,217 | ds.map(f, num_proc=10) is slower than df.apply | open | 2024-10-11T11:04:05 | 2025-02-28T21:21:01 | null | https://github.com/huggingface/datasets/issues/7217 | null | lanlanlanlanlanlan365 | false | [
"Hi ! `map()` reads all the columns and writes the resulting dataset with all the columns as well, while df.column_name.apply only reads and writes one column and does it in memory. So this is speed difference is actually expected.\r\n\r\nMoreover using multiprocessing on a dataset that lives in memory (from_pandas... |
2,579,942,939 | 7,215 | Iterable dataset map with explicit features causes slowdown for Sequence features | open | 2024-10-10T22:08:20 | 2024-10-10T22:10:32 | null | https://github.com/huggingface/datasets/issues/7215 | null | alex-hh | false | [] |
2,578,743,713 | 7,214 | Formatted map + with_format(None) changes array dtype for iterable datasets | open | 2024-10-10T12:45:16 | 2024-10-12T16:55:57 | null | https://github.com/huggingface/datasets/issues/7214 | null | alex-hh | false | [
"possibly due to this logic:\r\n\r\n```python\r\n def _arrow_array_to_numpy(self, pa_array: pa.Array) -> np.ndarray:\r\n if isinstance(pa_array, pa.ChunkedArray):\r\n if isinstance(pa_array.type, _ArrayXDExtensionType):\r\n # don't call to_pylist() to preserve dtype of the fixed-... |
2,578,675,565 | 7,213 | Add with_rank to Dataset.from_generator | open | 2024-10-10T12:15:29 | 2024-10-10T12:17:11 | null | https://github.com/huggingface/datasets/issues/7213 | null | muthissar | false | [] |
2,578,641,259 | 7,212 | Windows do not supprot signal.alarm and singal.signal | open | 2024-10-10T12:00:19 | 2024-10-10T12:00:19 | null | https://github.com/huggingface/datasets/issues/7212 | null | TomasJavurek | false | [] |
2,576,400,502 | 7,211 | Describe only selected fields in README | open | 2024-10-09T16:25:47 | 2024-10-09T16:25:47 | null | https://github.com/huggingface/datasets/issues/7211 | null | alozowski | false | [] |
2,575,883,939 | 7,210 | Convert Array features to numpy arrays rather than lists by default | open | 2024-10-09T13:05:21 | 2024-10-09T13:05:21 | null | https://github.com/huggingface/datasets/issues/7210 | null | alex-hh | false | [] |
2,575,526,651 | 7,209 | Preserve features in iterable dataset.filter | closed | 2024-10-09T10:42:05 | 2024-10-16T11:27:22 | 2024-10-09T16:04:07 | https://github.com/huggingface/datasets/pull/7209 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7209",
"html_url": "https://github.com/huggingface/datasets/pull/7209",
"diff_url": "https://github.com/huggingface/datasets/pull/7209.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7209.patch",
"merged_at": "2024-10-09T16:04:07"
} | alex-hh | true | [
"Yes your assumption on concatenate/interleave is ok imo.\r\n\r\nIt seems the TypedExamplesIterable can slow down things, it should take formatting into account to not convert numpy arrays to python lists\r\n\r\nright now it's slow (unrelatedly to your PR):\r\n\r\n```python\r\n>>> ds = Dataset.from_dict({\"a\": np.... |
2,575,484,256 | 7,208 | Iterable dataset.filter should not override features | closed | 2024-10-09T10:23:45 | 2024-10-09T16:08:46 | 2024-10-09T16:08:45 | https://github.com/huggingface/datasets/issues/7208 | null | alex-hh | false | [
"closed by https://github.com/huggingface/datasets/pull/7209, thanks @alex-hh !"
] |
2,573,582,335 | 7,207 | apply formatting after iter_arrow to speed up format -> map, filter for iterable datasets | closed | 2024-10-08T15:44:53 | 2025-01-14T18:36:03 | 2025-01-14T16:59:30 | https://github.com/huggingface/datasets/pull/7207 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7207",
"html_url": "https://github.com/huggingface/datasets/pull/7207",
"diff_url": "https://github.com/huggingface/datasets/pull/7207.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7207.patch",
"merged_at": "2025-01-14T16:59:30"
} | alex-hh | true | [
"I think the problem is that the underlying ex_iterable will not use iter_arrow unless the formatting type is arrow, which leads to conversion from arrow -> python -> numpy in this case rather than arrow -> numpy.\r\n\r\nIdea of updated fix is to use the ex_iterable's iter_arrow in any case where it's available and... |
2,573,567,467 | 7,206 | Slow iteration for iterable dataset with numpy formatting for array data | open | 2024-10-08T15:38:11 | 2024-10-17T17:14:52 | null | https://github.com/huggingface/datasets/issues/7206 | null | alex-hh | false | [
"The below easily eats up 32G of RAM. Leaving it for a while bricked the laptop with 16GB.\r\n\r\n```\r\ndataset = load_dataset(\"Voxel51/OxfordFlowers102\", data_dir=\"data\").with_format(\"numpy\")\r\nprocessed_dataset = dataset.map(lambda x: x)\r\n```\r\n\r\n. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,573,289,063 | 7,204 | fix unbatched arrow map for iterable datasets | closed | 2024-10-08T13:54:09 | 2024-10-08T14:19:47 | 2024-10-08T14:19:47 | https://github.com/huggingface/datasets/pull/7204 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7204",
"html_url": "https://github.com/huggingface/datasets/pull/7204",
"diff_url": "https://github.com/huggingface/datasets/pull/7204.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7204.patch",
"merged_at": "2024-10-08T14:19:46"
} | alex-hh | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7204). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,573,154,222 | 7,203 | with_format docstring | closed | 2024-10-08T13:05:19 | 2024-10-08T13:13:12 | 2024-10-08T13:13:05 | https://github.com/huggingface/datasets/pull/7203 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7203",
"html_url": "https://github.com/huggingface/datasets/pull/7203",
"diff_url": "https://github.com/huggingface/datasets/pull/7203.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7203.patch",
"merged_at": "2024-10-08T13:13:05"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7203). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,572,583,798 | 7,202 | `from_parquet` return type annotation | open | 2024-10-08T09:08:10 | 2024-10-08T09:08:10 | null | https://github.com/huggingface/datasets/issues/7202 | null | saiden89 | false | [] |
2,569,837,015 | 7,201 | `load_dataset()` of images from a single directory where `train.png` image exists | open | 2024-10-07T09:14:17 | 2024-10-07T09:14:17 | null | https://github.com/huggingface/datasets/issues/7201 | null | SagiPolaczek | false | [] |
2,567,921,694 | 7,200 | Fix the environment variable for huggingface cache | closed | 2024-10-05T11:54:35 | 2024-10-30T23:10:27 | 2024-10-08T15:45:18 | https://github.com/huggingface/datasets/pull/7200 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7200",
"html_url": "https://github.com/huggingface/datasets/pull/7200",
"diff_url": "https://github.com/huggingface/datasets/pull/7200.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7200.patch",
"merged_at": "2024-10-08T15:45:17"
} | torotoki | true | [
"Hi ! yes now `datasets` uses `huggingface_hub` to download and cache files from the HF Hub so you need to use `HF_HOME` (or manually `HF_HUB_CACHE` and `HF_DATASETS_CACHE` if you want to separate HF Hub cached files and cached datasets Arrow files)\r\n\r\nSo in your change I guess it needs to be `HF_HOME` instead ... |
2,566,788,225 | 7,199 | Add with_rank to Dataset.from_generator | open | 2024-10-04T16:51:53 | 2024-10-04T16:51:53 | null | https://github.com/huggingface/datasets/pull/7199 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7199",
"html_url": "https://github.com/huggingface/datasets/pull/7199",
"diff_url": "https://github.com/huggingface/datasets/pull/7199.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7199.patch",
"merged_at": null
} | muthissar | true | [] |
2,566,064,849 | 7,198 | Add repeat method to datasets | closed | 2024-10-04T10:45:16 | 2025-02-05T16:32:31 | 2025-02-05T16:32:31 | https://github.com/huggingface/datasets/pull/7198 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7198",
"html_url": "https://github.com/huggingface/datasets/pull/7198",
"diff_url": "https://github.com/huggingface/datasets/pull/7198.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7198.patch",
"merged_at": "2025-02-05T16:32:31"
} | alex-hh | true | [
"@lhoestq does this look reasonable?",
"updated and added test cases!",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7198). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"thanks for ... |
2,565,924,788 | 7,197 | ConnectionError: Couldn't reach 'allenai/c4' on the Hub (ConnectionError)数据集下不下来,怎么回事 | open | 2024-10-04T09:33:25 | 2025-02-26T02:26:16 | null | https://github.com/huggingface/datasets/issues/7197 | null | Mrgengli | false | [
"Also cant download \"allenai/c4\", but with different error reported:\r\n```\r\nTraceback (most recent call last): ... |
2,564,218,566 | 7,196 | concatenate_datasets does not preserve shuffling state | open | 2024-10-03T14:30:38 | 2025-03-18T10:56:47 | null | https://github.com/huggingface/datasets/issues/7196 | null | alex-hh | false | [
"It also does preserve `split_by_node`, so in the meantime you should call `shuffle` or `split_by_node` AFTER `interleave_datasets` or `concatenate_datasets`"
] |
2,564,070,809 | 7,195 | Add support for 3D datasets | open | 2024-10-03T13:27:44 | 2024-10-04T09:23:36 | null | https://github.com/huggingface/datasets/issues/7195 | null | severo | false | [
"maybe related: https://github.com/huggingface/datasets/issues/6388",
"Also look at https://github.com/huggingface/dataset-viewer/blob/f5fd117ceded990a7766e705bba1203fa907d6ad/services/worker/src/worker/job_runners/dataset/modalities.py#L241 which lists the 3D file formats that will assign the 3D modality to a da... |
2,563,364,199 | 7,194 | datasets.exceptions.DatasetNotFoundError for private dataset | closed | 2024-10-03T07:49:36 | 2024-10-03T10:09:28 | 2024-10-03T10:09:28 | https://github.com/huggingface/datasets/issues/7194 | null | kdutia | false | [
"Actually there is no such dataset available, that is why you are getting that error.",
"Fixed with @kdutia in Slack chat. Generating a new token fixed this issue. "
] |
2,562,392,887 | 7,193 | Support of num_workers (multiprocessing) in map for IterableDataset | open | 2024-10-02T18:34:04 | 2024-10-03T09:54:15 | null | https://github.com/huggingface/datasets/issues/7193 | null | getao | false | [
"I was curious about the same - since map is applied on the fly I was assuming that setting num_workers>1 in DataLoader would effectively do the map in parallel, have you tried that?"
] |
2,562,289,642 | 7,192 | Add repeat() for iterable datasets | closed | 2024-10-02T17:48:13 | 2025-03-18T10:48:33 | 2025-03-18T10:48:32 | https://github.com/huggingface/datasets/issues/7192 | null | alex-hh | false | [
"perhaps concatenate_datasets can already be used to achieve almost the same effect? ",
"`concatenate_datasets` does the job when there is a finite number of repetitions, but in case of `.repeat()` forever we need a new logic in `iterable_dataset.py`",
"done in https://github.com/huggingface/datasets/pull/7198"... |
2,562,206,949 | 7,191 | Solution to issue: #7080 Modified load_dataset function, so that it prompts the user to select a dataset when subdatasets or splits (train, test) are available | closed | 2024-10-02T17:02:45 | 2024-11-10T08:48:21 | 2024-11-10T08:48:21 | https://github.com/huggingface/datasets/pull/7191 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7191",
"html_url": "https://github.com/huggingface/datasets/pull/7191",
"diff_url": "https://github.com/huggingface/datasets/pull/7191.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7191.patch",
"merged_at": null
} | negativenagesh | true | [
"I think the approach presented in https://github.com/huggingface/datasets/pull/6832 is the one we'll be taking.\r\n\r\nAsking user input is not a good idea since `load_dataset` is used a lot in server that don't have someone in front of them to select a split"
] |
2,562,162,725 | 7,190 | Datasets conflicts with fsspec 2024.9 | open | 2024-10-02T16:43:46 | 2024-10-10T07:33:18 | null | https://github.com/huggingface/datasets/issues/7190 | null | cw-igormorgado | false | [
"Yes, I need to use the latest version of fsspec and datasets for my usecase. \r\nhttps://github.com/fsspec/s3fs/pull/888#issuecomment-2404204606\r\nhttps://github.com/apache/arrow/issues/34363#issuecomment-2403553473\r\n\r\nlast version where things install without conflict is: 2.14.4\r\n\r\nSo this issue starts f... |
2,562,152,845 | 7,189 | Audio preview in dataset viewer for audio array data without a path/filename | open | 2024-10-02T16:38:38 | 2024-10-02T17:01:40 | null | https://github.com/huggingface/datasets/issues/7189 | null | Lauler | false | [] |
2,560,712,689 | 7,188 | Pin multiprocess<0.70.1 to align with dill<0.3.9 | closed | 2024-10-02T05:40:18 | 2024-10-02T06:08:25 | 2024-10-02T06:08:23 | https://github.com/huggingface/datasets/pull/7188 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7188",
"html_url": "https://github.com/huggingface/datasets/pull/7188",
"diff_url": "https://github.com/huggingface/datasets/pull/7188.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7188.patch",
"merged_at": "2024-10-02T06:08:23"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7188). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,560,501,308 | 7,187 | shard_data_sources() got an unexpected keyword argument 'worker_id' | open | 2024-10-02T01:26:35 | 2024-10-02T01:26:35 | null | https://github.com/huggingface/datasets/issues/7187 | null | Qinghao-Hu | false | [] |
2,560,323,917 | 7,186 | pinning `dill<0.3.9` without pinning `multiprocess` | closed | 2024-10-01T22:29:32 | 2024-10-02T06:08:24 | 2024-10-02T06:08:24 | https://github.com/huggingface/datasets/issues/7186 | null | shubhbapna | false | [] |
2,558,508,748 | 7,185 | CI benchmarks are broken | closed | 2024-10-01T08:16:08 | 2024-10-09T16:07:48 | 2024-10-09T16:07:48 | https://github.com/huggingface/datasets/issues/7185 | null | albertvillanova | false | [
"Fixed by #7205"
] |
2,556,855,150 | 7,184 | Pin dill<0.3.9 to fix CI | closed | 2024-09-30T14:26:25 | 2024-09-30T14:38:59 | 2024-09-30T14:38:57 | https://github.com/huggingface/datasets/pull/7184 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7184",
"html_url": "https://github.com/huggingface/datasets/pull/7184",
"diff_url": "https://github.com/huggingface/datasets/pull/7184.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7184.patch",
"merged_at": "2024-09-30T14:38:57"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7184). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,556,789,055 | 7,183 | CI is broken for deps-latest | closed | 2024-09-30T14:02:07 | 2024-09-30T14:38:58 | 2024-09-30T14:38:58 | https://github.com/huggingface/datasets/issues/7183 | null | albertvillanova | false | [] |
2,556,333,671 | 7,182 | Support features in metadata configs | closed | 2024-09-30T11:14:53 | 2024-10-09T16:03:57 | 2024-10-09T16:03:54 | https://github.com/huggingface/datasets/pull/7182 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7182",
"html_url": "https://github.com/huggingface/datasets/pull/7182",
"diff_url": "https://github.com/huggingface/datasets/pull/7182.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7182.patch",
"merged_at": "2024-10-09T16:03:54"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7182). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"The CI issue is unrelated:\r\n- #7183"
] |
2,554,917,019 | 7,181 | Fix datasets export to JSON | closed | 2024-09-29T12:45:20 | 2024-11-01T11:55:36 | 2024-11-01T11:55:36 | https://github.com/huggingface/datasets/pull/7181 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7181",
"html_url": "https://github.com/huggingface/datasets/pull/7181",
"diff_url": "https://github.com/huggingface/datasets/pull/7181.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7181.patch",
"merged_at": null
} | varadhbhatnagar | true | [
"Linked Issue: #7037\r\nIdeas: #7039 ",
"@albertvillanova / @lhoestq any early feedback?\r\n\r\nAFAIK there is no param `orient` in `load_dataset()`. So for orientations other than \"records\", the loading isn't very accurate. Any thoughts?",
"`orient = \"split\"` can also be handled. I will add the changes soo... |
2,554,244,750 | 7,180 | Memory leak when wrapping datasets into PyTorch Dataset without explicit deletion | closed | 2024-09-28T14:00:47 | 2024-09-30T12:07:56 | 2024-09-30T12:07:56 | https://github.com/huggingface/datasets/issues/7180 | null | iamwangyabin | false | [
"> I've encountered a memory leak when wrapping the HuggingFace dataset into a PyTorch Dataset. The RAM usage constantly increases during iteration if items are not explicitly deleted after use.\r\n\r\nDatasets are memory mapped so they work like SWAP memory. In particular as long as you have RAM available the data... |
2,552,387,980 | 7,179 | Support Python 3.11 | closed | 2024-09-27T08:55:44 | 2024-10-08T16:21:06 | 2024-10-08T16:21:03 | https://github.com/huggingface/datasets/pull/7179 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7179",
"html_url": "https://github.com/huggingface/datasets/pull/7179",
"diff_url": "https://github.com/huggingface/datasets/pull/7179.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7179.patch",
"merged_at": "2024-10-08T16:21:03"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7179). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,552,378,330 | 7,178 | Support Python 3.11 | closed | 2024-09-27T08:50:47 | 2024-10-08T16:21:04 | 2024-10-08T16:21:04 | https://github.com/huggingface/datasets/issues/7178 | null | albertvillanova | false | [] |
2,552,371,082 | 7,177 | Fix release instructions | closed | 2024-09-27T08:47:01 | 2024-09-27T08:57:35 | 2024-09-27T08:57:32 | https://github.com/huggingface/datasets/pull/7177 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7177",
"html_url": "https://github.com/huggingface/datasets/pull/7177",
"diff_url": "https://github.com/huggingface/datasets/pull/7177.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7177.patch",
"merged_at": "2024-09-27T08:57:32"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7177). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,551,025,564 | 7,176 | fix grammar in fingerprint.py | open | 2024-09-26T16:13:42 | 2024-09-26T16:13:42 | null | https://github.com/huggingface/datasets/pull/7176 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7176",
"html_url": "https://github.com/huggingface/datasets/pull/7176",
"diff_url": "https://github.com/huggingface/datasets/pull/7176.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7176.patch",
"merged_at": null
} | jxmorris12 | true | [] |
2,550,957,337 | 7,175 | [FSTimeoutError] load_dataset | closed | 2024-09-26T15:42:29 | 2025-02-01T09:09:35 | 2024-09-30T17:28:35 | https://github.com/huggingface/datasets/issues/7175 | null | cosmo3769 | false | [
"Is this `FSTimeoutError` due to download network issue from remote resource (from where it is being accessed)?",
"It seems to happen for all datasets, not just a specific one, and especially for versions after 3.0. (3.0.0, 3.0.1 have this problem)\r\n\r\nI had the same error on a different dataset, but after dow... |
2,549,892,315 | 7,174 | Set dev version | closed | 2024-09-26T08:30:11 | 2024-09-26T08:32:39 | 2024-09-26T08:30:21 | https://github.com/huggingface/datasets/pull/7174 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7174",
"html_url": "https://github.com/huggingface/datasets/pull/7174",
"diff_url": "https://github.com/huggingface/datasets/pull/7174.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7174.patch",
"merged_at": "2024-09-26T08:30:21"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7174). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,549,882,529 | 7,173 | Release: 3.0.1 | closed | 2024-09-26T08:25:54 | 2024-09-26T08:28:29 | 2024-09-26T08:26:03 | https://github.com/huggingface/datasets/pull/7173 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7173",
"html_url": "https://github.com/huggingface/datasets/pull/7173",
"diff_url": "https://github.com/huggingface/datasets/pull/7173.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7173.patch",
"merged_at": "2024-09-26T08:26:03"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7173). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,549,781,691 | 7,172 | Add torchdata as a regular test dependency | closed | 2024-09-26T07:45:55 | 2024-09-26T08:12:12 | 2024-09-26T08:05:40 | https://github.com/huggingface/datasets/pull/7172 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7172",
"html_url": "https://github.com/huggingface/datasets/pull/7172",
"diff_url": "https://github.com/huggingface/datasets/pull/7172.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7172.patch",
"merged_at": "2024-09-26T08:05:40"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7172). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,549,738,919 | 7,171 | CI is broken: No solution found when resolving dependencies | closed | 2024-09-26T07:24:58 | 2024-09-26T08:05:41 | 2024-09-26T08:05:41 | https://github.com/huggingface/datasets/issues/7171 | null | albertvillanova | false | [] |
2,546,944,016 | 7,170 | Support JSON lines with missing columns | closed | 2024-09-25T05:08:15 | 2024-09-26T06:42:09 | 2024-09-26T06:42:07 | https://github.com/huggingface/datasets/pull/7170 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7170",
"html_url": "https://github.com/huggingface/datasets/pull/7170",
"diff_url": "https://github.com/huggingface/datasets/pull/7170.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7170.patch",
"merged_at": "2024-09-26T06:42:07"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7170). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,546,894,076 | 7,169 | JSON lines with missing columns raise CastError | closed | 2024-09-25T04:43:28 | 2024-09-26T06:42:08 | 2024-09-26T06:42:08 | https://github.com/huggingface/datasets/issues/7169 | null | albertvillanova | false | [] |
2,546,710,631 | 7,168 | sd1.5 diffusers controlnet training script gives new error | closed | 2024-09-25T01:42:49 | 2024-09-30T05:24:03 | 2024-09-30T05:24:02 | https://github.com/huggingface/datasets/issues/7168 | null | Night1099 | false | [
"not sure why the issue is formatting oddly",
"I guess this is a dupe of\r\n\r\nhttps://github.com/huggingface/datasets/issues/7071",
"this turned out to be because of a bad image in dataset"
] |
2,546,708,014 | 7,167 | Error Mapping on sd3, sdxl and upcoming flux controlnet training scripts in diffusers | closed | 2024-09-25T01:39:51 | 2024-09-30T05:28:15 | 2024-09-30T05:28:04 | https://github.com/huggingface/datasets/issues/7167 | null | Night1099 | false | [
"this is happening on large datasets, if anyone happens upon this i was able to fix by changing\r\n\r\n```\r\ntrain_dataset = train_dataset.map(compute_embeddings_fn, batched=True, new_fingerprint=new_fingerprint)\r\n```\r\n\r\nto\r\n\r\n```\r\ntrain_dataset = train_dataset.map(compute_embeddings_fn, batched=True, ... |
2,545,608,736 | 7,166 | fix docstring code example for distributed shuffle | closed | 2024-09-24T14:39:54 | 2024-09-24T14:42:41 | 2024-09-24T14:40:14 | https://github.com/huggingface/datasets/pull/7166 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7166",
"html_url": "https://github.com/huggingface/datasets/pull/7166",
"diff_url": "https://github.com/huggingface/datasets/pull/7166.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7166.patch",
"merged_at": "2024-09-24T14:40:14"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7166). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,544,972,541 | 7,165 | fix increase_load_count | closed | 2024-09-24T10:14:40 | 2024-09-24T17:31:07 | 2024-09-24T13:48:00 | https://github.com/huggingface/datasets/pull/7165 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7165",
"html_url": "https://github.com/huggingface/datasets/pull/7165",
"diff_url": "https://github.com/huggingface/datasets/pull/7165.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7165.patch",
"merged_at": "2024-09-24T13:48:00"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7165). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"I tested a few load_dataset and they do show up in download stats now",
"Thanks for h... |
2,544,757,297 | 7,164 | fsspec.exceptions.FSTimeoutError when downloading dataset | closed | 2024-09-24T08:45:05 | 2025-07-28T14:58:49 | 2025-07-28T14:58:49 | https://github.com/huggingface/datasets/issues/7164 | null | timonmerk | false | [
"Hi ! If you check the dataset loading script [here](https://huggingface.co/datasets/openslr/librispeech_asr/blob/main/librispeech_asr.py) you'll see that it downloads the data from OpenSLR, and apparently their storage has timeout issues. It would be great to ultimately host the dataset on Hugging Face instead.\r\... |
2,542,361,234 | 7,163 | Set explicit seed in iterable dataset ddp shuffling example | closed | 2024-09-23T11:34:06 | 2024-09-24T14:40:15 | 2024-09-24T14:40:15 | https://github.com/huggingface/datasets/issues/7163 | null | alex-hh | false | [
"thanks for reporting !"
] |
2,542,323,382 | 7,162 | Support JSON lines with empty struct | closed | 2024-09-23T11:16:12 | 2024-09-23T11:30:08 | 2024-09-23T11:30:06 | https://github.com/huggingface/datasets/pull/7162 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7162",
"html_url": "https://github.com/huggingface/datasets/pull/7162",
"diff_url": "https://github.com/huggingface/datasets/pull/7162.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7162.patch",
"merged_at": "2024-09-23T11:30:06"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7162). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,541,971,931 | 7,161 | JSON lines with empty struct raise ArrowTypeError | closed | 2024-09-23T08:48:56 | 2024-09-25T04:43:44 | 2024-09-23T11:30:07 | https://github.com/huggingface/datasets/issues/7161 | null | albertvillanova | false | [] |
2,541,877,813 | 7,160 | Support JSON lines with missing struct fields | closed | 2024-09-23T08:04:09 | 2024-09-23T11:09:19 | 2024-09-23T11:09:17 | https://github.com/huggingface/datasets/pull/7160 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7160",
"html_url": "https://github.com/huggingface/datasets/pull/7160",
"diff_url": "https://github.com/huggingface/datasets/pull/7160.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7160.patch",
"merged_at": "2024-09-23T11:09:17"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7160). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,541,865,613 | 7,159 | JSON lines with missing struct fields raise TypeError: Couldn't cast array | closed | 2024-09-23T07:57:58 | 2024-10-21T08:07:07 | 2024-09-23T11:09:18 | https://github.com/huggingface/datasets/issues/7159 | null | albertvillanova | false | [
"Hello,\r\n\r\nI have still the same issue when loading the dataset with the new version:\r\n[https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5](https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5)\r\n\r\nI have downloaded and unzipped the wikimedia/structured-wik... |
2,541,494,765 | 7,158 | google colab ex | closed | 2024-09-23T03:29:50 | 2024-12-20T16:41:07 | 2024-12-20T16:41:07 | https://github.com/huggingface/datasets/pull/7158 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7158",
"html_url": "https://github.com/huggingface/datasets/pull/7158",
"diff_url": "https://github.com/huggingface/datasets/pull/7158.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7158.patch",
"merged_at": null
} | docfhsp | true | [] |
2,540,354,890 | 7,157 | Fix zero proba interleave datasets | closed | 2024-09-21T15:19:14 | 2024-09-24T14:33:54 | 2024-09-24T14:33:54 | https://github.com/huggingface/datasets/pull/7157 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7157",
"html_url": "https://github.com/huggingface/datasets/pull/7157",
"diff_url": "https://github.com/huggingface/datasets/pull/7157.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7157.patch",
"merged_at": null
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7157). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,539,360,617 | 7,156 | interleave_datasets resets shuffle state | open | 2024-09-20T17:57:54 | 2025-03-18T10:56:25 | null | https://github.com/huggingface/datasets/issues/7156 | null | jonathanasdf | false | [
"It also does preserve `split_by_node`, so in the meantime you should call `shuffle` or `split_by_node` AFTER `interleave_datasets` or `concatenate_datasets`"
] |
2,533,641,870 | 7,155 | Dataset viewer not working! Failure due to more than 32 splits. | closed | 2024-09-18T12:43:21 | 2024-09-18T13:20:03 | 2024-09-18T13:20:03 | https://github.com/huggingface/datasets/issues/7155 | null | sleepingcat4 | false | [
"I have fixed it! But I would appreciate a new feature wheere I could iterate over and see what each file looks like. "
] |
2,532,812,323 | 7,154 | Support ndjson data files | closed | 2024-09-18T06:10:10 | 2024-09-19T11:25:17 | 2024-09-19T11:25:14 | https://github.com/huggingface/datasets/pull/7154 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7154",
"html_url": "https://github.com/huggingface/datasets/pull/7154",
"diff_url": "https://github.com/huggingface/datasets/pull/7154.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7154.patch",
"merged_at": "2024-09-19T11:25:14"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7154). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Thanks for your review, @severo.\r\n\r\nYes, I was aware of this. From internal convers... |
2,532,788,555 | 7,153 | Support data files with .ndjson extension | closed | 2024-09-18T05:54:45 | 2024-09-19T11:25:15 | 2024-09-19T11:25:15 | https://github.com/huggingface/datasets/issues/7153 | null | albertvillanova | false | [] |
2,527,577,048 | 7,151 | Align filename prefix splitting with WebDataset library | closed | 2024-09-16T06:07:39 | 2024-09-16T15:26:36 | 2024-09-16T15:26:34 | https://github.com/huggingface/datasets/pull/7151 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7151",
"html_url": "https://github.com/huggingface/datasets/pull/7151",
"diff_url": "https://github.com/huggingface/datasets/pull/7151.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7151.patch",
"merged_at": "2024-09-16T15:26:34"
} | albertvillanova | true | [] |
2,527,571,175 | 7,150 | WebDataset loader splits keys differently than WebDataset library | closed | 2024-09-16T06:02:47 | 2024-09-16T15:26:35 | 2024-09-16T15:26:35 | https://github.com/huggingface/datasets/issues/7150 | null | albertvillanova | false | [] |
2,524,497,448 | 7,149 | Datasets Unknown Keyword Argument Error - task_templates | closed | 2024-09-13T10:30:57 | 2025-03-06T07:11:55 | 2024-09-13T14:10:48 | https://github.com/huggingface/datasets/issues/7149 | null | varungupta31 | false | [
"Thanks, for reporting.\r\n\r\nWe have been fixing most Hub datasets to remove the deprecated (and now non-supported) task templates, but we missed the \"facebook/winoground\".\r\n\r\nIt is fixed now: https://huggingface.co/datasets/facebook/winoground/discussions/8\r\n\r\n",
"Hello @albertvillanova \r\n\r\nI got... |
2,523,833,413 | 7,148 | Bug: Error when downloading mteb/mtop_domain | closed | 2024-09-13T04:09:39 | 2024-09-14T15:11:35 | 2024-09-14T15:11:35 | https://github.com/huggingface/datasets/issues/7148 | null | ZiyiXia | false | [
"Could you please try with `force_redownload` instead?\r\nEDIT:\r\n```python\r\ndata = load_dataset(\"mteb/mtop_domain\", \"en\", download_mode=\"force_redownload\")\r\n```",
"Seems the error is still there",
"I am not able to reproduce the issue:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n\r\... |
2,523,129,465 | 7,147 | IterableDataset strange deadlock | closed | 2024-09-12T18:59:33 | 2024-09-23T09:32:27 | 2024-09-21T17:37:34 | https://github.com/huggingface/datasets/issues/7147 | null | jonathanasdf | false | [
"Yes `interleave_datasets` seems to have an issue with shuffling, could you open a new issue on this ?\r\n\r\nThen regarding the deadlock, it has to do with interleave_dataset with probabilities=[1, 0] with workers that may contain an empty dataset in first position (it can be empty since you distribute 1024 shard ... |
2,519,820,162 | 7,146 | Set dev version | closed | 2024-09-11T13:53:27 | 2024-09-12T04:34:08 | 2024-09-12T04:34:06 | https://github.com/huggingface/datasets/pull/7146 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7146",
"html_url": "https://github.com/huggingface/datasets/pull/7146",
"diff_url": "https://github.com/huggingface/datasets/pull/7146.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7146.patch",
"merged_at": "2024-09-12T04:34:06"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7146). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,519,789,724 | 7,145 | Release: 3.0.0 | closed | 2024-09-11T13:41:47 | 2024-09-11T13:48:42 | 2024-09-11T13:48:41 | https://github.com/huggingface/datasets/pull/7145 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7145",
"html_url": "https://github.com/huggingface/datasets/pull/7145",
"diff_url": "https://github.com/huggingface/datasets/pull/7145.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7145.patch",
"merged_at": "2024-09-11T13:48:41"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7145). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] |
2,519,393,560 | 7,144 | Fix key error in webdataset | closed | 2024-09-11T10:50:17 | 2025-01-15T10:32:43 | 2024-09-13T04:31:37 | https://github.com/huggingface/datasets/pull/7144 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7144",
"html_url": "https://github.com/huggingface/datasets/pull/7144",
"diff_url": "https://github.com/huggingface/datasets/pull/7144.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7144.patch",
"merged_at": null
} | ragavsachdeva | true | [
"hi ! What version of `datasets` are you using ? Is this issue also happening with `datasets==3.0.0` ?\r\nAsking because we made sure to replicate the official webdataset logic, which is to use the latest dot as separator between the sample base name and the key",
"Hi, yes this is still a problem on `datasets==3.... |
2,512,327,211 | 7,143 | Modify add_column() to optionally accept a FeatureType as param | closed | 2024-09-08T10:56:57 | 2024-09-17T06:01:23 | 2024-09-16T15:11:01 | https://github.com/huggingface/datasets/pull/7143 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7143",
"html_url": "https://github.com/huggingface/datasets/pull/7143",
"diff_url": "https://github.com/huggingface/datasets/pull/7143.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7143.patch",
"merged_at": "2024-09-16T15:11:01"
} | varadhbhatnagar | true | [
"Requesting review @lhoestq \r\nI will also update the docs if this looks good.",
"Cool ! maybe you can rename the argument `feature` and with type `FeatureType` ? This way it would work the same way as `.cast_column()` ?",
"@lhoestq Since there is no way to get a `pyarrow.Schema` from a `FeatureType`, I had to... |
2,512,244,938 | 7,142 | Specifying datatype when adding a column to a dataset. | closed | 2024-09-08T07:34:24 | 2024-09-17T03:46:32 | 2024-09-17T03:46:32 | https://github.com/huggingface/datasets/issues/7142 | null | varadhbhatnagar | false | [
"#self-assign"
] |
2,510,797,653 | 7,141 | Older datasets throwing safety errors with 2.21.0 | closed | 2024-09-06T16:26:30 | 2024-09-06T21:14:14 | 2024-09-06T19:09:29 | https://github.com/huggingface/datasets/issues/7141 | null | alvations | false | [
"I am also getting this error with this dataset: https://huggingface.co/datasets/google/IFEval",
"Me too, didn't have this issue few hours ago.",
"same observation. I even downgraded `datasets==2.20.0` and `huggingface_hub==0.23.5` leading me to believe it's an issue on the server.\r\n\r\nany known workarounds?... |
2,508,078,858 | 7,139 | Use load_dataset to load imagenet-1K But find a empty dataset | open | 2024-09-05T15:12:22 | 2024-10-09T04:02:41 | null | https://github.com/huggingface/datasets/issues/7139 | null | fscdc | false | [
"Imagenet-1k is a gated dataset which means you’ll have to agree to share your contact info to access it. Have you tried this yet? Once you have, you can sign in with your user token (you can find this in your Hugging Face account settings) when prompted by running.\r\n\r\n```\r\nhuggingface-cli login\r\ntrain_set... |
2,507,738,308 | 7,138 | Cache only changed columns? | open | 2024-09-05T12:56:47 | 2024-09-20T13:27:20 | null | https://github.com/huggingface/datasets/issues/7138 | null | Modexus | false | [
"so I guess a workaround to this is to simply remove all columns except the ones to cache and then add them back with `concatenate_datasets(..., axis=1)`.",
"yes this is the right workaround. We're keeping the cache like this to make it easier for people to delete intermediate cache files"
] |
2,506,851,048 | 7,137 | [BUG] dataset_info sequence unexpected behavior in README.md YAML | closed | 2024-09-05T06:06:06 | 2025-07-07T09:20:29 | 2025-07-04T19:50:59 | https://github.com/huggingface/datasets/issues/7137 | null | ain-soph | false | [
"The non-sequence case works well (`dict[str, str]` instead of `list[dict[str, str]]`), which makes me believe it shall be a bug for `sequence` and my proposed behavior shall be expected.\r\n```\r\ndataset_info:\r\n- config_name: default\r\n features:\r\n - name: answers\r\n dtype:\r\n - name: text\r\n ... |
2,506,115,857 | 7,136 | Do not consume unnecessary memory during sharding | open | 2024-09-04T19:26:06 | 2024-09-04T19:28:23 | null | https://github.com/huggingface/datasets/pull/7136 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7136",
"html_url": "https://github.com/huggingface/datasets/pull/7136",
"diff_url": "https://github.com/huggingface/datasets/pull/7136.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7136.patch",
"merged_at": null
} | janEbert | true | [] |
2,503,318,328 | 7,135 | Bug: Type Mismatch in Dataset Mapping | open | 2024-09-03T16:37:01 | 2024-09-05T14:09:05 | null | https://github.com/huggingface/datasets/issues/7135 | null | marko1616 | false | [
"By the way, following code is working. This show the inconsistentcy.\r\n```python\r\nfrom datasets import Dataset\r\n\r\n# Original data\r\ndata = {\r\n 'text': ['Hello', 'world', 'this', 'is', 'a', 'test'],\r\n 'label': [0, 1, 0, 1, 1, 0]\r\n}\r\n\r\n# Creating a Dataset object\r\ndataset = Dataset.from_dic... |
2,499,484,041 | 7,134 | Attempting to return a rank 3 grayscale image from dataset.map results in extreme slowdown | open | 2024-09-01T13:55:41 | 2024-09-02T10:34:53 | null | https://github.com/huggingface/datasets/issues/7134 | null | navidmafi | false | [] |
2,496,474,495 | 7,133 | remove filecheck to enable symlinks | closed | 2024-08-30T07:36:56 | 2024-12-24T14:25:22 | 2024-12-24T14:25:22 | https://github.com/huggingface/datasets/pull/7133 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7133",
"html_url": "https://github.com/huggingface/datasets/pull/7133",
"diff_url": "https://github.com/huggingface/datasets/pull/7133.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7133.patch",
"merged_at": "2024-12-24T14:25:22"
} | fschlatt | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7133). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"The CI is failing, looks like it breaks imagefolder loading.\r\n\r\nI just checked fssp... |
2,494,510,464 | 7,132 | Fix data file module inference | open | 2024-08-29T13:48:16 | 2024-09-02T19:52:13 | null | https://github.com/huggingface/datasets/pull/7132 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7132",
"html_url": "https://github.com/huggingface/datasets/pull/7132",
"diff_url": "https://github.com/huggingface/datasets/pull/7132.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7132.patch",
"merged_at": null
} | HennerM | true | [
"Hi ! datasets saved using `save_to_disk` should be loaded with `load_from_disk` ;)",
"It is convienient to just pass in a path to a local dataset or one from the hub and use the same function to load it. Is it not possible to get this fix merged in to allow this? ",
"We can modify `save_to_disk` to write the d... |
2,491,942,650 | 7,129 | Inconsistent output in documentation example: `num_classes` not displayed in `ClassLabel` output | closed | 2024-08-28T12:27:48 | 2024-12-06T11:32:02 | 2024-12-06T11:32:02 | https://github.com/huggingface/datasets/issues/7129 | null | sergiopaniego | false | [] |
2,490,274,775 | 7,128 | Filter Large Dataset Entry by Entry | open | 2024-08-27T20:31:09 | 2024-10-07T23:37:44 | null | https://github.com/huggingface/datasets/issues/7128 | null | QiyaoWei | false | [
"Hi ! you can do\r\n\r\n```python\r\nfiltered_dataset = dataset.filter(filter_function)\r\n```\r\n\r\non a subset:\r\n\r\n```python\r\nfiltered_subset = dataset.select(range(10_000)).filter(filter_function)\r\n```\r\n",
"Jumping on this as it seems relevant - when I use the `filter` method, it often results in an... |
2,486,524,966 | 7,127 | Caching shuffles by np.random.Generator results in unintiutive behavior | open | 2024-08-26T10:29:48 | 2025-07-28T11:00:00 | null | https://github.com/huggingface/datasets/issues/7127 | null | el-hult | false | [
"I first thought this was a mistake of mine, and also posted on stack overflow. https://stackoverflow.com/questions/78913797/iterating-a-huggingface-dataset-from-disk-using-generator-seems-broken-how-to-d \r\n\r\nIt seems to me the issue is the caching step in \r\n\r\nhttps://github.com/huggingface/datasets/blob/be... |
2,485,939,495 | 7,126 | Disable implicit token in CI | closed | 2024-08-26T05:29:46 | 2024-08-26T06:05:01 | 2024-08-26T05:59:15 | https://github.com/huggingface/datasets/pull/7126 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7126",
"html_url": "https://github.com/huggingface/datasets/pull/7126",
"diff_url": "https://github.com/huggingface/datasets/pull/7126.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7126.patch",
"merged_at": "2024-08-26T05:59:15"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7126). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,485,912,246 | 7,125 | Fix wrong SHA in CI tests of HubDatasetModuleFactoryWithParquetExport | closed | 2024-08-26T05:09:35 | 2024-08-26T05:33:15 | 2024-08-26T05:27:09 | https://github.com/huggingface/datasets/pull/7125 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7125",
"html_url": "https://github.com/huggingface/datasets/pull/7125",
"diff_url": "https://github.com/huggingface/datasets/pull/7125.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7125.patch",
"merged_at": "2024-08-26T05:27:09"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7125). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,485,890,442 | 7,124 | Test get_dataset_config_info with non-existing/gated/private dataset | closed | 2024-08-26T04:53:59 | 2024-08-26T06:15:33 | 2024-08-26T06:09:42 | https://github.com/huggingface/datasets/pull/7124 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7124",
"html_url": "https://github.com/huggingface/datasets/pull/7124",
"diff_url": "https://github.com/huggingface/datasets/pull/7124.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7124.patch",
"merged_at": "2024-08-26T06:09:42"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7124). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,484,003,937 | 7,123 | Make dataset viewer more flexible in displaying metadata alongside images | open | 2024-08-23T22:56:01 | 2024-10-17T09:13:47 | null | https://github.com/huggingface/datasets/issues/7123 | null | egrace479 | false | [
"Note that you can already have one directory per subset just for the metadata, e.g.\r\n\r\n```\r\nconfigs:\r\n - config_name: subset0\r\n data_files:\r\n - subset0/metadata.csv\r\n - images/*.jpg\r\n - config_name: subset1\r\n data_files:\r\n - subset1/metadata.csv\r\n - images/*.jpg\r\... |
2,482,491,258 | 7,122 | [interleave_dataset] sample batches from a single source at a time | open | 2024-08-23T07:21:15 | 2024-08-23T07:21:15 | null | https://github.com/huggingface/datasets/issues/7122 | null | memray | false | [] |
2,480,978,483 | 7,121 | Fix typed examples iterable state dict | closed | 2024-08-22T14:45:03 | 2024-08-22T14:54:56 | 2024-08-22T14:49:06 | https://github.com/huggingface/datasets/pull/7121 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7121",
"html_url": "https://github.com/huggingface/datasets/pull/7121",
"diff_url": "https://github.com/huggingface/datasets/pull/7121.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7121.patch",
"merged_at": "2024-08-22T14:49:06"
} | lhoestq | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7121). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
2,480,674,237 | 7,120 | don't mention the script if trust_remote_code=False | closed | 2024-08-22T12:32:32 | 2024-08-22T14:39:52 | 2024-08-22T14:33:52 | https://github.com/huggingface/datasets/pull/7120 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7120",
"html_url": "https://github.com/huggingface/datasets/pull/7120",
"diff_url": "https://github.com/huggingface/datasets/pull/7120.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7120.patch",
"merged_at": "2024-08-22T14:33:52"
} | severo | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7120). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Note that in this case, we could even expect this kind of message:\r\n\r\n```\r\nDataFi... |
2,477,766,493 | 7,119 | Install transformers with numpy-2 CI | closed | 2024-08-21T11:14:59 | 2024-08-21T11:42:35 | 2024-08-21T11:36:50 | https://github.com/huggingface/datasets/pull/7119 | {
"url": "https://api.github.com/repos/huggingface/datasets/pulls/7119",
"html_url": "https://github.com/huggingface/datasets/pull/7119",
"diff_url": "https://github.com/huggingface/datasets/pull/7119.diff",
"patch_url": "https://github.com/huggingface/datasets/pull/7119.patch",
"merged_at": "2024-08-21T11:36:50"
} | albertvillanova | true | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7119). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.