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,030,613,083
I_kwDODunzps49behb
3,112
OverflowError: There was an overflow in the <class 'pyarrow.lib.ListArray'>. Try to reduce writer_batch_size to have batches smaller than 2GB
open
2021-10-19T18:21:41
2021-10-19T18:52:29
https://github.com/huggingface/datasets/issues/3112
BenoitDalFerro
[ "bug" ]
[]
[ "I am very unsure on why you tagged me here. I am not a maintainer of the Datasets library and have no idea how to help you.", "fixed", "Ok got it, tensor full of NaNs, cf.\r\n\r\n~\\anaconda3\\envs\\xxx\\lib\\site-packages\\datasets\\arrow_writer.py in write_examples_on_file(self)\r\n315 # This check fails wit...
NONE
## Describe the bug Despite having batches way under 2Gb when running `datasets.map()`, after processing correctly the data of the first batch without fuss and irrespective of writer_batch_size (say 2,4,8,16,32,64 and 128 in my case), it returns the following error : > OverflowError: There was an overflow in the <c...
1,030,598,983
I_kwDODunzps49bbFH
3,111
concatenate_datasets removes ClassLabel typing.
closed
completed
2021-10-19T18:05:31
2021-10-21T14:50:21
2021-10-21T14:50:21Z
https://github.com/huggingface/datasets/issues/3111
Dref360
[ "bug" ]
[ "mariosasko" ]
[ "Something like this would fix it I think: https://github.com/huggingface/datasets/compare/master...Dref360:HF-3111/concatenate_types?expand=1" ]
CONTRIBUTOR
## Describe the bug When concatenating two datasets, we lose typing of ClassLabel columns. I can work on this if this is a legitimate bug, ## Steps to reproduce the bug ```python import datasets from datasets import Dataset, ClassLabel, Value, concatenate_datasets DS_LEN = 100 my_dataset = Dataset.from_...
1,029,098,843
I_kwDODunzps49Vs1b
3,105
download_mode=`force_redownload` does not work on removed datasets
open
2021-10-18T13:12:38
2021-10-22T09:36:10
https://github.com/huggingface/datasets/issues/3105
severo
[ "bug", "dataset-viewer" ]
[]
[]
COLLABORATOR
## Describe the bug If a cached dataset is removed from the library, I don't see how to delete it programmatically. I thought that using `force_redownload` would try to refresh the cache, then raise an exception, but it reuses the cache instead. ## Steps to reproduce the bug _requires to already have `wit` in ...
1,029,080,412
I_kwDODunzps49VoVc
3,104
Missing Zenodo 1.13.3 release
closed
completed
2021-10-18T12:57:18
2021-10-22T13:22:25
2021-10-22T13:22:24Z
https://github.com/huggingface/datasets/issues/3104
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[ "Zenodo has fixed on their side the 1.13.3 release: https://zenodo.org/record/5589150" ]
MEMBER
After `datasets` 1.13.3 release, this does not appear in Zenodo releases: https://zenodo.org/record/5570305 TODO: - [x] Contact Zenodo support - [x] Check it is fixed
1,029,067,062
I_kwDODunzps49VlE2
3,102
Unsuitable project description in PyPI
closed
completed
2021-10-18T12:45:00
2021-10-18T12:59:56
2021-10-18T12:59:56Z
https://github.com/huggingface/datasets/issues/3102
albertvillanova
[]
[ "albertvillanova" ]
[]
MEMBER
Currently, `datasets` project description appearing in PyPI shows the release instructions addressed to core maintainers: https://pypi.org/project/datasets/1.13.3/
1,028,338,078
I_kwDODunzps49SzGe
3,099
AttributeError: module 'huggingface_hub.hf_api' has no attribute 'DatasetInfo'
closed
completed
2021-10-17T14:17:47
2021-11-09T16:42:29
2021-11-09T16:42:28Z
https://github.com/huggingface/datasets/issues/3099
JTWang2000
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @JTWang2000, thanks for reporting.\r\n\r\nHowever, I cannot reproduce your reported bug:\r\n```python\r\n>>> from datasets import load_dataset\r\n\r\n>>> dataset = load_dataset(\"sst\", \"default\")\r\n>>> dataset\r\nDatasetDict({\r\n train: Dataset({\r\n features: ['sentence', 'label', 'tokens', 'tre...
NONE
## Describe the bug When using `pip install datasets` or use `conda install -c huggingface -c conda-forge datasets` cannot install datasets ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("sst", "default") ``` ## Actual results ---------------------------...
1,027,750,811
I_kwDODunzps49Qjub
3,097
`ModuleNotFoundError: No module named 'fsspec.exceptions'`
closed
completed
2021-10-15T19:34:38
2021-10-18T07:51:54
2021-10-18T07:51:54Z
https://github.com/huggingface/datasets/issues/3097
VictorSanh
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @VictorSanh.\r\n\r\nI'm fixing it." ]
CONTRIBUTOR
## Describe the bug I keep runnig into a fsspec ModuleNotFound error ## Steps to reproduce the bug ```python >>> from datasets import get_dataset_infos 2021-10-15 15:25:37.863206: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudar...
1,027,453,146
I_kwDODunzps49PbDa
3,095
`cast_column` makes audio decoding fail
closed
completed
2021-10-15T13:36:58
2023-04-07T09:43:20
2021-10-15T15:38:30Z
https://github.com/huggingface/datasets/issues/3095
patrickvonplaten
[ "bug" ]
[ "albertvillanova" ]
[ "cc @anton-l @albertvillanova ", "Thanks for reporting, @patrickvonplaten.\r\n\r\nI think the issue is related to mp3 resampling, not to `cast_column`.\r\n\r\nYou can check that `cast_column` works OK with non-mp3 audio files:\r\n```python\r\nfrom datasets import load_dataset\r\nimport datasets\r\nds = load_datas...
CONTRIBUTOR
## Describe the bug After changing the sampling rate automatic decoding fails. ## Steps to reproduce the bug ```python from datasets import load_dataset import datasets ds = load_dataset("common_voice", "ab", split="train") ds = ds.cast_column("audio", datasets.features.Audio(sampling_rate=16_000)) pr...
1,027,328,633
I_kwDODunzps49O8p5
3,094
Support loading a dataset from SQLite files
closed
completed
2021-10-15T10:58:41
2022-10-03T16:32:29
2022-10-03T16:32:29Z
https://github.com/huggingface/datasets/issues/3094
albertvillanova
[ "enhancement", "good second issue" ]
[]
[ "for reference Kaggle has a good number of open source datasets stored in sqlite\r\n\r\nAlternatively a tutorial or tool on how to convert from sqlite to parquet would be cool too", "Hello, could we leverage [`pandas.read_sql`](https://pandas.pydata.org/docs/reference/api/pandas.read_sql.html) for this? \r\n\r\nT...
MEMBER
As requested by @julien-c, we could eventually support loading a dataset from SQLite files, like it is the case for JSON/CSV files.
1,027,262,124
I_kwDODunzps49Osas
3,093
Error loading json dataset with multiple splits if keys in nested dicts have a different order
closed
completed
2021-10-15T09:33:25
2022-04-10T14:06:29
2022-04-10T14:06:29Z
https://github.com/huggingface/datasets/issues/3093
dthulke
[ "bug" ]
[]
[ "Hi, \r\n\r\neven Pandas, which is less strict compared to PyArrow when it comes to reading JSON, doesn't support different orderings:\r\n```python\r\nimport io\r\nimport pandas as pd\r\n\r\ns = \"\"\"\r\n{\"a\": {\"c\": 8, \"b\": 5}}\r\n{\"a\": {\"b\": 7, \"c\": 6}}\r\n\"\"\"\r\n\r\nbuffer = io.StringIO(s)\r\ndf =...
NONE
## Describe the bug Loading a json dataset with multiple splits that have nested dicts with keys in different order results in the error below. If the keys in the nested dicts always have the same order or even if you just load a single split in which the nested dicts don't have the same order, everything works fin...
1,027,251,530
I_kwDODunzps49Op1K
3,091
`blog_authorship_corpus` is broken
closed
completed
2021-10-15T09:20:40
2021-10-19T13:06:10
2021-10-19T12:50:39Z
https://github.com/huggingface/datasets/issues/3091
fdtomasi
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @fdtomasi, thanks for reporting.\r\n\r\nYou are right: the original host data URL does no longer exist.\r\n\r\nI've contacted the authors of the dataset to ask them if they host this dataset in another URL.", "Hi, @fdtomasi, the URL is fixed.\r\n\r\nThe fix is already in our master branch and it will be acces...
NONE
## Describe the bug The dataset `blog_authorship_corpus` is broken. By bypassing the checksum checks, the loading does not return any error but the resulting dataset is empty. I suspect it is because the data download url is broken (http://www.cs.biu.ac.il/~koppel/blogs/blogs.zip). ## Steps to reproduce the bug ...
1,026,973,360
I_kwDODunzps49Nl6w
3,089
JNLPBA Dataset
closed
completed
2021-10-15T01:16:02
2021-10-22T08:23:57
2021-10-22T08:23:57Z
https://github.com/huggingface/datasets/issues/3089
sciarrilli
[ "bug" ]
[]
[ "# Steps to reproduce\r\n\r\nTo reproduce:\r\n\r\n```python\r\nfrom datasets import load_dataset\r\ndataset = load_dataset('jnlpba')\r\n\r\ndataset['train'].features['ner_tags']\r\n```\r\nOutput:\r\n```python\r\nSequence(feature=ClassLabel(num_classes=3, names=['O', 'B', 'I'], names_file=None, id=None), length=-1, ...
NONE
## Describe the bug A clear and concise description of what the bug is. ## Steps to reproduce the bug ```python # Sample code to reproduce the bug ``` ## Expected results The dataset loading script for this dataset is incorrect. This is a biomedical dataset used for named entity recognition. The entities in ...
1,026,780,469
I_kwDODunzps49M201
3,087
Removing label column in a text classification dataset yields to errors
closed
completed
2021-10-14T20:12:50
2021-10-15T10:11:04
2021-10-15T10:11:04Z
https://github.com/huggingface/datasets/issues/3087
sgugger
[ "bug" ]
[]
[]
CONTRIBUTOR
## Describe the bug This looks like #3059 but it's not linked to the cache this time. Removing the `label` column from a text classification dataset and then performing any processing will result in an error. To reproduce: ```py from datasets import load_dataset from transformers import AutoTokenizer raw_da...
1,026,428,992
I_kwDODunzps49LhBA
3,084
VisibleDeprecationWarning when using `set_format("numpy")`
closed
completed
2021-10-14T13:53:01
2021-10-22T16:04:14
2021-10-22T16:04:14Z
https://github.com/huggingface/datasets/issues/3084
Rocketknight1
[ "bug" ]
[ "Rocketknight1", "lhoestq" ]
[ "I just opened a PR and I verified that the code you provided doesn't show any deprecation warning :)" ]
MEMBER
Code to reproduce: ``` from datasets import load_dataset dataset = load_dataset("glue", "mnli") from transformers import AutoTokenizer tokenizer = AutoTokenizer.from_pretrained('distilbert-base-cased') def tokenize_function(dataset): return tokenizer(dataset['premise']) tokenized_datasets = dataset....
1,026,397,062
I_kwDODunzps49LZOG
3,083
Datasets with Audio feature raise error when loaded from cache due to _resampler parameter
closed
completed
2021-10-14T13:23:53
2021-10-14T15:13:40
2021-10-14T15:13:40Z
https://github.com/huggingface/datasets/issues/3083
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug As reported by @patrickvonplaten, when loaded from the cache, datasets containing the Audio feature raise TypeError. ## Steps to reproduce the bug ```python from datasets import load_dataset # load first time works ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean") # ...
1,026,380,626
I_kwDODunzps49LVNS
3,080
Error related to timeout keyword argument
closed
completed
2021-10-14T13:10:58
2021-10-14T14:39:51
2021-10-14T14:39:51Z
https://github.com/huggingface/datasets/issues/3080
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug As reported by @patrickvonplaten, a TypeError is raised when trying to load a dataset. ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean") ``` ## Actual results ``` TypeError: dataset_info() got ...
1,026,113,484
I_kwDODunzps49KT_M
3,076
Error when loading a metric
closed
completed
2021-10-14T08:29:27
2021-10-14T09:14:55
2021-10-14T09:14:55Z
https://github.com/huggingface/datasets/issues/3076
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug As reported by @sgugger, after last release, exception is thrown when loading a metric. ## Steps to reproduce the bug ```python from datasets import load_metric metric = load_metric("squad_v2") ``` ## Actual results ``` FileNotFoundError Traceback (most recent ...
1,025,718,469
I_kwDODunzps49IzjF
3,073
Import error installing with ppc64le
closed
completed
2021-10-13T21:37:23
2021-10-14T16:35:46
2021-10-14T16:33:28Z
https://github.com/huggingface/datasets/issues/3073
gcervantes8
[ "bug" ]
[]
[ "This seems to be an issue with importing PyArrow so I posted the problem [here](https://issues.apache.org/jira/browse/ARROW-14323), and I'm closing this issue.\r\n" ]
NONE
## Describe the bug Installing the datasets library with a computer running with ppc64le seems to cause an issue when importing the datasets library. ``` python Python 3.6.13 | packaged by conda-forge | (default, Sep 23 2021, 07:37:44) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for...
1,024,893,493
I_kwDODunzps49FqI1
3,071
Custom plain text dataset, plain json dataset and plain csv dataset are remove from datasets template folder
closed
completed
2021-10-13T07:32:10
2021-10-13T08:27:04
2021-10-13T08:27:03Z
https://github.com/huggingface/datasets/issues/3071
zixiliuUSC
[ "dataset request" ]
[ "albertvillanova" ]
[ "Hi @zixiliuUSC, \r\n\r\nAs explained in the documentation (https://huggingface.co/docs/datasets/loading.html#json), we support loading any dataset in JSON (as well as CSV, text, Parquet) format:\r\n```python\r\nds = load_dataset('json', data_files='my_file.json')\r\n```" ]
NONE
## Adding a Dataset - **Name:** text, json, csv - **Description:** I am developing a customized dataset loading script. The problem is mainly about my custom dataset is seperate into many files and I only find a dataset loading template in [https://github.com/huggingface/datasets/blob/1.2.1/datasets/json/json.py](ht...
1,024,818,680
I_kwDODunzps49FX34
3,069
CI fails on Windows with FileNotFoundError when stting up s3_base fixture
closed
completed
2021-10-13T05:52:26
2021-10-13T08:05:49
2021-10-13T06:49:48Z
https://github.com/huggingface/datasets/issues/3069
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug After commit 9353fc863d0c99ab0427f83cc5a4f04fcf52f1df, the CI fails on Windows with FileNotFoundError when stting up s3_base fixture. See: https://app.circleci.com/pipelines/github/huggingface/datasets/8151/workflows/5db8d154-badd-4d3d-b202-ca7a318997a2/jobs/50321 Error summary: ``` ERROR tes...
1,023,900,075
I_kwDODunzps49B3mr
3,064
Make `interleave_datasets` more robust
open
2021-10-12T14:34:53
2022-07-30T08:47:26
https://github.com/huggingface/datasets/issues/3064
sbmaruf
[ "enhancement" ]
[]
[ "Hi @lhoestq Any response on this issue?", "Hi ! Sorry for the late response\r\n\r\nI agree `interleave_datasets` would benefit a lot from having more flexibility. If I understand correctly it would be nice to be able to define stopping strategies like `stop=\"first_exhausted\"` (default) or `stop=\"all_exhauste...
NONE
**Is your feature request related to a problem? Please describe.** Right now there are few hiccups using `interleave_datasets`. Interleaved dataset iterates until the smallest dataset completes it's iterator. In this way larger datasets may not complete full epoch of iteration. It creates new problems in calculation...
1,023,588,297
I_kwDODunzps49ArfJ
3,063
Windows CI is unable to test streaming properly because of SSL issues
closed
completed
2021-10-12T09:33:40
2022-08-24T14:59:29
2022-08-24T14:59:29Z
https://github.com/huggingface/datasets/issues/3063
lhoestq
[ "streaming" ]
[]
[ "I think this problem is already fixed:\r\n```python\r\nIn [4]: import fsspec\r\n ...:\r\n ...: url = \"https://moon-staging.huggingface.co/datasets/__DUMMY_TRANSFORMERS_USER__/my-dataset-16242824690709/resolve/main/.gitattributes\"\r\n ...:\r\n ...: fsspec.open(url).open()\r\nOut[4]: <File-like object HTTP...
MEMBER
In https://github.com/huggingface/datasets/pull/3041 the windows tests were skipped because of SSL issues with moon-staging.huggingface.co:443 The issue appears only on windows with asyncio. On Linux it works. With requests it works as well. And with the production environment huggingface.co it also works. to rep...
1,023,103,119
I_kwDODunzps48-1CP
3,061
Feature request : add leave=True to dataset.map to enable tqdm nested bars (and whilst we're at it couldn't we get a way to access directly tqdm underneath?)
open
2021-10-11T20:49:49
2021-10-22T09:34:10
https://github.com/huggingface/datasets/issues/3061
BenoitDalFerro
[ "enhancement" ]
[]
[ "@lhoestq, @albertvillanova can we have `**tqdm_kwargs` in `map`? If there are any fields that are important to our tqdm (like iterable or unit), we can pop them before initialising the tqdm object so as to avoid duplicity.", "Hi ! Sounds like a good idea :)\r\n\r\nAlso I think it would be better to have this as ...
NONE
**A clear and concise description of what you want to happen.** It would be so nice to be able to nest HuggingFace `Datasets.map() ` progress bars in the grander scheme of things and whilst we're at it why not other functions. **Describe alternatives you've considered** By the way is there not a way to directl...
1,022,936,396
I_kwDODunzps48-MVM
3,060
load_dataset('openwebtext') yields "Compressed file ended before the end-of-stream marker was reached"
closed
completed
2021-10-11T17:05:27
2021-10-28T05:52:21
2021-10-28T05:52:21Z
https://github.com/huggingface/datasets/issues/3060
RylanSchaeffer
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @RylanSchaeffer, thanks for reporting.\r\n\r\nI'm sorry, but I was not able to reproduce your problem.\r\n\r\nNormally, the reason for this type of error is that, during your download of the data files, this was not fully complete.\r\n\r\nCould you please try to load the dataset again but forcing its redownload...
NONE
## Describe the bug When I try `load_dataset('openwebtext')`, I receive a "EOFError: Compressed file ended before the end-of-stream marker was reached" error. ## Steps to reproduce the bug ``` from datasets import load_dataset dataset = load_dataset('openwebtext') ``` ## Expected results I expect the `datas...
1,022,612,664
I_kwDODunzps4889S4
3,058
Dataset wikipedia and Bookcorpusopen cannot be fetched from dataloader.
closed
completed
2021-10-11T11:54:59
2022-01-19T14:03:49
2022-01-19T14:03:49Z
https://github.com/huggingface/datasets/issues/3058
hobbitlzy
[ "bug" ]
[]
[ "Hi ! I think this issue is more related to the `transformers` project. Could you open an issue on https://github.com/huggingface/transformers ?\r\n\r\nAnyway I think the issue could be that both wikipedia and bookcorpusopen have an additional \"title\" column, contrary to wikitext which only has a \"text\" column....
NONE
## Describe the bug I have used the previous version of `transformers` and `datasets`. The dataset `wikipedia` can be successfully used. Recently, I upgrade them to the newest version and find it raises errors. I also tried other datasets. The `wikitext` works and the `bookcorpusopen` raises the same errors as `wikipe...
1,022,508,315
I_kwDODunzps488j0b
3,057
Error in per class precision computation
closed
completed
2021-10-11T10:05:19
2021-10-11T10:17:44
2021-10-11T10:16:16Z
https://github.com/huggingface/datasets/issues/3057
tidhamecha2
[ "bug" ]
[]
[ "Hi @tidhamecha2, thanks for reporting.\r\n\r\nIndeed, we fixed this issue just one week ago: #3008\r\n\r\nThe fix will be included in our next version release.\r\n\r\nIn the meantime, you can incorporate the fix by installing `datasets` from the master branch:\r\n```\r\npip install -U git+ssh://git@github.com/hugg...
NONE
## Describe the bug When trying to get the per class precision values by providing `average=None`, following error is thrown `ValueError: can only convert an array of size 1 to a Python scalar` ## Steps to reproduce the bug ```python from datasets import load_dataset, load_metric precision_metric = load_metric("...
1,022,319,238
I_kwDODunzps4871qG
3,055
CI test suite fails after meteor metric update
closed
completed
2021-10-11T06:37:12
2021-10-11T07:30:31
2021-10-11T07:30:31Z
https://github.com/huggingface/datasets/issues/3055
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug CI test suite fails: https://app.circleci.com/pipelines/github/huggingface/datasets/8110/workflows/f059ba43-9154-4632-bebb-82318447ddc9/jobs/50010 Stack trace: ``` ___________________ LocalMetricTest.test_load_metric_meteor ____________________ [gw1] linux -- Python 3.6.15 /home/circleci/.pye...
1,022,076,905
I_kwDODunzps4866fp
3,053
load_dataset('the_pile_openwebtext2') produces ArrowInvalid, value too large to fit in C integer type
closed
completed
2021-10-10T19:55:21
2023-02-24T14:02:20
2023-02-24T14:02:20Z
https://github.com/huggingface/datasets/issues/3053
davidbau
[ "bug" ]
[]
[ "I encountered the same bug using different datasets.\r\nany suggestions?", "+1, can reproduce here!", "I get the same error\r\nPlatform: Windows 10\r\nPython: python 3.8.8\r\nPyArrow: 5.0", "I was getting a similar error `pyarrow.lib.ArrowInvalid: Integer value 528 not in range: -128 to 127` - AFAICT, this i...
NONE
## Describe the bug When loading `the_pile_openwebtext2`, we get the error `pyarrow.lib.ArrowInvalid: Value 2111 too large to fit in C integer type` ## Steps to reproduce the bug ```python import datasets ds = datasets.load_dataset('the_pile_openwebtext2') ``` ## Expected results Should download the dataset...
1,021,944,435
I_kwDODunzps486aJz
3,052
load_dataset cannot download the data and hangs on forever if cache dir specified
closed
completed
2021-10-10T10:31:36
2021-10-11T10:57:09
2021-10-11T10:56:36Z
https://github.com/huggingface/datasets/issues/3052
BenoitDalFerro
[ "bug" ]
[]
[ "Issue was environment inconsistency, updating packages did the trick\r\n\r\n`conda install -c huggingface -c conda-forge datasets`\r\n\r\n> Collecting package metadata (current_repodata.json): done\r\n> Solving environment: |\r\n> The environment is inconsistent, please check the package plan carefully\r\n> The fo...
NONE
## Describe the bug After updating datasets, a code that ran just fine for ages began to fail. Specifying _datasets.load_dataset_'s _cache_dir_ optional argument on Windows 10 machine results in data download to hang on forever. Same call without cache_dir works just fine. Surprisingly exact same code just runs perfec...
1,021,852,234
I_kwDODunzps486DpK
3,051
Non-Matching Checksum Error with crd3 dataset
closed
completed
2021-10-10T01:32:43
2022-03-15T15:54:26
2022-03-15T15:54:26Z
https://github.com/huggingface/datasets/issues/3051
RylanSchaeffer
[ "bug" ]
[ "albertvillanova" ]
[ "I got the same error for another dataset (`multi_woz_v22`):\r\n\r\n```\r\ndatasets.utils.info_utils.NonMatchingChecksumError: Checksums didn't match for dataset source files:\r\n['https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dialog_acts.json', 'https://github.com/budzianowski/multiwoz/raw/...
NONE
## Describe the bug When I try loading the crd3 dataset (https://huggingface.co/datasets/crd3), an error is thrown. ## Steps to reproduce the bug ```python dataset = load_dataset('crd3', split='train') ``` ## Expected results I expect no error to be thrown. ## Actual results A non-matching checksum err...
1,021,770,008
I_kwDODunzps485vkY
3,049
TimeoutError during streaming
closed
completed
2021-10-09T18:06:51
2021-10-11T09:35:38
2021-10-11T09:35:38Z
https://github.com/huggingface/datasets/issues/3049
borisdayma
[ "bug" ]
[]
[]
CONTRIBUTOR
## Describe the bug I got a TimeoutError after streaming for about 10h. ## Steps to reproduce the bug Very long code but we could do a test of streaming indefinitely data, though error may take a while to appear. ## Expected results This error was not expected in the code which considers only `ClientError` but...
1,021,765,661
I_kwDODunzps485ugd
3,048
Identify which shard data belongs to
open
2021-10-09T17:46:35
2021-10-09T20:24:17
https://github.com/huggingface/datasets/issues/3048
borisdayma
[ "enhancement" ]
[]
[ "Independently of this I think it raises the need to allow multiprocessing during streaming so that we get samples from multiple shards in one batch." ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** I'm training on a large dataset made of multiple sub-datasets. During training I can observe some jumps in loss which may correspond to different shards. ![image](https://user-images.githubusercontent.com/715491/136668758-521263aa-a9b2-4ad2-8d22-...
1,021,360,616
I_kwDODunzps484Lno
3,047
Loading from cache a dataset for LM built from a text classification dataset sometimes errors
closed
completed
2021-10-08T18:23:11
2021-11-03T17:13:08
2021-11-03T17:13:08Z
https://github.com/huggingface/datasets/issues/3047
sgugger
[ "bug" ]
[ "lhoestq" ]
[ "This has been fixed in 1.15, let me know if you still have this issue" ]
CONTRIBUTOR
## Describe the bug Yes, I know, that description sucks. So the problem is arising in the course when we build a masked language modeling dataset using the IMDB dataset. To reproduce (or try since it's a bit fickle). Create a dataset for masled-language modeling from the IMDB dataset. ```python from datasets ...
1,020,869,778
I_kwDODunzps482TyS
3,044
Inconsistent caching behaviour when using `Dataset.map()` with a `new_fingerprint` and `num_proc>1`
open
2021-10-08T09:07:10
2025-03-04T07:16:00
https://github.com/huggingface/datasets/issues/3044
vlievin
[ "bug" ]
[]
[ "Following the discussion in #3045 if would be nice to have a way to let users have a nice experience with caching even if the function is not hashable.\r\n\r\nCurrently a workaround is to make the function picklable. This can be done by implementing a callable class instead, that can be pickled using by implementi...
NONE
## Describe the bug Caching does not work when using `Dataset.map()` with: 1. a function that cannot be deterministically fingerprinted 2. `num_proc>1` 3. using a custom fingerprint set with the argument `new_fingerprint`. This means that the dataset will be mapped with the function for each and every call, w...
1,020,252,114
I_kwDODunzps48z8_S
3,043
Add PASS dataset
closed
completed
2021-10-07T16:43:43
2022-01-20T16:50:47
2022-01-20T16:50:47Z
https://github.com/huggingface/datasets/issues/3043
osanseviero
[ "dataset request", "vision" ]
[ "mariosasko" ]
[]
CONTRIBUTOR
## Adding a Dataset - **Name:** PASS - **Description:** An ImageNet replacement for self-supervised pretraining without humans - **Data:** https://www.robots.ox.ac.uk/~vgg/research/pass/ https://github.com/yukimasano/PASS Instructions to add a new dataset can be found [here](https://github.com/huggingface/dataset...
1,018,782,475
I_kwDODunzps48uWML
3,040
[save_to_disk] Using `select()` followed by `save_to_disk` saves complete dataset making it hard to create dummy dataset
closed
completed
2021-10-06T17:08:47
2021-11-02T15:41:08
2021-11-02T15:41:08Z
https://github.com/huggingface/datasets/issues/3040
patrickvonplaten
[ "bug" ]
[ "albertvillanova", "lhoestq" ]
[ "Hi,\r\n\r\nthe `save_to_disk` docstring explains that `flatten_indices` has to be called on a dataset before saving it to save only the shard/slice of the dataset.", "That works! Thansk!\r\n\r\nMight be worth doing that automatically actually in case the `save_to_disk` is called on a dataset that has an indices ...
CONTRIBUTOR
## Describe the bug When only keeping a dummy size of a dataset (say the first 100 samples), and then saving it to disk to upload it in the following to the hub for easy demo/use - not just the small dataset is saved but the whole dataset with an indices file. The problem with this is that the dataset is still very...
1,017,687,944
I_kwDODunzps48qK-I
3,036
Protect master branch to force contributions via Pull Requests
closed
completed
2021-10-06T07:34:17
2021-10-07T06:51:47
2021-10-07T06:49:52Z
https://github.com/huggingface/datasets/issues/3036
albertvillanova
[ "enhancement" ]
[]
[ "It would be nice to protect the master from direct commits, but still having a way to merge our own PRs when no review is required (for example when updating a dataset_infos.json file, or minor bug fixes - things that happen quite often actually).\r\nDo you know if there's a way ?", "you can if you're an admin o...
MEMBER
In order to have a clearer Git history in the master branch, I propose to protect it so that all contributions must be done through a Pull Request and no direct commits to master are allowed. - The Pull Request allows to give context, discuss any potential issues and improve the quality of the contribution - The Pull...
1,016,770,071
I_kwDODunzps48mq4X
3,035
`load_dataset` does not work with uploaded arrow file
open
2021-10-05T20:15:10
2021-10-06T17:01:37
https://github.com/huggingface/datasets/issues/3035
patrickvonplaten
[ "enhancement" ]
[ "albertvillanova", "lhoestq" ]
[ "Hi ! This is not a bug, this is simply not implemented.\r\n`save_to_disk` is for on-disk serialization and was not made compatible for the Hub.\r\nThat being said, I agree we actually should make it work with the Hub x)", "cc @LysandreJik maybe we can solve this at the same time as adding `push_to_hub`" ]
CONTRIBUTOR
## Describe the bug I've preprocessed and uploaded a dataset here: https://huggingface.co/datasets/ami-wav2vec2/ami_headset_single_preprocessed . The dataset is in `.arrow` format. The dataset can correctly be loaded when doing: ```bash git lfs install git clone https://huggingface.co/datasets/ami-wav2vec2/a...
1,016,759,202
I_kwDODunzps48moOi
3,034
Errors loading dataset using fs = a gcsfs.GCSFileSystem
open
2021-10-05T20:07:08
2021-10-05T20:26:39
https://github.com/huggingface/datasets/issues/3034
dconatha
[ "bug" ]
[]
[]
NONE
## Describe the bug Cannot load dataset using a `gcsfs.GCSFileSystem`. I'm not sure if this should be a bug in `gcsfs` or here... Basically what seems to be happening is that since datasets saves datasets as folders and folders aren't "real objects" in gcs, gcsfs raises a 404 error. There are workarounds if you...
1,016,488,475
I_kwDODunzps48lmIb
3,032
Error when loading private dataset with "data_files" arg
closed
completed
2021-10-05T15:46:27
2021-10-12T15:26:22
2021-10-12T15:25:46Z
https://github.com/huggingface/datasets/issues/3032
borisdayma
[ "bug" ]
[]
[ "We'll do a release tomorrow or on wednesday to make the fix available :)\r\n\r\nThanks for reproting !" ]
CONTRIBUTOR
## Describe the bug A clear and concise description of what the bug is. Private datasets with no loading script can't be loaded using `data_files` parameter. ## Steps to reproduce the bug ```python from datasets import load_dataset data_files = {"train": "**/train/*/*.jsonl", "valid": "**/valid/*/*.jsonl"} d...
1,016,150,117
I_kwDODunzps48kThl
3,027
Resolve data_files by split name
closed
completed
2021-10-05T10:24:36
2021-11-05T17:49:58
2021-11-05T17:49:57Z
https://github.com/huggingface/datasets/issues/3027
lhoestq
[]
[ "lhoestq" ]
[ "Awesome @lhoestq I like the proposal and it works great on my JSON community dataset. Here is the [log](https://gist.github.com/vblagoje/714babc325bcbdd5de579fd8e1648892). ", "From my discussion with @borisdayma it would be more general the files match if their paths contains the split name - not only if the fil...
MEMBER
This issue is about discussing the default behavior when someone loads a dataset that consists in data files. For example: ```python load_dataset("lhoestq/demo1") ``` should return two splits "train" and "test" since the dataset repostiory is like ``` data/ ├── train.csv └── test.csv ``` Currently it returns ...
1,016,052,911
I_kwDODunzps48j7yv
3,024
Windows test suite fails
closed
completed
2021-10-05T08:46:46
2021-10-05T09:58:27
2021-10-05T09:58:27Z
https://github.com/huggingface/datasets/issues/3024
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug There is an error during installation of tests dependencies for Windows: https://app.circleci.com/pipelines/github/huggingface/datasets/7981/workflows/9b6a0114-2b8e-4069-94e5-e844dbbdba4e/jobs/49206 ``` ERROR: Cannot uninstall 'ruamel-yaml'. It is a distutils installed project and thus we can...
1,015,311,877
I_kwDODunzps48hG4F
3,018
Support multiple zipped CSV data files
open
2021-10-04T15:16:59
2021-10-05T14:32:57
https://github.com/huggingface/datasets/issues/3018
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[ "@lhoestq I would like to draw your attention to the proposed API by @lewtun, using `data_dir` to pass the ZIP URL.\r\n\r\nI'm not totally convinced with this... What do you think?\r\n\r\nMaybe we could discuss other approaches...\r\n\r\nOne brainstorming idea: what about using URL chaining with the hop operator in...
MEMBER
As requested by @lewtun, support loading multiple zipped CSV data files. ```python from datasets import load_dataset url = "https://domain.org/filename.zip" data_files = {"train": "train_filename.csv", "test": "test_filename.csv"} dataset = load_dataset("csv", data_dir=url, data_files=data_files) ```
1,014,960,419
I_kwDODunzps48fxEj
3,013
Improve `get_dataset_infos`?
closed
completed
2021-10-04T09:47:04
2022-02-21T15:57:10
2022-02-21T15:57:10Z
https://github.com/huggingface/datasets/issues/3013
severo
[ "question", "dataset-viewer" ]
[]
[ "To keeps things simple maybe we should use `load_dataset_builder` in `get_dataset_infos`.\r\n`load_dataset_builder` instantiates a builder and runs the _infos() method in order to give you the most up-to-date infos, even if the dataset_infos.json is outdated or missing." ]
COLLABORATOR
Using the dedicated function `get_dataset_infos` on a dataset that has no dataset-info.json file returns an empty info: ``` >>> from datasets import get_dataset_infos >>> get_dataset_infos('wit') {} ``` While it's totally possible to get it (regenerate it) with: ``` >>> from datasets import load_dataset_b...
1,014,935,713
I_kwDODunzps48frCh
3,011
load_dataset_builder should error if "name" does not exist?
open
2021-10-04T09:20:46
2022-09-20T13:05:07
https://github.com/huggingface/datasets/issues/3011
severo
[ "bug", "dataset-viewer" ]
[]
[ "Yes I think it should raise an error. Currently it looks like it instantiates a custom configuration with the name given by the user:\r\nhttps://github.com/huggingface/datasets/blob/ba27ce33bf568374cf23a07669fdd875b5718bc2/src/datasets/builder.py#L391-L397" ]
COLLABORATOR
``` import datasets as ds builder = ds.load_dataset_builder('sent_comp', name="doesnotexist") builder.info.config_name ``` returns ``` 'doesnotexist' ``` Shouldn't it raise an error instead? For this dataset, the only valid values for `name` should be: `"default"` or `None` (ie. argument not passed)
1,014,918,470
I_kwDODunzps48fm1G
3,010
Chain filtering is leaking
closed
completed
2021-10-04T09:04:55
2022-06-01T17:36:44
2022-06-01T17:36:44Z
https://github.com/huggingface/datasets/issues/3010
DrMatters
[ "bug" ]
[ "lhoestq" ]
[ "### Update:\r\nI wrote a bit cleaner code snippet (without transforming to json) that can expose leaking.\r\n```python\r\nimport datasets\r\nimport json\r\n\r\nitems = ['ab', 'c', 'df']\r\n\r\nds = datasets.Dataset.from_dict({'col': items})\r\nprint(list(ds))\r\n# > Prints: [{'col': 'ab'}, {'col': 'c'}, {'col': 'd...
NONE
## Describe the bug As there's no support for lists within dataset fields, I convert my lists to json-string format. However, the bug described is occurring even when the data format is 'string'. These samples show that filtering behavior diverges from what's expected when chaining filterings. On sample 2 the second...
1,014,615,420
I_kwDODunzps48ec18
3,005
DatasetDict.filter and Dataset.filter crashes with any "fn_kwargs" argument
closed
completed
2021-10-04T00:49:29
2021-10-11T10:18:01
2021-10-04T08:46:13Z
https://github.com/huggingface/datasets/issues/3005
DrMatters
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @DrMatters, thanks for reporting.\r\n\r\nThis issue was fixed 14 days ago: #2950.\r\n\r\nCurrently, the fix is only in the master branch and will be made available in our next library release.\r\n\r\nIn the meantime, you can incorporate the fix by installing datasets from the master branch:\r\n```shell\r\npip i...
NONE
## Describe the bug The ".filter" method of DatasetDict or Dataset objects fails when passing any "fn_kwargs" argument ## Steps to reproduce the bug ```python import datasets example_dataset = datasets.Dataset.from_dict({"a": {1, 2, 3, 4}}) def filter_value(example, value): return example['a'] == value...
1,013,372,871
I_kwDODunzps48ZtfH
2,998
cannot shuffle dataset loaded from disk
open
2021-10-01T13:49:52
2021-10-01T13:49:52
https://github.com/huggingface/datasets/issues/2998
pya25
[ "bug" ]
[]
[]
NONE
## Describe the bug dataset loaded from disk cannot be shuffled. ## Steps to reproduce the bug ``` my_dataset = load_from_disk('s3://my_file/validate', fs=s3) sample = my_dataset.select(range(100)).shuffle(seed=1234) ``` ## Actual results ``` sample = my_dataset .select(range(100)).shuffle(seed=1234) ...
1,013,270,069
I_kwDODunzps48ZUY1
2,997
Dataset has incorrect labels
closed
completed
2021-10-01T12:09:06
2021-10-01T15:32:00
2021-10-01T13:54:34Z
https://github.com/huggingface/datasets/issues/2997
heiko-hotz
[]
[]
[ "Hi @marshmellow77, thanks for reporting.\r\n\r\nThat issue is fixed since `datasets` version 1.9.0 (see 16bc665f2753677c765011ef79c84e55486d4347).\r\n\r\nPlease, update `datasets` with: `pip install -U datasets`", "Thanks. Please note that the dataset explorer (https://huggingface.co/datasets/viewer/?dataset=tur...
NONE
The dataset https://huggingface.co/datasets/turkish_product_reviews has incorrect labels - all reviews are labelled with "1" (positive sentiment). None of the reviews is labelled with "0". See screenshot attached: ![Capture](https://user-images.githubusercontent.com/63367770/135617428-14ce0b27-5208-4e66-a3ee-71542e3...
1,012,702,665
I_kwDODunzps48XJ3J
2,993
Can't download `trivia_qa/unfiltered`
closed
completed
2021-09-30T23:00:18
2021-10-01T19:07:23
2021-10-01T19:07:22Z
https://github.com/huggingface/datasets/issues/2993
VictorSanh
[ "bug" ]
[ "lhoestq" ]
[ "wooo that was fast! thank you @lhoestq !\r\nit is able to process now, though it's ignoring all files and ending up with 0 examples now haha :/\r\n\r\nFor subset \"unfiltered\":\r\n```python\r\n>>> load_dataset(\"trivia_qa\", \"unfiltered\")\r\nDownloading and preparing dataset trivia_qa/unfiltered (download: 3.07...
CONTRIBUTOR
## Describe the bug For some reason, I can't download `trivia_qa/unfilted`. A file seems to be missing... I am able to see it fine though the viewer tough... ## Steps to reproduce the bug ```python >>> from datasets import load_dataset >>> load_dataset("trivia_qa", "unfiltered") Downloading and preparing data...
1,012,174,823
I_kwDODunzps48VI_n
2,991
add docmentation for the `Unix style pattern` matching feature that can be leverage for `data_files` into `load_dataset`
open
2021-09-30T13:22:01
2021-09-30T13:22:01
https://github.com/huggingface/datasets/issues/2991
SaulLu
[ "enhancement" ]
[]
[]
CONTRIBUTOR
Unless I'm mistaken, it seems that in the new documentation it is no longer mentioned that you can use Unix style pattern matching in the `data_files` argument of the `load_dataset` method. This feature was mentioned [here](https://huggingface.co/docs/datasets/loading_datasets.html#from-a-community-dataset-on-the-h...
1,011,148,017
I_kwDODunzps48ROTx
2,988
IndexError: Invalid key: 14 is out of bounds for size 0
closed
completed
2021-09-29T16:04:24
2022-04-10T14:49:49
2022-04-10T14:49:49Z
https://github.com/huggingface/datasets/issues/2988
dorost1234
[ "bug" ]
[]
[ "Hi ! Could you check the length of the `self.dataset` object (i.e. the Dataset object passed to the data loader) ? It looks like the dataset is empty.\r\nNot sure why the SWA optimizer would cause this though.", "Any updates on this? \r\nThe same error occurred to me too when running `cardiffnlp/twitter-roberta-...
NONE
## Describe the bug A clear and concise description of what the bug is. Hi. I am trying to implement stochastic weighted averaging optimizer with transformer library as described here https://pytorch.org/blog/pytorch-1.6-now-includes-stochastic-weight-averaging/ , for this I am using a run_clm.py codes which is wor...
1,011,026,141
I_kwDODunzps48Qwjd
2,987
ArrowInvalid: Can only convert 1-dimensional array values
closed
completed
2021-09-29T14:18:52
2021-10-01T13:57:45
2021-10-01T13:57:45Z
https://github.com/huggingface/datasets/issues/2987
NielsRogge
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @NielsRogge, thanks for reporting!\r\n\r\nIn `datasets`, we were handling N-dimensional arrays only when passed as an instance of `np.array`, not when passed as a list of `np.array`s.\r\n\r\nI'm fixing it." ]
CONTRIBUTOR
## Describe the bug For the ViT and LayoutLMv2 demo notebooks in my [Transformers-Tutorials repo](https://github.com/NielsRogge/Transformers-Tutorials), people reported an ArrowInvalid issue after applying the following function to a Dataset: ``` def preprocess_data(examples): images = [Image.open(path).conve...
1,010,484,326
I_kwDODunzps48OsRm
2,984
Exceeded maximum rows when reading large files
closed
completed
2021-09-29T04:49:22
2021-10-12T06:05:42
2021-10-12T06:05:42Z
https://github.com/huggingface/datasets/issues/2984
zijwang
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @zijwang, thanks for reporting this issue.\r\n\r\nYou did not mention which `datasets` version you are using, but looking at the code in the stack trace, it seems you are using an old version.\r\n\r\nCould you please update `datasets` (`pip install -U datasets`) and check if the problem persists?" ]
NONE
## Describe the bug A clear and concise description of what the bug is. When using `load_dataset` with json files, if the files are too large, there will be "Exceeded maximum rows" error. ## Steps to reproduce the bug ```python dataset = load_dataset('json', data_files=data_files) # data files have 3M rows in a ...
1,009,873,482
I_kwDODunzps48MXJK
2,980
OpenSLR 25: ASR data for Amharic, Swahili and Wolof
open
2021-09-28T15:04:36
2021-09-29T17:25:14
https://github.com/huggingface/datasets/issues/2980
cdleong
[ "dataset request" ]
[]
[ "Whoever handles this just needs to: \r\n\r\n- [ ] fork the HuggingFace Datasets repo\r\n- [ ] update the [existing dataset script](https://github.com/huggingface/datasets/blob/master/datasets/openslr/openslr.py) to add SLR25. Lots of copypasting from other sections of the script should make that easy. \r\nAmharic ...
CONTRIBUTOR
## Adding a Dataset - **Name:** *SLR25* - **Description:** *Subset 25 from OpenSLR. Other subsets have been added to https://huggingface.co/datasets/openslr, 25 covers Amharic, Swahili and Wolof data* - **Paper:** *https://www.openslr.org/25/ has citations for each of the three subsubsets. * - **Data:** *Currently ...
1,009,634,147
I_kwDODunzps48Lctj
2,979
ValueError when computing f1 metric with average None
closed
completed
2021-09-28T11:34:53
2021-10-01T14:17:38
2021-10-01T14:17:38Z
https://github.com/huggingface/datasets/issues/2979
asofiaoliveira
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @asofiaoliveira, thanks for reporting.\r\n\r\nI'm fixing it." ]
CONTRIBUTOR
## Describe the bug When I try to compute the f1 score for each class in a multiclass classification problem, I get a ValueError. The same happens with recall and precision. I traced the error to the `.item()` in these scripts, which is probably there for the other averages. E.g. from f1.py: ```python return { ...
1,009,521,419
I_kwDODunzps48LBML
2,978
Run CI tests against non-production server
open
2021-09-28T09:41:26
2021-09-28T15:23:50
https://github.com/huggingface/datasets/issues/2978
albertvillanova
[]
[]
[ "Hey @albertvillanova could you provide more context, including extracts from the discussion we had ?\r\n\r\nLet's ping @Pierrci @julien-c and @n1t0 for their opinion about that", "@julien-c increased the huggingface.co production workers in order to see if it solve [the 502 you had this morning](https://app.circ...
MEMBER
Currently, the CI test suite performs requests to the HF production server. As discussed with @elishowk, we should refactor our tests to use the HF staging server instead, like `huggingface_hub` and `transformers`.
1,009,378,692
I_kwDODunzps48KeWE
2,977
Impossible to load compressed csv
closed
completed
2021-09-28T07:18:54
2021-10-01T15:53:16
2021-10-01T15:53:15Z
https://github.com/huggingface/datasets/issues/2977
Valahaar
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @Valahaar, thanks for reporting and for your investigation about the source cause.\r\n\r\nYou are right and that commit prevents `pandas` from inferring the compression. On the other hand, @lhoestq did that change to support loading that dataset in streaming mode. \r\n\r\nI'm fixing it." ]
CONTRIBUTOR
## Describe the bug It is not possible to load from a compressed csv anymore. ## Steps to reproduce the bug ```python load_dataset('csv', data_files=['/path/to/csv.bz2']) ``` ## Problem and possible solution This used to work, but the commit that broke it is [this one](https://github.com/huggingface/datasets...
1,008,647,889
I_kwDODunzps48Hr7R
2,976
Can't load dataset
closed
completed
2021-09-27T21:38:14
2024-04-08T03:27:29
2021-09-28T06:53:01Z
https://github.com/huggingface/datasets/issues/2976
mskovalova
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @mskovalova, \r\n\r\nSome datasets have multiple configurations. Therefore, in order to load them, you have to specify both the *dataset name* and the *configuration name*.\r\n\r\nIn the error message you got, you have a usage example:\r\n- To load the 'wikitext-103-raw-v1' configuration of the 'wikitext' datas...
NONE
I'm trying to load a wikitext dataset ``` from datasets import load_dataset raw_datasets = load_dataset("wikitext") ``` ValueError: Config name is missing. Please pick one among the available configs: ['wikitext-103-raw-v1', 'wikitext-2-raw-v1', 'wikitext-103-v1', 'wikitext-2-v1'] Example of usage: `load_d...
1,007,808,714
I_kwDODunzps48EfDK
2,972
OSError: Not enough disk space.
closed
completed
2021-09-27T07:41:22
2024-12-04T02:56:19
2021-09-28T06:43:15Z
https://github.com/huggingface/datasets/issues/2972
qqaatw
[ "bug" ]
[ "albertvillanova" ]
[ "Maybe we can change the disk space calculating API from `shutil.disk_usage` to `os.statvfs` in UNIX-like system, which can provide correct results.\r\n```\r\nstatvfs = os.statvfs('path')\r\navail_space_bytes = statvfs.f_frsize * statvfs.f_bavail\r\n```", "Hi @qqaatw, thanks for reporting.\r\n\r\nCould you pleas...
CONTRIBUTOR
## Describe the bug I'm trying to download `natural_questions` dataset from the Internet, and I've specified the cache_dir which locates in a mounted disk and has enough disk space. However, even though the space is enough, the disk space checking function still reports the space of root `/` disk having no enough spac...
1,007,696,522
I_kwDODunzps48EDqK
2,971
masakhaner dataset load problem
closed
completed
2021-09-27T04:59:07
2021-09-27T12:59:59
2021-09-27T12:59:59Z
https://github.com/huggingface/datasets/issues/2971
huu4ontocord
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @ontocord. We are fixing the wrong metadata." ]
CONTRIBUTOR
## Describe the bug Masakhaner dataset is not loading ## Steps to reproduce the bug ``` from datasets import load_dataset dataset = load_dataset("masakhaner",'amh') ``` ## Expected results Expected the return of a dataset ## Actual results ``` NonMatchingSplitsSizesError Traceback (mo...
1,007,340,089
I_kwDODunzps48Cso5
2,970
Magnet’s
closed
completed
2021-09-26T09:50:29
2021-09-26T10:38:59
2021-09-26T10:38:59Z
https://github.com/huggingface/datasets/issues/2970
rcacho172
[ "dataset request" ]
[]
[]
NONE
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
1,007,217,867
I_kwDODunzps48COzL
2,969
medical-dialog error
closed
completed
2021-09-25T23:08:44
2024-01-08T09:55:12
2021-10-11T07:46:42Z
https://github.com/huggingface/datasets/issues/2969
smeyerhot
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @smeyerhot, thanks for reporting.\r\n\r\nYou are right: there is an issue with the dataset metadata. I'm fixing it.\r\n\r\nIn the meantime, you can circumvent the issue by passing `ignore_verifications=True`:\r\n```python\r\nraw_datasets = load_dataset(\"medical_dialog\", \"en\", split=\"train\", download_mode=...
NONE
## Describe the bug A clear and concise description of what the bug is. When I attempt to download the huggingface datatset medical_dialog it errors out midway through ## Steps to reproduce the bug ```python raw_datasets = load_dataset("medical_dialog", "en", split="train", download_mode="force_redownload", data_d...
1,007,209,488
I_kwDODunzps48CMwQ
2,968
`DatasetDict` cannot be exported to parquet if the splits have different features
closed
completed
2021-09-25T22:18:39
2021-10-07T22:47:42
2021-10-07T22:47:26Z
https://github.com/huggingface/datasets/issues/2968
LysandreJik
[ "bug" ]
[]
[ "This is because you have to specify which split corresponds to what file:\r\n```python\r\ndata_files = {\"train\": \"train/split.parquet\", \"validation\": \"validation/split.parquet\"}\r\nbrand_new_dataset_2 = load_dataset(\"ds\", data_files=data_files)\r\n```\r\n\r\nOtherwise it tries to concatenate the two spli...
MEMBER
## Describe the bug I'm trying to use parquet as a means of serialization for both `Dataset` and `DatasetDict` objects. Using `to_parquet` alongside `from_parquet` or `load_dataset` for a `Dataset` works perfectly. For `DatasetDict`, I use `to_parquet` on each split to save the parquet files in individual folder...
1,007,194,837
I_kwDODunzps48CJLV
2,967
Adding vision-and-language datasets (e.g., VQA, VCR) to Datasets
closed
completed
2021-09-25T20:58:15
2021-10-03T20:34:22
2021-10-03T20:34:22Z
https://github.com/huggingface/datasets/issues/2967
WadeYin9712
[ "enhancement" ]
[]
[]
NONE
**Is your feature request related to a problem? Please describe.** Would you like to add any vision-and-language datasets (e.g., VQA, VCR) to Huggingface Datasets? **Describe the solution you'd like** N/A **Describe alternatives you've considered** N/A **Additional context** This is Da Yin at UCLA. Recentl...
1,007,084,153
I_kwDODunzps48BuJ5
2,965
Invalid download URL of WMT17 `zh-en` data
closed
completed
2021-09-25T13:17:32
2022-08-31T06:47:11
2022-08-31T06:47:10Z
https://github.com/huggingface/datasets/issues/2965
Ririkoo
[ "bug", "dataset bug" ]
[]
[ "Fixed in the current release. Close this issue." ]
NONE
## Describe the bug Partial data (wmt17 zh-en) cannot be downloaded due to an invalid URL. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('wmt17','zh-en') ``` ## Expected results ConnectionError: Couldn't reach ftp://cwmt-wmt:cwmt-wmt@datasets.nju.edu.cn/pa...
1,006,605,904
I_kwDODunzps47_5ZQ
2,964
Error when calculating Matthews Correlation Coefficient loaded with `load_metric`
closed
completed
2021-09-24T15:55:21
2024-02-16T10:14:35
2021-09-25T08:06:07Z
https://github.com/huggingface/datasets/issues/2964
alvarobartt
[ "bug" ]
[]
[ "After some more tests I've realized that this \"issue\" is due to the `numpy.float64` to `float` conversion, but when defining a function named `compute_metrics` as it follows:\r\n\r\n```python\r\ndef compute_metrics(eval_preds):\r\n metric = load_metric(\"matthews_correlation\")\r\n logits, labels = eval_pr...
MEMBER
## Describe the bug After loading the metric named "[Matthews Correlation Coefficient](https://huggingface.co/metrics/matthews_correlation)" from `🤗datasets`, the `.compute` method fails with the following exception `AttributeError: 'float' object has no attribute 'item'` (complete stack trace can be provided if re...
1,006,588,605
I_kwDODunzps47_1K9
2,963
raise TypeError( TypeError: Provided `function` which is applied to all elements of table returns a variable of type <class 'list'>. Make sure provided `function` returns a variable of type `dict` to update the dataset or `None` if you are only interested in side effects.
closed
completed
2021-09-24T15:35:11
2021-09-24T15:38:24
2021-09-24T15:38:24Z
https://github.com/huggingface/datasets/issues/2963
keloemma
[ "bug" ]
[]
[]
NONE
## Describe the bug A clear and concise description of what the bug is. I am trying to use Dataset to load my file in order to use Bert embeddings model baut when I finished loading using dataset and I want to pass to the tokenizer using the function map; I get the following error : raise TypeError( TypeError: Provi...
1,006,557,666
I_kwDODunzps47_tni
2,962
Enable splits during streaming the dataset
open
2021-09-24T15:01:29
2025-07-17T04:53:20
https://github.com/huggingface/datasets/issues/2962
merveenoyan
[ "enhancement" ]
[]
[ "For the range splits by percentage over streaming datasets, I used a simple approach [here](https://github.com/huggingface/transformers/pull/39286/files#diff-fb91934a0658db99f30d8c52d92f41d6ab83210134e7f21af8baac6ee65f548fR228) which can be reused to provide things like `[:25%]`, built-in and internally within `da...
CONTRIBUTOR
## Describe the Problem I'd like to stream only a specific percentage or part of the dataset. I want to do splitting when I'm streaming dataset as well. ## Solution Enabling splits when `streaming = True` as well. `e.g. dataset = load_dataset('dataset', split='train[:100]', streaming = True)` ## Alternativ...
1,004,868,337
I_kwDODunzps475RLx
2,957
MultiWOZ Dataset NonMatchingChecksumError
closed
completed
2021-09-22T23:45:00
2022-03-15T16:07:02
2022-03-15T16:07:02Z
https://github.com/huggingface/datasets/issues/2957
bradyneal
[ "bug" ]
[]
[ "Hi Brady! I met the similar issue, it stuck in the downloading stage instead of download anything, maybe it is broken. After I change the downloading from URLs to one url of the [Multiwoz project](https://github.com/budzianowski/multiwoz/archive/44f0f8479f11721831c5591b839ad78827da197b.zip) and use dirs to get sep...
NONE
## Describe the bug The checksums for the downloaded MultiWOZ dataset and source MultiWOZ dataset aren't matching. ## Steps to reproduce the bug Both of the below dataset versions yield the checksum error: ```python from datasets import load_dataset dataset = load_dataset('multi_woz_v22', 'v2.2') dataset = loa...
1,004,306,367
I_kwDODunzps473H-_
2,956
Cache problem in the `load_dataset` method for local compressed file(s)
open
2021-09-22T13:34:32
2023-08-31T16:49:01
https://github.com/huggingface/datasets/issues/2956
SaulLu
[ "bug" ]
[]
[ "The problem is still present. \r\nOne solution would be to add the `download_mode=\"force_redownload\"` argument to load_dataset. \r\nHowever, doing so may lead to a `DatasetGenerationError: An error occurred while generating the dataset`. To mitigate, just do:\r\n`rm -r ~/.cache/huggingface/datasets/*`" ]
CONTRIBUTOR
## Describe the bug Cache problem in the `load_dataset` method: when modifying a compressed file in a local folder `load_dataset` doesn't detect the change and load the previous version. ## Steps to reproduce the bug To test it directly, I have prepared a [Google Colaboratory notebook](https://colab.research.g...
1,002,766,517
I_kwDODunzps47xQC1
2,953
Trying to get in touch regarding a security issue
closed
completed
2021-09-21T15:58:13
2021-10-21T15:16:43
2021-10-21T15:16:43Z
https://github.com/huggingface/datasets/issues/2953
JamieSlome
[]
[ "albertvillanova" ]
[ "Hi @JamieSlome,\r\n\r\nThanks for reaching out. Yes, you are right: I'm opening a PR to add the `SECURITY.md` file and a contact method.\r\n\r\nIn the meantime, please feel free to report the security issue to: feedback@huggingface.co" ]
NONE
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-rep...
1,000,624,883
I_kwDODunzps47pFLz
2,945
Protect master branch
closed
completed
2021-09-20T06:47:01
2021-09-20T12:01:27
2021-09-20T12:00:16Z
https://github.com/huggingface/datasets/issues/2945
albertvillanova
[ "enhancement" ]
[]
[ "Cool, I think we can do both :)", "@lhoestq now the 2 are implemented.\r\n\r\nPlease note that for the the second protection, finally I have chosen to protect the master branch only from **merge commits** (see update comment above), so no need to disable/re-enable the protection on each release (direct commits, ...
MEMBER
After accidental merge commit (91c55355b634d0dc73350a7ddee1a6776dbbdd69) into `datasets` master branch, all commits present in the feature branch were permanently added to `datasets` master branch history, as e.g.: - 00cc036fea7c7745cfe722360036ed306796a3f2 - 13ae8c98602bbad8197de3b9b425f4c78f582af1 - ... I propo...
1,000,544,370
I_kwDODunzps47oxhy
2,944
Add `remove_columns` to `IterableDataset `
closed
completed
2021-09-20T04:01:00
2021-10-08T15:31:53
2021-10-08T15:31:53Z
https://github.com/huggingface/datasets/issues/2944
changjonathanc
[ "enhancement", "good first issue" ]
[]
[ "Hi ! Good idea :)\r\nIf you are interested in contributing, feel free to give it a try and open a Pull Request. Also let me know if I can help you with this or if you have questions" ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. ```python from datasets import load_dataset dataset = load_dataset("c4", 'realnewslike', streaming =True, split='train') dataset = dataset.remove_columns('url') ``` ``` AttributeError: 'I...
1,000,355,115
I_kwDODunzps47oDUr
2,943
Backwards compatibility broken for cached datasets that use `.filter()`
closed
completed
2021-09-19T16:16:37
2021-09-20T16:25:43
2021-09-20T16:25:42Z
https://github.com/huggingface/datasets/issues/2943
anton-l
[ "bug" ]
[ "lhoestq" ]
[ "Hi ! I guess the caching mechanism should have considered the new `filter` to be different from the old one, and don't use cached results from the old `filter`.\r\nTo avoid other users from having this issue we could make the caching differentiate the two, what do you think ?", "If it's easy enough to implement,...
MEMBER
## Describe the bug After upgrading to datasets `1.12.0`, some cached `.filter()` steps from `1.11.0` started failing with `ValueError: Keys mismatch: between {'indices': Value(dtype='uint64', id=None)} and {'file': Value(dtype='string', id=None), 'text': Value(dtype='string', id=None), 'speaker_id': Value(dtype='in...
1,000,000,711
I_kwDODunzps47mszH
2,941
OSCAR unshuffled_original_ko: NonMatchingSplitsSizesError
open
2021-09-18T10:39:13
2022-01-19T14:10:07
https://github.com/huggingface/datasets/issues/2941
ayaka14732
[ "bug", "dataset bug" ]
[]
[ "I tried `unshuffled_original_da` and it is also not working" ]
NONE
## Describe the bug Cannot download OSCAR `unshuffled_original_ko` due to `NonMatchingSplitsSizesError`. ## Steps to reproduce the bug ```python >>> dataset = datasets.load_dataset('oscar', 'unshuffled_original_ko') NonMatchingSplitsSizesError: [{'expected': SplitInfo(name='train', num_bytes=25292102197, num...
999,548,277
I_kwDODunzps47k-V1
2,937
load_dataset using default cache on Windows causes PermissionError: [WinError 5] Access is denied
closed
completed
2021-09-17T16:52:10
2022-08-24T13:09:08
2022-08-24T13:09:08Z
https://github.com/huggingface/datasets/issues/2937
daqieq
[ "bug" ]
[]
[ "Hi @daqieq, thanks for reporting.\r\n\r\nUnfortunately, I was not able to reproduce this bug:\r\n```ipython\r\nIn [1]: from datasets import load_dataset\r\n ...: ds = load_dataset('wiki_bio')\r\nDownloading: 7.58kB [00:00, 26.3kB/s]\r\nDownloading: 2.71kB [00:00, ?B/s]\r\nUsing custom data configuration default\...
NONE
## Describe the bug Standard process to download and load the wiki_bio dataset causes PermissionError in Windows 10 and 11. ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset('wiki_bio') ``` ## Expected results It is expected that the dataset downloads without any er...
999,477,413
I_kwDODunzps47ktCl
2,934
to_tf_dataset keeps a reference to the open data somewhere, causing issues on windows
closed
completed
2021-09-17T15:26:53
2021-10-13T09:03:23
2021-10-13T09:03:23Z
https://github.com/huggingface/datasets/issues/2934
lhoestq
[ "bug" ]
[]
[ "I did some investigation and, as it seems, the bug stems from [this line](https://github.com/huggingface/datasets/blob/8004d7c3e1d74b29c3e5b0d1660331cd26758363/src/datasets/arrow_dataset.py#L325). The lifecycle of the dataset from the linked line is bound to one of the returned `tf.data.Dataset`. So my (hacky) sol...
MEMBER
To reproduce: ```python import datasets as ds import weakref import gc d = ds.load_dataset("mnist", split="train") ref = weakref.ref(d._data.table) tfd = d.to_tf_dataset("image", batch_size=1, shuffle=False, label_cols="label") del tfd, d gc.collect() assert ref() is None, "Error: there is at least one refe...
999,317,750
I_kwDODunzps47kGD2
2,932
Conda build fails
closed
completed
2021-09-17T12:49:22
2021-09-21T15:31:10
2021-09-21T15:31:10Z
https://github.com/huggingface/datasets/issues/2932
albertvillanova
[ "bug" ]
[ "lhoestq" ]
[ "Why 1.9 ?\r\n\r\nhttps://anaconda.org/HuggingFace/datasets currently says 1.11", "Alright I added 1.12.0 and 1.12.1 and fixed the conda build #2952 " ]
MEMBER
## Describe the bug Current `datasets` version in conda is 1.9 instead of 1.12. The build of the conda package fails.
998,154,311
I_kwDODunzps47fqBH
2,930
Mutable columns argument breaks set_format
closed
completed
2021-09-16T12:27:22
2021-09-16T13:50:53
2021-09-16T13:50:53Z
https://github.com/huggingface/datasets/issues/2930
Rocketknight1
[ "bug" ]
[ "Rocketknight1", "lhoestq" ]
[ "Pushed a fix to my branch #2731 " ]
MEMBER
## Describe the bug If you pass a mutable list to the `columns` argument of `set_format` and then change the list afterwards, the returned columns also change. ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("glue", "cola") column_list = ["idx", "label"] datas...
997,654,680
I_kwDODunzps47dwCY
2,927
Datasets 1.12 dataset.filter TypeError: get_indices_from_mask_function() got an unexpected keyword argument
closed
completed
2021-09-16T01:14:02
2021-09-20T16:23:22
2021-09-20T16:23:21Z
https://github.com/huggingface/datasets/issues/2927
timothyjlaurent
[ "bug" ]
[ "lhoestq" ]
[ "Thanks for reporting, I'm looking into it :)", "Fixed by #2950." ]
NONE
## Describe the bug Upgrading to 1.12 caused `dataset.filter` call to fail with > get_indices_from_mask_function() got an unexpected keyword argument valid_rel_labels ## Steps to reproduce the bug ```pythondef filter_good_rows( ex: Dict, valid_rel_labels: Set[str], valid_ner_labels: Set[st...
997,463,277
I_kwDODunzps47dBTt
2,926
Error when downloading datasets to non-traditional cache directories
open
2021-09-15T19:59:46
2021-11-24T21:42:31
https://github.com/huggingface/datasets/issues/2926
dar-tau
[ "bug" ]
[]
[ "Same here !" ]
NONE
## Describe the bug When the cache directory is linked (soft link) to a directory on a NetApp device, the download fails. ## Steps to reproduce the bug ```bash ln -s /path/to/netapp/.cache ~/.cache ``` ```python load_dataset("imdb") ``` ## Expected results Successfully loading IMDB dataset ## Actual...
997,378,113
I_kwDODunzps47cshB
2,924
"File name too long" error for file locks
closed
completed
2021-09-15T18:16:50
2023-12-08T13:39:51
2021-10-29T09:42:24Z
https://github.com/huggingface/datasets/issues/2924
gar1t
[ "bug" ]
[ "mariosasko" ]
[ "Hi, the filename here is less than 255\r\n```python\r\n>>> len(\"_home_garrett_.cache_huggingface_datasets_csv_test-7c856aea083a7043_0.0.0_9144e0a4e8435090117cea53e6c7537173ef2304525df4a077c435d8ee7828ff.incomplete.lock\")\r\n154\r\n```\r\nso not sure why it's considered too long for your filesystem.\r\n(also note...
NONE
## Describe the bug Getting the following error when calling `load_dataset("gar1t/test")`: ``` OSError: [Errno 36] File name too long: '<user>/.cache/huggingface/datasets/_home_garrett_.cache_huggingface_datasets_csv_test-7c856aea083a7043_0.0.0_9144e0a4e8435090117cea53e6c7537173ef2304525df4a077c435d8ee7828ff.inc...
997,351,590
I_kwDODunzps47cmCm
2,923
Loading an autonlp dataset raises in normal mode but not in streaming mode
closed
completed
2021-09-15T17:44:38
2022-04-12T10:09:40
2022-04-12T10:09:39Z
https://github.com/huggingface/datasets/issues/2923
severo
[ "bug", "dataset-viewer" ]
[]
[ "Closing since autonlp dataset are now supported" ]
COLLABORATOR
## Describe the bug The same dataset (from autonlp) raises an error in normal mode, but does not raise in streaming mode ## Steps to reproduce the bug ```python from datasets import load_dataset load_dataset("severo/autonlp-data-sentiment_detection-3c8bcd36", split="train", streaming=False) ## raises an err...
997,325,424
I_kwDODunzps47cfpw
2,921
Using a list of multi-dim numpy arrays raises an error "can only convert 1-dimensional array values"
closed
completed
2021-09-15T17:12:11
2021-09-15T17:21:45
2021-09-15T17:21:45Z
https://github.com/huggingface/datasets/issues/2921
lhoestq
[]
[]
[]
MEMBER
This error has been introduced in https://github.com/huggingface/datasets/pull/2361 To reproduce: ```python import numpy as np from datasets import Dataset d = Dataset.from_dict({"a": [np.zeros((2, 2))]}) ``` raises ```python Traceback (most recent call last): File "playground/ttest.py", line 5, in <mod...
997,127,487
I_kwDODunzps47bvU_
2,919
Unwanted progress bars when accessing examples
closed
completed
2021-09-15T14:05:10
2021-09-15T17:21:49
2021-09-15T17:18:23Z
https://github.com/huggingface/datasets/issues/2919
lhoestq
[]
[ "lhoestq" ]
[ "doing a patch release now :)" ]
MEMBER
When accessing examples from a dataset formatted for pytorch, some progress bars appear when accessing examples: ```python In [1]: import datasets as ds In [2]: d = ds.Dataset.from_dict({"a": [0, 1, 2]}).with_format("torch") ...
997,063,347
I_kwDODunzps47bfqz
2,918
`Can not decode content-encoding: gzip` when loading `scitldr` dataset with streaming
closed
completed
2021-09-15T13:06:07
2021-12-01T08:15:00
2021-12-01T08:15:00Z
https://github.com/huggingface/datasets/issues/2918
SBrandeis
[ "bug", "streaming" ]
[ "albertvillanova" ]
[ "Hi @SBrandeis, thanks for reporting! ^^\r\n\r\nI think this is an issue with `fsspec`: https://github.com/intake/filesystem_spec/issues/389\r\n\r\nI will ask them if they are planning to fix it...", "Code to reproduce the bug: `ClientPayloadError: 400, message='Can not decode content-encoding: gzip'`\r\n```pytho...
CONTRIBUTOR
## Describe the bug Trying to load the `"FullText"` config of the `"scitldr"` dataset with `streaming=True` raises an error from `aiohttp`: ```python ClientPayloadError: 400, message='Can not decode content-encoding: gzip' ``` cc @lhoestq ## Steps to reproduce the bug ```python from datasets import load_...
997,041,658
I_kwDODunzps47baX6
2,917
windows download abnormal
closed
completed
2021-09-15T12:45:35
2021-09-16T17:17:48
2021-09-16T17:17:48Z
https://github.com/huggingface/datasets/issues/2917
wei1826676931
[ "bug" ]
[]
[ "Hi ! Is there some kind of proxy that is configured in your browser that gives you access to internet ? If it's the case it could explain why it doesn't work in the code, since the proxy wouldn't be used", "It is indeed an agency problem, thank you very, very much", "Let me know if you have other questions :)\...
NONE
## Describe the bug The script clearly exists (accessible from the browser), but the script download fails on windows. Then I tried it again and it can be downloaded normally on linux. why?? ## Steps to reproduce the bug ```python3.7 + windows ![image](https://user-images.githubusercontent.com/52347799/133436174-43...
996,770,168
I_kwDODunzps47aYF4
2,914
Having a dependency defining fsspec entrypoint raises an AttributeError when importing datasets
closed
completed
2021-09-15T07:54:06
2021-09-15T16:49:17
2021-09-15T16:49:16Z
https://github.com/huggingface/datasets/issues/2914
pierre-godard
[ "bug" ]
[]
[ "Closed by #2915." ]
CONTRIBUTOR
## Describe the bug In one of my project, I defined a custom fsspec filesystem with an entrypoint. My guess is that by doing so, a variable named `spec` is created in the module `fsspec` (created by entering a for loop as there are entrypoints defined, see the loop in question [here](https://github.com/intake/filesys...
996,436,368
I_kwDODunzps47ZGmQ
2,913
timit_asr dataset only includes one text phrase
closed
completed
2021-09-14T21:06:07
2021-09-15T08:05:19
2021-09-15T08:05:18Z
https://github.com/huggingface/datasets/issues/2913
margotwagner
[ "bug" ]
[]
[ "Hi @margotwagner, \r\nThis bug was fixed in #1995. Upgrading the datasets should work (min v1.8.0 ideally)", "Hi @margotwagner,\r\n\r\nYes, as @bhavitvyamalik has commented, this bug was fixed in `datasets` version 1.5.0. You need to update it, as your current version is 1.4.1:\r\n> Environment info\r\n> - `data...
NONE
## Describe the bug The dataset 'timit_asr' only includes one text phrase. It only includes the transcription "Would such an act of refusal be useful?" multiple times rather than different phrases. ## Steps to reproduce the bug Note: I am following the tutorial https://huggingface.co/blog/fine-tune-wav2vec2-englis...
995,814,222
I_kwDODunzps47WutO
2,904
FORCE_REDOWNLOAD does not work
open
2021-09-14T09:45:26
2021-10-06T09:37:19
https://github.com/huggingface/datasets/issues/2904
anoopkatti
[ "bug" ]
[]
[ "Hi ! Thanks for reporting. The error seems to happen only if you use compressed files.\r\n\r\nThe second dataset is prepared in another dataset cache directory than the first - which is normal, since the source file is different. However, it doesn't uncompress the new data file because it finds the old uncompresse...
NONE
## Describe the bug With GenerateMode.FORCE_REDOWNLOAD, the documentation says +------------------------------------+-----------+---------+ | | Downloads | Dataset | +====================================+===========+=========+ | `REUSE_DATASET_IF_EXISTS` (default...
995,254,216
MDU6SXNzdWU5OTUyNTQyMTY=
2,902
Add WIT Dataset
closed
completed
2021-09-13T19:38:49
2024-10-02T15:37:48
2022-06-01T17:28:40Z
https://github.com/huggingface/datasets/issues/2902
nateraw
[ "dataset request" ]
[]
[ "@hassiahk is working on it #2810 ", "WikiMedia is now hosting the pixel values directly which should make it a lot easier!\r\nThe files can be found here:\r\nhttps://techblog.wikimedia.org/2021/09/09/the-wikipedia-image-caption-matching-challenge-and-a-huge-release-of-image-data-for-research/\r\nhttps://analyti...
CONTRIBUTOR
## Adding a Dataset - **Name:** *WIT* - **Description:** *Wikipedia-based Image Text Dataset* - **Paper:** *[WIT: Wikipedia-based Image Text Dataset for Multimodal Multilingual Machine Learning ](https://arxiv.org/abs/2103.01913)* - **Data:** *https://github.com/google-research-datasets/wit* - **Motivation:** (e...
995,232,844
MDU6SXNzdWU5OTUyMzI4NDQ=
2,901
Incompatibility with pytest
closed
completed
2021-09-13T19:12:17
2021-09-14T08:40:47
2021-09-14T08:40:47Z
https://github.com/huggingface/datasets/issues/2901
severo
[ "bug" ]
[ "albertvillanova", "lhoestq" ]
[ "Sorry, my bad... When implementing `xpathopen`, I just considered the use case in the COUNTER dataset... I'm fixing it!" ]
COLLABORATOR
## Describe the bug pytest complains about xpathopen / path.open("w") ## Steps to reproduce the bug Create a test file, `test.py`: ```python import datasets as ds def load_dataset(): ds.load_dataset("counter", split="train", streaming=True) ``` And launch it with pytest: ```bash python -m pyt...
994,082,432
MDU6SXNzdWU5OTQwODI0MzI=
2,899
Dataset
closed
completed
2021-09-12T07:38:53
2021-09-12T16:12:15
2021-09-12T16:12:15Z
https://github.com/huggingface/datasets/issues/2899
rcacho172
[ "dataset request" ]
[]
[]
NONE
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
994,032,814
MDU6SXNzdWU5OTQwMzI4MTQ=
2,898
Hug emoji
closed
completed
2021-09-12T03:27:51
2021-09-12T16:13:13
2021-09-12T16:13:13Z
https://github.com/huggingface/datasets/issues/2898
Jackg-08
[ "dataset request" ]
[]
[]
NONE
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
993,274,572
MDU6SXNzdWU5OTMyNzQ1NzI=
2,892
Error when encoding a dataset with None objects with a Sequence feature
closed
completed
2021-09-10T14:11:43
2021-09-13T14:18:13
2021-09-13T14:17:42Z
https://github.com/huggingface/datasets/issues/2892
lhoestq
[ "bug" ]
[]
[ "This has been fixed by https://github.com/huggingface/datasets/pull/2900\r\nWe're doing a new release 1.12 today to make the fix available :)" ]
MEMBER
There is an error when encoding a dataset with None objects with a Sequence feature To reproduce: ```python from datasets import Dataset, Features, Value, Sequence data = {"a": [[0], None]} features = Features({"a": Sequence(Value("int32"))}) dataset = Dataset.from_dict(data, features=features) ``` raises ...
993,074,102
MDU6SXNzdWU5OTMwNzQxMDI=
2,890
0x290B112ED1280537B24Ee6C268a004994a16e6CE
closed
completed
2021-09-10T09:51:17
2021-09-10T11:45:29
2021-09-10T11:45:29Z
https://github.com/huggingface/datasets/issues/2890
rcacho172
[ "dataset request" ]
[]
[]
NONE
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
992,968,382
MDU6SXNzdWU5OTI5NjgzODI=
2,889
Coc
closed
completed
2021-09-10T07:32:07
2021-09-10T11:45:54
2021-09-10T11:45:54Z
https://github.com/huggingface/datasets/issues/2889
Bwiggity
[ "dataset request" ]
[]
[]
NONE
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
992,676,535
MDU6SXNzdWU5OTI2NzY1MzU=
2,888
v1.11.1 release date
closed
completed
2021-09-09T21:53:15
2021-09-12T20:18:35
2021-09-12T16:15:39Z
https://github.com/huggingface/datasets/issues/2888
fcakyon
[ "question" ]
[]
[ "Hi ! Probably 1.12 on monday :)\r\n", "@albertvillanova i think this issue is still valid and should not be closed till `>1.11.0` is published :)" ]
NONE
Hello, i need to use latest features in one of my packages but there have been no new datasets release since 2 months ago. When do you plan to publush v1.11.1 release?
992,534,632
MDU6SXNzdWU5OTI1MzQ2MzI=
2,886
Hj
closed
completed
2021-09-09T18:58:52
2021-09-10T11:46:29
2021-09-10T11:46:29Z
https://github.com/huggingface/datasets/issues/2886
Noorasri
[]
[]
[]
NONE