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,089,713,945
6,604
Transform fingerprint collisions due to setting fixed random seed
closed
2024-01-19T06:32:25
2024-01-26T15:05:35
2024-01-26T15:05:35
https://github.com/huggingface/datasets/issues/6604
null
normster
false
[ "I've opened a PR with a fix.", "I don't think the PR fixes the root cause, since it still relies on the `random` library which will often have its seed fixed. I think the builtin `uuid.uuid4()` is a better choice: https://docs.python.org/3/library/uuid.html" ]
2,089,230,766
6,603
datasets map `cache_file_name` does not work
open
2024-01-18T23:08:30
2024-01-28T04:01:15
null
https://github.com/huggingface/datasets/issues/6603
null
ChenchaoZhao
false
[ "Unfortunately, I'm unable to reproduce this error. Can you share the reproducer?", "```\r\nds = datasets.Dataset.from_dict(dict(a=[i for i in range(100)]))\r\nds.map(lambda item: dict(b=item['a'] * 2), cache_file_name=\"/tmp/whatever-fn\") # this worked\r\nds.map(lambda item: dict(b=item['a'] * 2), cache_file_na...
2,089,217,483
6,602
Index error when data is large
open
2024-01-18T23:00:47
2025-04-16T04:13:01
null
https://github.com/huggingface/datasets/issues/6602
null
ChenchaoZhao
false
[ "I'm facing this problem while doing my translation of [mteb/stackexchange-clustering](https://huggingface.co/datasets/mteb/stackexchange-clustering). each row has lots of samples (up to 100k samples), because in this dataset, each row represent multiple clusters.\nmy hack is to setting `max_shard_size` to 20Gb or ...
2,088,624,054
6,601
add safety checks when using only part of dataset
open
2024-01-18T16:16:59
2024-02-08T14:33:10
null
https://github.com/huggingface/datasets/pull/6601
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6601", "html_url": "https://github.com/huggingface/datasets/pull/6601", "diff_url": "https://github.com/huggingface/datasets/pull/6601.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6601.patch", "merged_at": null }
benseddikismail
true
[ "Hi ! The metrics in `datasets` are deprecated in favor of https://github.com/huggingface/evaluate\r\n\r\nYou can open a PR here instead: https://huggingface.co/spaces/evaluate-metric/squad_v2/tree/main" ]
2,088,446,385
6,600
Loading CSV exported dataset has unexpected format
open
2024-01-18T14:48:27
2024-01-23T14:42:32
null
https://github.com/huggingface/datasets/issues/6600
null
OrianeN
false
[ "Hi! Parquet is the only format that supports complex/nested features such as `Translation`. So, this should work:\r\n```python\r\ntest_dataset = load_dataset(\"opus100\", name=\"en-fr\", split=\"test\")\r\n\r\n# Save with .to_parquet()\r\ntest_parquet_path = \"try_testset_save.parquet\"\r\ntest_dataset.to_parquet(...
2,086,684,664
6,599
Easy way to segment into 30s snippets given an m4a file and a vtt file
closed
2024-01-17T17:51:40
2024-01-23T10:42:17
2024-01-22T15:35:49
https://github.com/huggingface/datasets/issues/6599
null
RonanKMcGovern
false
[ "Hi! Non-generic data processing is out of this library's scope, so it's downstream libraries/users' responsibility to implement such logic.", "That's fair. Thanks" ]
2,084,236,605
6,598
Unexpected keyword argument 'hf' when downloading CSV dataset from S3
closed
2024-01-16T15:16:01
2025-01-31T15:35:33
2024-07-23T14:30:10
https://github.com/huggingface/datasets/issues/6598
null
dguenms
false
[ "I am facing similar issue while reading a csv file from s3. Wondering if somebody has found a workaround. ", "same thing happened to other formats like parquet", "I am facing similar issue while reading a parquet file from s3.\r\ni try with every version between 2.14 to 2.16.1 but it dosen't work ", "Re-def...
2,083,708,521
6,597
Dataset.push_to_hub of a canonical dataset creates an additional dataset under the user namespace
closed
2024-01-16T11:27:07
2024-02-05T12:29:37
2024-02-05T12:29:37
https://github.com/huggingface/datasets/issues/6597
null
albertvillanova
false
[ "It is caused by these code lines: https://github.com/huggingface/datasets/blob/9d6d16117a30ba345b0236407975f701c5b288d4/src/datasets/dataset_dict.py#L1688-L1694", "Also note the information in the docstring: https://github.com/huggingface/datasets/blob/9d6d16117a30ba345b0236407975f701c5b288d4/src/datasets/datase...
2,083,108,156
6,596
Drop redundant None guard.
closed
2024-01-16T06:31:54
2024-01-16T17:16:16
2024-01-16T17:05:52
https://github.com/huggingface/datasets/pull/6596
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6596", "html_url": "https://github.com/huggingface/datasets/pull/6596", "diff_url": "https://github.com/huggingface/datasets/pull/6596.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6596.patch", "merged_at": "2024-01-16T17:05:52" }
xkszltl
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6596). 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,082,896,148
6,595
Loading big dataset raises pyarrow.lib.ArrowNotImplementedError 2
closed
2024-01-16T02:03:09
2024-01-27T18:26:33
2024-01-26T02:28:32
https://github.com/huggingface/datasets/issues/6595
null
kopyl
false
[ "Hi ! I think the issue comes from the \"float16\" features that are not supported yet in Parquet\r\n\r\nFeel free to open an issue in `pyarrow` about this. In the meantime, I'd encourage you to use \"float32\" for your \"pooled_prompt_embeds\" and \"prompt_embeds\" features.\r\n\r\nYou can cast them to \"float32\"...
2,082,748,275
6,594
IterableDataset sharding logic needs improvement
open
2024-01-15T22:22:36
2024-10-15T06:27:13
null
https://github.com/huggingface/datasets/issues/6594
null
rwightman
false
[ "I do not know is it the same probelm as mine. I think the num_workers should a value of process number for one dataloader mapped to one card, or the total number of processes for all multiple cards. \r\nbut when I set the num_workers larger then the count of training split files, it will report num_workers ...
2,082,410,257
6,592
Logs are delayed when doing .map when `docker logs`
closed
2024-01-15T17:05:21
2024-02-12T17:35:21
2024-02-12T17:35:21
https://github.com/huggingface/datasets/issues/6592
null
kopyl
false
[ "Hi! `tqdm` doesn't work well in non-interactive environments, so there isn't much we can do about this. It's best to [disable it](https://huggingface.co/docs/datasets/v2.16.1/en/package_reference/utilities#datasets.disable_progress_bars) in such environments and instead use logging to track progress." ]
2,082,378,957
6,591
The datasets models housed in Dropbox can't support a lot of users downloading them
closed
2024-01-15T16:43:38
2024-01-22T23:18:09
2024-01-22T23:18:09
https://github.com/huggingface/datasets/issues/6591
null
RDaneelOlivav
false
[ "Hi! Indeed, Dropbox is not a reliable host. I've just merged https://huggingface.co/datasets/PolyAI/minds14/discussions/24 to fix this by hosting the data files inside the repo." ]
2,082,000,084
6,590
Feature request: Multi-GPU dataset mapping for SDXL training
open
2024-01-15T13:06:06
2024-01-15T13:07:07
null
https://github.com/huggingface/datasets/issues/6590
null
kopyl
false
[]
2,081,358,619
6,589
After `2.16.0` version, there are `PermissionError` when users use shared cache_dir
closed
2024-01-15T06:46:27
2024-02-02T07:55:38
2024-01-30T15:28:38
https://github.com/huggingface/datasets/issues/6589
null
minhopark-neubla
false
[ "We'll do a new release of `datasets` in the coming days with a fix !", "@lhoestq Thank you very much!" ]
2,081,284,253
6,588
fix os.listdir return name is empty string
closed
2024-01-15T05:34:36
2024-01-24T10:08:29
2024-01-24T10:08:29
https://github.com/huggingface/datasets/issues/6588
null
d710055071
false
[]
2,080,348,016
6,587
Allow concatenation of datasets with mixed structs
closed
2024-01-13T15:33:20
2024-02-15T15:20:06
2024-02-08T14:38:32
https://github.com/huggingface/datasets/pull/6587
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6587", "html_url": "https://github.com/huggingface/datasets/pull/6587", "diff_url": "https://github.com/huggingface/datasets/pull/6587.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6587.patch", "merged_at": "2024-02-08T14:38:32" }
Dref360
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6587). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "friendly bump", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<...
2,079,192,651
6,586
keep more info in DatasetInfo.from_merge #6585
closed
2024-01-12T16:08:16
2024-01-26T15:59:35
2024-01-26T15:53:28
https://github.com/huggingface/datasets/pull/6586
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6586", "html_url": "https://github.com/huggingface/datasets/pull/6586", "diff_url": "https://github.com/huggingface/datasets/pull/6586.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6586.patch", "merged_at": "2024-01-26T15:53:28" }
JochenSiegWork
true
[ "@JochenSiegWork fyi, that seems to also affect the `trainer.push_to_hub()` method, which I guess also needs to parse that DatasetInfo from the `kwargs` used by `push_to_hub`.\r\nThere is short discussion about it [here](https://github.com/huggingface/blog/issues/1623).\r\nWould be great if you can check if your PR...
2,078,874,005
6,585
losing DatasetInfo in Dataset.map when num_proc > 1
open
2024-01-12T13:39:19
2024-01-12T14:08:24
null
https://github.com/huggingface/datasets/issues/6585
null
JochenSiegWork
false
[ "Hi ! This issue comes from the fact that `map()` with `num_proc>1` shards the dataset in multiple chunks to be processed (one per process) and merges them. The DatasetInfos of each chunk are then merged together, but for some fields like `dataset_name` it's not been implemented and default to None.\r\n\r\nThe Data...
2,078,454,878
6,584
np.fromfile not supported
open
2024-01-12T09:46:17
2024-01-15T05:20:50
null
https://github.com/huggingface/datasets/issues/6584
null
d710055071
false
[ "@lhoestq\r\nCan you provide me with some ideas?", "Hi ! What's the error ?", "@lhoestq \r\n```\r\nTraceback (most recent call last):\r\n File \"/home/dongzf/miniconda3/envs/dataset_ai/lib/python3.11/runpy.py\", line 198, in _run_module_as_main\r\n return _run_code(code, main_globals, None,\r\n ^^...
2,077,049,491
6,583
remove eli5 test
closed
2024-01-11T16:05:20
2024-01-11T16:15:34
2024-01-11T16:09:24
https://github.com/huggingface/datasets/pull/6583
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6583", "html_url": "https://github.com/huggingface/datasets/pull/6583", "diff_url": "https://github.com/huggingface/datasets/pull/6583.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6583.patch", "merged_at": "2024-01-11T16:09:24" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6583). 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,076,072,101
6,582
Fix for Incorrect ex_iterable used with multi num_worker
closed
2024-01-11T08:49:43
2024-03-01T19:09:14
2024-03-01T19:02:33
https://github.com/huggingface/datasets/pull/6582
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6582", "html_url": "https://github.com/huggingface/datasets/pull/6582", "diff_url": "https://github.com/huggingface/datasets/pull/6582.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6582.patch", "merged_at": "2024-03-01T19:02:33" }
kq-chen
true
[ "A toy example to reveal the bug.\r\n\r\n```python\r\n\"\"\"\r\nDATASETS_VERBOSITY=debug torchrun --nproc-per-node 2 main.py \r\n\"\"\"\r\nimport torch.utils.data\r\nimport torch.distributed\r\nimport datasets.distributed\r\nimport datasets\r\n\r\n# num shards = 4\r\nshards = [(0, 100), (100, 200), (200, 300), (300...
2,075,919,265
6,581
fix os.listdir return name is empty string
closed
2024-01-11T07:10:55
2024-01-24T10:14:43
2024-01-24T10:08:28
https://github.com/huggingface/datasets/pull/6581
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6581", "html_url": "https://github.com/huggingface/datasets/pull/6581", "diff_url": "https://github.com/huggingface/datasets/pull/6581.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6581.patch", "merged_at": "2024-01-24T10:08:28" }
d710055071
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6581). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "\r\nObj [\"name\"] ends with \"/\"", "@lhoestq \r\n\r\nhello,\r\nCan you help me chec...
2,075,645,042
6,580
dataset cache only stores one config of the dataset in parquet dir, and uses that for all other configs resulting in showing same data in all configs.
closed
2024-01-11T03:14:18
2024-01-20T12:46:16
2024-01-20T12:46:16
https://github.com/huggingface/datasets/issues/6580
null
kartikgupta321
false
[]
2,075,407,473
6,579
Unable to load `eli5` dataset with streaming
closed
2024-01-10T23:44:20
2024-01-11T09:19:18
2024-01-11T09:19:17
https://github.com/huggingface/datasets/issues/6579
null
haok1402
false
[ "Hi @haok1402, I have created an issue in the Discussion tab of the corresponding dataset: https://huggingface.co/datasets/eli5/discussions/7\r\nLet's continue the discussion there!" ]
2,074,923,321
6,578
Faster webdataset streaming
closed
2024-01-10T18:18:09
2024-01-30T18:46:02
2024-01-30T18:39:51
https://github.com/huggingface/datasets/pull/6578
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6578", "html_url": "https://github.com/huggingface/datasets/pull/6578", "diff_url": "https://github.com/huggingface/datasets/pull/6578.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6578.patch", "merged_at": "2024-01-30T18:39:51" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6578). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "I added faster streaming support using streaming Requests instances in `huggingface_hub...
2,074,790,848
6,577
502 Server Errors when streaming large dataset
closed
2024-01-10T16:59:36
2024-02-12T11:46:03
2024-01-15T16:05:44
https://github.com/huggingface/datasets/issues/6577
null
sanchit-gandhi
false
[ "cc @mariosasko @lhoestq ", "Hi! We should be able to avoid this error by retrying to read the data when it happens. I'll open a PR in `huggingface_hub` to address this.", "Thanks for the fix @mariosasko! Just wondering whether \"500 error\" should also be excluded? I got these errors overnight:\r\n\r\n```\r\nh...
2,073,710,124
6,576
document page 404 not found after redirection
closed
2024-01-10T06:48:14
2024-01-17T14:01:31
2024-01-17T14:01:31
https://github.com/huggingface/datasets/issues/6576
null
annahung31
false
[ "Thanks for reporting! I've opened a PR with a fix." ]
2,072,617,406
6,575
[IterableDataset] Fix `drop_last_batch`in map after shuffling or sharding
closed
2024-01-09T15:35:31
2024-01-11T16:16:54
2024-01-11T16:10:30
https://github.com/huggingface/datasets/pull/6575
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6575", "html_url": "https://github.com/huggingface/datasets/pull/6575", "diff_url": "https://github.com/huggingface/datasets/pull/6575.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6575.patch", "merged_at": "2024-01-11T16:10:30" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6575). 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,072,579,549
6,574
Fix tests based on datasets that used to have scripts
closed
2024-01-09T15:16:16
2024-01-09T16:11:33
2024-01-09T16:05:13
https://github.com/huggingface/datasets/pull/6574
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6574", "html_url": "https://github.com/huggingface/datasets/pull/6574", "diff_url": "https://github.com/huggingface/datasets/pull/6574.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6574.patch", "merged_at": "2024-01-09T16:05:13" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6574). 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,072,553,951
6,573
[WebDataset] Audio support and bug fixes
closed
2024-01-09T15:03:04
2024-01-11T16:17:28
2024-01-11T16:11:04
https://github.com/huggingface/datasets/pull/6573
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6573", "html_url": "https://github.com/huggingface/datasets/pull/6573", "diff_url": "https://github.com/huggingface/datasets/pull/6573.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6573.patch", "merged_at": "2024-01-11T16:11:04" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6573). 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,072,384,281
6,572
Adding option for multipart achive download
closed
2024-01-09T13:35:44
2024-02-25T08:13:01
2024-02-25T08:13:01
https://github.com/huggingface/datasets/pull/6572
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6572", "html_url": "https://github.com/huggingface/datasets/pull/6572", "diff_url": "https://github.com/huggingface/datasets/pull/6572.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6572.patch", "merged_at": null }
jpodivin
true
[ "On closer examination, this appears to be unnecessary. " ]
2,072,111,000
6,571
Make DatasetDict.column_names return a list instead of dict
open
2024-01-09T10:45:17
2024-01-09T10:45:17
null
https://github.com/huggingface/datasets/issues/6571
null
albertvillanova
false
[]
2,071,805,265
6,570
No online docs for 2.16 release
closed
2024-01-09T07:43:30
2024-01-09T16:45:50
2024-01-09T16:45:50
https://github.com/huggingface/datasets/issues/6570
null
albertvillanova
false
[ "Though the `build / build_main_documentation` CI job ran for 2.16.0: https://github.com/huggingface/datasets/actions/runs/7300836845/job/19896275099 🤔 ", "Yes, I saw it. Maybe @mishig25 can give us some hint...", "fixed https://huggingface.co/docs/datasets/v2.16.0/en/index", "Still missing 2.16.1.", "> St...
2,070,251,122
6,569
WebDataset ignores features defined in YAML or passed to load_dataset
closed
2024-01-08T11:24:21
2024-01-11T16:11:06
2024-01-11T16:11:05
https://github.com/huggingface/datasets/issues/6569
null
lhoestq
false
[]
2,069,922,151
6,568
keep_in_memory=True does not seem to work
open
2024-01-08T08:03:58
2024-01-13T04:53:04
null
https://github.com/huggingface/datasets/issues/6568
null
kopyl
false
[ "Seems like I just used the old code which did not have `keep_in_memory=True` argument, sorry.\r\n\r\nAlthough i encountered a different problem – at 97% my python process just hung for around 11 minutes with no logs (when running dataset.map without `keep_in_memory=True` over around 3 million of dataset samples).....
2,069,808,842
6,567
AttributeError: 'str' object has no attribute 'to'
closed
2024-01-08T06:40:21
2024-01-08T11:56:19
2024-01-08T10:03:17
https://github.com/huggingface/datasets/issues/6567
null
andysingal
false
[ "I think you are reporting an issue with the `transformers` library. Note this is the repository of the `datasets` library. I recommend that you open an issue in their repository: https://github.com/huggingface/transformers/issues\r\n\r\nEDIT: I have not the rights to transfer the issue\r\n~~I am transferring your ...
2,069,495,429
6,566
I train controlnet_sdxl in bf16 datatype, got unsupported ERROR in datasets
closed
2024-01-08T02:37:03
2024-06-02T14:24:39
2024-05-17T09:40:14
https://github.com/huggingface/datasets/issues/6566
null
HelloWorldBeginner
false
[ "I also see the same error and get passed it by casting that line to float. \r\n\r\nso `for x in obj.detach().cpu().numpy()` becomes `for x in obj.detach().to(torch.float).cpu().numpy()`\r\n\r\nI got the idea from [this ](https://github.com/kohya-ss/sd-webui-additional-networks/pull/128/files) PR where someone was...
2,068,939,670
6,565
`drop_last_batch=True` for IterableDataset map function is ignored with multiprocessing DataLoader
closed
2024-01-07T02:46:50
2025-03-08T09:46:05
2024-01-11T16:10:31
https://github.com/huggingface/datasets/issues/6565
null
naba89
false
[ "My current workaround this issue is to return `None` in the second element and then filter out samples which have `None` in them.\r\n\r\n```python\r\ndef merge_samples(batch):\r\n if len(batch['a']) == 1:\r\n batch['c'] = [batch['a'][0]]\r\n batch['d'] = [None]\r\n else:\r\n batch['c'] ...
2,068,893,194
6,564
`Dataset.filter` missing `with_rank` parameter
closed
2024-01-06T23:48:13
2024-01-29T16:36:55
2024-01-29T16:36:54
https://github.com/huggingface/datasets/issues/6564
null
kopyl
false
[ "Thanks for reporting! I've opened a PR with a fix", "@mariosasko thank you very much :)" ]
2,068,302,402
6,563
`ImportError`: cannot import name 'insecure_hashlib' from 'huggingface_hub.utils' (.../huggingface_hub/utils/__init__.py)
closed
2024-01-06T02:28:54
2024-03-14T02:59:42
2024-01-06T16:13:27
https://github.com/huggingface/datasets/issues/6563
null
wasertech
false
[ "@Wauplin Do you happen to know what's up?", "<del>Installing `datasets` from `main` did the trick so I guess it will be fixed in the next release.\r\n\r\nNVM https://github.com/huggingface/datasets/blob/d26abadce0b884db32382b92422d8a6aa997d40a/src/datasets/utils/info_utils.py#L5", "@wasertech upgrading `huggin...
2,067,904,504
6,562
datasets.DownloadMode.FORCE_REDOWNLOAD use cache to download dataset features with load_dataset function
open
2024-01-05T19:10:25
2024-01-05T19:10:25
null
https://github.com/huggingface/datasets/issues/6562
null
LsTam91
false
[]
2,067,404,951
6,561
Document YAML configuration with "data_dir"
open
2024-01-05T14:03:33
2025-08-07T14:57:58
null
https://github.com/huggingface/datasets/issues/6561
null
severo
false
[ "In particular, I would like to have an example of how to replace the following configuration (from https://huggingface.co/docs/hub/datasets-manual-configuration#splits)\r\n\r\n```\r\n---\r\nconfigs:\r\n- config_name: default\r\n data_files:\r\n - split: train\r\n path: \"data/*.csv\"\r\n - split: test\r\n ...
2,065,637,625
6,560
Support Video
closed
2024-01-04T13:10:58
2024-08-23T09:51:27
2024-08-23T09:51:27
https://github.com/huggingface/datasets/issues/6560
null
yuvalkirstain
false
[ "duplicate of #5225" ]
2,065,118,332
6,559
Latest version 2.16.1, when load dataset error occurs. ValueError: BuilderConfig 'allenai--c4' not found. Available: ['default']
closed
2024-01-04T07:04:48
2024-04-03T10:40:53
2024-01-05T01:26:25
https://github.com/huggingface/datasets/issues/6559
null
zhulinJulia24
false
[ "Hi ! The \"allenai--c4\" config doesn't exist (this naming schema comes from old versions of `datasets`)\r\n\r\nYou can load it this way instead:\r\n\r\n```python\r\nfrom datasets import load_dataset\r\ncache_dir = 'path/to/your/cache/directory'\r\ndataset = load_dataset('allenai/c4', data_files={'train': 'en/c4-t...
2,064,885,984
6,558
OSError: image file is truncated (1 bytes not processed) #28323
closed
2024-01-04T02:15:13
2024-02-21T00:38:12
2024-02-21T00:38:12
https://github.com/huggingface/datasets/issues/6558
null
andysingal
false
[ "You can add \r\n\r\n```python\r\nfrom PIL import ImageFile\r\nImageFile.LOAD_TRUNCATED_IMAGES = True\r\n```\r\n\r\nafter the imports to be able to read truncated images." ]
2,064,341,965
6,557
Support standalone yaml
closed
2024-01-03T16:47:35
2024-01-11T17:59:51
2024-01-11T17:53:42
https://github.com/huggingface/datasets/pull/6557
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6557", "html_url": "https://github.com/huggingface/datasets/pull/6557", "diff_url": "https://github.com/huggingface/datasets/pull/6557.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6557.patch", "merged_at": "2024-01-11T17:53:42" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6557). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "@lhoestq \r\nhello\r\nI think it should be defined in config.py\r\nDATASET_ README_ FIL...
2,064,018,208
6,556
Fix imagefolder with one image
closed
2024-01-03T13:13:02
2024-02-12T21:57:34
2024-01-09T13:06:30
https://github.com/huggingface/datasets/pull/6556
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6556", "html_url": "https://github.com/huggingface/datasets/pull/6556", "diff_url": "https://github.com/huggingface/datasets/pull/6556.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6556.patch", "merged_at": "2024-01-09T13:06:30" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6556). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Fixed in dataset viewer: https://huggingface.co/datasets/multimodalart/repro_1_image\r\...
2,063,841,286
6,555
Do not use Parquet exports if revision is passed
closed
2024-01-03T11:33:10
2024-02-02T10:41:33
2024-02-02T10:35:28
https://github.com/huggingface/datasets/pull/6555
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6555", "html_url": "https://github.com/huggingface/datasets/pull/6555", "diff_url": "https://github.com/huggingface/datasets/pull/6555.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6555.patch", "merged_at": "2024-02-02T10:35:28" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6555). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "As shared on slack, `HubDatasetModuleFactoryWithParquetExport` raises a `DatasetsServer...
2,063,839,916
6,554
Parquet exports are used even if revision is passed
closed
2024-01-03T11:32:26
2024-02-02T10:35:29
2024-02-02T10:35:29
https://github.com/huggingface/datasets/issues/6554
null
albertvillanova
false
[ "I don't think this bug is a thing ? Do you have some code that leads to this issue ?" ]
2,063,474,183
6,553
Cannot import name 'load_dataset' from .... module ‘datasets’
closed
2024-01-03T08:18:21
2024-02-21T00:38:24
2024-02-21T00:38:24
https://github.com/huggingface/datasets/issues/6553
null
ciaoyizhen
false
[ "I don't know My conpany conputer cannot work. but in my computer, it work?", "Do you have a folder in your working directory called datasets?" ]
2,063,157,187
6,552
Loading a dataset from Google Colab hangs at "Resolving data files".
closed
2024-01-03T02:18:17
2024-01-08T10:09:04
2024-01-08T10:09:04
https://github.com/huggingface/datasets/issues/6552
null
KelSolaar
false
[ "This bug comes from the `huggingface_hub` library, see: https://github.com/huggingface/huggingface_hub/issues/1952\r\n\r\nA fix is provided at https://github.com/huggingface/huggingface_hub/pull/1953. Feel free to install `huggingface_hub` from this PR, or wait for it to be merged and the new version of `huggingfa...
2,062,768,400
6,551
Fix parallel downloads for datasets without scripts
closed
2024-01-02T18:06:18
2024-01-06T20:14:57
2024-01-03T13:19:48
https://github.com/huggingface/datasets/pull/6551
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6551", "html_url": "https://github.com/huggingface/datasets/pull/6551", "diff_url": "https://github.com/huggingface/datasets/pull/6551.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6551.patch", "merged_at": "2024-01-03T13:19:47" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6551). 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,062,556,493
6,550
Multi gpu docs
closed
2024-01-02T15:11:58
2024-01-31T13:45:15
2024-01-31T13:38:59
https://github.com/huggingface/datasets/pull/6550
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6550", "html_url": "https://github.com/huggingface/datasets/pull/6550", "diff_url": "https://github.com/huggingface/datasets/pull/6550.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6550.patch", "merged_at": "2024-01-31T13:38:59" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6550). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Thanks @lhoestq . This is a very important fix for code to run on multiple GPUs. Otherw...
2,062,420,259
6,549
Loading from hf hub with clearer error message
open
2024-01-02T13:26:34
2024-01-02T14:06:49
null
https://github.com/huggingface/datasets/issues/6549
null
thomwolf
false
[ "Maybe we can add a helper message like `Maybe try again using \"hf://path/without/resolve\"` if the path contains `/resolve/` ?\r\n\r\ne.g.\r\n\r\n```\r\nFileNotFoundError: Unable to find 'hf://datasets/HuggingFaceTB/eval_data/resolve/main/eval_data_context_and_answers.json'\r\nIt looks like you used parts of the ...
2,061,047,984
6,548
Skip if a dataset has issues
open
2023-12-31T12:41:26
2024-01-02T10:33:17
null
https://github.com/huggingface/datasets/issues/6548
null
hadianasliwa
false
[ "It looks like a transient DNS issue. It should work fine now if you try again.\r\n\r\nThere is no parameter in load_dataset to skip failed downloads. In your case it would have skipped every single subsequent download until the DNS issue was resolved anyway." ]
2,060,796,927
6,547
set dev version
closed
2023-12-30T16:47:17
2023-12-30T16:53:38
2023-12-30T16:47:27
https://github.com/huggingface/datasets/pull/6547
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6547", "html_url": "https://github.com/huggingface/datasets/pull/6547", "diff_url": "https://github.com/huggingface/datasets/pull/6547.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6547.patch", "merged_at": "2023-12-30T16:47:27" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6547). 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,060,796,369
6,546
Release: 2.16.1
closed
2023-12-30T16:44:51
2023-12-30T16:52:07
2023-12-30T16:45:52
https://github.com/huggingface/datasets/pull/6546
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6546", "html_url": "https://github.com/huggingface/datasets/pull/6546", "diff_url": "https://github.com/huggingface/datasets/pull/6546.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6546.patch", "merged_at": "2023-12-30T16:45:52" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6546). 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,060,789,507
6,545
`image` column not automatically inferred if image dataset only contains 1 image
closed
2023-12-30T16:17:29
2024-01-09T13:06:31
2024-01-09T13:06:31
https://github.com/huggingface/datasets/issues/6545
null
apolinario
false
[]
2,060,782,594
6,544
Fix custom configs from script
closed
2023-12-30T15:51:25
2024-01-02T11:02:39
2023-12-30T16:09:49
https://github.com/huggingface/datasets/pull/6544
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6544", "html_url": "https://github.com/huggingface/datasets/pull/6544", "diff_url": "https://github.com/huggingface/datasets/pull/6544.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6544.patch", "merged_at": "2023-12-30T16:09:49" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6544). 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,060,776,174
6,543
Fix dl_manager.extract returning FileNotFoundError
closed
2023-12-30T15:24:50
2023-12-30T16:00:06
2023-12-30T15:53:59
https://github.com/huggingface/datasets/pull/6543
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6543", "html_url": "https://github.com/huggingface/datasets/pull/6543", "diff_url": "https://github.com/huggingface/datasets/pull/6543.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6543.patch", "merged_at": "2023-12-30T15:53:59" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6543). 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,059,198,575
6,542
Datasets : wikipedia 20220301.en error
closed
2023-12-29T08:34:51
2024-01-02T13:21:06
2024-01-02T13:20:30
https://github.com/huggingface/datasets/issues/6542
null
ppx666
false
[ "Hi ! We now recommend using the `wikimedia/wikipedia` dataset, can you try loading this one instead ?\r\n\r\n```python\r\nwiki_dataset = load_dataset(\"wikimedia/wikipedia\", \"20231101.en\")\r\n```", "This bug has been fixed in `2.16.1` thanks to https://github.com/huggingface/datasets/pull/6544, feel free to ...
2,058,983,826
6,541
Dataset not loading successfully.
closed
2023-12-29T01:35:47
2024-01-17T00:40:46
2024-01-17T00:40:45
https://github.com/huggingface/datasets/issues/6541
null
hisushanta
false
[ "This is a problem with your environment. You should be able to fix it by upgrading `numpy` based on [this](https://github.com/numpy/numpy/issues/23570) issue.", "Bro I already update numpy package.", "Then, this shouldn't throw an error on your machine:\r\n```python\r\nimport numpy\r\nnumpy._no_nep50_warning\r...
2,058,965,157
6,540
Extreme inefficiency for `save_to_disk` when merging datasets
open
2023-12-29T00:44:35
2023-12-30T15:05:48
null
https://github.com/huggingface/datasets/issues/6540
null
KatarinaYuan
false
[ "Concatenating datasets doesn't create any indices mapping - so flattening indices is not needed (unless you shuffle the dataset).\r\nCan you share the snippet of code you are using to merge your datasets and save them to disk ?" ]
2,058,493,960
6,539
'Repo card metadata block was not found' when loading a pragmeval dataset
open
2023-12-28T14:18:25
2023-12-28T14:18:37
null
https://github.com/huggingface/datasets/issues/6539
null
lambdaofgod
false
[]
2,057,377,630
6,538
ImportError: cannot import name 'SchemaInferenceError' from 'datasets.arrow_writer' (/opt/conda/lib/python3.10/site-packages/datasets/arrow_writer.py)
closed
2023-12-27T13:31:16
2024-01-03T10:06:47
2024-01-03T10:04:58
https://github.com/huggingface/datasets/issues/6538
null
Sonali-Behera-TRT
false
[ "Hi ! Are you sure you have `datasets` 2.16 ? I just checked and on 2.16 I can run `from datasets.arrow_writer import SchemaInferenceError` without error", "I have the same issue - using with datasets version 2.16.1. Also this is on a kaggle notebook - other people with the same issue also seem to be having it on...
2,057,132,173
6,537
Adding support for netCDF (*.nc) files
open
2023-12-27T09:27:29
2023-12-27T20:46:53
null
https://github.com/huggingface/datasets/issues/6537
null
shermansiu
false
[ "Related to #3113 ", "Conceptually, we can use xarray to load the netCDF file, then xarray -> pandas -> pyarrow.", "I'd still need to verify that such a conversion would be lossless, especially for multi-dimensional data." ]
2,056,863,239
6,536
datasets.load_dataset raises FileNotFoundError for datasets==2.16.0
closed
2023-12-27T03:15:48
2023-12-30T18:58:04
2023-12-30T15:54:00
https://github.com/huggingface/datasets/issues/6536
null
ArvinZhuang
false
[ "Hi ! Thanks for reporting\r\n\r\nThis is a bug in 2.16.0 for some datasets when `cache_dir` is a relative path. I opened https://github.com/huggingface/datasets/pull/6543 to fix this", "We just released 2.16.1 with a fix:\r\n\r\n```\r\npip install -U datasets\r\n```" ]
2,056,264,339
6,535
IndexError: Invalid key: 47682 is out of bounds for size 0 while using PEFT
open
2023-12-26T10:14:33
2024-02-05T08:42:31
null
https://github.com/huggingface/datasets/issues/6535
null
MahavirDabas18
false
[ "@sabman @pvl @kashif @vigsterkr ", "This is surely the same issue as https://discuss.huggingface.co/t/indexerror-invalid-key-16-is-out-of-bounds-for-size-0/14298/25 that comes from the `transformers` `Trainer`. You should add `remove_unused_columns=False` to `TrainingArguments`\r\n\r\nAlso check your logs: the `...
2,056,002,548
6,534
How to configure multiple folders in the same zip package
open
2023-12-26T03:56:20
2023-12-26T06:31:16
null
https://github.com/huggingface/datasets/issues/6534
null
d710055071
false
[ "@albertvillanova" ]
2,055,929,101
6,533
ted_talks_iwslt | Error: Config name is missing
closed
2023-12-26T00:38:18
2023-12-30T18:58:21
2023-12-30T16:09:50
https://github.com/huggingface/datasets/issues/6533
null
rayliuca
false
[ "Hi ! Thanks for reporting. I opened https://github.com/huggingface/datasets/pull/6544 to fix this", "We just released 2.16.1 with a fix:\r\n\r\n```\r\npip install -U datasets\r\n```" ]
2,055,631,201
6,532
[Feature request] Indexing datasets by a customly-defined id field to enable random access dataset items via the id
open
2023-12-25T11:37:10
2025-05-05T13:25:24
null
https://github.com/huggingface/datasets/issues/6532
null
Yu-Shi
false
[ "You can simply use a python dict as index:\r\n\r\n```python\r\n>>> from datasets import load_dataset\r\n>>> ds = load_dataset(\"BeIR/dbpedia-entity\", \"corpus\", split=\"corpus\")\r\n>>> index = {key: idx for idx, key in enumerate(ds[\"_id\"])}\r\n>>> ds[index[\"<dbpedia:Pikachu>\"]]\r\n{'_id': '<dbpedia:Pikachu>...
2,055,201,605
6,531
Add polars compatibility
closed
2023-12-24T20:03:23
2024-03-08T19:29:25
2024-03-08T15:22:58
https://github.com/huggingface/datasets/pull/6531
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6531", "html_url": "https://github.com/huggingface/datasets/pull/6531", "diff_url": "https://github.com/huggingface/datasets/pull/6531.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6531.patch", "merged_at": "2024-03-08T15:22:58" }
psmyth94
true
[ "Hi ! thanks for adding polars support :)\r\n\r\nYou added from_polars in arrow_dataset.py but not to_polars, is this on purpose ?\r\n\r\nAlso no need to touch table.py imo, which is for arrow-only logic (tables are just wrappers of pyarrow.Table with the exact same methods + optimization to existing methods + sepa...
2,054,817,609
6,530
Impossible to save a mapped dataset to disk
open
2023-12-23T15:18:27
2023-12-24T09:40:30
null
https://github.com/huggingface/datasets/issues/6530
null
kopyl
false
[ "I solved it with `train_dataset.with_format(None)`\r\nBut then faced some more issues (which i later solved too).\r\n\r\nHuggingface does not seem to care, so I do. Here is an updated training script which saves a pre-processed (mapped) dataset to your local directory if you specify `--save_precomputed_data_dir=DI...
2,054,209,449
6,529
Impossible to only download a test split
open
2023-12-22T16:56:32
2024-02-02T00:05:04
null
https://github.com/huggingface/datasets/issues/6529
null
ysig
false
[ "The only way right now is to load with streaming=True", "This feature has been proposed for a long time. I'm looking forward to the implementation. On clusters `streaming=True` is not an option since we do not have Internet on compute nodes. See: https://github.com/huggingface/datasets/discussions/1896#discussio...
2,053,996,494
6,528
set dev version
closed
2023-12-22T14:23:18
2023-12-22T14:31:42
2023-12-22T14:25:34
https://github.com/huggingface/datasets/pull/6528
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6528", "html_url": "https://github.com/huggingface/datasets/pull/6528", "diff_url": "https://github.com/huggingface/datasets/pull/6528.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6528.patch", "merged_at": "2023-12-22T14:25:34" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6528). 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,053,966,748
6,527
Release: 2.16.0
closed
2023-12-22T13:59:56
2023-12-22T14:24:12
2023-12-22T14:17:55
https://github.com/huggingface/datasets/pull/6527
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6527", "html_url": "https://github.com/huggingface/datasets/pull/6527", "diff_url": "https://github.com/huggingface/datasets/pull/6527.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6527.patch", "merged_at": "2023-12-22T14:17:55" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6527). 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,053,726,451
6,526
Preserve order of configs and splits when using Parquet exports
closed
2023-12-22T10:35:56
2023-12-22T11:42:22
2023-12-22T11:36:14
https://github.com/huggingface/datasets/pull/6526
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6526", "html_url": "https://github.com/huggingface/datasets/pull/6526", "diff_url": "https://github.com/huggingface/datasets/pull/6526.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6526.patch", "merged_at": "2023-12-22T11:36:14" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6526). 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,053,119,357
6,525
BBox type
closed
2023-12-21T22:13:27
2024-01-11T06:34:51
2023-12-21T22:39:27
https://github.com/huggingface/datasets/pull/6525
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6525", "html_url": "https://github.com/huggingface/datasets/pull/6525", "diff_url": "https://github.com/huggingface/datasets/pull/6525.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6525.patch", "merged_at": null }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6525). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "closing in favor of other ideas that would not involve any typing" ]
2,053,076,311
6,524
Streaming the Pile: Missing Files
closed
2023-12-21T21:25:09
2023-12-22T09:17:05
2023-12-22T09:17:05
https://github.com/huggingface/datasets/issues/6524
null
FelixLabelle
false
[ "Hello @FelixLabelle,\r\n\r\nAs you can see in the Community tab of the corresponding dataset, it is a known issue: https://huggingface.co/datasets/EleutherAI/pile/discussions/15\r\n\r\nThe data has been taken down due to reported copyright infringement.\r\n\r\nFeel free to continue the discussion there." ]
2,052,643,484
6,523
fix tests
closed
2023-12-21T15:36:21
2023-12-21T15:56:54
2023-12-21T15:50:38
https://github.com/huggingface/datasets/pull/6523
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6523", "html_url": "https://github.com/huggingface/datasets/pull/6523", "diff_url": "https://github.com/huggingface/datasets/pull/6523.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6523.patch", "merged_at": "2023-12-21T15:50:38" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6523). 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,052,332,528
6,522
Loading HF Hub Dataset (private org repo) fails to load all features
open
2023-12-21T12:26:35
2023-12-21T13:24:31
null
https://github.com/huggingface/datasets/issues/6522
null
versipellis
false
[]
2,052,229,538
6,521
The order of the splits is not preserved
closed
2023-12-21T11:17:27
2023-12-22T11:36:15
2023-12-22T11:36:15
https://github.com/huggingface/datasets/issues/6521
null
albertvillanova
false
[ "After investigation, I think the issue was introduced by the use of the Parquet export:\r\n- #6448\r\n\r\nI am proposing a fix.\r\n\r\nCC: @lhoestq " ]
2,052,059,078
6,520
Support commit_description parameter in push_to_hub
closed
2023-12-21T09:36:11
2023-12-21T14:49:47
2023-12-21T14:43:35
https://github.com/huggingface/datasets/pull/6520
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6520", "html_url": "https://github.com/huggingface/datasets/pull/6520", "diff_url": "https://github.com/huggingface/datasets/pull/6520.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6520.patch", "merged_at": "2023-12-21T14:43:35" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6520). 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,050,759,824
6,519
Support push_to_hub canonical datasets
closed
2023-12-20T15:16:45
2023-12-21T14:48:20
2023-12-21T14:40:57
https://github.com/huggingface/datasets/pull/6519
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6519", "html_url": "https://github.com/huggingface/datasets/pull/6519", "diff_url": "https://github.com/huggingface/datasets/pull/6519.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6519.patch", "merged_at": "2023-12-21T14:40:57" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6519). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "nice catch @albertvillanova ", "@huggingface/datasets this PR is ready for review.", ...
2,050,137,038
6,518
fix get_metadata_patterns function args error
closed
2023-12-20T09:06:22
2023-12-21T15:14:17
2023-12-21T15:07:57
https://github.com/huggingface/datasets/pull/6518
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6518", "html_url": "https://github.com/huggingface/datasets/pull/6518", "diff_url": "https://github.com/huggingface/datasets/pull/6518.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6518.patch", "merged_at": "2023-12-21T15:07:57" }
d710055071
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6518). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "hello!\r\n@albertvillanova \r\nThank you very much for your recognition。\r\nWhen can t...
2,050,121,588
6,517
Bug get_metadata_patterns arg error
closed
2023-12-20T08:56:44
2023-12-22T00:24:23
2023-12-22T00:24:23
https://github.com/huggingface/datasets/issues/6517
null
d710055071
false
[]
2,050,033,322
6,516
Support huggingface-hub pre-releases
closed
2023-12-20T07:52:29
2023-12-20T08:51:34
2023-12-20T08:44:44
https://github.com/huggingface/datasets/pull/6516
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6516", "html_url": "https://github.com/huggingface/datasets/pull/6516", "diff_url": "https://github.com/huggingface/datasets/pull/6516.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6516.patch", "merged_at": "2023-12-20T08:44:44" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6516). 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,049,724,251
6,515
Why call http_head() when fsspec_head() succeeds
closed
2023-12-20T02:25:51
2023-12-26T05:35:46
2023-12-26T05:35:46
https://github.com/huggingface/datasets/issues/6515
null
d710055071
false
[]
2,049,600,663
6,514
Cache backward compatibility with 2.15.0
closed
2023-12-19T23:52:25
2023-12-21T21:14:11
2023-12-21T21:07:55
https://github.com/huggingface/datasets/pull/6514
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6514", "html_url": "https://github.com/huggingface/datasets/pull/6514", "diff_url": "https://github.com/huggingface/datasets/pull/6514.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6514.patch", "merged_at": "2023-12-21T21:07:55" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6514). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "it's hard to tell if this works as expected without a test but i guess it's not trivial...
2,048,869,151
6,513
Support huggingface-hub 0.20.0
closed
2023-12-19T15:15:46
2023-12-20T08:44:45
2023-12-20T08:44:45
https://github.com/huggingface/datasets/issues/6513
null
albertvillanova
false
[]
2,048,795,819
6,512
Remove deprecated HfFolder
closed
2023-12-19T14:40:49
2023-12-19T20:21:13
2023-12-19T20:14:30
https://github.com/huggingface/datasets/pull/6512
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6512", "html_url": "https://github.com/huggingface/datasets/pull/6512", "diff_url": "https://github.com/huggingface/datasets/pull/6512.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6512.patch", "merged_at": "2023-12-19T20:14:30" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6512). 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,048,465,958
6,511
Implement get dataset default config name
closed
2023-12-19T11:26:19
2023-12-21T14:48:57
2023-12-21T14:42:41
https://github.com/huggingface/datasets/pull/6511
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6511", "html_url": "https://github.com/huggingface/datasets/pull/6511", "diff_url": "https://github.com/huggingface/datasets/pull/6511.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6511.patch", "merged_at": "2023-12-21T14:42:40" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6511). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "@huggingface/datasets, this PR is ready for review.", "<details>\n<summary>Show bench...
2,046,928,742
6,510
Replace `list_files_info` with `list_repo_tree` in `push_to_hub`
closed
2023-12-18T15:34:19
2023-12-19T18:05:47
2023-12-19T17:58:34
https://github.com/huggingface/datasets/pull/6510
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6510", "html_url": "https://github.com/huggingface/datasets/pull/6510", "diff_url": "https://github.com/huggingface/datasets/pull/6510.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6510.patch", "merged_at": "2023-12-19T17:58:34" }
mariosasko
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6510). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "CI errors are unrelated to the changes, so I'm merging.", "<details>\n<summary>Show b...
2,046,720,869
6,509
Better cast error when generating dataset
closed
2023-12-18T13:57:24
2023-12-19T09:37:12
2023-12-19T09:31:03
https://github.com/huggingface/datasets/pull/6509
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6509", "html_url": "https://github.com/huggingface/datasets/pull/6509", "diff_url": "https://github.com/huggingface/datasets/pull/6509.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6509.patch", "merged_at": "2023-12-19T09:31:03" }
lhoestq
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6509). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "I created `DatatasetGenerationCastError` in `exceptions.py` that inherits from `Dataset...
2,045,733,273
6,508
Read GeoParquet files using parquet reader
closed
2023-12-18T04:50:37
2024-01-26T18:22:35
2024-01-26T16:18:41
https://github.com/huggingface/datasets/pull/6508
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/6508", "html_url": "https://github.com/huggingface/datasets/pull/6508", "diff_url": "https://github.com/huggingface/datasets/pull/6508.diff", "patch_url": "https://github.com/huggingface/datasets/pull/6508.patch", "merged_at": "2024-01-26T16:18:41" }
weiji14
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6508). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Cool ! Do you mind writing a test using a geoparquet file in `tests/io/test_parquet.py`...
2,045,152,928
6,507
where is glue_metric.py> @Frankie123421 what was the resolution to this?
closed
2023-12-17T09:58:25
2023-12-18T11:42:49
2023-12-18T11:42:49
https://github.com/huggingface/datasets/issues/6507
null
Mcccccc1024
false
[]
2,044,975,038
6,506
Incorrect test set labels for RTE and CoLA datasets via load_dataset
closed
2023-12-16T22:06:08
2023-12-21T09:57:57
2023-12-21T09:57:57
https://github.com/huggingface/datasets/issues/6506
null
emreonal11
false
[ "As this is a specific issue of the \"glue\" dataset, I have transferred it to the dataset Discussion page: https://huggingface.co/datasets/glue/discussions/15\r\n\r\nLet's continue the discussion there!" ]
2,044,721,288
6,505
Got stuck when I trying to load a dataset
open
2023-12-16T11:51:07
2024-12-24T16:45:52
null
https://github.com/huggingface/datasets/issues/6505
null
yirenpingsheng
false
[ "I ran into the same problem when I used a server cluster (Slurm system managed) that couldn't load any of the huggingface datasets or models, but it worked on my laptop. I suspected some system configuration-related problem, but I had no idea. \r\nMy problems are consistent with [issue #2618](https://github.com/hu...
2,044,541,154
6,504
Error Pushing to Hub
closed
2023-12-16T01:05:22
2023-12-16T06:20:53
2023-12-16T06:20:53
https://github.com/huggingface/datasets/issues/6504
null
Jiayi-Pan
false
[]