id
int64
600M
4.6B
node_id
stringlengths
18
24
number
int64
2
8.24k
title
stringlengths
1
290
state
stringclasses
2 values
state_reason
stringclasses
5 values
created_at
timestamp[s]date
2020-04-14 18:18:51
2026-06-05 18:08:17
updated_at
timestamp[s]date
2020-04-29 09:23:05
2026-06-05 21:18:34
closed_at
stringlengths
0
20
html_url
stringlengths
48
51
user
stringlengths
3
26
labels
listlengths
0
4
assignees
listlengths
0
4
milestone
stringclasses
7 values
comments
listlengths
0
70
author_association
stringclasses
4 values
body
stringlengths
0
228k
1,159,106,603
I_kwDODunzps5FFpAr
3,820
`pubmed_qa` checksum mismatch
closed
completed
2022-03-04T00:28:08
2022-03-04T09:42:32
2022-03-04T09:42:32Z
https://github.com/huggingface/datasets/issues/3820
jon-tow
[ "bug", "duplicate" ]
[]
[ "Hi @jon-tow, thanks for reporting.\r\n\r\nThis issue was already reported and its root cause is a change in the Google Drive service. See:\r\n- #3786 \r\n\r\nWe have already fixed it. See:\r\n- #3787 \r\n\r\nWe are planning to make a patch release today.\r\n\r\nIn the meantime, you can get this fix by installing o...
CONTRIBUTOR
## Describe the bug Loading [`pubmed_qa`](https://huggingface.co/datasets/pubmed_qa) results in a mismatched checksum error. ## Steps to reproduce the bug ```python # Sample code to reproduce the bug import datasets try: datasets.load_dataset("pubmed_qa", "pqa_labeled") except Exception as e: print(e...
1,158,788,545
I_kwDODunzps5FEbXB
3,818
Support for "sources" parameter in the add() and add_batch() methods in datasets.metric - SARI
closed
completed
2022-03-03T18:57:54
2022-03-04T18:04:21
2022-03-04T18:04:21Z
https://github.com/huggingface/datasets/issues/3818
lmvasque
[ "enhancement" ]
[]
[ "Hi, thanks for reporting! We can add a `sources: datasets.Value(\"string\")` feature to the `Features` dict in the `SARI` script to fix this. Would you be interested in submitting a PR?", "Hi Mario,\r\n\r\nThanks for your message. I did try to add `sources` into the `Features` dict using a script for the metric:...
NONE
**Is your feature request related to a problem? Please describe.** The methods `add_batch` and `add` from the `Metric` [class](https://github.com/huggingface/datasets/blob/1675ad6a958435b675a849eafa8a7f10fe0f43bc/src/datasets/metric.py) does not work with [SARI](https://github.com/huggingface/datasets/blob/master/metr...
1,158,474,859
I_kwDODunzps5FDOxr
3,813
Add MetaShift dataset
closed
completed
2022-03-03T14:26:45
2022-04-10T13:39:59
2022-04-10T13:39:59Z
https://github.com/huggingface/datasets/issues/3813
osanseviero
[ "dataset request", "vision" ]
[ "dnaveenr" ]
[ "I would like to take this up and give it a shot. Any image specific - dataset guidelines to keep in mind ? Thank you.", "#self-assign", "I've started working on adding this dataset. I require some inputs on the following : \r\n\r\nRef for the initial draft [here](https://github.com/dnaveenr/datasets/blob/add_m...
CONTRIBUTOR
## Adding a Dataset - **Name:** MetaShift - **Description:** collection of 12,868 sets of natural images across 410 classes- - **Paper:** https://arxiv.org/abs/2202.06523v1 - **Data:** https://github.com/weixin-liang/metashift Instructions to add a new dataset can be found [here](https://github.com/huggingface/...
1,158,143,480
I_kwDODunzps5FB934
3,809
Checksums didn't match for datasets on Google Drive
closed
completed
2022-03-03T09:01:10
2022-03-03T09:24:58
2022-03-03T09:24:05Z
https://github.com/huggingface/datasets/issues/3809
muelletm
[ "bug", "duplicate" ]
[ "albertvillanova" ]
[ "Hi @muelletm, thanks for reporting.\r\n\r\nThis issue was already reported and its root cause is a change in the Google Drive service. See:\r\n- #3786 \r\n\r\nWe have already fixed it. See:\r\n- #3787 \r\n\r\nUntil our next `datasets` library release, you can get this fix by installing our library from the GitHub ...
NONE
## Describe the bug Datasets hosted on Google Drive do not seem to work right now. Loading them fails with a checksum error. ## Steps to reproduce the bug ```python from datasets import load_dataset for dataset in ["head_qa", "yelp_review_full"]: try: load_dataset(dataset) except Exception as excep...
1,157,650,043
I_kwDODunzps5FAFZ7
3,808
Pre-Processing Cache Fails when using a Factory pattern
closed
completed
2022-03-02T20:18:43
2022-03-10T23:01:47
2022-03-10T23:01:47Z
https://github.com/huggingface/datasets/issues/3808
Helw150
[ "bug" ]
[]
[ "Ok - this is still an issue but I believe the root cause is different than I originally thought. I'm now able to get caching to work consistently with the above example as long as I fix the python hash seed `export PYTHONHASHSEED=1234`", "Hi! \r\n\r\nYes, our hasher should work with decorators. For instance, thi...
NONE
## Describe the bug If you utilize a pre-processing function which is created using a factory pattern, the function hash changes on each run (even if the function is identical) and therefore the data will be reproduced each time. ## Steps to reproduce the bug ```python def preprocess_function_factory(augmenta...
1,157,531,812
I_kwDODunzps5E_oik
3,807
NonMatchingChecksumError in xcopa dataset
closed
completed
2022-03-02T18:10:19
2022-05-20T06:00:42
2022-03-03T17:40:31Z
https://github.com/huggingface/datasets/issues/3807
afcruzs-ms
[ "bug" ]
[ "albertvillanova" ]
[ "@albertvillanova here's a separate issue for a bug similar to #3792", "Hi @afcruzs-ms, thanks for opening this separate issue for your problem.\r\n\r\nThe root problem in the other issue (#3792) was a change in the service of Google Drive.\r\n\r\nBut in your case, the `xcopa` dataset is not hosted on Google Driv...
NONE
## Describe the bug Loading the xcopa dataset doesn't work, it fails due to a mismatch in the checksum. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("xcopa", "it") ``` ## Expected results The dataset should be loaded correctly. ## Actual results Fails ...
1,157,297,278
I_kwDODunzps5E-vR-
3,804
Text builder with custom separator line boundaries
open
2022-03-02T14:50:16
2022-03-16T15:53:59
https://github.com/huggingface/datasets/issues/3804
cronoik
[ "enhancement" ]
[ "albertvillanova" ]
[ "Gently pinging @lhoestq", "Hi ! Interresting :)\r\n\r\nCould you give more details on what kind of separators you would like to use instead ?", "In my case, I just want to use `\\n` but not `U+2028`.", "Ok I see, maybe there can be a `sep` parameter to allow users to specify what line/paragraph separator the...
NONE
**Is your feature request related to a problem? Please describe.** The current [Text](https://github.com/huggingface/datasets/blob/207be676bffe9d164740a41a883af6125edef135/src/datasets/packaged_modules/text/text.py#L23) builder implementation splits texts with `splitlines()` which splits the text on several line bound...
1,153,261,281
I_kwDODunzps5EvV7h
3,795
can not flatten natural_questions dataset
closed
completed
2022-02-27T13:57:40
2022-03-21T14:36:12
2022-03-21T14:36:12Z
https://github.com/huggingface/datasets/issues/3795
Hannibal046
[ "bug" ]
[ "lhoestq" ]
[ "same issue. downgrade it to a lower version.", "Thanks for reporting, I'll take a look tomorrow :)" ]
NONE
## Describe the bug after downloading the natural_questions dataset, can not flatten the dataset considering there are `long answer` and `short answer` in `annotations`. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('natural_questions',cache_dir = 'data/datase...
1,150,812,404
I_kwDODunzps5EmAD0
3,792
Checksums didn't match for dataset source
closed
completed
2022-02-25T19:55:09
2024-03-13T12:25:08
2022-02-28T08:44:18Z
https://github.com/huggingface/datasets/issues/3792
rafikg
[ "dataset-viewer" ]
[]
[ "Same issue with `dataset = load_dataset(\"dbpedia_14\")`\r\n```\r\nNonMatchingChecksumError: Checksums didn't match for dataset source files:\r\n['https://drive.google.com/uc?export=download&id=0Bz8a_Dbh9QhbQ2Vic1kxMmZZQ1k']", "I think this is a side-effect of #3787. The checksums won't match because the URLs ha...
NONE
## Dataset viewer issue for 'wiki_lingua*' **Link:** *link to the dataset viewer page* `data = datasets.load_dataset("wiki_lingua", name=language, split="train[:2000]") ` *short description of the issue* ``` [NonMatchingChecksumError: Checksums didn't match for dataset source files: ['https://drive.google.co...
1,150,375,720
I_kwDODunzps5EkVco
3,788
Only-data dataset loaded unexpectedly as validation split
open
2022-02-25T12:11:39
2022-02-28T11:22:22
https://github.com/huggingface/datasets/issues/3788
albertvillanova
[ "bug" ]
[]
[ "I see two options:\r\n1. drop the \"dev\" keyword since it can be considered too generic\r\n2. improve the pattern to something more reasonable, e.g. asking for a separator before and after \"dev\"\r\n```python\r\n[\"*[ ._-]dev[ ._-]*\", \"dev[ ._-]*\"]\r\n```\r\n\r\nI think 2. is nice. If we agree on this one we ...
MEMBER
## Describe the bug As reported by @thomasw21 and @lhoestq, a dataset containing only a data file whose name matches the pattern `*dev*` will be returned as VALIDATION split, even if this is not the desired behavior, e.g. a file named `datosdevision.jsonl.gz`.
1,150,233,067
I_kwDODunzps5Ejynr
3,786
Bug downloading Virus scan warning page from Google Drive URLs
closed
completed
2022-02-25T09:32:23
2022-03-03T09:25:59
2022-02-25T11:56:35Z
https://github.com/huggingface/datasets/issues/3786
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[ "Once the PR merged into master and until our next `datasets` library release, you can get this fix by installing our library from the GitHub master branch:\r\n```shell\r\npip install git+https://github.com/huggingface/datasets#egg=datasets\r\n```\r\nThen, if you had previously tried to load the data and got the ch...
MEMBER
## Describe the bug Recently, some issues were reported with URLs from Google Drive, where we were downloading the Virus scan warning page instead of the data file itself. See: - #3758 - #3773 - #3784
1,150,057,955
I_kwDODunzps5EjH3j
3,784
Unable to Download CNN-Dailymail Dataset
closed
completed
2022-02-25T05:24:47
2022-03-03T14:05:17
2022-03-03T14:05:17Z
https://github.com/huggingface/datasets/issues/3784
AngadSethi
[ "bug" ]
[ "AngadSethi" ]
[ "#self-assign", "@AngadSethi thanks for reporting and thanks for your PR!", "Glad to help @albertvillanova! Just fine-tuning the PR, will comment once I am able to get it up and running 😀", "Fixed by:\r\n- #3787" ]
NONE
## Describe the bug I am unable to download the CNN-Dailymail dataset. Upon closer investigation, I realised why this was happening: - The dataset sits in Google Drive, and both the CNN and DM datasets are large. - Google is unable to scan the folder for viruses, **so the link which would originally download the dat...
1,147,898,946
I_kwDODunzps5Ea4xC
3,778
Not be able to download dataset - "Newsroom"
closed
completed
2022-02-23T10:15:50
2022-02-23T17:05:04
2022-02-23T13:26:40Z
https://github.com/huggingface/datasets/issues/3778
Darshan2104
[ "dataset bug" ]
[ "albertvillanova" ]
[ "Hi @Darshan2104, thanks for reporting.\r\n\r\nPlease note that at Hugging Face we do not host the data of this dataset, but just a loading script pointing to the host of the data owners.\r\n\r\nApparently the data owners changed their data host server. After googling it, I found their new website at: https://lil.n...
NONE
Hello, I tried to download the **newsroom** dataset but it didn't work out for me. it said me to **download it manually**! For manually, Link is also didn't work! It is sawing some ad or something! If anybody has solved this issue please help me out or if somebody has this dataset please share your google driv...
1,146,932,871
I_kwDODunzps5EXM6H
3,776
Allow download only some files from the Wikipedia dataset
open
2022-02-22T13:46:41
2022-02-22T14:50:02
https://github.com/huggingface/datasets/issues/3776
jvanz
[ "enhancement" ]
[]
[ "Hi @jvanz, thank you for your proposal.\r\n\r\nIn fact, we are aware that it is very common the problem you mention. Because of that, we are currently working in implementing a new version of wikipedia on the Hub, with all data preprocessed (no need to use Apache Beam), from where you will be able to use `data_fil...
NONE
**Is your feature request related to a problem? Please describe.** The Wikipedia dataset can be really big. This is a problem if you want to use it locally in a laptop with the Apache Beam `DirectRunner`. Even if your laptop have a considerable amount of memory (e.g. 32gb). **Describe the solution you'd like** I...
1,146,758,335
I_kwDODunzps5EWiS_
3,773
Checksum mismatch for the reddit_tifu dataset
closed
completed
2022-02-22T10:57:07
2022-02-25T19:27:49
2022-02-22T12:38:44Z
https://github.com/huggingface/datasets/issues/3773
anna-kay
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @anna-kay. We are fixing it.", "@albertvillanova Thank you for the fast response! However I am still getting the same error:\r\n\r\nDownloading: 2.23kB [00:00, ?B/s]\r\nTraceback (most recent call last):\r\n File \"C:\\Users\\Anna\\PycharmProjects\\summarization\\main.py\", line 17, in <mo...
CONTRIBUTOR
## Describe the bug A checksum occurs when downloading the reddit_tifu data (both long & short). ## Steps to reproduce the bug reddit_tifu_dataset = load_dataset('reddit_tifu', 'long') ## Expected results The expected result is for the dataset to be downloaded and cached locally. ## Actual results File "...
1,146,336,667
I_kwDODunzps5EU7Wb
3,770
DuplicatedKeysError on msr_sqa dataset
closed
completed
2022-02-22T00:43:33
2022-02-22T08:12:39
2022-02-22T08:12:39Z
https://github.com/huggingface/datasets/issues/3770
kolk
[]
[ "albertvillanova" ]
[ "Thanks for reporting, @kolk.\r\n\r\nWe are fixing it. " ]
NONE
### Describe the bug Failure to generate dataset msr_sqa because of duplicate keys. ### Steps to reproduce the bug ``` from datasets import load_dataset load_dataset("msr_sqa") ``` ### Expected results The examples keys should be unique. **Actual results** ``` >>> load_dataset("msr_sqa") Downloading: 6...
1,146,258,023
I_kwDODunzps5EUoJn
3,769
`dataset = dataset.map()` causes faiss index lost
open
2022-02-21T21:59:23
2022-06-27T14:56:29
https://github.com/huggingface/datasets/issues/3769
Oaklight
[ "bug" ]
[]
[ "Hi ! Indeed `map` is dropping the index right now, because one can create a dataset with more or fewer rows using `map` (and therefore the index might not be relevant anymore)\r\n\r\nI guess we could check the resulting dataset length, and if the user hasn't changed the dataset size we could keep the index, what d...
NONE
## Describe the bug assigning the resulted dataset to original dataset causes lost of the faiss index ## Steps to reproduce the bug `my_dataset` is a regular loaded dataset. It's a part of a customed dataset structure ```python self.dataset.add_faiss_index('embeddings') self.dataset.list_indexes() # ['embeddin...
1,145,107,050
I_kwDODunzps5EQPJq
3,764
!
closed
completed
2022-02-20T19:05:43
2022-02-21T08:55:58
2022-02-21T08:55:58Z
https://github.com/huggingface/datasets/issues/3764
LesiaFedorenko
[ "dataset-viewer" ]
[]
[]
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
1,145,099,878
I_kwDODunzps5EQNZm
3,763
It's not possible download `20200501.pt` dataset
closed
completed
2022-02-20T18:34:58
2022-02-21T12:06:12
2022-02-21T09:25:06Z
https://github.com/huggingface/datasets/issues/3763
jvanz
[ "bug" ]
[]
[ "Hi @jvanz, thanks for reporting.\r\n\r\nPlease note that Wikimedia website does not longer host Wikipedia dumps for so old dates.\r\n\r\nFor a list of accessible dump dates of `pt` Wikipedia, please see: https://dumps.wikimedia.org/ptwiki/\r\n\r\nYou can load for example `20220220` `pt` Wikipedia:\r\n```python\r\n...
NONE
## Describe the bug The dataset `20200501.pt` is broken. The available datasets: https://dumps.wikimedia.org/ptwiki/ ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("wikipedia", "20200501.pt", beam_runner='DirectRunner') ``` ## Expected results I expect t...
1,144,849,557
I_kwDODunzps5EPQSV
3,762
`Dataset.class_encode` should support custom class names
closed
completed
2022-02-19T21:21:45
2022-02-21T12:16:35
2022-02-21T12:16:35Z
https://github.com/huggingface/datasets/issues/3762
Dref360
[ "enhancement" ]
[]
[ "Hi @Dref360, thanks a lot for your proposal.\r\n\r\nIt totally makes sense to have more flexibility when class encoding, I agree.\r\n\r\nYou could even further customize the class encoding by passing an instance of `ClassLabel` itself (instead of replicating `ClassLabel` instantiation arguments as `Dataset.class_e...
CONTRIBUTOR
I can make a PR, just wanted approval before starting. **Is your feature request related to a problem? Please describe.** It is often the case that classes are not ordered in alphabetical order. Current `class_encode_column` sort the classes before indexing. https://github.com/huggingface/datasets/blob/master/sr...
1,144,830,702
I_kwDODunzps5EPLru
3,761
Know your data for HF hub
closed
completed
2022-02-19T19:48:47
2022-02-21T14:15:23
2022-02-21T14:15:23Z
https://github.com/huggingface/datasets/issues/3761
Muhtasham
[ "enhancement" ]
[]
[ "Hi @Muhtasham you should take a look at https://huggingface.co/blog/data-measurements-tool and accompanying demo app at https://huggingface.co/spaces/huggingface/data-measurements-tool\r\n\r\nWe would be interested in your feedback. cc @meg-huggingface @sashavor @yjernite " ]
NONE
**Is your feature request related to a problem? Please describe.** Would be great to see be able to understand datasets with the goal of improving data quality, and helping mitigate fairness and bias issues. **Describe the solution you'd like** Something like https://knowyourdata.withgoogle.com/ for HF hub
1,144,804,558
I_kwDODunzps5EPFTO
3,760
Unable to view the Gradio flagged call back dataset
closed
completed
2022-02-19T17:45:08
2022-03-22T07:12:11
2022-03-22T07:12:11Z
https://github.com/huggingface/datasets/issues/3760
kingabzpro
[ "dataset-viewer" ]
[]
[ "Hi @kingabzpro.\r\n\r\nI think you need to create a loading script that creates the dataset from the CSV file and the image paths.\r\n\r\nAs example, you could have a look at the Food-101 dataset: https://huggingface.co/datasets/food101\r\n- Loading script: https://huggingface.co/datasets/food101/blob/main/food101...
NONE
## Dataset viewer issue for '*savtadepth-flags*' **Link:** *[savtadepth-flags](https://huggingface.co/datasets/kingabzpro/savtadepth-flags)* *with the Gradio 2.8.1 the dataset viers stopped working. I tried to add values manually but its not working. The dataset is also not showing the link with the app https://h...
1,143,366,393
I_kwDODunzps5EJmL5
3,758
head_qa file missing
closed
completed
2022-02-18T16:32:43
2022-02-28T14:29:18
2022-02-21T14:39:19Z
https://github.com/huggingface/datasets/issues/3758
severo
[ "bug" ]
[ "albertvillanova" ]
[ "We usually find issues with files hosted at Google Drive...\r\n\r\nIn this case we download the Google Drive Virus scan warning instead of the data file.", "Fixed: https://huggingface.co/datasets/head_qa/viewer/en/train. Thanks\r\n\r\n<img width=\"1551\" alt=\"Capture d’écran 2022-02-28 à 15 29 04\" src=\"http...
COLLABORATOR
## Describe the bug A file for the `head_qa` dataset is missing (https://drive.google.com/u/0/uc?export=download&id=1a_95N5zQQoUCq8IBNVZgziHbeM-QxG2t/HEAD_EN/train_HEAD_EN.json) ## Steps to reproduce the bug ```python >>> from datasets import load_dataset >>> load_dataset("head_qa", name="en") ``` ## Expec...
1,143,273,825
I_kwDODunzps5EJPlh
3,756
Images get decoded when using `map()` with `input_columns` argument on a dataset
closed
completed
2022-02-18T15:35:38
2022-12-13T16:59:06
2022-12-13T16:59:06Z
https://github.com/huggingface/datasets/issues/3756
kklemon
[ "bug" ]
[ "mariosasko" ]
[ "Hi! If I'm not mistaken, this behavior is intentional, but I agree it could be more intuitive.\r\n\r\n@albertvillanova Do you remember why you decided not to decode columns in the `Audio` feature PR when `input_columns` is not `None`? IMO we should decode those columns, and we don't even have to use lazy structure...
NONE
## Describe the bug The `datasets.features.Image` feature class decodes image data by default. Expectedly, when indexing a dataset or using the `map()` method, images are returned as PIL Image instances. However, when calling `map()` and setting a specific data column with the `input_columns` argument, the image ...
1,143,032,961
I_kwDODunzps5EIUyB
3,755
Cannot preview dataset
closed
completed
2022-02-18T13:06:45
2022-02-19T14:30:28
2022-02-18T15:41:33Z
https://github.com/huggingface/datasets/issues/3755
frascuchon
[ "dataset-viewer" ]
[ "severo" ]
[ "Thanks for reporting. The dataset viewer depends on some backend treatments, and for now, they might take some hours to get processed. We're working on improving it.", "It has finally been processed. Thanks for the patience.", "Thanks for the info @severo !" ]
NONE
## Dataset viewer issue for '*rubrix/news*' **Link:https://huggingface.co/datasets/rubrix/news** *link to the dataset viewer page* Cannot see the dataset preview: ``` Status code: 400 Exception: Status400Error Message: Not found. Cache is waiting to be refreshed. ``` Am I the one who added thi...
1,142,886,536
I_kwDODunzps5EHxCI
3,754
Overflowing indices in `select`
closed
completed
2022-02-18T11:30:52
2022-02-18T11:38:23
2022-02-18T11:38:23Z
https://github.com/huggingface/datasets/issues/3754
lvwerra
[ "bug" ]
[]
[ "Fixed on master (see https://github.com/huggingface/datasets/pull/3719).", "Awesome, I did not find that one! Thanks." ]
MEMBER
## Describe the bug The `Dataset.select` function seems to accept indices that are larger than the dataset size and seems to effectively use `index %len(ds)`. ## Steps to reproduce the bug ```python from datasets import Dataset ds = Dataset.from_dict({"test": [1,2,3]}) ds = ds.select(range(5)) print(ds) p...
1,142,821,144
I_kwDODunzps5EHhEY
3,753
Expanding streaming capabilities
open
2022-02-18T10:45:41
2025-03-19T14:50:14
https://github.com/huggingface/datasets/issues/3753
lvwerra
[ "enhancement" ]
[]
[ "Related to: https://github.com/huggingface/datasets/issues/3444", "Cool ! `filter` will be very useful. There can be a filter that you can apply on a streaming dataset:\r\n```python\r\nload_dataset(..., streaming=True).filter(lambda x: x[\"lang\"] == \"sw\")\r\n```\r\n\r\nOtherwise if you want to apply a filter ...
MEMBER
Some ideas for a few features that could be useful when working with large datasets in streaming mode. ## `filter` for `IterableDataset` Adding filtering to streaming datasets would be useful in several scenarios: - filter a dataset with many languages for a subset of languages - filter a dataset for specific li...
1,142,408,331
I_kwDODunzps5EF8SL
3,750
`NonMatchingSplitsSizesError` for cats_vs_dogs dataset
closed
completed
2022-02-18T05:46:39
2022-02-18T14:56:11
2022-02-18T14:56:11Z
https://github.com/huggingface/datasets/issues/3750
jaketae
[ "bug" ]
[ "albertvillanova" ]
[ "Thnaks for reporting @jaketae. We are fixing it. " ]
CONTRIBUTOR
## Describe the bug Cannot download cats_vs_dogs dataset due to `NonMatchingSplitsSizesError`. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("cats_vs_dogs") ``` ## Expected results Loading is successful. ## Actual results ``` NonMatchingSplitsSiz...
1,141,688,854
I_kwDODunzps5EDMoW
3,747
Passing invalid subset should throw an error
open
2022-02-17T18:16:11
2022-02-17T18:16:11
https://github.com/huggingface/datasets/issues/3747
jxmorris12
[ "bug" ]
[]
[]
CONTRIBUTOR
## Describe the bug Only some datasets have a subset (as in `load_dataset(name, subset)`). If you pass an invalid subset, an error should be thrown. ## Steps to reproduce the bug ```python import datasets datasets.load_dataset('rotten_tomatoes', 'asdfasdfa') ``` ## Expected results This should break, since ...
1,141,461,165
I_kwDODunzps5ECVCt
3,744
Better shards shuffling in streaming mode
closed
completed
2022-02-17T15:07:21
2022-02-23T15:00:58
2022-02-23T15:00:58Z
https://github.com/huggingface/datasets/issues/3744
lhoestq
[ "enhancement", "streaming" ]
[]
[]
MEMBER
Sometimes a dataset script has a `_split_generators` that returns several files as well as the corresponding metadata of each file. It often happens that they end up in two separate lists in the `gen_kwargs`: ```python gen_kwargs = { "files": [os.path.join(data_dir, filename) for filename in all_files], "me...
1,140,329,189
I_kwDODunzps5D-Arl
3,739
Pubmed dataset does not work in streaming mode
closed
completed
2022-02-16T17:13:37
2022-02-18T14:42:13
2022-02-18T14:42:13Z
https://github.com/huggingface/datasets/issues/3739
abhi-mosaic
[ "bug" ]
[]
[ "Thanks for reporting, @abhi-mosaic (related to #3655).\r\n\r\nPlease note that `xml.etree.ElementTree.parse` already supports streaming:\r\n- #3476\r\n\r\nNo need to refactor to use `open`/`xopen`. Is is enough with importing the package `as ET` (instead of `as etree`)." ]
CONTRIBUTOR
## Describe the bug Trying to use the `pubmed` dataset with `streaming=True` fails. ## Steps to reproduce the bug ```python import datasets pubmed_train = datasets.load_dataset('pubmed', split='train', streaming=True) print (next(iter(pubmed_train))) ``` ## Expected results I would expect to see the first ...
1,140,164,253
I_kwDODunzps5D9Yad
3,738
For data-only datasets, streaming and non-streaming don't behave the same
open
2022-02-16T15:20:57
2022-02-21T14:24:55
https://github.com/huggingface/datasets/issues/3738
severo
[ "bug" ]
[]
[ "Note that we might change the heuristic and create a different config per file, at least in that case.", "Hi @severo, thanks for reporting.\r\n\r\nYes, this happens because when non-streaming, a cast of all data is done in order to \"concatenate\" it all into a single dataset (thus the error), while this casting...
COLLABORATOR
See https://huggingface.co/datasets/huggingface/transformers-metadata: it only contains two JSON files. In streaming mode, the files are concatenated, and thus the rows might be dictionaries with different keys: ```python import datasets as ds iterable_dataset = ds.load_dataset("huggingface/transformers-metadat...
1,140,087,891
I_kwDODunzps5D9FxT
3,735
Performance of `datasets` at scale
open
2022-02-16T14:23:32
2024-06-27T01:17:48
https://github.com/huggingface/datasets/issues/3735
lvwerra
[]
[]
[ "> using command line git-lfs - [...] 300MB/s!\r\n\r\nwhich server location did you upload from?", "From GCP region `us-central1-a`.", "The most surprising part to me is the saving time. Wondering if it could be due to compression (`ParquetWriter` uses SNAPPY compression by default; it can be turned off with `...
MEMBER
# Performance of `datasets` at 1TB scale ## What is this? During the processing of a large dataset I monitored the performance of the `datasets` library to see if there are any bottlenecks. The insights of this analysis could guide the decision making to improve the performance of the library. ## Dataset The da...
1,140,011,378
I_kwDODunzps5D8zFy
3,733
Bugs in NewsQA dataset
closed
completed
2022-02-16T13:17:37
2022-02-17T07:54:25
2022-02-17T07:54:25Z
https://github.com/huggingface/datasets/issues/3733
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug NewsQA dataset has the following bugs: - the field `validated_answers` is an exact copy of the field `answers` but with the addition of `'count': [0]` to each dict - the field `badQuestion` does not appear in `answers` nor `validated_answers` ## Steps to reproduce the bug By inspecting the da...
1,139,545,613
I_kwDODunzps5D7BYN
3,730
Checksum Error when loading multi-news dataset
closed
completed
2022-02-16T05:11:08
2022-02-16T20:05:06
2022-02-16T08:48:46Z
https://github.com/huggingface/datasets/issues/3730
byw2
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting @byw2.\r\nWe are fixing it.\r\nIn the meantime, you can load the dataset by passing `ignore_verifications=True`:\r\n ```python\r\ndataset = load_dataset(\"multi_news\", ignore_verifications=True)" ]
NONE
## Describe the bug When using the load_dataset function from datasets module to load the Multi-News dataset, does not load the dataset but throws Checksum Error instead. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("multi_news") ``` ## Expected results ...
1,139,398,442
I_kwDODunzps5D6dcq
3,729
Wrong number of examples when loading a text dataset
closed
completed
2022-02-16T01:13:31
2022-03-15T16:16:09
2022-03-15T16:16:09Z
https://github.com/huggingface/datasets/issues/3729
kg-nlp
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @kg-nlp, thanks for reporting.\r\n\r\nThat is weird... I guess we would need some sample data file where this behavior appears to reproduce the bug for further investigation... ", "ok, I found the reason why that two results are not same.\r\nthere is /u2029 in the text, the datasets will split sentence accord...
NONE
## Describe the bug when I use load_dataset to read a txt file I find that the number of the samples is incorrect ## Steps to reproduce the bug ``` fr = open('train.txt','r',encoding='utf-8').readlines() print(len(fr)) # 1199637 datasets = load_dataset('text', data_files={'train': ['train.txt']}, streaming...
1,139,303,614
I_kwDODunzps5D6GS-
3,728
VoxPopuli
closed
completed
2022-02-15T23:04:55
2022-02-16T18:49:12
2022-02-16T18:49:12Z
https://github.com/huggingface/datasets/issues/3728
VictorSanh
[ "dataset request" ]
[]
[ "duplicate of https://github.com/huggingface/datasets/issues/2300" ]
CONTRIBUTOR
## Adding a Dataset - **Name:** VoxPopuli - **Description:** A Large-Scale Multilingual Speech Corpus - **Paper:** https://arxiv.org/pdf/2101.00390.pdf - **Data:** https://github.com/facebookresearch/voxpopuli - **Motivation:** one of the largest (if not the largest) multilingual speech corpus: 400K hours of multi...
1,138,827,681
I_kwDODunzps5D4SGh
3,724
Bug while streaming CSV dataset with pandas 1.4
closed
completed
2022-02-15T15:16:19
2022-02-15T16:55:44
2022-02-15T16:55:44Z
https://github.com/huggingface/datasets/issues/3724
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug If we upgrade to pandas `1.4`, the patching of the pandas module is no longer working ``` AttributeError: '_PatchedModuleObj' object has no attribute '__version__' ``` ## Steps to reproduce the bug ``` pip install pandas==1.4 ``` ```python from datasets import load_dataset ds = load_dat...
1,137,537,080
I_kwDODunzps5DzXA4
3,720
Builder Configuration Update Required on Common Voice Dataset
closed
completed
2022-02-14T16:21:41
2024-04-28T18:03:08
2024-04-28T18:03:08Z
https://github.com/huggingface/datasets/issues/3720
aasem
[ "bug" ]
[]
[ "Hi @aasem, thanks for reporting.\r\n\r\nPlease note that currently Commom Voice is hosted on our Hub as a community dataset by the Mozilla Foundation. See all Common Voice versions here: https://huggingface.co/mozilla-foundation\r\n\r\nMaybe we should add an explaining note in our \"legacy\" Common Voice canonical...
NONE
Missing language in Common Voice dataset **Link:** https://huggingface.co/datasets/common_voice I tried to call the Urdu dataset using `load_dataset("common_voice", "ur", split="train+validation")` but couldn't due to builder configuration not found. I checked the source file here for the languages support: ht...
1,137,183,015
I_kwDODunzps5DyAkn
3,717
wrong condition in `Features ClassLabel encode_example`
closed
completed
2022-02-14T11:44:35
2022-02-14T15:09:36
2022-02-14T15:07:43Z
https://github.com/huggingface/datasets/issues/3717
Tudyx
[ "bug" ]
[]
[ "Hi @Tudyx, \r\n\r\nPlease note that in Python, the boolean NOT operator (`not`) has lower precedence than comparison operators (`<=`, `<`), thus the expression you mention is equivalent to:\r\n```python\r\n not (-1 <= example_data < self.num_classes)\r\n```\r\n\r\nAlso note that as expected, the exception is raise...
NONE
## Describe the bug The `encode_example` function in *features.py* seems to have a wrong condition. ```python if not -1 <= example_data < self.num_classes: raise ValueError(f"Class label {example_data:d} greater than configured num_classes {self.num_classes}") ``` ## Expected results The `not - 1` co...
1,136,831,092
I_kwDODunzps5Dwqp0
3,716
`FaissIndex` to support multiple GPU and `custom_index`
closed
completed
2022-02-14T06:21:43
2022-03-07T16:28:56
2022-03-07T16:28:56Z
https://github.com/huggingface/datasets/issues/3716
rentruewang
[ "enhancement" ]
[]
[ "Hi @rentruewang, thansk for reporting and for your PR!!! We should definitely support this. ", "@albertvillanova Great! :)" ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** Currently, because `device` is of the type `int | None`, to leverage `faiss-gpu`'s multi-gpu support, you need to create a `custom_index`. However, if using a `custom_index` created by e.g. `faiss.index_cpu_to_all_gpus`, then `FaissIndex.save` does not ...
1,136,105,530
I_kwDODunzps5Dt5g6
3,714
tatoeba_mt: File not found error and key error
closed
completed
2022-02-13T16:35:45
2022-02-13T20:44:04
2022-02-13T20:44:04Z
https://github.com/huggingface/datasets/issues/3714
jorgtied
[ "dataset-viewer" ]
[]
[ "Looks like I solved my problems ..." ]
NONE
## Dataset viewer issue for 'tatoeba_mt' **Link:** https://huggingface.co/datasets/Helsinki-NLP/tatoeba_mt My data loader script does not seem to work. The files are part of the local repository but cannot be found. An example where it should work is the subset for "afr-eng". Another problem is that I do not ...
1,132,968,402
I_kwDODunzps5Dh7nS
3,708
Loading JSON gets stuck with many workers/threads
open
2022-02-11T18:50:48
2023-06-16T11:24:12
https://github.com/huggingface/datasets/issues/3708
lvwerra
[ "bug" ]
[]
[ "Hi ! Note that it does `block_size *= 2` until `block_size > len(batch)`, so it doesn't loop indefinitely. What do you mean by \"get stuck indefinitely\" then ? Is this the actual call to `paj.read_json` that hangs ?\r\n\r\n> increasing the `chunksize` argument decreases the chance of getting stuck\r\n\r\nCould yo...
MEMBER
## Describe the bug Loading a JSON dataset with `load_dataset` can get stuck when running on a machine with many CPUs. This is especially an issue when loading a large dataset on a large machine. ## Steps to reproduce the bug I originally created the following script to reproduce the issue: ```python from dat...
1,132,741,903
I_kwDODunzps5DhEUP
3,707
`.select`: unexpected behavior with `indices`
closed
completed
2022-02-11T15:20:01
2022-02-14T19:19:21
2022-02-14T19:19:21Z
https://github.com/huggingface/datasets/issues/3707
gabegma
[ "bug" ]
[ "mariosasko" ]
[ "Hi! Currently, we compute the final index as `index % len(dset)`. I agree this behavior is somewhat unexpected and that it would be more appropriate to raise an error instead (this is what `df.iloc` in Pandas does, for instance).\r\n\r\n@albertvillanova @lhoestq wdyt?", "I agree. I think `index % len(dset)` was ...
NONE
## Describe the bug The `.select` method will not throw when sending `indices` bigger than the dataset length; `indices` will be wrapped instead. This behavior is not documented anywhere, and is not intuitive. ## Steps to reproduce the bug ```python from datasets import Dataset ds = Dataset.from_dict({"text": [...
1,132,218,874
I_kwDODunzps5DfEn6
3,706
Unable to load dataset 'big_patent'
closed
completed
2022-02-11T09:48:34
2022-02-14T15:26:03
2022-02-14T15:26:03Z
https://github.com/huggingface/datasets/issues/3706
ankitk2109
[ "bug" ]
[]
[ "Hi @ankitk2109,\r\n\r\nHave you tried passing the split name with the keyword `split=`? See e.g. an example in our Quick Start docs: https://huggingface.co/docs/datasets/quickstart.html#load-the-dataset-and-model\r\n```python\r\n ds = load_dataset(\"big_patent\", \"d\", split=\"validation\")", "Hi @albertvillano...
NONE
## Describe the bug Unable to load the "big_patent" dataset ## Steps to reproduce the bug ```python load_dataset('big_patent', 'd', 'validation') ``` ## Expected results Download big_patents' validation split from the 'd' subset ## Getting an error saying: {FileNotFoundError}Local file ..\huggingface\dat...
1,132,042,631
I_kwDODunzps5DeZmH
3,704
OSCAR-2109 datasets are misaligned and truncated
closed
completed
2022-02-11T08:14:59
2022-03-17T18:01:04
2022-03-16T16:21:28Z
https://github.com/huggingface/datasets/issues/3704
adrianeboyd
[ "bug" ]
[]
[ "Hi @adrianeboyd, thanks for reporting.\r\n\r\nThere is indeed a bug in that community dataset:\r\nLine:\r\n```python\r\nmetadata_and_text_files = list(zip(metadata_files, text_files))\r\n``` \r\nshould be replaced with\r\n```python\r\nmetadata_and_text_files = list(zip(sorted(metadata_files), sorted(text_files)))\...
NONE
## Describe the bug The `oscar-corpus/OSCAR-2109` data appears to be misaligned and truncated by the dataset builder for subsets that contain more than one part and for cases where the texts contain non-unix newlines. ## Steps to reproduce the bug A few examples, although I'm not sure how deterministic the par...
1,131,882,772
I_kwDODunzps5DdykU
3,703
ImportError: To be able to use this metric, you need to install the following dependencies['seqeval'] using 'pip install seqeval' for instance'
closed
completed
2022-02-11T06:38:42
2023-07-11T09:31:59
2023-07-11T09:31:59Z
https://github.com/huggingface/datasets/issues/3703
zhangyifei1
[]
[]
[ "![图片](https://user-images.githubusercontent.com/28425091/153547502-6bb0938d-788b-4857-b946-c3cf08fefce4.png)\r\nMy datasets version", "![图片](https://user-images.githubusercontent.com/28425091/153547587-f4677166-af9b-44a0-95ad-b6dba873978a.png)\r\n", "Hi! Some of our metrics require additional dependencies to w...
NONE
hi : I want to use the seqeval indicator because of direct load_ When metric ('seqeval '), it will prompt that the network connection fails. So I downloaded the seqeval Py to load locally. Loading code: metric = load_ metric(path='mymetric/seqeval/seqeval.py') But tips: Traceback (most recent call last): File...
1,130,252,496
I_kwDODunzps5DXkjQ
3,700
Unable to load a dataset
closed
completed
2022-02-10T15:05:53
2024-07-04T08:39:23
2022-02-11T22:56:39Z
https://github.com/huggingface/datasets/issues/3700
PaulchauvinAI
[ "bug" ]
[]
[ "Hi! `load_dataset` is intended to be used to load a canonical dataset (`wikipedia`), a packaged dataset (`csv`, `json`, ...) or a dataset hosted on the Hub. For local datasets saved with `save_to_disk(\"path/to/dataset\")`, use `load_from_disk(\"path/to/dataset\")`.", "Maybe we should raise an informative error ...
NONE
## Describe the bug Unable to load a dataset from Huggingface that I have just saved. ## Steps to reproduce the bug On Google colab `! pip install datasets ` `from datasets import load_dataset` `my_path = "wiki_dataset"` `dataset = load_dataset('wikipedia', "20200501.fr")` `dataset.save_to_disk(my_path)` `...
1,127,218,321
I_kwDODunzps5DL_yR
3,688
Pyarrow version error
closed
completed
2022-02-08T12:53:59
2022-02-09T06:35:33
2022-02-09T06:35:32Z
https://github.com/huggingface/datasets/issues/3688
Zaker237
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @Zaker237, thanks for reporting.\r\n\r\nThis is weird: the error you get is only thrown if the installed pyarrow version is less than 3.0.0.\r\n\r\nCould you please check that you install pyarrow in the same Python virtual environment where you installed datasets?\r\n\r\nFrom the Python command line (or termina...
NONE
## Describe the bug I installed datasets(version 1.17.0, 1.18.0, 1.18.3) but i'm right now nor able to import it because of pyarrow. when i try to import it, i get the following error: `To use datasets, the module pyarrow>=3.0.0 is required, and the current version of pyarrow doesn't match this condition`. i tryed w...
1,127,154,766
I_kwDODunzps5DLwRO
3,687
Can't get the text data when calling to_tf_dataset
closed
completed
2022-02-08T11:52:10
2023-01-19T14:55:18
2023-01-19T14:55:18Z
https://github.com/huggingface/datasets/issues/3687
phrasenmaeher
[]
[ "Rocketknight1" ]
[ "cc @Rocketknight1 ", "You are correct that `to_tf_dataset` only handles numerical columns right now, yes, though this is a limitation we might remove in future! The main reason we do this is that our models mostly do not include the tokenizer as a model layer, because it's very difficult to compile some of them ...
NONE
I am working with the SST2 dataset, and am using TensorFlow 2.5 I'd like to convert it to a `tf.data.Dataset` by calling the `to_tf_dataset` method. The following snippet is what I am using to achieve this: ``` from datasets import load_dataset from transformers import DefaultDataCollator data_collator = Defa...
1,127,137,290
I_kwDODunzps5DLsAK
3,686
`Translation` features cannot be `flatten`ed
closed
completed
2022-02-08T11:33:48
2022-03-18T17:28:13
2022-03-18T17:28:13Z
https://github.com/huggingface/datasets/issues/3686
SBrandeis
[ "bug" ]
[ "mariosasko" ]
[ "Thanks for reporting, @SBrandeis! Some additional feature types that don't behave as expected when flattened: `Audio`, `Image` and `TranslationVariableLanguages`" ]
CONTRIBUTOR
## Describe the bug (`Dataset.flatten`)[https://github.com/huggingface/datasets/blob/master/src/datasets/arrow_dataset.py#L1265] fails for columns with feature (`Translation`)[https://github.com/huggingface/datasets/blob/3edbeb0ec6519b79f1119adc251a1a6b379a2c12/src/datasets/features/translation.py#L8] ## Steps to...
1,124,062,133
I_kwDODunzps5C_9O1
3,679
Download datasets from a private hub
closed
completed
2022-02-04T10:49:06
2022-02-22T11:08:07
2022-02-22T11:08:07Z
https://github.com/huggingface/datasets/issues/3679
juliensimon
[ "enhancement", "private-hub" ]
[]
[ "For reference:\r\nhttps://github.com/huggingface/transformers/issues/15514\r\nhttps://github.com/huggingface/huggingface_hub/issues/650", "Hi ! For information one can set the environment variable `HF_ENDPOINT` (default is `https://huggingface.co`) if they want to use a private hub.\r\n\r\nWe may need to coordin...
NONE
In the context of a private hub deployment, customers would like to use load_dataset() to load datasets from their hub, not from the public hub. This doesn't seem to be configurable at the moment and it would be nice to add this feature. The obvious workaround is to clone the repo first and then load it from local s...
1,123,192,866
I_kwDODunzps5C8pAi
3,677
Discovery cannot be streamed anymore
closed
completed
2022-02-03T15:02:03
2022-02-10T16:51:24
2022-02-10T16:51:24Z
https://github.com/huggingface/datasets/issues/3677
severo
[ "bug" ]
[ "albertvillanova" ]
[ "Seems like a regression from https://github.com/huggingface/datasets/pull/2843\r\n\r\nOr maybe it's an issue with the hosting. I don't think so, though, because https://www.dropbox.com/s/aox84z90nyyuikz/discovery.zip seems to work as expected\r\n\r\n", "Hi @severo, thanks for reporting.\r\n\r\nSome servers do no...
COLLABORATOR
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce the bug ```python from datasets import load_dataset iterable_dataset = load_dataset("discovery", name="discovery", split="train", streaming=True) list(iterable_dataset.take(1)) ``` ## Expected results The first ...
1,123,096,362
I_kwDODunzps5C8Rcq
3,676
`None` replaced by `[]` after first batch in map
closed
completed
2022-02-03T13:36:48
2022-10-28T13:13:20
2022-10-28T13:13:20Z
https://github.com/huggingface/datasets/issues/3676
lhoestq
[]
[ "lhoestq" ]
[ "It looks like this is because of this behavior in pyarrow:\r\n```python\r\nimport pyarrow as pa\r\n\r\narr = pa.array([None, [0]])\r\nreconstructed_arr = pa.ListArray.from_arrays(arr.offsets, arr.values)\r\nprint(reconstructed_arr.to_pylist())\r\n# [[], [0]]\r\n```\r\n\r\nIt seems that `arr.offsets` can reconstruc...
MEMBER
Sometimes `None` can be replaced by `[]` when running map: ```python from datasets import Dataset ds = Dataset.from_dict({"a": range(4)}) ds = ds.map(lambda x: {"b": [[None, [0]]]}, batched=True, batch_size=1, remove_columns=["a"]) print(ds.to_pandas()) # b # 0 [None, [0]] # 1 [[], [0]] # ...
1,123,078,408
I_kwDODunzps5C8NEI
3,675
Add CodeContests dataset
closed
completed
2022-02-03T13:20:00
2022-07-20T11:07:05
2022-07-20T11:07:05Z
https://github.com/huggingface/datasets/issues/3675
mariosasko
[ "dataset request" ]
[]
[ "@mariosasko Can I take this up?", "This dataset is now available here: https://huggingface.co/datasets/deepmind/code_contests." ]
COLLABORATOR
## Adding a Dataset - **Name:** CodeContests - **Description:** CodeContests is a competitive programming dataset for machine-learning. - **Paper:** - **Data:** https://github.com/deepmind/code_contests - **Motivation:** This dataset was used when training [AlphaCode](https://deepmind.com/blog/article/Competitive-...
1,123,010,520
I_kwDODunzps5C78fY
3,673
`load_dataset("snli")` is different from dataset viewer
closed
completed
2022-02-03T12:10:43
2022-02-16T11:22:31
2022-02-11T17:01:21Z
https://github.com/huggingface/datasets/issues/3673
pietrolesci
[ "bug", "dataset-viewer" ]
[ "severo" ]
[ "Yes, we decided to replace the encoded label with the corresponding label when possible in the dataset viewer. But\r\n1. maybe it's the wrong default\r\n2. we could find a way to show both (with a switch, or showing both ie. `0 (neutral)`).\r\n", "Hi @severo,\r\n\r\nThanks for clarifying. \r\n\r\nI think this de...
NONE
## Describe the bug The dataset that is downloaded from the Hub via `load_dataset("snli")` is different from what is available in the dataset viewer. In the viewer the labels are not encoded (i.e., "neutral", "entailment", "contradiction"), while the downloaded dataset shows the encoded labels (i.e., 0, 1, 2). Is t...
1,122,864,253
I_kwDODunzps5C7Yx9
3,671
Give an estimate of the dataset size in DatasetInfo
open
2022-02-03T09:47:10
2022-02-03T09:47:10
https://github.com/huggingface/datasets/issues/3671
severo
[ "enhancement" ]
[]
[]
COLLABORATOR
**Is your feature request related to a problem? Please describe.** Currently, only part of the datasets provide `dataset_size`, `download_size`, `size_in_bytes` (and `num_bytes` and `num_examples` inside `splits`). I would want to get this information, or an estimation, for all the datasets. **Describe the soluti...
1,122,261,736
I_kwDODunzps5C5Fro
3,668
Couldn't cast array of type string error with cast_column
closed
completed
2022-02-02T18:33:29
2022-07-19T13:36:24
2022-07-19T13:36:24Z
https://github.com/huggingface/datasets/issues/3668
R4ZZ3
[ "bug" ]
[]
[ "Hi ! I wasn't able to reproduce the error, are you still experiencing this ? I tried calling `cast_column` on a string column containing paths.\r\n\r\nIf you manage to share a reproducible code example that would be perfect", "Hi,\r\n\r\nI think my team mate got this solved. Clolsing it for now and will reopen i...
NONE
## Describe the bug In OVH cloud during Huggingface Robust-speech-recognition event on a AI training notebook instance using jupyter lab and running jupyter notebook When using the dataset.cast_column("audio",Audio(sampling_rate=16_000)) method I get error ![image](https://user-images.githubusercontent.com/25264...
1,121,067,647
I_kwDODunzps5C0iJ_
3,663
[Audio] Path of Common Voice cannot be used for audio loading anymore
closed
completed
2022-02-01T18:40:10
2022-09-21T15:03:09
2022-09-21T14:56:22Z
https://github.com/huggingface/datasets/issues/3663
patrickvonplaten
[ "bug" ]
[ "albertvillanova", "polinaeterna", "anton-l", "mariosasko" ]
[ "Having talked to @lhoestq, I see that this feature is no longer supported. \r\n\r\nI really don't think this was a good idea. It is a major breaking change and one for which we don't even have a working solution at the moment, which is bad for PyTorch as we don't want to force people to have `datasets` decode audi...
CONTRIBUTOR
## Describe the bug ## Steps to reproduce the bug ```python from datasets import load_dataset from torchaudio import load ds = load_dataset("common_voice", "ab", split="train") # both of the following commands fail at the moment load(ds[0]["audio"]["path"]) load(ds[0]["path"]) ``` ## Expected results ...
1,121,024,403
I_kwDODunzps5C0XmT
3,662
[Audio] MP3 resampling is incorrect when dataset's audio files have different sampling rates
closed
completed
2022-02-01T17:55:04
2022-02-02T10:52:25
2022-02-02T10:52:25Z
https://github.com/huggingface/datasets/issues/3662
lhoestq
[]
[]
[ "Thanks @lhoestq for finding the reason of incorrect resampling. This issue affects all languages which have sound files with different sampling rates such as Turkish and Luganda.", "@cahya-wirawan - do you know how many languages have different sampling rates in Common Voice? I'm quite surprised to see this for ...
MEMBER
The Audio feature resampler for MP3 gets stuck with the first original frequencies it meets, which leads to subsequent decoding to be incorrect. Here is a code to reproduce the issue: Let's first consider two audio files with different sampling rates 32000 and 16000: ```python # first download a mp3 file with s...
1,120,913,672
I_kwDODunzps5Cz8kI
3,659
push_to_hub but preview not working
closed
completed
2022-02-01T16:23:57
2022-02-09T08:00:37
2022-02-09T08:00:37Z
https://github.com/huggingface/datasets/issues/3659
thomas-happify
[ "dataset-viewer" ]
[ "albertvillanova" ]
[ "Hi @thomas-happify, please note that the preview may take some time before rendering the data.\r\n\r\nI've seen it is already working.\r\n\r\nI close this issue. Please feel free to reopen it if the problem arises again." ]
NONE
## Dataset viewer issue for '*happifyhealth/twitter_pnn*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/happifyhealth/twitter_pnn)* I used ``` dataset.push_to_hub("happifyhealth/twitter_pnn") ``` but the preview is not working. Am I the one who added this dataset ? Yes
1,120,880,395
I_kwDODunzps5Cz0cL
3,658
Dataset viewer issue for *P3*
closed
completed
2022-02-01T15:57:56
2023-09-25T12:16:21
2023-09-25T12:16:21Z
https://github.com/huggingface/datasets/issues/3658
jeffistyping
[]
[]
[ "The error is now:\r\n\r\n```\r\nStatus code: 400\r\nException: Status400Error\r\nMessage: this dataset is not supported for now.\r\n```\r\n\r\nWe've disabled the dataset viewer for several big datasets like this one. We hope being able to reenable it soon.", "The list of splits cannot be obtained. cc...
NONE
## Dataset viewer issue for '*P3*' **Link: https://huggingface.co/datasets/bigscience/P3** ``` Status code: 400 Exception: SplitsNotFoundError Message: The split names could not be parsed from the dataset config. ``` Am I the one who added this dataset ? No
1,120,510,823
I_kwDODunzps5CyaNn
3,656
checksum error subjqa dataset
closed
completed
2022-02-01T10:53:33
2022-02-10T10:56:59
2022-02-10T10:56:38Z
https://github.com/huggingface/datasets/issues/3656
RensDimmendaal
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @RensDimmendaal, \r\n\r\nI'm sorry but I can't reproduce your bug:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n ...: ds = load_dataset(\"subjqa\", \"electronics\")\r\nDownloading builder script: 9.15kB [00:00, 4.10MB/s] ...
NONE
## Describe the bug I get a checksum error when loading the `subjqa` dataset (used in the transformers book). ## Steps to reproduce the bug ```python from datasets import load_dataset subjqa = load_dataset("subjqa","electronics") ``` ## Expected results Loading the dataset ## Actual results ``` ---...
1,119,801,077
I_kwDODunzps5Cvs71
3,655
Pubmed dataset not reachable
closed
completed
2022-01-31T18:45:47
2022-12-19T19:18:10
2022-02-14T14:15:41Z
https://github.com/huggingface/datasets/issues/3655
abhi-mosaic
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @abhi-mosaic, thanks for reporting.\r\n\r\nI'm looking at it... ", "also hitting this issue", "Hey @albertvillanova, sorry to reopen this... I can confirm that on `master` branch the dataset is downloadable now but it is still broken in streaming mode:\r\n\r\n```python\r\n >>> import datasets\r\n >>> pubmed...
CONTRIBUTOR
## Describe the bug Trying to use the `pubmed` dataset fails to reach / download the source files. ## Steps to reproduce the bug ```python pubmed_train = datasets.load_dataset('pubmed', split='train') ``` ## Expected results Should begin downloading the pubmed dataset. ## Actual results ``` ConnectionEr...
1,119,186,952
I_kwDODunzps5CtXAI
3,653
`to_json` in multiprocessing fashion sometimes deadlock
open
2022-01-31T09:35:07
2022-01-31T09:35:07
https://github.com/huggingface/datasets/issues/3653
thomasw21
[ "bug" ]
[]
[]
CONTRIBUTOR
## Describe the bug `to_json` in multiprocessing fashion sometimes deadlock, instead of raising exceptions. Temporary solution is to see that it deadlocks, and then reduce the number of processes or batch size in order to reduce the memory footprint. As @lhoestq pointed out, this might be related to https://bugs....
1,117,502,250
I_kwDODunzps5Cm7sq
3,649
Add IGLUE dataset
open
2022-01-28T14:59:41
2022-01-28T15:02:35
https://github.com/huggingface/datasets/issues/3649
lewtun
[ "dataset request", "multimodal" ]
[]
[]
MEMBER
## Adding a Dataset - **Name:** IGLUE - **Description:** IGLUE brings together 4 vision-and-language tasks across 20 languages (Twitter [thread](https://twitter.com/ebugliarello/status/1487045497583976455?s=20&t=SB4LZGDhhkUW83ugcX_m5w)) - **Paper:** https://arxiv.org/abs/2201.11732 - **Data:** https://github.com/e-...
1,116,541,298
I_kwDODunzps5CjRFy
3,645
Streaming dataset based on dl_manager.iter_archive/iter_files are not reset correctly
closed
completed
2022-01-27T17:17:41
2022-01-28T16:34:28
2022-01-28T16:34:28Z
https://github.com/huggingface/datasets/issues/3645
lhoestq
[]
[ "lhoestq" ]
[]
MEMBER
Hi ! When iterating over a streaming dataset once, it's not reset correctly because of some issues with `dl_manager.iter_archive` and `dl_manager.iter_files`. Indeed they are generator functions (so the iterator that is returned can be exhausted). They should be iterables instead, and be reset if we do a for loop again...
1,116,519,670
I_kwDODunzps5CjLz2
3,644
Add a GROUP BY operator
open
2022-01-27T16:57:54
2025-01-28T11:39:48
https://github.com/huggingface/datasets/issues/3644
felix-schneider
[ "enhancement" ]
[]
[ "Hi ! At the moment you can use `to_pandas()` to get a pandas DataFrame that supports `group_by` operations (make sure your dataset fits in memory though)\r\n\r\nWe use Arrow as a back-end for `datasets` and it doesn't have native group by (see https://github.com/apache/arrow/issues/2189) unfortunately.\r\n\r\nI ju...
NONE
**Is your feature request related to a problem? Please describe.** Using batch mapping, we can easily split examples. However, we lack an appropriate option for merging them back together by some key. Consider this example: ```python # features: # { # "example_id": datasets.Value("int32"), # "text": datas...
1,116,133,769
I_kwDODunzps5ChtmJ
3,640
Issues with custom dataset in Wav2Vec2
closed
completed
2022-01-27T12:09:05
2022-01-27T12:29:48
2022-01-27T12:29:48Z
https://github.com/huggingface/datasets/issues/3640
peregilk
[ "bug" ]
[]
[ "Closed and moved to transformers." ]
NONE
We are training Vav2Vec using the run_speech_recognition_ctc_bnb.py-script. This is working fine with Common Voice, however using our custom dataset and data loader at [NbAiLab/NPSC]( https://huggingface.co/datasets/NbAiLab/NPSC) it crashes after roughly 1 epoch with the following stack trace: ![image](https://us...
1,116,021,420
I_kwDODunzps5ChSKs
3,639
same value of precision, recall, f1 score at each epoch for classification task.
closed
completed
2022-01-27T10:14:16
2022-02-24T09:02:18
2022-02-24T09:02:17Z
https://github.com/huggingface/datasets/issues/3639
Dhanachandra
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @Dhanachandra, \r\n\r\nWe have tests for all our metrics and they work as expected: under the hood, we use scikit-learn implementations.\r\n\r\nMaybe the cause is somewhere else. For example:\r\n- Is it a binary or a multiclass or a multilabel classification? Default computation of these metrics is for binary c...
NONE
**1st Epoch:** 1/27/2022 09:30:48 - INFO - datasets.metric - Removing /home/ubuntu/.cache/huggingface/metrics/f1/default/default_experiment-1-0.arrow.59it/s] 01/27/2022 09:30:48 - INFO - datasets.metric - Removing /home/ubuntu/.cache/huggingface/metrics/precision/default/default_experiment-1-0.arrow 01/27/2022 09:3...
1,115,725,703
I_kwDODunzps5CgJ-H
3,638
AutoTokenizer hash value got change after datasets.map
open
2022-01-27T03:19:03
2024-03-11T13:56:15
https://github.com/huggingface/datasets/issues/3638
tshu-w
[ "bug" ]
[ "lhoestq" ]
[ "This issue was original reported at https://github.com/huggingface/transformers/issues/14931 and It seems like this issue also occur with other AutoClass like AutoFeatureExtractor.", "Thanks for moving the issue here !\r\n\r\nI wasn't able to reproduce the issue on my env (the hashes stay the same):\r\n```\r\n- ...
NONE
## Describe the bug AutoTokenizer hash value got change after datasets.map ## Steps to reproduce the bug 1. trash huggingface datasets cache 2. run the following code: ```python from transformers import AutoTokenizer, BertTokenizer from datasets import load_dataset from datasets.fingerprint import Hasher tok...
1,115,526,438
I_kwDODunzps5CfZUm
3,637
[TypeError: Couldn't cast array of type] Cannot load dataset in v1.18
closed
completed
2022-01-26T21:38:02
2022-02-09T16:15:53
2022-02-09T16:15:53Z
https://github.com/huggingface/datasets/issues/3637
lewtun
[ "bug" ]
[]
[ "Hi @lewtun!\r\n \r\nThis one was tricky to debug. Initially, I tought there is a bug in the recently-added (by @lhoestq ) `cast_array_to_feature` function because `git bisect` points to the https://github.com/huggingface/datasets/commit/6ca96c707502e0689f9b58d94f46d871fa5a3c9c commit. Then, I noticed that the feat...
MEMBER
## Describe the bug I am trying to load the [`GEM/RiSAWOZ` dataset](https://huggingface.co/datasets/GEM/RiSAWOZ) in `datasets` v1.18.1 and am running into a type error when casting the features. The strange thing is that I can load the dataset with v1.17.0. Note that the error is also present if I install from `master...
1,115,133,279
I_kwDODunzps5Cd5Vf
3,634
Dataset.shuffle(seed=None) gives fixed row permutation
closed
completed
2022-01-26T15:13:08
2022-01-27T18:16:07
2022-01-27T18:16:07Z
https://github.com/huggingface/datasets/issues/3634
elisno
[ "bug" ]
[ "mariosasko" ]
[ "I'm not sure if this is expected behavior.\r\n\r\nAm I supposed to work with a copy of the dataset, i.e. `shuffled_dataset = data.shuffle(seed=None)`?\r\n\r\n```diff\r\nimport datasets\r\n\r\n# Some toy example\r\ndata = datasets.Dataset.from_dict(\r\n {\"feature\": [1, 2, 3, 4, 5], \"label\": [\"a\", \"b\", \"...
NONE
## Describe the bug Repeated attempts to `shuffle` a dataset without specifying a seed give the same results. ## Steps to reproduce the bug ```python import datasets # Some toy example data = datasets.Dataset.from_dict( {"feature": [1, 2, 3, 4, 5], "label": ["a", "b", "c", "d", "e"]} ) # Doesn't work...
1,115,027,185
I_kwDODunzps5Cdfbx
3,632
Adding CC-100: Monolingual Datasets from Web Crawl Data (Datasets links are invalid)
closed
completed
2022-01-26T13:35:37
2022-02-10T06:58:11
2022-02-10T06:58:11Z
https://github.com/huggingface/datasets/issues/3632
AnzorGozalishvili
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @AnzorGozalishvili,\r\n\r\nMaybe their site was temporarily down, but it seems to work fine now.\r\n\r\nCould you please try again and confirm if the problem persists? ", "Hi @albertvillanova \r\nI checked and it works. \r\nIt seems that it was really temporarily down.\r\nThanks!" ]
CONTRIBUTOR
## Describe the bug The dataset links are no longer valid for CC-100. It seems that the website which was keeping these files are no longer accessible and therefore this dataset became unusable. Check out the dataset [homepage](http://data.statmt.org/cc-100/) which isn't accessible. Also the URLs for dataset file ...
1,114,833,662
I_kwDODunzps5CcwL-
3,631
Labels conflict when loading a local CSV file.
closed
completed
2022-01-26T10:00:33
2022-02-11T23:02:31
2022-02-11T23:02:31Z
https://github.com/huggingface/datasets/issues/3631
pichljan
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @pichljan, thanks for reporting.\r\n\r\nThis should be fixed. I'm looking at it. " ]
NONE
## Describe the bug I am trying to load a local CSV file with a separate file containing label names. It is successfully loaded for the first time, but when I try to load it again, there is a conflict between provided labels and the cached dataset info. Disabling caching globally and/or using `download_mode="force_red...
1,114,578,625
I_kwDODunzps5Cbx7B
3,630
DuplicatedKeysError of NewsQA dataset
closed
completed
2022-01-26T03:05:49
2022-02-14T08:37:19
2022-02-14T08:37:19Z
https://github.com/huggingface/datasets/issues/3630
StevenTang1998
[ "dataset bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @StevenTang1998.\r\n\r\nI'm fixing it. " ]
NONE
After processing the dataset following official [NewsQA](https://github.com/Maluuba/newsqa), I used datasets to load it: ``` a = load_dataset('newsqa', data_dir='news') ``` and the following error occurred: ``` Using custom data configuration default-data_dir=news Downloading and preparing dataset newsqa/defaul...
1,113,930,644
I_kwDODunzps5CZTuU
3,628
Dataset Card Creator drops information for "Additional Information" Section
open
2022-01-25T14:06:17
2022-01-25T14:09:01
https://github.com/huggingface/datasets/issues/3628
dennlinger
[ "bug" ]
[]
[]
NONE
First of all, the card creator is a great addition and really helpful for streamlining dataset cards! ## Describe the bug I encountered an inconvenient bug when entering "Additional Information" in the react app, which drops already entered text when switching to a previous section, and then back again to "Addition...
1,113,534,436
I_kwDODunzps5CXy_k
3,626
The Pile cannot connect to host
closed
completed
2022-01-25T07:43:33
2022-02-14T08:40:58
2022-02-14T08:40:58Z
https://github.com/huggingface/datasets/issues/3626
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug The Pile had issues with their previous host server and have mirrored its content to another server. The new URL server should be updated.
1,113,017,522
I_kwDODunzps5CV0yy
3,625
Add a metadata field for when source data was produced
open
2022-01-24T18:52:39
2022-06-28T13:54:49
https://github.com/huggingface/datasets/issues/3625
davanstrien
[ "enhancement" ]
[]
[ "A question to the datasets maintainers: is there a policy about how the set of allowed metadata fields is maintained and expanded?\r\n\r\nMetadata are very important, but defining the standard is always a struggle between allowing exhaustivity without being too complex. Archivists have Dublin Core, open data has h...
MEMBER
**Is your feature request related to a problem? Please describe.** The current problem is that information about when source data was produced is not easily visible. Though there are a variety of metadata fields available in the dataset viewer, time period information is not included. This feature request suggests mak...
1,112,831,661
I_kwDODunzps5CVHat
3,622
Extend support for streaming datasets that use os.path.relpath
closed
completed
2022-01-24T15:58:23
2022-02-04T14:03:54
2022-02-04T14:03:54Z
https://github.com/huggingface/datasets/issues/3622
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[]
MEMBER
Extend support for streaming datasets that use `os.path.relpath`. This feature will also be useful to yield the relative path of audio or image files.
1,112,720,434
I_kwDODunzps5CUsQy
3,621
Consider adding `ipywidgets` as a dependency.
closed
completed
2022-01-24T14:27:11
2022-02-24T09:04:36
2022-02-24T09:04:36Z
https://github.com/huggingface/datasets/issues/3621
koaning
[ "bug" ]
[]
[ "Hi! We use `tqdm` to display progress bars, so I suggest you open this issue in their repo.", "It depends on how you use `tqdm`, no? \r\n\r\nDoesn't this library import via; \r\n\r\n```\r\nfrom tqdm.notebook import tqdm\r\n```", "Hi! Sorry for the late reply. We import `tqdm` as `from tqdm.auto import tqdm`, w...
NONE
When I install `datasets` in a fresh virtualenv with jupyterlab I always see this error. ``` ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html ``` It's a bit of a nuisance, because I need to run shut down the jupyterlab ser...
1,112,123,365
I_kwDODunzps5CSafl
3,618
TIMIT Dataset not working with GPU
closed
completed
2022-01-24T03:26:03
2023-07-25T15:20:20
2023-07-25T15:20:20Z
https://github.com/huggingface/datasets/issues/3618
TheSeamau5
[ "bug" ]
[]
[ "Hi ! I think you should avoid calling `timit_train['audio']`. Indeed by doing so you're **loading all the audio column in memory**. This is problematic in your case because the TIMIT dataset is huge.\r\n\r\nIf you want to access the audio data of some samples, you should do this instead `timit_train[:10][\"train\"...
NONE
## Describe the bug I am working trying to use the TIMIT dataset in order to fine-tune Wav2Vec2 model and I am unable to load the "audio" column from the dataset when working with a GPU. I am working on Amazon Sagemaker Studio, on the Python 3 (PyTorch 1.8 Python 3.6 GPU Optimized) environment, with a single ml.g4...
1,111,576,876
I_kwDODunzps5CQVEs
3,615
Dataset BnL Historical Newspapers does not work in streaming mode
closed
completed
2022-01-22T14:12:59
2022-02-04T14:05:21
2022-02-04T14:05:21Z
https://github.com/huggingface/datasets/issues/3615
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[ "@albertvillanova let me know if there is anything I can do to help with this. I had a quick look at the code again and though I could try the following changes:\r\n- use `download` instead of `download_and_extract`\r\nhttps://github.com/huggingface/datasets/blob/d3d339fb86d378f4cb3c5d1de423315c07a466c6/datasets/bn...
MEMBER
## Describe the bug When trying to load in streaming mode, it "hangs"... ## Steps to reproduce the bug ```python ds = load_dataset("bnl_newspapers", split="train", streaming=True) ``` ## Expected results The code should be optimized, so that it works fast in streaming mode. CC: @davanstrien
1,110,684,015
I_kwDODunzps5CM7Fv
3,613
Files not updating in dataset viewer
closed
completed
2022-01-21T16:47:20
2022-01-22T08:13:13
2022-01-22T08:13:13Z
https://github.com/huggingface/datasets/issues/3613
abidlabs
[ "dataset-viewer" ]
[]
[ "Yes. The jobs queue is full right now, following an upgrade... Back to normality in the next hours hopefully. I'll look at your datasets to be sure the dataset viewer works as expected on them.", "Should have been fixed now." ]
MEMBER
## Dataset viewer issue for '*name of the dataset*' **Link:** Some examples: * https://huggingface.co/datasets/abidlabs/crowdsourced-speech4 * https://huggingface.co/datasets/abidlabs/test-audio-13 *short description of the issue* It seems that the dataset viewer is reading a cached version of the dataset and...
1,110,399,096
I_kwDODunzps5CL1h4
3,611
Indexing bug after dataset.select()
closed
completed
2022-01-21T12:09:30
2022-01-27T18:16:22
2022-01-27T18:16:22Z
https://github.com/huggingface/datasets/issues/3611
kamalkraj
[ "bug" ]
[ "mariosasko" ]
[ "Hi! Thanks for reporting! I've opened a PR with the fix." ]
NONE
## Describe the bug A clear and concise description of what the bug is. Dataset indexing is not working as expected after `dataset.select(range(100))` ## Steps to reproduce the bug ```python # Sample code to reproduce the bug import datasets task_to_keys = { "cola": ("sentence", None), "mnli":...
1,109,777,314
I_kwDODunzps5CJdui
3,610
Checksum error when trying to load amazon_review dataset
closed
completed
2022-01-20T21:20:32
2022-01-21T13:22:31
2022-01-21T13:22:31Z
https://github.com/huggingface/datasets/issues/3610
ghost
[ "bug" ]
[]
[ "It is solved now" ]
NONE
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce the bug I am getting the issue when trying to load dataset using ``` dataset = load_dataset("amazon_polarity") ``` ## Expected results dataset loaded ## Actual results ``` -------------------------------------...
1,109,310,981
I_kwDODunzps5CHr4F
3,608
Add support for continuous metrics (RMSE, MAE)
closed
completed
2022-01-20T13:35:36
2022-03-09T17:18:20
2022-03-09T17:18:20Z
https://github.com/huggingface/datasets/issues/3608
ck37
[ "enhancement", "good first issue" ]
[]
[ "Hey @ck37 \r\n\r\nYou can always use a custom metric as explained [in this guide from HF](https://huggingface.co/docs/datasets/master/loading_metrics.html#using-a-custom-metric-script).\r\n\r\nIf this issue needs to be contributed to (for enhancing the metric API) I think [this link](https://scikit-learn.org/stabl...
NONE
**Is your feature request related to a problem? Please describe.** I am uploading our dataset and models for the "Constructing interval measures" method we've developed, which uses item response theory to convert multiple discrete labels into a continuous spectrum for hate speech. Once we have this outcome our NLP m...
1,108,918,701
I_kwDODunzps5CGMGt
3,606
audio column not saved correctly after resampling
closed
completed
2022-01-20T06:37:10
2022-01-23T01:41:01
2022-01-23T01:24:14Z
https://github.com/huggingface/datasets/issues/3606
laphang
[ "bug" ]
[]
[ "Hi ! We just released a new version of `datasets` that should fix this.\r\n\r\nI tested resampling and using save/load_from_disk afterwards and it seems to be fixed now", "Hi @lhoestq, \r\n\r\nJust tested the latest datasets version, and confirming that this is fixed for me. \r\n\r\nThanks!", "Also, just an FY...
NONE
## Describe the bug After resampling the audio column, saving with save_to_disk doesn't seem to save with the correct type. ## Steps to reproduce the bug - load a subset of common voice dataset (48Khz) - resample audio column to 16Khz - save with save_to_disk() - load with load_from_disk() ## Expected resul...
1,108,477,316
I_kwDODunzps5CEgWE
3,604
Dataset Viewer not showing Previews for Private Datasets
closed
completed
2022-01-19T19:29:26
2022-09-26T08:04:43
2022-09-26T08:04:43Z
https://github.com/huggingface/datasets/issues/3604
abidlabs
[ "enhancement", "dataset-viewer" ]
[ "severo" ]
[ "Sure, it's on the roadmap.", "Closing in favor of https://github.com/huggingface/datasets-server/issues/39." ]
MEMBER
## Dataset viewer issue for 'abidlabs/test-audio-13' It seems that the dataset viewer does not show previews for `private` datasets, even for the user who's private dataset it is. See [1] for example. If I change the visibility to public, then it does show, but it would be useful to have the viewer even for private ...
1,108,111,607
I_kwDODunzps5CDHD3
3,599
The `add_column()` method does not work if used on dataset sliced with `select()`
closed
completed
2022-01-19T13:36:50
2022-01-28T15:35:57
2022-01-28T15:35:57Z
https://github.com/huggingface/datasets/issues/3599
ThGouzias
[ "bug" ]
[ "mariosasko" ]
[ "similar #3611 " ]
NONE
Hello, I posted this as a question on the forums ([here](https://discuss.huggingface.co/t/add-column-does-not-work-if-used-on-dataset-sliced-with-select/13893)): I have a dataset with 2000 entries > dataset = Dataset.from_dict({'colA': list(range(2000))}) and from which I want to extract the first one thousan...
1,108,107,199
I_kwDODunzps5CDF-_
3,598
Readme info not being parsed to show on Dataset card page
closed
completed
2022-01-19T13:32:29
2022-01-21T10:20:01
2022-01-21T10:20:01Z
https://github.com/huggingface/datasets/issues/3598
davidcanovas
[ "bug" ]
[]
[ "i suspect a markdown parsing error, @severo do you want to take a quick look at it when you have some time?", "# Problem\r\nThe issue seems to coming from the front matter of the README\r\n```---\r\nannotations_creators:\r\n- no-annotation\r\nlanguage_creators:\r\n- machine-generated\r\nlanguages:\r\n- 'ca'\r\n-...
NONE
## Describe the bug The info contained in the README.md file is not being shown in the dataset main page. Basic info and table of contents are properly formatted in the README. ## Steps to reproduce the bug # Sample code to reproduce the bug The README file is this one: https://huggingface.co/datasets/softcatal...
1,108,092,864
I_kwDODunzps5CDCfA
3,597
ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /content
closed
completed
2022-01-19T13:19:28
2022-08-05T12:35:51
2022-02-14T08:46:34Z
https://github.com/huggingface/datasets/issues/3597
amitkml
[ "bug" ]
[]
[ "Hi! The `cd` command in Jupyer/Colab needs to start with `%`, so this should work:\r\n```\r\n!git clone https://github.com/huggingface/datasets.git\r\n%cd datasets\r\n!pip install -e \".[streaming]\"\r\n```", "thanks @mariosasko i had the same mistake and your solution is what was needed" ]
NONE
## Bug The install of streaming dataset is giving following error. ## Steps to reproduce the bug ```python ! git clone https://github.com/huggingface/datasets.git ! cd datasets ! pip install -e ".[streaming]" ``` ## Actual results Cloning into 'datasets'... remote: Enumerating objects: 50816, done. remot...
1,107,345,338
I_kwDODunzps5CAL-6
3,596
Loss of cast `Image` feature on certain dataset method
closed
completed
2022-01-18T20:44:01
2022-01-21T18:07:28
2022-01-21T18:07:28Z
https://github.com/huggingface/datasets/issues/3596
davanstrien
[ "bug" ]
[]
[ "Hi! Thanks for reporting! The issue with `cast_column` should be fixed by #3575 and after we merge that PR I'll start working on the `push_to_hub` support for the `Image`/`Audio` feature.", "> Hi! Thanks for reporting! The issue with `cast_column` should be fixed by #3575 and after we merge that PR I'll start wo...
MEMBER
## Describe the bug When an a column is cast to an `Image` feature, the cast type appears to be lost during certain operations. I first noticed this when using the `push_to_hub` method on a dataset that contained urls pointing to images which had been cast to an `image`. This also happens when using select on a data...
1,106,719,182
I_kwDODunzps5B9zHO
3,587
No module named 'fsspec.archive'
closed
completed
2022-01-18T10:17:01
2022-08-11T09:57:54
2022-01-18T10:33:10Z
https://github.com/huggingface/datasets/issues/3587
shuuchen
[ "bug" ]
[]
[]
NONE
## Describe the bug Cannot import datasets after installation. ## Steps to reproduce the bug ```shell $ python Python 3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import datasets Traceback (most recent...
1,106,455,672
I_kwDODunzps5B8yx4
3,586
Revisit `enable/disable_` toggle function prefix
closed
completed
2022-01-18T04:09:55
2022-03-14T15:01:08
2022-03-14T15:01:08Z
https://github.com/huggingface/datasets/issues/3586
jaketae
[ "enhancement" ]
[ "mariosasko" ]
[]
CONTRIBUTOR
As discussed in https://github.com/huggingface/transformers/pull/15167, we should revisit the `enable/disable_` toggle function prefix, potentially in favor of `set_enabled_`. Concretely, this translates to - De-deprecating `disable_progress_bar()` - Adding `enable_progress_bar()` - On the caching side, adding `en...
1,105,821,470
I_kwDODunzps5B6X8e
3,585
Datasets streaming + map doesn't work for `Audio`
closed
completed
2022-01-17T12:55:42
2022-01-20T13:28:00
2022-01-20T13:28:00Z
https://github.com/huggingface/datasets/issues/3585
patrickvonplaten
[ "bug", "duplicate" ]
[ "albertvillanova", "lhoestq" ]
[ "This seems related to https://github.com/huggingface/datasets/issues/3505." ]
CONTRIBUTOR
## Describe the bug When using audio datasets in streaming mode, applying a `map(...)` before iterating leads to an error as the key `array` does not exist anymore. ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset("common_voice", "en", streaming=True, split="train")...
1,105,231,768
I_kwDODunzps5B4H-Y
3,584
https://huggingface.co/datasets/huggingface/transformers-metadata
closed
completed
2022-01-17T00:18:14
2022-02-14T08:51:27
2022-02-14T08:51:27Z
https://github.com/huggingface/datasets/issues/3584
ecankirkic
[ "wontfix", "dataset-viewer" ]
[]
[]
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No
1,105,195,144
I_kwDODunzps5B3_CI
3,583
Add The Medical Segmentation Decathlon Dataset
open
2022-01-16T21:42:25
2022-03-18T10:44:42
https://github.com/huggingface/datasets/issues/3583
omarespejel
[ "dataset request", "vision" ]
[ "pri1311" ]
[ "Hello! I have recently been involved with a medical image segmentation project myself and was going through the `The Medical Segmentation Decathlon Dataset` as well. \r\nI haven't yet had experience adding datasets to this repository yet but would love to get started. Should I take this issue?\r\nIf yes, I've got ...
NONE
## Adding a Dataset - **Name:** *The Medical Segmentation Decathlon Dataset* - **Description:** The underlying data set was designed to explore the axis of difficulties typically encountered when dealing with medical images, such as small data sets, unbalanced labels, multi-site data, and small objects. - **Paper:*...
1,104,877,303
I_kwDODunzps5B2xb3
3,582
conll 2003 dataset source url is no longer valid
closed
completed
2022-01-15T23:04:17
2022-07-20T13:06:40
2022-01-21T16:57:32Z
https://github.com/huggingface/datasets/issues/3582
rcanand
[ "bug", "dataset bug" ]
[ "lhoestq" ]
[ "I came to open the same issue.", "Thanks for reporting !\r\n\r\nI pushed a temporary fix on `master` that uses an URL from a previous commit to access the dataset for now, until we have a better solution", "I changed the URL again to use another host, the fix is available on `master` and we'll probably do a ne...
NONE
## Describe the bug Loading `conll2003` dataset fails because it was removed (just yesterday 1/14/2022) from the location it is looking for. ## Steps to reproduce the bug ```python from datasets import load_dataset load_dataset("conll2003") ``` ## Expected results The dataset should load. ## Actual r...
1,104,857,822
I_kwDODunzps5B2sre
3,581
Unable to create a dataset from a parquet file in S3
open
2022-01-15T21:34:16
2022-02-14T08:52:57
https://github.com/huggingface/datasets/issues/3581
regCode
[ "bug", "enhancement" ]
[]
[ "Hi ! Currently it only works with local paths, file-like objects are not supported yet" ]
NONE
## Describe the bug Trying to create a dataset from a parquet file in S3. ## Steps to reproduce the bug ```python import s3fs from datasets import Dataset s3 = s3fs.S3FileSystem(anon=False) with s3.open(PATH_LTR_TOY_CLEAN_DATASET, 'rb') as s3file: dataset = Dataset.from_parquet(s3file) ``` ## Expe...