id
int64
599M
3.48B
number
int64
1
7.8k
title
stringlengths
1
290
state
stringclasses
2 values
comments
listlengths
0
30
created_at
timestamp[s]date
2020-04-14 10:18:02
2025-10-05 06:37:50
updated_at
timestamp[s]date
2020-04-27 16:04:17
2025-10-05 10:32:43
closed_at
timestamp[s]date
2020-04-14 12:01:40
2025-10-01 13:56:03
body
stringlengths
0
228k
user
stringlengths
3
26
html_url
stringlengths
46
51
pull_request
dict
is_pull_request
bool
2 classes
1,270,719,074
4,490
Use `torch.nested_tensor` for arrays of varying length in torch formatter
open
[ "What's the current behavior?", "Currently, we return a list of Torch tensors if their shapes don't match. If they do, we consolidate them into a single Torch tensor." ]
2022-06-14T12:19:40
2023-07-07T13:02:58
null
Use `torch.nested_tensor` for arrays of varying length in `TorchFormatter`. The PyTorch API of nested tensors is in the prototype stage, so wait for it to become more mature.
mariosasko
https://github.com/huggingface/datasets/issues/4490
null
false
1,270,706,195
4,489
Add SV-Ident dataset
closed
[ "Hi @e-tornike, thanks a lot for adding this interesting dataset.\r\n\r\nRecently at Hugging Face, we have decided to give priority to adding datasets directly on the Hub. Would you mind to transfer your loading script to the Hub? You could create a dedicated org namespace, so that your dataset would be accessible ...
2022-06-14T12:09:00
2022-06-20T08:48:26
2022-06-20T08:37:27
null
e-tornike
https://github.com/huggingface/datasets/pull/4489
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4489", "html_url": "https://github.com/huggingface/datasets/pull/4489", "diff_url": "https://github.com/huggingface/datasets/pull/4489.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4489.patch", "merged_at": null }
true
1,270,613,857
4,488
Update PASS dataset version
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-14T10:47:14
2022-06-14T16:41:55
2022-06-14T16:32:28
Update the PASS dataset to version v3 (the newest one) from the [version history](https://github.com/yukimasano/PASS/blob/main/version_history.txt). PS: The older versions are not exposed as configs in the script because v1 was removed from Zenodo, and the same thing will probably happen to v2.
mariosasko
https://github.com/huggingface/datasets/pull/4488
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4488", "html_url": "https://github.com/huggingface/datasets/pull/4488", "diff_url": "https://github.com/huggingface/datasets/pull/4488.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4488.patch", "merged_at": "2022-06-14T16:32...
true
1,270,525,163
4,487
Support streaming UDHR dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-14T09:33:33
2022-06-15T05:09:22
2022-06-15T04:59:49
This PR: - Adds support for streaming UDHR dataset - Adds the BCP 47 language code as feature
albertvillanova
https://github.com/huggingface/datasets/pull/4487
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4487", "html_url": "https://github.com/huggingface/datasets/pull/4487", "diff_url": "https://github.com/huggingface/datasets/pull/4487.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4487.patch", "merged_at": "2022-06-15T04:59...
true
1,269,518,084
4,486
Add CCAgT dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Hi! Excellent job @johnnv1! There were typos/missing words in the card, so I took the liberty to rewrite some parts to make them easier to understand. Let me know if you are ok with the changes. Also, feel free to add some info under...
2022-06-13T14:20:19
2022-07-04T14:37:03
2022-07-04T14:25:45
As described in #4075 I could not generate the dummy data. Also, on the data repository isn't provided the split IDs, but I copy the functions that provide the correct data split. In summary, to have a better distribution, the data in this dataset should be separated based on the amount of NORs in each image.
johnnv1
https://github.com/huggingface/datasets/pull/4486
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4486", "html_url": "https://github.com/huggingface/datasets/pull/4486", "diff_url": "https://github.com/huggingface/datasets/pull/4486.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4486.patch", "merged_at": null }
true
1,269,463,054
4,485
Fix cast to null
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-13T13:44:32
2022-06-14T13:43:54
2022-06-14T13:34:14
It currently fails with `ArrowNotImplementedError` instead of `TypeError` when one tries to cast integer to null type. Because if this, type inference breaks when one replaces null values with integers in `map` (it first tries to cast to the previous type before inferring the new type). Fix https://github.com/hug...
lhoestq
https://github.com/huggingface/datasets/pull/4485
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4485", "html_url": "https://github.com/huggingface/datasets/pull/4485", "diff_url": "https://github.com/huggingface/datasets/pull/4485.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4485.patch", "merged_at": "2022-06-14T13:34...
true
1,269,383,811
4,484
Better ImportError message when a dataset script dependency is missing
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Discussed offline with @mariosasko, merging :)", "Fwiw, i think this same issue is occurring on the datasets website page, where preview isn't available due to the `bigbench` import error", "For the preview of BigBench datasets, ...
2022-06-13T12:44:37
2022-07-08T14:30:44
2022-06-13T13:50:47
When a depenency is missing for a dataset script, an ImportError message is shown, with a tip to install the missing dependencies. This message is not ideal at the moment: it may show duplicate dependencies, and is not very readable. I improved it from ``` ImportError: To be able to use bigbench, you need to insta...
lhoestq
https://github.com/huggingface/datasets/pull/4484
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4484", "html_url": "https://github.com/huggingface/datasets/pull/4484", "diff_url": "https://github.com/huggingface/datasets/pull/4484.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4484.patch", "merged_at": "2022-06-13T13:50...
true
1,269,253,840
4,483
Dataset.map throws pyarrow.lib.ArrowNotImplementedError when converting from list of empty lists
closed
[ "Hi @sanderland ! Thanks for reporting :) This is a bug, I opened a PR to fix it. We'll do a new release soon\r\n\r\nIn the meantime you can fix it by specifying in advance that the \"label\" are integers:\r\n```python\r\nimport numpy as np\r\n\r\nds = Dataset.from_dict(\r\n {\r\n \"text\": [\"the lazy do...
2022-06-13T10:47:52
2022-06-14T13:34:14
2022-06-14T13:34:14
## Describe the bug Dataset.map throws pyarrow.lib.ArrowNotImplementedError: Unsupported cast from int64 to null using function cast_null when converting from a type of 'empty lists' to 'lists with some type'. This appears to be due to the interaction of arrow internals and some assumptions made by datasets. T...
sanderland
https://github.com/huggingface/datasets/issues/4483
null
false
1,269,237,447
4,482
Test that TensorFlow is not imported on startup
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Should we close this PR?", "I'm closing this PR. Feel free to reopen it if necessary." ]
2022-06-13T10:33:49
2023-10-12T06:31:39
2023-10-11T09:11:56
TF takes some time to be imported, and also uses some GPU memory. I just added a test to make sure that in the future it's never imported by default when ```python import datasets ``` is called. Right now this fails because `huggingface_hub` does import tensorflow (though this is fixed now on their `main` bra...
lhoestq
https://github.com/huggingface/datasets/pull/4482
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4482", "html_url": "https://github.com/huggingface/datasets/pull/4482", "diff_url": "https://github.com/huggingface/datasets/pull/4482.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4482.patch", "merged_at": null }
true
1,269,187,792
4,481
Fix iwslt2017
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "CI fails are just abut missing tags in the dataset card, merging !", "FYI, \r\n\r\nThe checksums have not been edited from the changes of .tgz to .zip files, and as a result a `ExpectedMoreDownloadedFiles` error occurs. Updating th...
2022-06-13T09:51:21
2022-10-26T09:09:31
2022-06-13T10:40:18
The files were moved to google drive, I hosted them on the Hub instead (ok according to the license) I also updated the `datasets_infos.json`
lhoestq
https://github.com/huggingface/datasets/pull/4481
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4481", "html_url": "https://github.com/huggingface/datasets/pull/4481", "diff_url": "https://github.com/huggingface/datasets/pull/4481.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4481.patch", "merged_at": "2022-06-13T10:40...
true
1,268,921,567
4,480
Bigbench tensorflow GPU dependency
closed
[ "Thanks for reporting ! :) cc @andersjohanandreassen can you take a look at this ?\r\n\r\nAlso @cceyda feel free to open an issue at [BIG-Bench](https://github.com/google/BIG-bench) as well regarding the `AttributeError`", "I'm on vacation for the next week, so won't be able to do much debugging at the moment. So...
2022-06-13T05:24:06
2022-06-14T19:45:24
2022-06-14T19:45:23
## Describe the bug Loading bigbech ```py from datasets import load_dataset dataset = load_dataset("bigbench","swedish_to_german_proverbs") ``` tries to use gpu and fails with OOM with the following error ``` Downloading and preparing dataset bigbench/swedish_to_german_proverbs (download: Unknown size, genera...
cceyda
https://github.com/huggingface/datasets/issues/4480
null
false
1,268,558,237
4,479
Include entity positions as feature in ReCoRD
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks for the reply @lhoestq !\r\n\r\nI have sucessed on `datasets-cli test ./datasets/super_glue --name record --save_infos`,\r\nBut as you can see, the check ran into `FAILED tests/test_dataset_cards.py::test_changed_dataset_card[...
2022-06-12T11:56:28
2022-08-19T23:23:02
2022-08-19T13:23:48
https://huggingface.co/datasets/super_glue/viewer/record/validation TLDR: We need to record entity positions, which are included in the source data but excluded by the loading script, to enable efficient and effective training for ReCoRD. Currently, the loading script ignores the entity positions ("entity_start",...
richarddwang
https://github.com/huggingface/datasets/pull/4479
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4479", "html_url": "https://github.com/huggingface/datasets/pull/4479", "diff_url": "https://github.com/huggingface/datasets/pull/4479.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4479.patch", "merged_at": "2022-08-19T13:23...
true
1,268,358,213
4,478
Dataset slow during model training
open
[ "Hi ! cc @Rocketknight1 maybe you know better ?\r\n\r\nI'm not too familiar with `tf.data.experimental.save`. Note that `datasets` uses memory mapping, so depending on your hardware and the disk you are using you can expect performance differences with a dataset loaded in RAM", "Hi @lehrig, I suspect what's happe...
2022-06-11T19:40:19
2022-06-14T12:04:31
null
## Describe the bug While migrating towards 🤗 Datasets, I encountered an odd performance degradation: training suddenly slows down dramatically. I train with an image dataset using Keras and execute a `to_tf_dataset` just before training. First, I have optimized my dataset following https://discuss.huggingface.co/...
lehrig
https://github.com/huggingface/datasets/issues/4478
null
false
1,268,308,986
4,477
Dataset Viewer issue for fgrezes/WIESP2022-NER
closed
[ "https://huggingface.co/datasets/fgrezes/WIESP2022-NER\r\n\r\nThe error:\r\n\r\n```\r\nMessage: Couldn't find a dataset script at /src/services/worker/fgrezes/WIESP2022-NER/WIESP2022-NER.py or any data file in the same directory. Couldn't find 'fgrezes/WIESP2022-NER' on the Hugging Face Hub either: FileNotFou...
2022-06-11T15:49:17
2022-07-18T13:07:33
2022-07-18T13:07:33
### Link _No response_ ### Description _No response_ ### Owner _No response_
AshTayade
https://github.com/huggingface/datasets/issues/4477
null
false
1,267,987,499
4,476
`to_pandas` doesn't take into account format.
closed
[ "Thanks for opening a discussion :)\r\n\r\nNote that you can use `.remove_columns(...)` to keep only the ones you're interested in before calling `.to_pandas()`", "Yes I can do that thank you!\r\n\r\nDo you think that conceptually my example should work? If not, I'm happy to close this issue. \r\n\r\nIf yes, I ca...
2022-06-10T20:25:31
2022-06-15T17:41:41
2022-06-15T17:41:41
**Is your feature request related to a problem? Please describe.** I have a large dataset that I need to convert part of to pandas to do some further analysis. Calling `to_pandas` directly on it is expensive. So I thought I could simply select the columns that I want and then call `to_pandas`. **Describe the solu...
Dref360
https://github.com/huggingface/datasets/issues/4476
null
false
1,267,798,451
4,475
Improve error message for missing pacakges from inside dataset script
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "I opened a PR before I noticed yours ^^' You can find it here: https://github.com/huggingface/datasets/pull/4484\r\n\r\nThe only comment I have regarding your message is that it possibly shows several `pip install` commands, whereas ...
2022-06-10T16:59:36
2022-10-06T13:46:26
2022-06-13T13:16:43
Improve the error message for missing packages from inside a dataset script: With this change, the error message for missing packages for `bigbench` looks as follows: ``` ImportError: To be able to use bigbench, you need to install the following dependencies: - 'bigbench' using 'pip install "bigbench @ ht...
mariosasko
https://github.com/huggingface/datasets/pull/4475
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4475", "html_url": "https://github.com/huggingface/datasets/pull/4475", "diff_url": "https://github.com/huggingface/datasets/pull/4475.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4475.patch", "merged_at": null }
true
1,267,767,541
4,474
[Docs] How to use with PyTorch page
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-10T16:25:49
2022-06-14T14:40:32
2022-06-14T14:04:33
Currently the docs about PyTorch are scattered around different pages, and we were missing a place to explain more in depth how to use and optimize a dataset for PyTorch. This PR is related to #4457 which is the TF counterpart :) cc @Rocketknight1 we can try to align both documentations contents now I think cc @s...
lhoestq
https://github.com/huggingface/datasets/pull/4474
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4474", "html_url": "https://github.com/huggingface/datasets/pull/4474", "diff_url": "https://github.com/huggingface/datasets/pull/4474.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4474.patch", "merged_at": "2022-06-14T14:04...
true
1,267,555,994
4,473
Add SST-2 dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "on the hub this dataset is referenced as `sst-2` not `sst2` – is there a canonical orthography? If not, could we name it `sst-2`?", "@julien-c, we normally do not use hyphens for dataset names: whenever the original dataset name co...
2022-06-10T13:37:26
2022-06-13T14:11:34
2022-06-13T14:01:09
Add SST-2 dataset. Currently it is part of GLUE benchmark. This PR adds it as a standalone dataset. CC: @julien-c
albertvillanova
https://github.com/huggingface/datasets/pull/4473
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4473", "html_url": "https://github.com/huggingface/datasets/pull/4473", "diff_url": "https://github.com/huggingface/datasets/pull/4473.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4473.patch", "merged_at": "2022-06-13T14:01...
true
1,267,488,523
4,472
Fix 401 error for unauthticated requests to non-existing repos
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-10T12:38:11
2022-06-10T13:05:11
2022-06-10T12:55:57
The hub now returns 401 instead of 404 for unauthenticated requests to non-existing repos. This PR add support for the 401 error and fixes the CI fails on `master`
lhoestq
https://github.com/huggingface/datasets/pull/4472
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4472", "html_url": "https://github.com/huggingface/datasets/pull/4472", "diff_url": "https://github.com/huggingface/datasets/pull/4472.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4472.patch", "merged_at": "2022-06-10T12:55...
true
1,267,475,268
4,471
CI error with repo lhoestq/_dummy
closed
[ "fixed by https://github.com/huggingface/datasets/pull/4472" ]
2022-06-10T12:26:06
2022-06-10T13:24:53
2022-06-10T13:24:53
## Describe the bug CI is failing because of repo "lhoestq/_dummy". See: https://app.circleci.com/pipelines/github/huggingface/datasets/12461/workflows/1b040b45-9578-4ab9-8c44-c643c4eb8691/jobs/74269 ``` requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/datasets/lhoest...
albertvillanova
https://github.com/huggingface/datasets/issues/4471
null
false
1,267,470,051
4,470
Reorder returned validation/test splits in script template
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-10T12:21:13
2022-06-10T18:04:10
2022-06-10T17:54:50
null
albertvillanova
https://github.com/huggingface/datasets/pull/4470
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4470", "html_url": "https://github.com/huggingface/datasets/pull/4470", "diff_url": "https://github.com/huggingface/datasets/pull/4470.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4470.patch", "merged_at": "2022-06-10T17:54...
true
1,267,213,849
4,469
Replace data URLs in wider_face dataset once hosted on the Hub
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-10T08:13:25
2022-06-10T16:42:08
2022-06-10T16:32:46
This PR replaces the URLs of data files in Google Drive with our Hub ones, once the data owners have approved to host their data on the Hub. They also informed us that their dataset is licensed under CC BY-NC-ND.
albertvillanova
https://github.com/huggingface/datasets/pull/4469
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4469", "html_url": "https://github.com/huggingface/datasets/pull/4469", "diff_url": "https://github.com/huggingface/datasets/pull/4469.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4469.patch", "merged_at": "2022-06-10T16:32...
true
1,266,715,742
4,468
Generalize tutorials for audio and vision
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-09T22:00:44
2022-06-14T16:22:02
2022-06-14T16:12:00
This PR updates the tutorials to be more generalizable to all modalities. After reading the tutorials, a user should be able to load any type of dataset, know how to index into and slice a dataset, and do the most basic/common type of preprocessing (tokenization, resampling, applying transforms) depending on their data...
stevhliu
https://github.com/huggingface/datasets/pull/4468
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4468", "html_url": "https://github.com/huggingface/datasets/pull/4468", "diff_url": "https://github.com/huggingface/datasets/pull/4468.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4468.patch", "merged_at": "2022-06-14T16:12...
true
1,266,218,358
4,467
Transcript string 'null' converted to [None] by load_dataset()
closed
[ "Hi @mbarnig, thanks for reporting.\r\n\r\nPlease note that is an expected behavior by `pandas` (we use the `pandas` library to parse CSV files): https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html\r\n```\r\nBy default the following values are interpreted as NaN: \r\n‘’, ‘#N/A’, ‘#N/A N/A’, ‘#NA’, ‘-1...
2022-06-09T14:26:00
2023-07-04T02:18:39
2022-06-09T16:29:02
## Issue I am training a luxembourgish speech-recognition model in Colab with a custom dataset, including a dictionary of luxembourgish words, for example the speaken numbers 0 to 9. When preparing the dataset with the script `ds_train1 = mydataset.map(prepare_dataset)` the following error was issued: ``` ...
mbarnig
https://github.com/huggingface/datasets/issues/4467
null
false
1,266,159,920
4,466
Optimize contiguous shard and select
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "I thought of just mentioning the benefits I got. Here's the code that @lhoestq provided:\r\n\r\n```py\r\nimport os\r\nfrom datasets import load_dataset\r\nfrom tqdm.auto import tqdm\r\n\r\nds = load_dataset(\"squad\", split=\"train\"...
2022-06-09T13:45:39
2022-06-14T16:04:30
2022-06-14T15:54:45
Currently `.shard()` and `.select()` always create an indices mapping. However if the requested data are contiguous, it's much more optimized to simply slice the Arrow table instead of building an indices mapping. In particular: - the shard/select operation will be much faster - reading speed will be much faster in t...
lhoestq
https://github.com/huggingface/datasets/pull/4466
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4466", "html_url": "https://github.com/huggingface/datasets/pull/4466", "diff_url": "https://github.com/huggingface/datasets/pull/4466.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4466.patch", "merged_at": "2022-06-14T15:54...
true
1,265,754,479
4,465
Fix bigbench config names
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-09T08:06:19
2022-06-09T14:38:36
2022-06-09T14:29:19
Fix https://github.com/huggingface/datasets/issues/4462 in the case of bigbench
lhoestq
https://github.com/huggingface/datasets/pull/4465
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4465", "html_url": "https://github.com/huggingface/datasets/pull/4465", "diff_url": "https://github.com/huggingface/datasets/pull/4465.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4465.patch", "merged_at": "2022-06-09T14:29...
true
1,265,682,931
4,464
Extend support for streaming datasets that use xml.dom.minidom.parse
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-09T06:58:25
2022-06-09T08:43:24
2022-06-09T08:34:16
This PR extends the support in streaming mode for datasets that use `xml.dom.minidom.parse`, by patching that function. This PR adds support for streaming datasets like "Yaxin/SemEval2015". Fix #4453.
albertvillanova
https://github.com/huggingface/datasets/pull/4464
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4464", "html_url": "https://github.com/huggingface/datasets/pull/4464", "diff_url": "https://github.com/huggingface/datasets/pull/4464.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4464.patch", "merged_at": "2022-06-09T08:34...
true
1,265,093,211
4,463
Use config_id to check split sizes instead of config name
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "closing in favor of https://github.com/huggingface/datasets/pull/4465" ]
2022-06-08T17:45:24
2023-09-24T10:03:00
2022-06-09T08:06:37
Fix https://github.com/huggingface/datasets/issues/4462
lhoestq
https://github.com/huggingface/datasets/pull/4463
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4463", "html_url": "https://github.com/huggingface/datasets/pull/4463", "diff_url": "https://github.com/huggingface/datasets/pull/4463.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4463.patch", "merged_at": null }
true
1,265,079,347
4,462
BigBench: NonMatchingSplitsSizesError when passing a dataset configuration parameter
open
[ "Why not adding `max_examples` as part of the config name?", "Yup it can also work, and maybe it's simpler this way. Opening a PR to fix bigbench instead of https://github.com/huggingface/datasets/pull/4463", "Hi @lhoestq,\r\n\r\nThank you for taking a look at this issue, and proposing a solution. \r\nUnfortuna...
2022-06-08T17:31:24
2022-07-05T07:39:55
null
As noticed in https://github.com/huggingface/datasets/pull/4125 when a dataset config class has a parameter that reduces the number of examples (e.g. named `max_examples`), then loading the dataset and passing `max_examples` raises `NonMatchingSplitsSizesError`. This is because it will check for expected the number ...
lhoestq
https://github.com/huggingface/datasets/issues/4462
null
false
1,264,800,451
4,461
AttributeError: module 'datasets' has no attribute 'load_dataset'
closed
[ "I'm having the same issue,Can you tell me how to solve it?", "I have the same issue, can you tell me how to solve it? Thanks", "I had a folder named 'datasets' so this is why it can't find the import, it's looking in the wrong place", "@briandw your comment saved my day 👍 " ]
2022-06-08T13:59:20
2024-03-25T12:58:29
2022-06-08T14:41:00
## Describe the bug I have piped install datasets, but this package doesn't have these attributes: load_dataset, load_metric. ## Environment info - `datasets` version: 1.9.0 - Platform: Linux-5.13.0-44-generic-x86_64-with-debian-bullseye-sid - Python version: 3.6.13 - PyArrow version: 6.0.1
AlexNLP
https://github.com/huggingface/datasets/issues/4461
null
false
1,264,644,205
4,460
Drop Python 3.6 support
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "I've disabled the `test_dummy_dataset_serialize_s3` tests in the Linux CI to avoid the failures (these tests only fail on Windows in 3.6). These failures are unrelated to this PR's changes, and I would like to address this in a new P...
2022-06-08T12:10:18
2022-07-26T19:16:39
2022-07-26T19:04:21
Remove the fallback imports/checks in the code needed for Python 3.6 and update the requirements/CI files. Also, use Python types for the NumPy dtype wherever possible to avoid deprecation warnings in newer NumPy versions.
mariosasko
https://github.com/huggingface/datasets/pull/4460
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4460", "html_url": "https://github.com/huggingface/datasets/pull/4460", "diff_url": "https://github.com/huggingface/datasets/pull/4460.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4460.patch", "merged_at": "2022-07-26T19:04...
true
1,264,636,481
4,459
Add and fix language tags for udhr dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-08T12:03:42
2022-06-08T12:36:24
2022-06-08T12:27:13
Related to #4362.
albertvillanova
https://github.com/huggingface/datasets/pull/4459
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4459", "html_url": "https://github.com/huggingface/datasets/pull/4459", "diff_url": "https://github.com/huggingface/datasets/pull/4459.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4459.patch", "merged_at": "2022-06-08T12:27...
true
1,263,531,911
4,457
First draft of the docs for TF + Datasets
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Some links are still missing I think :)", "This is probably quite close to being ready, so cc some TF people @gante @amyeroberts @merveenoyan just so they see it! No need for a full review, but if you have any comments or suggestio...
2022-06-07T16:06:48
2022-06-14T16:08:41
2022-06-14T15:59:08
I might cc a few of the other TF people to take a look when this is closer to being finished, but it's still a draft for now.
Rocketknight1
https://github.com/huggingface/datasets/pull/4457
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4457", "html_url": "https://github.com/huggingface/datasets/pull/4457", "diff_url": "https://github.com/huggingface/datasets/pull/4457.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4457.patch", "merged_at": "2022-06-14T15:59...
true
1,263,241,449
4,456
Workflow for Tabular data
open
[ "I use below to load a dataset:\r\n```\r\ndataset = datasets.load_dataset(\"scikit-learn/auto-mpg\")\r\ndf = pd.DataFrame(dataset[\"train\"])\r\n```\r\nTBH as said, tabular folk split their own dataset, they sometimes have two splits, sometimes three. Maybe somehow avoiding it for tabular datasets might be good for...
2022-06-07T12:48:22
2023-03-06T08:53:55
null
Tabular data are treated very differently than data for NLP, audio, vision, etc. and therefore the worflow for tabular data in `datasets` is not ideal. For example for tabular data, it is common to use pandas/spark/dask to process the data, and then load the data into X and y (X is an array of features and y an arra...
lhoestq
https://github.com/huggingface/datasets/issues/4456
null
false
1,263,089,067
4,455
Update data URLs in fever dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-07T10:40:54
2022-06-08T07:24:54
2022-06-08T07:16:17
As stated in their website, data owners updated their URLs on 28/04/2022. This PR updates the data URLs. Fix #4452.
albertvillanova
https://github.com/huggingface/datasets/pull/4455
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4455", "html_url": "https://github.com/huggingface/datasets/pull/4455", "diff_url": "https://github.com/huggingface/datasets/pull/4455.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4455.patch", "merged_at": "2022-06-08T07:16...
true
1,262,674,973
4,454
Dataset Viewer issue for Yaxin/SemEval2015
closed
[ "Closing since it's a duplicate of https://github.com/huggingface/datasets/issues/4453" ]
2022-06-07T03:31:46
2022-06-07T11:53:11
2022-06-07T11:53:11
### Link _No response_ ### Description the link could not visit ### Owner _No response_
WithYouTo
https://github.com/huggingface/datasets/issues/4454
null
false
1,262,674,105
4,453
Dataset Viewer issue for Yaxin/SemEval2015
closed
[ "I understand that the issue is that a remote file (URL) is being loaded as a local file. Right @albertvillanova @lhoestq?\r\n\r\n```\r\nMessage: [Errno 2] No such file or directory: 'https://raw.githubusercontent.com/YaxinCui/ABSADataset/main/SemEval2015Task12Corrected/train/restaurants_train.xml'\r\n```", ...
2022-06-07T03:30:08
2022-06-09T08:34:16
2022-06-09T08:34:16
### Link _No response_ ### Description _No response_ ### Owner _No response_
WithYouTo
https://github.com/huggingface/datasets/issues/4453
null
false
1,262,529,654
4,452
Trying to load FEVER dataset results in NonMatchingChecksumError
closed
[ "Thanks for reporting @santhnm2. We are fixing it.\r\n\r\nData owners updated their URLs recently. We have to align with them, otherwise you do not download anything (that is why ignore_verifications does not work).", "Hello! Is there any update on this? I am having the same issue 6 months later." ]
2022-06-06T23:13:15
2022-12-15T13:36:40
2022-06-08T07:16:16
## Describe the bug Trying to load the `fever` dataset fails with `datasets.utils.info_utils.NonMatchingChecksumError`. I tried with `download_mode="force_redownload"` but that did not fix the error. I also tried with `ignore_verification=True` but then that raised a `json.decoder.JSONDecodeError`. ## Steps to r...
santhnm2
https://github.com/huggingface/datasets/issues/4452
null
false
1,262,103,323
4,451
Use newer version of multi-news with fixes
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Awesome thanks @mariosasko!" ]
2022-06-06T16:57:08
2022-06-07T17:40:01
2022-06-07T17:14:44
Closes #4430.
JohnGiorgi
https://github.com/huggingface/datasets/pull/4451
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4451", "html_url": "https://github.com/huggingface/datasets/pull/4451", "diff_url": "https://github.com/huggingface/datasets/pull/4451.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4451.patch", "merged_at": "2022-06-07T17:14...
true
1,261,878,324
4,450
Update README.md of fquad
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-06T13:52:41
2022-06-06T14:51:49
2022-06-06T14:43:03
null
lhoestq
https://github.com/huggingface/datasets/pull/4450
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4450", "html_url": "https://github.com/huggingface/datasets/pull/4450", "diff_url": "https://github.com/huggingface/datasets/pull/4450.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4450.patch", "merged_at": "2022-06-06T14:43...
true
1,261,262,326
4,449
Rj
closed
[]
2022-06-06T02:24:32
2022-06-06T15:44:50
2022-06-06T15:44:50
import android.content.DialogInterface; import android.database.Cursor; import android.os.Bundle; import android.view.View; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import androidx.appcompat.app.AlertDialog; import androidx.appcompat...
Aeckard45
https://github.com/huggingface/datasets/issues/4449
null
false
1,260,966,129
4,448
New Preprocessing Feature - Deduplication [Request]
open
[ "Hi! The [datasets_sql](https://github.com/mariosasko/datasets_sql) package lets you easily find distinct rows in a dataset (an example with `SELECT DISTINCT` is in the readme). Deduplication is (still) not part of the official API because it's hard to implement for datasets bigger than RAM while only using the nat...
2022-06-05T05:32:56
2023-12-12T07:52:40
null
**Is your feature request related to a problem? Please describe.** Many large datasets are full of duplications and it has been shown that deduplicating datasets can lead to better performance while training, and more truthful evaluation at test-time. A feature that allows one to easily deduplicate a dataset can be...
yuvalkirstain
https://github.com/huggingface/datasets/issues/4448
null
false
1,260,041,805
4,447
Minor fixes/improvements in `scene_parse_150` card
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-03T15:22:34
2022-06-06T15:50:25
2022-06-06T15:41:37
Add `paperswithcode_id` and fix some links in the `scene_parse_150` card.
mariosasko
https://github.com/huggingface/datasets/pull/4447
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4447", "html_url": "https://github.com/huggingface/datasets/pull/4447", "diff_url": "https://github.com/huggingface/datasets/pull/4447.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4447.patch", "merged_at": "2022-06-06T15:41...
true
1,260,028,995
4,446
Add missing kwargs to docstrings
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-03T15:10:27
2022-06-03T16:10:09
2022-06-03T16:01:29
null
albertvillanova
https://github.com/huggingface/datasets/pull/4446
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4446", "html_url": "https://github.com/huggingface/datasets/pull/4446", "diff_url": "https://github.com/huggingface/datasets/pull/4446.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4446.patch", "merged_at": "2022-06-03T16:01...
true
1,259,947,568
4,445
Fix missing args in docstring of load_dataset_builder
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-03T13:55:50
2022-06-03T14:35:32
2022-06-03T14:27:09
Currently, the docstring of `load_dataset_builder` only contains the first parameter `path` (no other): - https://huggingface.co/docs/datasets/v2.2.1/en/package_reference/loading_methods#datasets.load_dataset_builder.path
albertvillanova
https://github.com/huggingface/datasets/pull/4445
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4445", "html_url": "https://github.com/huggingface/datasets/pull/4445", "diff_url": "https://github.com/huggingface/datasets/pull/4445.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4445.patch", "merged_at": "2022-06-03T14:27...
true
1,259,738,209
4,444
Fix kwargs in docstrings
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-03T10:29:02
2022-06-03T11:01:28
2022-06-03T10:52:46
To fix the rendering of `**kwargs` in docstrings, a parentheses must be added afterwards. See: - huggingface/doc-builder/issues/235
albertvillanova
https://github.com/huggingface/datasets/pull/4444
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4444", "html_url": "https://github.com/huggingface/datasets/pull/4444", "diff_url": "https://github.com/huggingface/datasets/pull/4444.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4444.patch", "merged_at": "2022-06-03T10:52...
true
1,259,606,334
4,443
Dataset Viewer issue for openclimatefix/nimrod-uk-1km
open
[ "If I understand correctly, this is due to the key `split` missing in the line https://huggingface.co/datasets/openclimatefix/nimrod-uk-1km/blob/main/nimrod-uk-1km.py#L41 of the script.\r\nMaybe @albertvillanova could confirm.", "I'm having a look.", "Indeed there are several issues in this dataset loading scri...
2022-06-03T08:17:16
2023-09-25T12:15:08
null
### Link _No response_ ### Description _No response_ ### Owner _No response_
ZYMXIXI
https://github.com/huggingface/datasets/issues/4443
null
false
1,258,589,276
4,442
Dataset Viewer issue for amazon_polarity
closed
[ "Thanks, looking at it", "Not sure what happened 😬, but it's fixed" ]
2022-06-02T19:18:38
2022-06-07T18:50:37
2022-06-07T18:50:37
### Link https://huggingface.co/datasets/amazon_polarity/viewer/amazon_polarity/test ### Description For some reason the train split is OK but the test split is not for this dataset: ``` Server error Status code: 400 Exception: FileNotFoundError Message: [Errno 2] No such file or directory: '/cach...
lewtun
https://github.com/huggingface/datasets/issues/4442
null
false
1,258,568,656
4,441
Dataset Viewer issue for aeslc
closed
[ "Not sure what happened 😬, but it's fixed" ]
2022-06-02T18:57:12
2022-06-07T18:50:55
2022-06-07T18:50:55
### Link https://huggingface.co/datasets/aeslc ### Description The dataset viewer can't find `dataset_infos.json` in it's cache: ``` Server error Status code: 400 Exception: FileNotFoundError Message: [Errno 2] No such file or directory: '/cache/modules/datasets_modules/datasets/aeslc/eb8e30234cf9...
lewtun
https://github.com/huggingface/datasets/issues/4441
null
false
1,258,494,469
4,440
Update docs around audio and vision
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "> Let me know what you think, especially if we should include some code samples for training a model in the audio/vision sections. I left this out since we already showed it in the NLP section. I want to keep the focus on using Datas...
2022-06-02T17:42:03
2022-06-23T16:33:19
2022-06-23T16:23:02
As part of the strategy to center the docs around the different modalities, this PR updates the quickstart to include audio and vision examples. This improves the developer experience by making audio and vision content more discoverable, enabling users working in these modalities to also quickly get started without dig...
stevhliu
https://github.com/huggingface/datasets/pull/4440
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4440", "html_url": "https://github.com/huggingface/datasets/pull/4440", "diff_url": "https://github.com/huggingface/datasets/pull/4440.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4440.patch", "merged_at": "2022-06-23T16:23...
true
1,258,434,111
4,439
TIMIT won't load after manual download: Errors about files that don't exist
closed
[ "To have some context, please see:\r\n- #4145\r\n\r\nPlease, also note that we have recently made some fixes to the script, which are in our GitHub master branch but not yet released:\r\n- #4422\r\n- #4425 \r\n- #4436", "Thanks Albert! I'll try pulling `datasets` from the git repo instead of PyPI, and/or just wai...
2022-06-02T16:35:56
2022-06-03T08:44:17
2022-06-03T08:44:16
## Describe the bug I get the message from HuggingFace that it must be downloaded manually. From the URL provided in the message, I got to UPenn page for manual download. (UPenn apparently want $250? for the dataset??) ...So, ok, I obtained a copy from a friend and also a smaller version from Kaggle. But in both c...
drscotthawley
https://github.com/huggingface/datasets/issues/4439
null
false
1,258,255,394
4,438
Fix docstring of inspect_dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-02T14:21:10
2022-06-02T16:40:55
2022-06-02T16:32:27
As pointed out by @sgugger: - huggingface/doc-builder/issues/235
albertvillanova
https://github.com/huggingface/datasets/pull/4438
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4438", "html_url": "https://github.com/huggingface/datasets/pull/4438", "diff_url": "https://github.com/huggingface/datasets/pull/4438.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4438.patch", "merged_at": "2022-06-02T16:32...
true
1,258,249,582
4,437
Add missing columns to `blended_skill_talk`
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-02T14:16:26
2022-06-06T15:49:56
2022-06-06T15:41:25
Adds the missing columns to `blended_skill_talk` to align the loading logic with [ParlAI](https://github.com/facebookresearch/ParlAI/blob/main/parlai/tasks/blended_skill_talk/build.py). Fix #4426
mariosasko
https://github.com/huggingface/datasets/pull/4437
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4437", "html_url": "https://github.com/huggingface/datasets/pull/4437", "diff_url": "https://github.com/huggingface/datasets/pull/4437.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4437.patch", "merged_at": "2022-06-06T15:41...
true
1,257,758,834
4,436
Fix directory names for LDC data in timit_asr dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-02T06:45:04
2022-06-02T09:32:56
2022-06-02T09:24:27
Related to: - #4422
albertvillanova
https://github.com/huggingface/datasets/pull/4436
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4436", "html_url": "https://github.com/huggingface/datasets/pull/4436", "diff_url": "https://github.com/huggingface/datasets/pull/4436.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4436.patch", "merged_at": "2022-06-02T09:24...
true
1,257,496,552
4,435
Load a local cached dataset that has been modified
closed
[ "Hi! `datasets` caches every modification/loading, so you can either rerun the pipeline up to the `map` call or use `Dataset.from_file(modified_dataset)` to load the dataset directly from the cache file.", "Awesome, hvala Mario! This works. " ]
2022-06-02T01:51:49
2022-06-02T23:59:26
2022-06-02T23:59:18
## Describe the bug I have loaded a dataset as follows: ``` d = load_dataset("emotion", split="validation") ``` Afterwards I make some modifications to the dataset via a `map` call: ``` d.map(some_update_func, cache_file_name=modified_dataset) ``` This generates a cached version of the dataset on my local syst...
mihail911
https://github.com/huggingface/datasets/issues/4435
null
false
1,256,207,321
4,434
Fix dummy dataset generation script for handling nested types of _URLs
closed
[]
2022-06-01T14:53:15
2022-06-07T12:08:28
2022-06-07T09:24:09
It seems that when user specify nested _URLs structures in their dataset script. An error will be raised when generating dummy dataset. I think the types of all elements in `dummy_data_dict.values()` should be checked because they may have different types. Linked to issue #4428 PS: I am not sure whether my co...
silverriver
https://github.com/huggingface/datasets/pull/4434
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4434", "html_url": "https://github.com/huggingface/datasets/pull/4434", "diff_url": "https://github.com/huggingface/datasets/pull/4434.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4434.patch", "merged_at": "2022-06-07T09:24...
true
1,255,830,758
4,433
Fix script fetching and local path handling in `inspect_dataset` and `inspect_metric`
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Added back the `[:]` and a comment to explain why this is needed. " ]
2022-06-01T12:09:56
2022-06-09T10:34:54
2022-06-09T10:26:07
Fix #4348
mariosasko
https://github.com/huggingface/datasets/pull/4433
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4433", "html_url": "https://github.com/huggingface/datasets/pull/4433", "diff_url": "https://github.com/huggingface/datasets/pull/4433.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4433.patch", "merged_at": "2022-06-09T10:26...
true
1,255,523,720
4,432
Fix builder docstring
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-06-01T09:45:30
2022-06-02T17:43:47
2022-06-02T17:35:15
Currently, the args of `DatasetBuilder` do not appear in the docs: https://huggingface.co/docs/datasets/v2.1.0/en/package_reference/builder_classes#datasets.DatasetBuilder
albertvillanova
https://github.com/huggingface/datasets/pull/4432
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4432", "html_url": "https://github.com/huggingface/datasets/pull/4432", "diff_url": "https://github.com/huggingface/datasets/pull/4432.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4432.patch", "merged_at": "2022-06-02T17:35...
true
1,254,618,948
4,431
Add personaldialog datasets
closed
[ "These test errors are related to issue #4428 \r\n", "_The documentation is not available anymore as the PR was closed or merged._", "I only made a trivial modification in my commit https://github.com/huggingface/datasets/pull/4431/commits/402c893d35224d7828176717233909ac5f1e7b3e\r\n\r\nI have submitted a PR #4...
2022-06-01T01:20:40
2022-06-11T12:40:23
2022-06-11T12:31:16
It seems that all tests are passed
silverriver
https://github.com/huggingface/datasets/pull/4431
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4431", "html_url": "https://github.com/huggingface/datasets/pull/4431", "diff_url": "https://github.com/huggingface/datasets/pull/4431.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4431.patch", "merged_at": null }
true
1,254,412,591
4,430
Add ability to load newer, cleaner version of Multi-News
closed
[ "Hi! Our versioning is based on Git revisions (the `revision` param in `load_dataset`), so you can just replace the old URL with the new one and open a PR :). I can also give you some pointers if needed.", "@mariosasko Awesome thanks! I will do that. Looks like this new version of the data is not available as a z...
2022-05-31T21:00:44
2022-06-07T17:14:44
2022-06-07T17:14:44
**Is your feature request related to a problem? Please describe.** The [Multi-News dataloader points to the original version of the Multi-News dataset](https://github.com/huggingface/datasets/blob/12540dd75015678ec6019f258d811ee107439a73/datasets/multi_news/multi_news.py#L47), but this has [known errors in it](https...
JohnGiorgi
https://github.com/huggingface/datasets/issues/4430
null
false
1,254,184,358
4,429
Update builder docstring for deprecated/added arguments
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "@mishig25 is investigating why deprecated/added do not affect the enclosed text format when used in args docstring: no special formatting appears: \r\n- https://moon-ci-docs.huggingface.co/docs/datasets/pr_4429/en/package_reference/b...
2022-05-31T17:37:25
2022-06-08T11:40:18
2022-06-08T11:31:45
This PR updates the builder docstring with deprecated/added directives for arguments name/config_name. Follow up of: - #4414 - huggingface/doc-builder#233 First merge: - #4432
albertvillanova
https://github.com/huggingface/datasets/pull/4429
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4429", "html_url": "https://github.com/huggingface/datasets/pull/4429", "diff_url": "https://github.com/huggingface/datasets/pull/4429.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4429.patch", "merged_at": "2022-06-08T11:31...
true
1,254,092,818
4,428
Errors when building dummy data if you use nested _URLS
closed
[]
2022-05-31T16:10:57
2022-06-07T09:24:09
2022-06-07T09:24:09
## Describe the bug When making dummy data with the `datasets-cli dummy_data` tool, an error will be raised if you use a nested _URLS in your dataset script. Traceback (most recent call last): File "/home/name/LCCC/datasets/src/datasets/commands/datasets_cli.py", line 43, in <module> main() File "/hom...
silverriver
https://github.com/huggingface/datasets/issues/4428
null
false
1,253,959,313
4,427
Add HF.co for PRs/Issues for specific datasets
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-31T14:31:21
2022-06-01T12:37:42
2022-06-01T12:29:02
As in https://github.com/huggingface/transformers/pull/17485, issues and PR for datasets under a namespace have to be on the HF Hub
lhoestq
https://github.com/huggingface/datasets/pull/4427
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4427", "html_url": "https://github.com/huggingface/datasets/pull/4427", "diff_url": "https://github.com/huggingface/datasets/pull/4427.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4427.patch", "merged_at": "2022-06-01T12:29...
true
1,253,887,311
4,426
Add loading variable number of columns for different splits
closed
[ "Hi! Indeed the column is missing, but you shouldn't get an error? Have you made some modifications (locally) to the loading script? I've opened a PR to add the missing columns to the script. " ]
2022-05-31T13:40:16
2022-06-03T16:25:25
2022-06-03T16:25:25
**Is your feature request related to a problem? Please describe.** The original dataset `blended_skill_talk` consists of different sets of columns for the different splits: (test/valid) splits have additional data column `label_candidates` that the (train) doesn't have. When loading such data, an exception occurs at ...
DrMatters
https://github.com/huggingface/datasets/issues/4426
null
false
1,253,641,604
4,425
Make extensions case-insensitive in timit_asr dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-31T10:10:04
2022-06-01T14:15:30
2022-06-01T14:06:51
Related to #4422.
albertvillanova
https://github.com/huggingface/datasets/pull/4425
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4425", "html_url": "https://github.com/huggingface/datasets/pull/4425", "diff_url": "https://github.com/huggingface/datasets/pull/4425.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4425.patch", "merged_at": "2022-06-01T14:06...
true
1,253,542,488
4,424
Fix DuplicatedKeysError in timit_asr dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-31T08:47:45
2022-05-31T13:50:50
2022-05-31T13:42:31
Fix #4422.
albertvillanova
https://github.com/huggingface/datasets/pull/4424
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4424", "html_url": "https://github.com/huggingface/datasets/pull/4424", "diff_url": "https://github.com/huggingface/datasets/pull/4424.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4424.patch", "merged_at": "2022-05-31T13:42...
true
1,253,326,023
4,423
Add new dataset MMChat
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks ! As for https://github.com/huggingface/datasets/pull/4431 please also update the licensing section in https://huggingface.co/datasets/silver/mmchat ;)\r\n\r\nThen if it's fine for you feel free to close this PR" ]
2022-05-31T04:45:07
2022-06-11T12:40:52
2022-06-11T12:31:42
Hi, I am adding a new dataset MMChat. It seems that all tests are passed
silverriver
https://github.com/huggingface/datasets/pull/4423
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4423", "html_url": "https://github.com/huggingface/datasets/pull/4423", "diff_url": "https://github.com/huggingface/datasets/pull/4423.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4423.patch", "merged_at": null }
true
1,253,146,511
4,422
Cannot load timit_asr data set
closed
[ "Thanks for reporting, @bhaddow.\r\n\r\nI'm fixing it.", "Thanks for the quick fix!", "@bhaddow we have also made a fix so that you don't have to convert to uppercase the file extensions of the LDC data.\r\n\r\nWould you mind checking if it works OK now for you and reporting if there are any issues? Thanks. ", ...
2022-05-30T22:00:22
2022-06-02T06:34:05
2022-05-31T13:42:31
## Describe the bug I am trying to load the timit_asr data set. I have tried with a copy from the LDC, and a copy from deepai. In both cases they fail with a "duplicate key" error. With the LDC version I have to convert the file extensions all to upper-case before I can load it at all. ## Steps to reproduce the bug...
bhaddow
https://github.com/huggingface/datasets/issues/4422
null
false
1,253,059,467
4,421
Add extractor for bzip2-compressed files
closed
[]
2022-05-30T19:19:40
2022-06-06T15:22:50
2022-06-06T15:22:50
This change enables loading bzipped datasets, just like any other compressed dataset.
osyvokon
https://github.com/huggingface/datasets/pull/4421
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4421", "html_url": "https://github.com/huggingface/datasets/pull/4421", "diff_url": "https://github.com/huggingface/datasets/pull/4421.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4421.patch", "merged_at": "2022-06-06T15:22...
true
1,252,739,239
4,420
Metric evaluation problems in multi-node, shared file system
closed
[ "If you call `metric.compute` in a distributed setup like yours, then `metric.compute` is called in each process. `metric.compute` first calls `metric.add_batch`, and it looks like your error appears at that stage.\r\n\r\nTo make sure that all the processes have started writing their predictions/references at the s...
2022-05-30T13:24:05
2023-07-11T09:33:18
2023-07-11T09:33:17
## Describe the bug Metric evaluation fails in multi-node within a shared file system, because the master process cannot find the lock files from other nodes. (This issue was originally mentioned in the transformers repo https://github.com/huggingface/transformers/issues/17412) ## Steps to reproduce the bug 1. c...
gullabi
https://github.com/huggingface/datasets/issues/4420
null
false
1,252,652,896
4,419
Update `unittest` assertions over tuples from `assertEqual` to `assertTupleEqual`
closed
[ "Hi! If the only goal is to improve readability, it's better to use `assertTupleEqual` than `assertSequenceEqual` for Python tuples. Also, note that this function is called internally by `assertEqual`, but I guess we can accept a PR to be more verbose.", "Hi @mariosasko, right! I'll update the issue title/desc wi...
2022-05-30T12:13:18
2022-09-30T16:01:37
2022-09-30T16:01:37
**Is your feature request related to a problem? Please describe.** So this is more a readability improvement rather than a proposal, wouldn't it be better to use `assertTupleEqual` over the tuples rather than `assertEqual`? As `unittest` added that function in `v3.1`, as detailed at https://docs.python.org/3/library...
alvarobartt
https://github.com/huggingface/datasets/issues/4419
null
false
1,252,506,268
4,418
Add dataset MMChat
closed
[]
2022-05-30T10:10:40
2022-05-30T14:58:18
2022-05-30T14:58:18
null
silverriver
https://github.com/huggingface/datasets/pull/4418
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4418", "html_url": "https://github.com/huggingface/datasets/pull/4418", "diff_url": "https://github.com/huggingface/datasets/pull/4418.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4418.patch", "merged_at": null }
true
1,251,933,091
4,417
how to convert a dict generator into a huggingface dataset.
closed
[ "@albertvillanova @lhoestq , could you please help me on this issue. ", "Hi ! As mentioned on the [forum](https://discuss.huggingface.co/t/how-to-wrap-a-generator-with-hf-dataset/18464), the simplest for now would be to define a [dataset script](https://huggingface.co/docs/datasets/dataset_script) which can conta...
2022-05-29T16:28:27
2022-09-16T14:44:19
2022-09-16T14:44:19
### Link _No response_ ### Description Hey there, I have used seqio to get a well distributed mixture of samples from multiple dataset. However the resultant output from seqio is a python generator dict, which I cannot produce back into huggingface dataset. The generator contains all the samples needed for ...
StephennFernandes
https://github.com/huggingface/datasets/issues/4417
null
false
1,251,875,763
4,416
Add LCCC dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thank you very much for your help @albertvillanova .\r\n\r\nI think I have fixed all the comments.\r\n\r\nPlease let me know if this PR need further modification ;)", "@albertvillanova Thank you very much for your kind help.\r\nThe...
2022-05-29T12:27:19
2022-06-15T10:28:59
2022-06-02T09:13:46
Hi, I am trying to add a new dataset lccc. All tests are passed.
silverriver
https://github.com/huggingface/datasets/pull/4416
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4416", "html_url": "https://github.com/huggingface/datasets/pull/4416", "diff_url": "https://github.com/huggingface/datasets/pull/4416.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4416.patch", "merged_at": "2022-06-02T09:13...
true
1,251,002,981
4,415
Update `dataset_infos.json` with new split info in `Dataset.push_to_hub` to avoid verification error
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-27T17:03:42
2022-06-07T12:42:25
2022-06-07T12:33:52
Update `dataset_infos.json` when pushing splits one by one via `Dataset.push_to_hub` to avoid the splits verification error. TODO: ~~- [ ] handle token + `{Audio, Image}.embed_storage`~~ - [x] tests
mariosasko
https://github.com/huggingface/datasets/pull/4415
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4415", "html_url": "https://github.com/huggingface/datasets/pull/4415", "diff_url": "https://github.com/huggingface/datasets/pull/4415.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4415.patch", "merged_at": "2022-06-07T12:33...
true
1,250,546,888
4,414
Rename DatasetBuilder config_name
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-27T09:28:02
2022-05-31T15:07:21
2022-05-31T14:58:51
This PR renames the DatasetBuilder keyword argument `name` to `config_name` so that: - it avoids confusion with the attribute `DatasetBuilder.name`, which is different - it aligns with the Dataset property name `config_name`, defined in `DatasetInfoMixin.config_name` Other simpler possibility could be to rename it...
albertvillanova
https://github.com/huggingface/datasets/pull/4414
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4414", "html_url": "https://github.com/huggingface/datasets/pull/4414", "diff_url": "https://github.com/huggingface/datasets/pull/4414.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4414.patch", "merged_at": "2022-05-31T14:58...
true
1,250,259,822
4,413
Dataset Viewer issue for ett
closed
[ "Thanks for reporting @dgcnz.\r\n\r\nI have checked that the dataset works fine in streaming mode.\r\n\r\nAdditionally, other datasets containing timestamps are properly rendered by the viewer: https://huggingface.co/datasets/blbooks\r\n\r\nI have tried to force the refresh of the preview, but the endpoint is not r...
2022-05-27T02:12:35
2022-06-15T07:30:46
2022-06-15T07:30:46
### Link https://huggingface.co/datasets/ett ### Description Timestamp is not JSON serializable. ``` Status code: 500 Exception: Status500Error Message: Type is not JSON serializable: Timestamp ``` ### Owner No
dgcnz
https://github.com/huggingface/datasets/issues/4413
null
false
1,249,490,179
4,412
Skip hidden files/directories in data files resolution and `iter_files`
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "This PR (via new release) broke many transformers tests.\r\n\r\nI will try to post a summary shortly.\r\n\r\ncc: @ydshieh ", "So now it can't handle a local path via: `--train_file tests/deepspeed/../fixtures/tests_samples/wmt_en_r...
2022-05-26T12:10:28
2022-06-15T17:11:25
2022-06-01T13:04:16
Fix #4115
mariosasko
https://github.com/huggingface/datasets/pull/4412
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4412", "html_url": "https://github.com/huggingface/datasets/pull/4412", "diff_url": "https://github.com/huggingface/datasets/pull/4412.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4412.patch", "merged_at": "2022-06-01T13:04...
true
1,249,462,390
4,411
Update `_format_columns` in `remove_columns`
closed
[ "🤗 This PR closes https://github.com/huggingface/datasets/issues/4398", "_The documentation is not available anymore as the PR was closed or merged._", "Hi! Thanks for reporting and providing a fix. I made a small change to make the fix easier to understand.", "Hi, @mariosasko thanks! It makes sense, sorry I...
2022-05-26T11:40:06
2022-06-14T19:05:37
2022-06-14T16:01:56
As explained at #4398, when calling `dataset.add_faiss_index` under certain conditions when calling a sequence of operations `cast_column`, `map`, and `remove_columns`, it fails as it's trying to look for already removed columns. So on, after testing some possible fixes, it seems that setting the dataset format righ...
alvarobartt
https://github.com/huggingface/datasets/pull/4411
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4411", "html_url": "https://github.com/huggingface/datasets/pull/4411", "diff_url": "https://github.com/huggingface/datasets/pull/4411.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4411.patch", "merged_at": "2022-06-14T16:01...
true
1,249,148,457
4,410
Remove Google Drive URL in spider dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-26T06:17:35
2022-05-26T06:48:42
2022-05-26T06:40:12
The `spider` dataset is distributed under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode) license. Fix #4401.
albertvillanova
https://github.com/huggingface/datasets/pull/4410
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4410", "html_url": "https://github.com/huggingface/datasets/pull/4410", "diff_url": "https://github.com/huggingface/datasets/pull/4410.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4410.patch", "merged_at": "2022-05-26T06:40...
true
1,249,083,179
4,409
Update: add using pcm bytes (#4323)
closed
[ "@lhoestq Maybe I'm missing something, but what's the reason to read and encode PCM files to WAV in `Audio.encode_example`. Isn't the whole purpose of the decodable types to operate on raw files whenever possible? IMO this PR should only modify `Audio.decode_example` to support PCM files/bytes decoding.", "Becaus...
2022-05-26T04:26:36
2022-07-07T13:27:29
2022-07-07T13:16:09
first of all, please look #4323 why i can not use {"path","array","sampling_rate"} because sf.write(format="wav") and sf.read(BytesIO) is changed my pcm data value maybe, i think wav got header but, pcm is not. and variable naming, pcm data is "byte" type. so, "array" name is not fair i think so, i use scipy l...
YooSungHyun
https://github.com/huggingface/datasets/pull/4409
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4409", "html_url": "https://github.com/huggingface/datasets/pull/4409", "diff_url": "https://github.com/huggingface/datasets/pull/4409.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4409.patch", "merged_at": "2022-07-07T13:16...
true
1,248,687,574
4,408
Update imagenet gate
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-25T20:32:19
2022-05-25T20:45:11
2022-05-25T20:36:47
null
lhoestq
https://github.com/huggingface/datasets/pull/4408
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4408", "html_url": "https://github.com/huggingface/datasets/pull/4408", "diff_url": "https://github.com/huggingface/datasets/pull/4408.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4408.patch", "merged_at": "2022-05-25T20:36...
true
1,248,671,778
4,407
Dataset Viewer issue for conll2012_ontonotesv5
closed
[ "Thanks for reporting, @jiangwy99.\r\n\r\nI guess this could be addressed only once we fix our issue with irresponsive backend endpoint.\r\n\r\nCC: @severo ", "I've just sent the forcing of the refresh of the preview to the new endpoint.", "Fixed, thanks for the patience. The issue was the amount of RAM allowed...
2022-05-25T20:18:33
2022-06-07T18:39:16
2022-06-07T18:39:16
### Link https://huggingface.co/datasets/conll2012_ontonotesv5 ### Description Dataset viewer outage. ### Owner No
jiangwangyi
https://github.com/huggingface/datasets/issues/4407
null
false
1,248,626,622
4,406
Improve language tag for PIAF dataset
closed
[]
2022-05-25T19:41:55
2022-05-27T14:51:23
2022-05-27T14:51:23
Hi, As pointed out by @lhoestq in this discussion (https://huggingface.co/datasets/asi/wikitext_fr/discussions/1), it is not yet possible to edit datasets outside of a namespace with the Hub PR feature and that you have to go through GitHub. This modification should allow better referencing since only the xx lan...
lbourdois
https://github.com/huggingface/datasets/pull/4406
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4406", "html_url": "https://github.com/huggingface/datasets/pull/4406", "diff_url": "https://github.com/huggingface/datasets/pull/4406.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4406.patch", "merged_at": null }
true
1,248,574,087
4,405
[TypeError: Couldn't cast array of type] Cannot process dataset in v2.2.2
closed
[ "And if the problem is that the way I am to construct the {Entity Type: list of spans} makes entity types without any spans hard to handle, is there a better way to meet the demand? Although I have verified that to make entity types without any spans to behave like `entity_chunk[label] = [[\"\"]]` can perform norma...
2022-05-25T18:56:43
2022-06-07T14:27:20
2022-06-07T14:27:20
## Describe the bug I am trying to process the [conll2012_ontonotesv5](https://huggingface.co/datasets/conll2012_ontonotesv5) dataset in `datasets` v2.2.2 and am running into a type error when casting the features. ## Steps to reproduce the bug ```python import os from typing import ( List, Dict, ) f...
jiangwangyi
https://github.com/huggingface/datasets/issues/4405
null
false
1,248,572,899
4,404
Dataset should have a `.name` field
closed
[ "Hi! You can already use `dset.builder_name` and `dset.config_name` for that purpose. And when it comes to versioning, it's better to use `dset._fingerprint` than the `version` attribute as the former represents a deterministic hash that encodes all the mutable ops executed on a dataset, and the latter stays the sa...
2022-05-25T18:56:08
2022-09-13T15:09:30
2022-06-16T10:47:53
**Is your feature request related to a problem? Please describe.** If building pipelines that can evaluate on more than one dataset, it would be nice to be able to log results of things like `Evaluating on {dataset.name}` or `results for {dataset.name} are: {results}` Without some way of concisely identifying a dat...
f4hy
https://github.com/huggingface/datasets/issues/4404
null
false
1,248,390,134
4,403
Uncomment logging deactivation for ArrowBasedBuilder
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-25T16:46:15
2022-05-31T08:33:36
2022-05-31T08:25:02
null
thomasw21
https://github.com/huggingface/datasets/pull/4403
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4403", "html_url": "https://github.com/huggingface/datasets/pull/4403", "diff_url": "https://github.com/huggingface/datasets/pull/4403.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4403.patch", "merged_at": "2022-05-31T08:25...
true
1,248,078,067
4,402
Skip identical files in `push_to_hub` instead of overwriting
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-25T13:12:51
2022-05-25T15:16:36
2022-05-25T15:08:03
Skip identical files instead of overwriting them to save bandwidth and circumvent (user-side/server-side) errors, which can arise when working with large datasets due to long-lasting HTTP connections, by repeating calls to `push_to_hub` to resume an upload. To be able to check if an upload can be resumed, this PR mo...
mariosasko
https://github.com/huggingface/datasets/pull/4402
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4402", "html_url": "https://github.com/huggingface/datasets/pull/4402", "diff_url": "https://github.com/huggingface/datasets/pull/4402.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4402.patch", "merged_at": "2022-05-25T15:08...
true
1,247,695,921
4,401
"NonMatchingChecksumError" when importing 'spider' dataset
closed
[ "Thanks for reporting, @OmarAlaaeldein.\r\n\r\nDatasets hosted at Google Drive give problems quite often due to a change in their service:\r\n- #3786 \r\n\r\nRelated to:\r\n- #3906\r\n\r\nI'm having a look.", "We have made a Pull Request to replace the Google Drive URL. This fix will be accessible in our next `da...
2022-05-25T07:45:07
2022-05-26T06:40:12
2022-05-26T06:40:12
## Describe the bug When importing 'spider' dataset [https://huggingface.co/datasets/spider] an error occurs ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('spider') ``` ## Expected results Dataset object ## Actual results NonMatchingChecksumError: Check...
OmarAlaaeldein
https://github.com/huggingface/datasets/issues/4401
null
false
1,247,404,237
4,400
load dataset wikitext-2-raw-v1 failed. Could not reach wikitext-2-raw-v1.py.
closed
[ "I tried in this way.\r\n\r\n```python\r\nfrom datasets import load_dataset\r\ndataset = load_dataset(path=\"wikitext\", name=\"wikitext-103-v1\", split=\"train\")\r\n```" ]
2022-05-25T03:10:44
2022-10-24T06:10:27
2022-05-25T03:26:36
## Describe the bug Could not reach wikitext-2-raw-v1.py ## Steps to reproduce the bug ```python from datasets import load_dataset load_dataset("wikitext-2-raw-v1") ``` ## Expected results Download `wikitext-2-raw-v1` dataset successfully. ## Actual results ``` File "load_datasets.py", line 13, in <m...
cailun01
https://github.com/huggingface/datasets/issues/4400
null
false
1,246,948,299
4,399
LocalDatasetModuleFactoryWithoutScript extracts invalid builder name
closed
[ "Ok, so\r\n```\r\nos.path.basename(\"/home/user/\")\r\n```\r\ngives `''` while \r\n```\r\nos.path.basename(\"/home/user\")\r\n```\r\ngives `user`. \r\nThe code should check if the last char is a slash.\r\n", "The fix is:\r\n```\r\n\"name\": os.path.basename(self.path[:-1] if self.path[-1] == \"/\" else self.path)...
2022-05-24T18:03:01
2022-09-12T15:30:43
2022-09-12T15:30:43
## Describe the bug Trying to load a local dataset raises an error indicating that the config builder has to have a name. No error should be reported, since the call is completly valid. ## Steps to reproduce the bug ```python load_dataset("./data/some-dataset/", name="some-name") ``` ## Expected results The...
apohllo
https://github.com/huggingface/datasets/issues/4399
null
false
1,246,666,749
4,398
Calling `cast_column`/`remove_columns` and a sequence of `map` operations ends up making `faiss` fail with `ValueError`
closed
[ "It works if we either remove the `ds = ds.cast_column(\"id\", Value(\"int32\"))` line from the code above, or if instead calling `ds.remove_columns()` we remove the columns inside each mapping as `ds.map(..., remove_columns=[...])` instead of right after the mapping.\r\n\r\nBoth of those solutions seem to fix the ...
2022-05-24T14:41:34
2022-06-14T16:01:56
2022-06-14T16:01:56
First of all, sorry in advance for the unclear title, but this bug is weird to explain (at least for me), so I tried my best to summarize all the information in this issue. ## Describe the bug Calling a certain combination of operations over a 🤗 `Dataset` and then trying to calculate the `faiss` index with `.add...
alvarobartt
https://github.com/huggingface/datasets/issues/4398
null
false
1,246,597,632
4,397
Fix dependency on dill version
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-24T13:54:23
2022-10-26T08:45:37
2022-05-25T13:54:08
We had to make a hotfix by pinning dill: - #4380 because from version 0.3.5, our custom `save_function` pickling function was raising an exception: - #4379 This PR fixes this by implementing our custom `save_function` depending on the version of dill. CC: @anivegesana This PR needs first being merged: -...
albertvillanova
https://github.com/huggingface/datasets/pull/4397
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4397", "html_url": "https://github.com/huggingface/datasets/pull/4397", "diff_url": "https://github.com/huggingface/datasets/pull/4397.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4397.patch", "merged_at": "2022-05-25T13:54...
true
1,245,479,399
4,396
Fix URL in gem dataset for totto config
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-23T17:16:12
2022-05-24T05:49:11
2022-05-24T05:41:00
As commented in: - https://github.com/huggingface/datasets/issues/4386#issuecomment-1134902372 CC: @StevenTang1998
albertvillanova
https://github.com/huggingface/datasets/pull/4396
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4396", "html_url": "https://github.com/huggingface/datasets/pull/4396", "diff_url": "https://github.com/huggingface/datasets/pull/4396.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4396.patch", "merged_at": "2022-05-24T05:40...
true
1,245,436,486
4,395
Add Pascal VOC dataset
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "Some CI fails are unrelated to your PR and fixed on master, feel free to merge master into your branch :)", "Thanks @nateraw for the addition of this dataset.\r\n\r\nI would suggest to transfer it to the Hugging Face Hub, under a \...
2022-05-23T16:34:05
2023-09-24T09:37:05
2022-10-03T09:36:56
This PR adds the Pascal VOC dataset in the same way TFDS has it added. I believe we can iterate on this dataset and in future versions include more data, such as segmentation masks, but for now I think it is a good idea to just add it the same way as TFDS to get a solid first version out there.
nateraw
https://github.com/huggingface/datasets/pull/4395
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4395", "html_url": "https://github.com/huggingface/datasets/pull/4395", "diff_url": "https://github.com/huggingface/datasets/pull/4395.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4395.patch", "merged_at": null }
true
1,245,221,657
4,394
trainer became extremely slow after reload dataset by `load_from_disk`
open
[ "I tried to make the dataset much more smaller (100000 rows) , then the speed became `33.88it/s` from`8.62s/it`. It's nearly 200 times... Do you have any idea? Thank you!", "Similar issue: https://github.com/huggingface/transformers/issues/8818\r\n\r\nI changed `RandomSampler` to `SequentialSampler` in the `tra...
2022-05-23T14:04:37
2023-11-23T07:40:30
null
## Describe the bug Due to memory problem, I need to save my tokenized datasets locally by CPU and reload it by multi GPU for running training script. However, after I reload it by `load_from_disk` and start training, the speed is extremely slow. It says I need about 1500 hours with 8 A100 cards. Before this, I can ru...
conan1024hao
https://github.com/huggingface/datasets/issues/4394
null
false
1,244,876,662
4,393
Update CI deprecated legacy image
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-23T09:35:42
2022-05-23T10:08:28
2022-05-23T09:59:55
Now our CI still uses a deprecated legacy image: > You’re using a [deprecated Docker convenience image.](https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034) Upgrade to a next-gen Docker convenience image. This PR updates to next-generation convenience image. Related to: - #2955
albertvillanova
https://github.com/huggingface/datasets/pull/4393
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4393", "html_url": "https://github.com/huggingface/datasets/pull/4393", "diff_url": "https://github.com/huggingface/datasets/pull/4393.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4393.patch", "merged_at": "2022-05-23T09:59...
true
1,244,859,971
4,392
remove int documentation from logging docs
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-23T09:24:55
2022-05-23T15:16:55
2022-05-23T15:08:32
Removes the `int` documentation from the [logging section](https://huggingface.co/docs/datasets/package_reference/logging_methods#levels) of the docs.
lvwerra
https://github.com/huggingface/datasets/pull/4392
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4392", "html_url": "https://github.com/huggingface/datasets/pull/4392", "diff_url": "https://github.com/huggingface/datasets/pull/4392.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4392.patch", "merged_at": "2022-05-23T15:08...
true
1,244,839,185
4,391
Refactor column mappings for question answering datasets
closed
[ "_The documentation is not available anymore as the PR was closed or merged._", "> Thanks.\r\n> \r\n> I have no visibility about this, but if you say it is more useful for AutoTrain this way...\r\n\r\nThanks for the review @albertvillanova ! Yes, I need some way to reconstruct the original column names with a per...
2022-05-23T09:13:14
2022-05-24T12:57:00
2022-05-24T12:48:48
This PR tweaks the keys in the metadata that are used to define the column mapping for question answering datasets. This is needed in order to faithfully reconstruct column names like `answers.text` and `answers.answer_start` from the keys in AutoTrain. As observed in https://github.com/huggingface/datasets/pull/436...
lewtun
https://github.com/huggingface/datasets/pull/4391
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4391", "html_url": "https://github.com/huggingface/datasets/pull/4391", "diff_url": "https://github.com/huggingface/datasets/pull/4391.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4391.patch", "merged_at": "2022-05-24T12:48...
true
1,244,835,877
4,390
Fix metadata validation
closed
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
2022-05-23T09:11:20
2022-06-01T09:27:52
2022-06-01T09:19:25
Since Python 3.8, the typing module: - raises an AttributeError when trying to access `__args__` on any type, e.g.: `List.__args__` - provides the `get_args` function instead: `get_args(List)` This PR implements a fix for Python >=3.8 whereas maintaining backward compatibility.
albertvillanova
https://github.com/huggingface/datasets/pull/4390
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4390", "html_url": "https://github.com/huggingface/datasets/pull/4390", "diff_url": "https://github.com/huggingface/datasets/pull/4390.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4390.patch", "merged_at": "2022-06-01T09:19...
true