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,246,948,299
I_kwDODunzps5KUuvL
4,399
LocalDatasetModuleFactoryWithoutScript extracts invalid builder name
closed
completed
2022-05-24T18:03:01
2022-09-12T15:30:43
2022-09-12T15:30:43Z
https://github.com/huggingface/datasets/issues/4399
apohllo
[ "bug", "good first issue" ]
[]
[ "Ok, so\r\n```\r\nos.path.basename(\"/home/user/\")\r\n```\r\ngives `''` while \r\n```\r\nos.path.basename(\"/home/user\")\r\n```\r\ngives `user`. \r\nThe code should check if the last char is a slash.\r\n", "The fix is:\r\n```\r\n\"name\": os.path.basename(self.path[:-1] if self.path[-1] == \"/\" else self.path)...
CONTRIBUTOR
## Describe the bug Trying to load a local dataset raises an error indicating that the config builder has to have a name. No error should be reported, since the call is completly valid. ## Steps to reproduce the bug ```python load_dataset("./data/some-dataset/", name="some-name") ``` ## Expected results The...
1,246,666,749
I_kwDODunzps5KTp_9
4,398
Calling `cast_column`/`remove_columns` and a sequence of `map` operations ends up making `faiss` fail with `ValueError`
closed
completed
2022-05-24T14:41:34
2022-06-14T16:01:56
2022-06-14T16:01:56Z
https://github.com/huggingface/datasets/issues/4398
alvarobartt
[ "bug" ]
[]
[ "It works if we either remove the `ds = ds.cast_column(\"id\", Value(\"int32\"))` line from the code above, or if instead calling `ds.remove_columns()` we remove the columns inside each mapping as `ds.map(..., remove_columns=[...])` instead of right after the mapping.\r\n\r\nBoth of those solutions seem to fix the ...
MEMBER
First of all, sorry in advance for the unclear title, but this bug is weird to explain (at least for me), so I tried my best to summarize all the information in this issue. ## Describe the bug Calling a certain combination of operations over a 🤗 `Dataset` and then trying to calculate the `faiss` index with `.add...
1,245,221,657
I_kwDODunzps5KOJMZ
4,394
trainer became extremely slow after reload dataset by `load_from_disk`
open
2022-05-23T14:04:37
2023-11-23T07:40:30
https://github.com/huggingface/datasets/issues/4394
conan1024hao
[ "bug" ]
[]
[ "I tried to make the dataset much more smaller (100000 rows) , then the speed became `33.88it/s` from`8.62s/it`. It's nearly 200 times... Do you have any idea? Thank you!", "Similar issue: https://github.com/huggingface/transformers/issues/8818\r\n\r\nI changed `RandomSampler` to `SequentialSampler` in the `tra...
NONE
## Describe the bug Due to memory problem, I need to save my tokenized datasets locally by CPU and reload it by multi GPU for running training script. However, after I reload it by `load_from_disk` and start training, the speed is extremely slow. It says I need about 1500 hours with 8 A100 cards. Before this, I can ru...
1,244,147,817
I_kwDODunzps5KKDBp
4,387
device/google/accessory/adk2012 - Git at Google
closed
completed
2022-05-22T04:57:19
2022-05-23T06:36:27
2022-05-23T06:36:27Z
https://github.com/huggingface/datasets/issues/4387
Aeckard45
[]
[]
[]
NONE
"git clone https://android.googlesource.com/device/google/accessory/adk2012" https://android.googlesource.com/device/google/accessory/adk2012/#:~:text=git%20clone%20https%3A//android.googlesource.com/device/google/accessory/adk2012
1,243,965,532
I_kwDODunzps5KJWhc
4,386
Bug for wiki_auto_asset_turk from GEM
closed
completed
2022-05-21T12:31:30
2022-05-24T05:55:52
2022-05-23T10:29:55Z
https://github.com/huggingface/datasets/issues/4386
StevenTang1998
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @StevenTang1998.\r\n\r\nI'm looking into it. ", "Hi @StevenTang1998,\r\n\r\nWe have fixed the issue:\r\n- #4389\r\n\r\nThe fix will be available in our next `datasets` library release. In the meantime, you can incorporate that fix by installing `datasets` from our GitHub repo:\r\n```\r\npip...
NONE
## Describe the bug The script of wiki_auto_asset_turk for GEM may be out of date. ## Steps to reproduce the bug ```python import datasets datasets.load_dataset('gem', 'wiki_auto_asset_turk') ``` ## Actual results ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/...
1,243,856,981
I_kwDODunzps5KI8BV
4,383
L
closed
completed
2022-05-21T03:47:58
2022-05-21T19:20:13
2022-05-21T19:20:13Z
https://github.com/huggingface/datasets/issues/4383
AronCodes21
[ "bug" ]
[]
[]
NONE
## Describe the L L ## Expected L A clear and concise lmll Specify the actual results or traceback. ## Environment info <!-- You can run the command `datasets-cli env` and copy-and-paste its output below. --> - `datasets` version: - Platform: - Python version: - PyArrow version:
1,243,839,783
I_kwDODunzps5KI30n
4,382
First time trying
closed
completed
2022-05-21T02:15:18
2022-05-21T19:20:44
2022-05-21T19:20:44Z
https://github.com/huggingface/datasets/issues/4382
Aeckard45
[ "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,243,478,863
I_kwDODunzps5KHftP
4,381
Bug in caching 2 datasets both with the same builder class name
closed
completed
2022-05-20T18:18:03
2022-06-02T08:18:37
2022-05-25T05:16:15Z
https://github.com/huggingface/datasets/issues/4381
NouamaneTazi
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @NouamaneTazi, thanks for reporting.\r\n\r\nPlease note that both datasets are cached in the same directory because their loading builder classes have the same name: `class MTOP(datasets.GeneratorBasedBuilder)`.\r\n\r\nYou should name their builder classes differently, e.g.:\r\n- `MtopDomain`\r\n- `MtopIntent`"...
MEMBER
## Describe the bug The two datasets `mteb/mtop_intent` and `mteb/mtop_domain `use both the same cache folder `.cache/huggingface/datasets/mteb___mtop`. So if you first load `mteb/mtop_intent` then datasets will not load `mteb/mtop_domain`. If you delete this cache folder and flip the order how you load the two datas...
1,243,175,854
I_kwDODunzps5KGVuu
4,379
Latest dill release raises exception
closed
completed
2022-05-20T13:48:36
2022-05-21T15:53:26
2022-05-20T17:06:27Z
https://github.com/huggingface/datasets/issues/4379
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[ "Fixed by:\r\n- #4380 ", "Just an additional insight, the latest dill (either 0.3.5 or 0.3.5.1) also broke the hashing/fingerprinting of any mapping function.\r\n\r\nFor example:\r\n```\r\nfrom datasets import load_dataset\r\n\r\nd = load_dataset(\"rotten_tomatoes\")\r\nd.map(lambda x: x)\r\n```\r\n\r\nReturns th...
MEMBER
## Describe the bug As reported by @sgugger, latest dill release is breaking things with Datasets. ``` ______________ ExamplesTests.test_run_speech_recognition_seq2seq _______________ self = <multiprocess.pool.ApplyResult object at 0x7fa5981a1cd0>, timeout = None def get(self, timeout=None): s...
1,242,218,144
I_kwDODunzps5KCr6g
4,376
irc_disentagle viewer error
closed
completed
2022-05-19T19:15:16
2023-01-12T16:56:13
2022-06-02T08:20:00Z
https://github.com/huggingface/datasets/issues/4376
labouz
[]
[ "albertvillanova" ]
[ "DUPLICATED comment from https://github.com/huggingface/datasets/issues/3807:\r\n\r\nmy code:\r\n```\r\nfrom datasets import load_dataset\r\n\r\ndataset = load_dataset(\"irc_disentangle\", download_mode=\"force_redownload\")\r\n```\r\nhowever, it produces the same error\r\n```\r\n[38](file:///Library/Frameworks/Pyt...
NONE
the dataviewer shows this message for "ubuntu" - "train", "test", and "validation" splits: ``` Server error Status code: 400 Exception: ValueError Message: Cannot seek streaming HTTP file ``` it appears to give the same message for the "channel_two" data as well. I get a Checksums error when usi...
1,241,860,535
I_kwDODunzps5KBUm3
4,374
extremely slow processing when using a custom dataset
closed
completed
2022-05-19T14:18:05
2023-07-25T15:07:17
2023-07-25T15:07:16Z
https://github.com/huggingface/datasets/issues/4374
StephennFernandes
[ "bug", "question" ]
[]
[ "Hi !\r\n\r\nMy guess is that some examples in your dataset are bigger than your RAM, and therefore loading them in RAM to pass them to `remove_non_indic_sentences` takes forever because it might use SWAP memory.\r\n\r\nMaybe several examples in your dataset are grouped together, can you check `len(lang_dataset[\"t...
NONE
## processing a custom dataset loaded as .txt file is extremely slow, compared to a dataset of similar volume from the hub I have a large .txt file of 22 GB which i load into HF dataset `lang_dataset = datasets.load_dataset("text", data_files="hi.txt")` further i use a pre-processing function to clean the d...
1,239,534,165
I_kwDODunzps5J4cpV
4,366
TypeError: __init__() missing 1 required positional argument: 'scheme'
closed
completed
2022-05-18T07:17:29
2022-05-18T16:36:22
2022-05-18T16:36:21Z
https://github.com/huggingface/datasets/issues/4366
jffgitt
[ "duplicate" ]
[]
[ "Duplicate of:\r\n- #3956\r\n\r\nI think you should report that issue to `elasticsearch` library: https://github.com/elastic/elasticsearch-py" ]
NONE
"name" : "node-1", "cluster_name" : "elasticsearch", "cluster_uuid" : "", "version" : { "number" : "7.5.0", "build_flavor" : "default", "build_type" : "tar", "build_hash" : "", "build_date" : "2019-11-26T01:06:52.518245Z", "build_snapshot" : false, "lucene_version" : "8.3.0...
1,238,897,652
I_kwDODunzps5J2BP0
4,363
The dataset preview is not available for this split.
closed
completed
2022-05-17T16:34:43
2022-06-08T12:32:10
2022-06-08T09:26:56Z
https://github.com/huggingface/datasets/issues/4363
roholazandie
[ "dataset-viewer" ]
[ "severo" ]
[ "Hi! A dataset has to be streamable to work with the viewer. I did a quick test, and yours is, so this might be a bug in the viewer. cc @severo \r\n", "Looking at it. The message is now:\r\n\r\n```\r\nMessage: cannot cache function '__shear_dense': no locator available for file '/src/services/worker/.venv/...
NONE
I have uploaded the corpus developed by our lab in the speech domain to huggingface [datasets](https://huggingface.co/datasets/Roh/ryanspeech). You can read about the companion paper accepted in interspeech 2021 [here](https://arxiv.org/abs/2106.08468). The dataset works fine but I can't make the dataset preview work. ...
1,238,671,931
I_kwDODunzps5J1KI7
4,361
`udhr` doesn't load, dataset checksum mismatch
closed
completed
2022-05-17T13:47:09
2022-06-08T19:11:21
2022-06-08T19:11:21Z
https://github.com/huggingface/datasets/issues/4361
leondz
[ "bug" ]
[]
[]
CONTRIBUTOR
## Describe the bug Loading `udhr` fails due to a checksum mismatch for some source files. Looks like both of the source files on unicode.org have changed: size + checksum in datasets repo: ``` (hfdev) leon@blade:~/datasets/datasets/udhr$ jq .default.download_checksums < dataset_infos.json { "https://unicode...
1,237,147,692
I_kwDODunzps5JvWAs
4,358
Missing dataset tags and sections in some dataset cards
open
2022-05-16T13:18:16
2022-05-30T15:36:52
https://github.com/huggingface/datasets/issues/4358
sashavor
[ "bug" ]
[]
[ "@lhoestq I can take this issue. Please can you point out to me where I can find the other positional arguments?", "Hi @RohitRathore1 :)\r\n\r\nYou can find all the YAML tags in the tagging app here: https://hf.co/spaces/huggingface/datasets-tagging). They're all passed as arguments to a DatasetMetadata object us...
CONTRIBUTOR
Summary of CircleCI errors for different dataset metadata: - **BoolQ**: missing 8 required positional arguments: 'annotations_creators', 'language_creators', 'licenses', 'multilinguality', 'size_categories', 'source_datasets', 'task_categories', and 'task_ids' - **Conllpp**: expected some content in section `Citati...
1,236,404,383
I_kwDODunzps5Jsgif
4,354
Problems with WMT dataset
closed
completed
2022-05-15T20:58:26
2022-07-11T14:54:02
2022-07-11T14:54:01Z
https://github.com/huggingface/datasets/issues/4354
eldarkurtic
[ "bug", "dataset bug" ]
[ "mariosasko" ]
[ "Hi! Yes, the docs are outdated. Expect this to be fixed soon. \r\n\r\nIn the meantime, you can try to fix the issue yourself.\r\n\r\nThese are the configs/language pairs supported by `wmt15` from which you can choose:\r\n* `cs-en` (Czech - English)\r\n* `de-en` (German - English)\r\n* `fi-en` (Finnish- English)\r\...
NONE
## Describe the bug I am trying to load WMT15 dataset and to define which data-sources to use for train/validation/test splits, but unfortunately it seems that the official documentation at [https://huggingface.co/datasets/wmt15#:~:text=Versions%20exists%20for,wmt_translate%22%2C%20config%3Dconfig)](https://huggingfac...
1,236,086,170
I_kwDODunzps5JrS2a
4,352
When using `dataset.map()` if passed `Features` types do not match what is returned from the mapped function, execution does not except in an obvious way
open
2022-05-14T17:55:15
2022-05-16T15:09:17
https://github.com/huggingface/datasets/issues/4352
plamb-viso
[ "bug" ]
[]
[ "Hi ! Thanks for reporting :) `datasets` usually returns a `pa.lib.ArrowInvalid` error if the feature types don't match.\r\n\r\nIt would be awesome if we had a way to reproduce the `OverflowError` in this case, to better understand what happened and be able to provide the best error message" ]
NONE
## Describe the bug Recently I was trying to using `.map()` to preprocess a dataset. I defined the expected Features and passed them into `.map()` like `dataset.map(preprocess_data, features=features)`. My expected `Features` keys matched what came out of `preprocess_data`, but the types i had defined for them did not...
1,235,950,209
I_kwDODunzps5JqxqB
4,351
Add optional progress bar for .save_to_disk(..) and .load_from_disk(..) when working with remote filesystems
closed
completed
2022-05-14T11:30:42
2022-12-14T18:22:59
2022-12-14T18:22:59Z
https://github.com/huggingface/datasets/issues/4351
Rexhaif
[ "enhancement" ]
[]
[ "Hi! I like this idea. For consistency with `load_dataset`, we can use `fsspec`'s `TqdmCallback` in `.load_from_disk` to monitor the number of bytes downloaded, and in `.save_to_disk`, we can track the number of saved shards for consistency with `push_to_hub` (after we implement https://github.com/huggingface/data...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** When working with large datasets stored on remote filesystems(such as s3), the process of uploading a dataset could take really long time. For instance: I was uploading a re-processed version of wmt17 en-ru to my s3 bucket and it took like 35 minutes(a...
1,235,474,765
I_kwDODunzps5Jo9lN
4,349
Dataset.map()'s fails at any value of parameter writer_batch_size
closed
completed
2022-05-13T16:55:12
2022-06-02T12:51:11
2022-05-14T15:08:08Z
https://github.com/huggingface/datasets/issues/4349
plamb-viso
[ "bug" ]
[]
[ "Note that this same issue occurs even if i preprocess with the more default way of tokenizing that uses LayoutLMv2Processor's internal OCR:\r\n\r\n```python\r\n feature_extractor = LayoutLMv2FeatureExtractor()\r\n tokenizer = LayoutLMv2Tokenizer.from_pretrained(\"microsoft/layoutlmv2-base-uncased\")\...
NONE
## Describe the bug If the the value of `writer_batch_size` is less than the total number of instances in the dataset it will fail at that same number of instances. If it is greater than the total number of instances, it fails on the last instance. Context: I am attempting to fine-tune a pre-trained HuggingFace tr...
1,235,432,976
I_kwDODunzps5JozYQ
4,348
`inspect` functions can't fetch dataset script from the Hub
closed
completed
2022-05-13T16:08:26
2022-06-09T10:26:06
2022-06-09T10:26:06Z
https://github.com/huggingface/datasets/issues/4348
stevhliu
[ "bug" ]
[ "mariosasko" ]
[ "Hi, thanks for reporting! `git bisect` points to #2986 as the PR that introduced the bug. Since then, there have been some additional changes to the loading logic, and in the current state, `force_local_path` (set via `local_path`) forbids pulling a script from the internet instead of downloading it: https://githu...
MEMBER
The `inspect_dataset` and `inspect_metric` functions are unable to retrieve a dataset or metric script from the Hub and store it locally at the specified `local_path`: ```py >>> from datasets import inspect_dataset >>> inspect_dataset('rotten_tomatoes', local_path='path/to/my/local/folder') FileNotFoundError: C...
1,235,067,062
I_kwDODunzps5JnaC2
4,346
GH Action to build documentation never ends
closed
completed
2022-05-13T10:44:44
2022-05-13T11:22:00
2022-05-13T11:22:00Z
https://github.com/huggingface/datasets/issues/4346
albertvillanova
[ "bug" ]
[]
[]
MEMBER
## Describe the bug See: https://github.com/huggingface/datasets/runs/6418035586?check_suite_focus=true I finally forced the cancel of the workflow.
1,234,864,168
I_kwDODunzps5Jmogo
4,343
Metrics documentation is not accessible in the datasets doc UI
closed
completed
2022-05-13T07:46:30
2022-06-03T08:50:25
2022-06-03T08:50:25Z
https://github.com/huggingface/datasets/issues/4343
fxmarty
[ "enhancement", "Metric discussion" ]
[]
[ "Hey @fxmarty :) Yes we are working on showing the docs of all the metrics on the Hugging face website. If you want to follow the advancements you can check the [evaluate](https://github.com/huggingface/evaluate) repository cc @lvwerra @sashavor " ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** Search for a metric name like "seqeval" yields no results on https://huggingface.co/docs/datasets/master/en/index . One needs to go look in `datasets/metrics/README.md` to find the doc. Even in the `README.md`, it can be hard to understand what the met...
1,234,739,703
I_kwDODunzps5JmKH3
4,341
Failing CI on Windows for sari and wiki_split metrics
closed
completed
2022-05-13T04:55:17
2022-05-13T05:47:41
2022-05-13T05:47:41Z
https://github.com/huggingface/datasets/issues/4341
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug Our CI is failing from yesterday on Windows for metrics: sari and wiki_split ``` FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_sari - ... FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_wiki_split ``` See: https://app.circleci.com/pipelines/githu...
1,233,840,020
I_kwDODunzps5JiueU
4,327
`wikipedia` pre-processed datasets
closed
completed
2022-05-12T11:25:42
2022-08-31T08:26:57
2022-08-31T08:26:57Z
https://github.com/huggingface/datasets/issues/4327
vpj
[ "bug" ]
[]
[ "Hi @vpj, thanks for reporting.\r\n\r\nI'm sorry, but I can't reproduce your bug: I load \"20220301.simple\"in 9 seconds:\r\n```shell\r\ntime python -c \"from datasets import load_dataset; load_dataset('wikipedia', '20220301.simple')\"\r\n\r\nDownloading and preparing dataset wikipedia/20220301.simple (download: 22...
NONE
## Describe the bug [Wikipedia](https://huggingface.co/datasets/wikipedia) dataset readme says that certain subsets are preprocessed. However it seems like they are not available. When I try to load them it takes a really long time, and it seems like it's processing them. ## Steps to reproduce the bug ```python f...
1,233,812,191
I_kwDODunzps5Jinrf
4,325
Dataset Viewer issue for strombergnlp/offenseval_2020, strombergnlp/polstance
closed
completed
2022-05-12T10:59:08
2022-05-13T10:57:15
2022-05-13T10:57:02Z
https://github.com/huggingface/datasets/issues/4325
leondz
[ "dataset-viewer" ]
[ "severo" ]
[ "Not sure if it's related... I was going to raise an issue for https://huggingface.co/datasets/domenicrosati/TruthfulQA which also has the same issue... https://huggingface.co/datasets/domenicrosati/TruthfulQA/viewer/domenicrosati--TruthfulQA/train \r\n\r\n", "Yes, it's related. The backend behind the dataset vie...
CONTRIBUTOR
### Link https://huggingface.co/datasets/strombergnlp/offenseval_2020/viewer/ar/train ### Description The viewer isn't running for these two datasets. I left it overnight because a wait sometimes helps things get loaded, and the error messages have all gone, but the datasets are still turning up blank in viewer. May...
1,233,780,870
I_kwDODunzps5JigCG
4,324
Support >1 PWC dataset per dataset card
open
2022-05-12T10:29:07
2022-05-13T11:25:29
https://github.com/huggingface/datasets/issues/4324
leondz
[ "enhancement" ]
[]
[ "Hi @leondz, I agree it would be nice. We'll see what we can do ;)" ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** Some datasets cover more than one dataset on PapersWithCode. For example, the OffensEval 2020 challenge involved five languages, and there's one dataset to cover all five datasets, [`strombergnlp/offenseval_2020`](https://huggingface.co/datasets/stromb...
1,233,634,928
I_kwDODunzps5Jh8Zw
4,323
Audio can not find value["bytes"]
closed
completed
2022-05-12T08:31:58
2022-07-07T13:16:08
2022-07-07T13:16:08Z
https://github.com/huggingface/datasets/issues/4323
YooSungHyun
[ "bug" ]
[]
[ "![image](https://user-images.githubusercontent.com/34292279/168063684-fff5c12a-8b1e-4c65-b18b-36100ab8a1af.png)\r\n\r\nthat is reason my bytes`s empty\r\nbut i have some confused why path prior is higher than bytes?\r\n\r\nif you can make bytes in _generate_examples , you don`t have to make bytes to path?\r\nbecau...
CONTRIBUTOR
## Describe the bug I wrote down _generate_examples like: ![image](https://user-images.githubusercontent.com/34292279/168027186-2fe8b255-2cd8-4b9b-ab1e-8d5a7182979b.png) but where is the bytes? ![image](https://user-images.githubusercontent.com/34292279/168027330-f2496dd0-1d99-464c-b15c-bc57eee0415a.png) ## ...
1,233,208,864
I_kwDODunzps5JgUYg
4,320
Multi-news dataset loader attempts to strip wrong character from beginning of summaries
closed
completed
2022-05-11T21:36:41
2022-05-16T13:52:10
2022-05-16T13:52:10Z
https://github.com/huggingface/datasets/issues/4320
JohnGiorgi
[ "bug" ]
[]
[ "Hi ! Thanks for reporting :)\r\n\r\nThis dataset was simply converted from [tensorflow datasets](https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/summarization/multi_news.py)\r\n\r\nI think we can just remove the `.strip(\"- \")` and keep this character", "Cool! I made a PR." ]
CONTRIBUTOR
## Describe the bug The `multi_news.py` data loader has [a line which attempts to strip `"- "` from the beginning of summaries](https://github.com/huggingface/datasets/blob/aa743886221d76afb409d263e1b136e7a71fe2b4/datasets/multi_news/multi_news.py#L97). The actual character in the multi-news dataset, however, is `"–...
1,231,319,815
I_kwDODunzps5JZHMH
4,310
Loading dataset with streaming: '_io.BufferedReader' object has no attribute 'loc'
closed
completed
2022-05-10T15:12:53
2022-05-11T16:46:31
2022-05-11T16:46:31Z
https://github.com/huggingface/datasets/issues/4310
milmin
[ "bug" ]
[ "lhoestq" ]
[]
NONE
## Describe the bug Loading a datasets with `load_dataset` and `streaming=True` returns `AttributeError: '_io.BufferedReader' object has no attribute 'loc'`. Notice that loading with `streaming=False` works fine. In the following steps we load parquet files but the same happens with pickle files. The problem seems ...
1,231,137,204
I_kwDODunzps5JYam0
4,306
`load_dataset` does not work with certain filename.
closed
completed
2022-05-10T13:14:04
2022-05-10T18:58:36
2022-05-10T18:58:09Z
https://github.com/huggingface/datasets/issues/4306
whatever60
[ "bug" ]
[]
[ "Never mind. It is because of the caching of datasets..." ]
NONE
## Describe the bug This is a weird bug that took me some time to find out. I have a JSON dataset that I want to load with `load_dataset` like this: ``` data_files = dict(train="train.json.zip", val="val.json.zip") dataset = load_dataset("json", data_files=data_files, field="data") ``` ## Expected results ...
1,231,047,051
I_kwDODunzps5JYEmL
4,304
Language code search does direct matches
open
2022-05-10T11:59:16
2022-05-10T12:38:42
https://github.com/huggingface/datasets/issues/4304
leondz
[ "bug" ]
[]
[ "Thanks for reporting ! I forwarded the issue to the front-end team :)\r\n\r\nWill keep you posted !\r\n\r\nI also changed the tagging app to suggest two letters code for now." ]
CONTRIBUTOR
## Describe the bug Hi. Searching for bcp47 tags that are just the language prefix (e.g. `sq` or `da`) excludes datasets that have added extra information in their language metadata (e.g. `sq-AL` or `da-bornholm`). The example codes given in the [tagging app](https://huggingface.co/spaces/huggingface/datasets-taggin...
1,229,748,006
I_kwDODunzps5JTHcm
4,298
Normalise license names
closed
completed
2022-05-09T13:51:32
2022-05-20T09:51:50
2022-05-20T09:51:50Z
https://github.com/huggingface/datasets/issues/4298
leondz
[ "enhancement" ]
[]
[ "we'll add the same server-side metadata validation system as for hf.co/models soon-ish\r\n\r\n(you can check on hf.co/models that licenses are \"clean\")", "Fixed by #4367." ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** When browsing datasets, the Licenses tag cloud (bottom left of e.g. https://huggingface.co/datasets) has multiple variants of the same license. This means the options exclude datasets arbitrarily, giving users artificially low recall. The cause of the ...
1,229,735,498
I_kwDODunzps5JTEZK
4,297
Datasets YAML tagging space is down
closed
completed
2022-05-09T13:45:05
2022-05-09T14:44:25
2022-05-09T14:44:25Z
https://github.com/huggingface/datasets/issues/4297
leondz
[ "bug" ]
[ "lhoestq" ]
[ "@lhoestq @albertvillanova `update-task-list` branch does not exist anymore, should point to `main` now i guess", "Thanks for reporting, fixing it now", "It's up again :)" ]
CONTRIBUTOR
## Describe the bug The neat hf spaces app for generating YAML tags for dataset `README.md`s is down ## Steps to reproduce the bug 1. Visit https://huggingface.co/spaces/huggingface/datasets-tagging ## Expected results There'll be a HF spaces web app for generating dataset metadata YAML ## Actual results T...
1,227,777,500
I_kwDODunzps5JLmXc
4,291
Dataset Viewer issue for strombergnlp/ipm_nel : preview is empty, no error message
closed
completed
2022-05-06T12:03:27
2022-05-09T08:25:58
2022-05-09T08:25:58Z
https://github.com/huggingface/datasets/issues/4291
leondz
[ "dataset-viewer" ]
[ "albertvillanova" ]
[ "Hi @leondz, thanks for reporting.\r\n\r\nIndeed, the dataset viewer relies on the dataset being streamable (passing `streaming=True` to `load_dataset`). Whereas most of the datastes are streamable out of the box (thanks to our implementation of streaming), there are still some exceptions.\r\n\r\nIn particular, in ...
CONTRIBUTOR
### Link https://huggingface.co/datasets/strombergnlp/ipm_nel/viewer/ipm_nel/train ### Description The viewer is blank. I tried my best to emulate a dataset with a working viewer, but this one just doesn't seem to want to come up. What did I miss? ### Owner Yes
1,226,806,652
I_kwDODunzps5JH5V8
4,287
"NameError: name 'faiss' is not defined" on `.add_faiss_index` when `device` is not None
closed
completed
2022-05-05T15:09:45
2022-05-10T13:53:19
2022-05-10T13:53:19Z
https://github.com/huggingface/datasets/issues/4287
alvarobartt
[ "bug" ]
[]
[ "So I managed to solve this by adding a missing `import faiss` in the `@staticmethod` defined in https://github.com/huggingface/datasets/blob/f51b6994db27ea69261ef919fb7775928f9ec10b/src/datasets/search.py#L305, triggered from https://github.com/huggingface/datasets/blob/f51b6994db27ea69261ef919fb7775928f9ec10b/src...
MEMBER
## Describe the bug When using `datasets` to calculate the FAISS indices of a dataset, the exception `NameError: name 'faiss' is not defined` is triggered when trying to calculate those on a device (GPU), so `.add_faiss_index(..., device=0)` fails with that exception. All that assuming that `datasets` is properly...
1,226,200,727
I_kwDODunzps5JFlaX
4,284
Issues in processing very large datasets
closed
completed
2022-05-05T05:01:09
2023-07-25T15:12:38
2023-07-25T15:12:38Z
https://github.com/huggingface/datasets/issues/4284
sajastu
[ "bug" ]
[]
[ "Hi ! `datasets` doesn't load the dataset in memory. Instead it uses memory mapping to load your dataset from your disk (it is stored as arrow files). Do you know at what point you have RAM issues exactly ?\r\n\r\nHow big are your graph_data_train dictionaries btw ?", "Closing this issue due to inactivity." ]
NONE
## Describe the bug I'm trying to add a feature called "subgraph" to CNN/DM dataset (modifications on run_summarization.py of Huggingface Transformers script) --- I'm not quite sure if I'm doing it the right way, though--- but the main problem appears when the training starts where the error ` [OSError: [Errno 12] Can...
1,224,949,252
I_kwDODunzps5JAz4E
4,276
OpenBookQA has missing and inconsistent field names
closed
completed
2022-05-04T05:51:52
2022-10-11T17:11:53
2022-10-05T13:50:03Z
https://github.com/huggingface/datasets/issues/4276
vblagoje
[ "dataset bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @vblagoje.\r\n\r\nIndeed, I noticed some of these issues while reviewing this PR:\r\n- #4259 \r\n\r\nThis is in my TODO list. ", "Ok, awesome @albertvillanova How about #4275 ?", "On the other hand, I am not sure if we should always preserve the original nested structure. I think we shoul...
CONTRIBUTOR
## Describe the bug OpenBookQA implementation is inconsistent with the original dataset. We need to: 1. The dataset field [question][stem] is flattened into question_stem. Unflatten it to match the original format. 2. Add missing additional fields: - 'fact1': row['fact1'], - 'humanScore': row['humanSc...
1,224,943,414
I_kwDODunzps5JAyc2
4,275
CommonSenseQA has missing and inconsistent field names
open
2022-05-04T05:38:59
2022-05-04T11:41:18
https://github.com/huggingface/datasets/issues/4275
vblagoje
[ "dataset bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @vblagoje.\r\n\r\nI'm opening a PR to address this. " ]
CONTRIBUTOR
## Describe the bug In short, CommonSenseQA implementation is inconsistent with the original dataset. More precisely, we need to: 1. Add the dataset matching "id" field. The current dataset, instead, regenerates monotonically increasing id. 2. The [“question”][“stem”] field is flattened into "question". We sh...
1,224,404,403
I_kwDODunzps5I-u2z
4,271
A typo in docs of datasets.disable_progress_bar
closed
completed
2022-05-03T17:44:56
2022-05-04T06:58:35
2022-05-04T06:58:35Z
https://github.com/huggingface/datasets/issues/4271
jiangwangyi
[ "bug" ]
[ "stevhliu" ]
[ "Hi! Thanks for catching and reporting the typo, a PR has been opened to fix it :)" ]
NONE
## Describe the bug in the docs of V2.1.0 datasets.disable_progress_bar, we should replace "enable" with "disable".
1,223,331,964
I_kwDODunzps5I6pB8
4,268
error downloading bigscience-catalogue-lm-data/lm_en_wiktionary_filtered
closed
completed
2022-05-02T20:34:25
2022-05-06T15:53:30
2022-05-03T11:23:48Z
https://github.com/huggingface/datasets/issues/4268
i-am-neo
[ "dataset bug" ]
[]
[ "It would help a lot to be able to preview the dataset - I'd like to see if the pronunciations are in the dataset, eg. for [\"word\"](https://en.wiktionary.org/wiki/word),\r\n\r\nPronunciation\r\n([Received Pronunciation](https://en.wikipedia.org/wiki/Received_Pronunciation)) [IPA](https://en.wiktionary.org/wiki/Wi...
NONE
## Describe the bug Error generated when attempting to download dataset ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("bigscience-catalogue-lm-data/lm_en_wiktionary_filtered") ``` ## Expected results A clear and concise description of the expected results...
1,221,883,779
I_kwDODunzps5I1HeD
4,261
data leakage in `webis/conclugen` dataset
closed
completed
2022-04-30T17:43:37
2022-05-03T06:04:26
2022-05-03T06:04:26Z
https://github.com/huggingface/datasets/issues/4261
xflashxx
[ "dataset bug" ]
[ "albertvillanova" ]
[ "Hi @xflashxx, thanks for reporting.\r\n\r\nPlease note that this dataset was generated and shared by Webis Group: https://huggingface.co/webis\r\n\r\nWe are contacting the dataset owners to inform them about the issue you found. We'll keep you updated of their reply.", "i'd suggest just pinging the authors here ...
NONE
## Describe the bug Some samples (argument-conclusion pairs) in the *training* split of the `webis/conclugen` dataset are present in both the *validation* and *test* splits, creating data leakage and distorting model results. Furthermore, all splits contain duplicate samples. ## Steps to reproduce the bug ```pyth...
1,218,460,444
I_kwDODunzps5IoDsc
4,248
conll2003 dataset loads original data.
closed
completed
2022-04-28T09:33:31
2022-07-18T07:15:48
2022-07-18T07:15:48Z
https://github.com/huggingface/datasets/issues/4248
sue991
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting @sue99.\r\n\r\nUnfortunately. I'm not able to reproduce your problem:\r\n```python\r\nIn [1]: import datasets\r\n ...: from datasets import load_dataset\r\n ...: dataset = load_dataset(\"conll2003\")\r\n\r\nIn [2]: dataset\r\nOut[2]: \r\nDatasetDict({\r\n train: Dataset({\r\n fea...
NONE
## Describe the bug I load `conll2003` dataset to use refined data like [this](https://huggingface.co/datasets/conll2003/viewer/conll2003/train) preview, but it is original data that contains `'-DOCSTART- -X- -X- O'` text. Is this a bug or should I use another dataset_name like `lhoestq/conll2003` ? ## Steps to...
1,218,320,882
I_kwDODunzps5Inhny
4,247
The data preview of XGLUE
closed
completed
2022-04-28T07:30:50
2022-04-29T08:23:28
2022-04-28T16:08:03Z
https://github.com/huggingface/datasets/issues/4247
czq1999
[]
[ "albertvillanova" ]
[ "![image](https://user-images.githubusercontent.com/49108847/165700611-915b4343-766f-4b81-bdaa-b31950250f06.png)\r\n", "Thanks for reporting @czq1999.\r\n\r\nNote that the dataset viewer uses the dataset in streaming mode and that not all datasets support streaming yet.\r\n\r\nThat is the case for XGLUE dataset (...
NONE
It seems that something wrong with the data previvew of XGLUE
1,217,423,686
I_kwDODunzps5IkGlG
4,241
NonMatchingChecksumError when attempting to download GLUE
closed
completed
2022-04-27T14:14:21
2022-04-28T07:45:27
2022-04-28T07:45:27Z
https://github.com/huggingface/datasets/issues/4241
drussellmrichie
[ "bug" ]
[]
[ "Hi :)\r\n\r\nI think your issue may be related to the older `nlp` library. I was able to download `glue` with the latest version of `datasets`. Can you try updating with:\r\n\r\n```py\r\npip install -U datasets\r\n```\r\n\r\nThen you can download:\r\n\r\n```py\r\nfrom datasets import load_dataset\r\nds = load_data...
NONE
## Describe the bug I am trying to download the GLUE dataset from the NLP module but get an error (see below). ## Steps to reproduce the bug ```python import nlp nlp.__version__ # '0.2.0' nlp.load_dataset('glue', name="rte", download_mode="force_redownload") ``` ## Expected results I expect the dataset to ...
1,217,168,123
I_kwDODunzps5IjIL7
4,238
Dataset caching policy
closed
completed
2022-04-27T10:42:11
2022-04-27T16:29:25
2022-04-27T16:28:50Z
https://github.com/huggingface/datasets/issues/4238
loretoparisi
[ "bug" ]
[]
[ "Hi @loretoparisi, thanks for reporting.\r\n\r\nThere is an option to force the redownload of the data files (and thus not using previously download and cached data files): `load_dataset(..., download_mode=\"force_redownload\")`.\r\n\r\nPlease, let me know if this fixes your problem.\r\n\r\nI can confirm you that y...
NONE
## Describe the bug I cannot clean cache of my datasets files, despite I have updated the `csv` files on the repository [here](https://huggingface.co/datasets/loretoparisi/tatoeba-sentences). The original file had a line with bad characters, causing the following error ``` [/usr/local/lib/python3.7/dist-packages/d...
1,217,121,044
I_kwDODunzps5Ii8sU
4,237
Common Voice 8 doesn't show datasets viewer
closed
completed
2022-04-27T10:05:20
2022-05-10T12:17:05
2022-05-10T12:17:04Z
https://github.com/huggingface/datasets/issues/4237
patrickvonplaten
[ "dataset-viewer" ]
[]
[ "Thanks for reporting. I understand it's an error in the dataset script. To reproduce:\r\n\r\n```python\r\n>>> import datasets as ds\r\n>>> split_names = ds.get_dataset_split_names(\"mozilla-foundation/common_voice_8_0\", use_auth_token=\"**********\")\r\nDownloading builder script: 100%|███████████████████████████...
CONTRIBUTOR
https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0
1,216,952,640
I_kwDODunzps5IiTlA
4,235
How to load VERY LARGE dataset?
closed
completed
2022-04-27T07:50:13
2023-07-25T15:07:57
2023-07-25T15:07:57Z
https://github.com/huggingface/datasets/issues/4235
CaoYiqingT
[ "bug" ]
[]
[ "The `Trainer` support `IterableDataset`, not just datasets." ]
NONE
### System Info ```shell I am using transformer trainer while meeting the issue. The trainer requests torch.utils.data.Dataset as input, which loads the whole dataset into the memory at once. Therefore, when the dataset is too large to load, there's nothing I can do except using IterDataset, which loads samples of da...
1,216,643,661
I_kwDODunzps5IhIJN
4,230
Why the `conll2003` dataset on huggingface only contains the `en` subset? Where is the German data?
closed
completed
2022-04-27T00:53:52
2023-07-25T15:10:15
2023-07-25T15:10:15Z
https://github.com/huggingface/datasets/issues/4230
beyondguo
[ "enhancement" ]
[]
[ "Thanks for reporting @beyondguo.\r\n\r\nIndeed, we generate this dataset from this raw data file URL: https://data.deepai.org/conll2003.zip\r\nAnd that URL only contains the English version.", "The German data requires payment\r\n\r\nThe [original task page](https://www.clips.uantwerpen.be/conll2003/ner/) states...
NONE
![image](https://user-images.githubusercontent.com/37113676/165416606-96b5db18-b16c-4b6b-928c-de8620fd943e.png) But on huggingface datasets: ![image](https://user-images.githubusercontent.com/37113676/165416649-8fd77980-ca0d-43f0-935e-f398ba8323a4.png) Where is the German data?
1,215,911,182
I_kwDODunzps5IeVUO
4,221
Dictionary Feature
closed
completed
2022-04-26T12:50:18
2022-04-29T14:52:19
2022-04-28T17:04:58Z
https://github.com/huggingface/datasets/issues/4221
jordiae
[ "question" ]
[ "albertvillanova" ]
[ "Hi @jordiae,\r\n\r\nInstead of the `Sequence` feature, you can use just a regular list: put the dict between `[` and `]`:\r\n```python\r\n\"list_of_dict_feature\": [\r\n {\r\n \"key1_in_dict\": datasets.Value(\"string\"),\r\n \"key2_in_dict\": datasets.Value(\"int32\"),\r\n ...\r\n }\r\n...
NONE
Hi, I'm trying to create the loading script for a dataset in which one feature is a list of dictionaries, which afaik doesn't fit very well the values and structures supported by Value and Sequence. Is there any suggested workaround, am I missing something? Thank you in advance.
1,214,688,141
I_kwDODunzps5IZquN
4,217
Big_Patent dataset broken
closed
completed
2022-04-25T15:31:45
2022-05-26T06:29:43
2022-05-02T18:21:15Z
https://github.com/huggingface/datasets/issues/4217
Matthew-Larsen
[ "hosted-on-google-drive" ]
[ "albertvillanova" ]
[ "Thanks for reporting. The issue seems not to be directly related to the dataset viewer or the `datasets` library, but instead to it being hosted on Google Drive.\r\n\r\nSee related issues: https://github.com/huggingface/datasets/issues?q=is%3Aissue+is%3Aopen+drive.google.com\r\n\r\nTo quote [@lhoestq](https://gith...
NONE
## Dataset viewer issue for '*big_patent*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/big_patent/viewer/all/train)* *Unable to view because it says FileNotFound, also cannot download it through the python API* Am I the one who added this dataset ? No
1,214,361,837
I_kwDODunzps5IYbDt
4,211
DatasetDict containing Datasets with different features when pushed to hub gets remapped features
closed
completed
2022-04-25T11:22:54
2023-04-06T19:25:50
2022-05-20T15:15:30Z
https://github.com/huggingface/datasets/issues/4211
pietrolesci
[ "bug" ]
[ "mariosasko" ]
[ "Hi @pietrolesci, thanks for reporting.\r\n\r\nPlease note that this is a design purpose: a `DatasetDict` has the same features for all its datasets. Normally, a `DatasetDict` is composed of several sub-datasets each corresponding to a different **split**.\r\n\r\nTo handle sub-datasets with different features, we u...
NONE
Hi there, I am trying to load a dataset to the Hub. This dataset is a `DatasetDict` composed of various splits. Some splits have a different `Feature` mapping. Locally, the DatasetDict preserves the individual features but if I `push_to_hub` and then `load_dataset`, the features are all the same. Dataset and code...
1,214,089,130
I_kwDODunzps5IXYeq
4,210
TypeError: Cannot cast array data from dtype('O') to dtype('int64') according to the rule 'safe'
closed
completed
2022-04-25T07:28:42
2022-05-31T12:16:31
2022-05-31T12:16:31Z
https://github.com/huggingface/datasets/issues/4210
loretoparisi
[ "bug" ]
[]
[ "Hi! Casting class labels from strings is currently not supported in the CSV loader, but you can get the same result with an additional map as follows:\r\n```python\r\nfrom datasets import load_dataset,Features,Value,ClassLabel\r\nclass_names = [\"cmn\",\"deu\",\"rus\",\"fra\",\"eng\",\"jpn\",\"spa\",\"ita\",\"kor\...
NONE
### System Info ```shell - `transformers` version: 4.18.0 - Platform: Linux-5.4.144+-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.13 - Huggingface_hub version: 0.5.1 - PyTorch version (GPU?): 1.10.0+cu111 (True) - Tensorflow version (GPU?): 2.8.0 (True) - Flax version (CPU?/GPU?/TPU?): not installed ...
1,211,953,308
I_kwDODunzps5IPPCc
4,199
Cache miss during reload for datasets using image fetch utilities through map
closed
completed
2022-04-22T07:47:08
2022-04-26T17:00:32
2022-04-26T13:38:26Z
https://github.com/huggingface/datasets/issues/4199
apsdehal
[ "bug" ]
[ "mariosasko" ]
[ "Hi ! Maybe one of the objects in the function is not deterministic across sessions ? You can read more about it and how to investigate here: https://huggingface.co/docs/datasets/about_cache", "Hi @apsdehal! Can you verify that replacing\r\n```python\r\ndef fetch_single_image(image_url, timeout=None, retries=0):\...
CONTRIBUTOR
## Describe the bug It looks like that result of `.map` operation dataset are missing the cache when you reload the script and always run from scratch. In same interpretor session, they are able to find the cache and reload it. But, when you exit the interpretor and reload it, the downloading starts from scratch. ...
1,211,456,559
I_kwDODunzps5INVwv
4,198
There is no dataset
closed
completed
2022-04-21T19:19:26
2022-05-03T11:29:05
2022-04-22T06:12:25Z
https://github.com/huggingface/datasets/issues/4198
wilfoderek
[]
[]
[]
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,211,271,261
I_kwDODunzps5IMohd
4,196
Embed image and audio files in `save_to_disk`
closed
completed
2022-04-21T16:25:18
2022-12-14T18:22:59
2022-12-14T18:22:59Z
https://github.com/huggingface/datasets/issues/4196
lhoestq
[]
[]
[]
MEMBER
Following https://github.com/huggingface/datasets/pull/4184, currently a dataset saved using `save_to_disk` doesn't actually contain the bytes of the image or audio files. Instead it stores the path to your local files. Adding `embed_external_files` and set it to True by default to save_to_disk would be kind of a b...
1,210,692,554
I_kwDODunzps5IKbPK
4,192
load_dataset can't load local dataset,Unable to find ...
closed
completed
2022-04-21T08:28:58
2022-04-25T16:51:57
2022-04-22T07:39:53Z
https://github.com/huggingface/datasets/issues/4192
ahf876828330
[ "bug" ]
[]
[ "Hi! :)\r\n\r\nI believe that should work unless `dataset_infos.json` isn't actually a dataset. For Hugging Face datasets, there is usually a file named `dataset_infos.json` which contains metadata about the dataset (eg. the dataset citation, license, description, etc). Can you double-check that `dataset_infos.json...
NONE
Traceback (most recent call last): File "/home/gs603/ahf/pretrained/model.py", line 48, in <module> dataset = load_dataset("json",data_files="dataset/dataset_infos.json") File "/home/gs603/miniconda3/envs/coderepair/lib/python3.7/site-packages/datasets/load.py", line 1675, in load_dataset **config_kwa...
1,210,028,090
I_kwDODunzps5IH5A6
4,191
feat: create an `Array3D` column from a list of arrays of dimension 2
closed
completed
2022-04-20T18:04:32
2022-05-12T15:08:40
2022-05-12T15:08:40Z
https://github.com/huggingface/datasets/issues/4191
SaulLu
[ "enhancement" ]
[ "albertvillanova" ]
[ "Hi @SaulLu, thanks for your proposal.\r\n\r\nJust I got a bit confused about the dimensions...\r\n- For the 2D case, you mention it is possible to create an `Array2D` from a list of arrays of dimension 1\r\n- However, you give an example of creating an `Array2D` from arrays of dimension 2:\r\n - the values of `da...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** It is possible to create an `Array2D` column from a list of arrays of dimension 1. Similarly, I think it might be nice to be able to create a `Array3D` column from a list of lists of arrays of dimension 1. To illustrate my proposal, let's take the...
1,209,429,743
I_kwDODunzps5IFm7v
4,185
Librispeech documentation, clarification on format
open
2022-04-20T09:35:55
2022-04-21T11:00:53
https://github.com/huggingface/datasets/issues/4185
albertz
[]
[]
[ "(@patrickvonplaten )", "Also cc @lhoestq here", "The documentation in the code is definitely outdated - thanks for letting me know, I'll remove it in https://github.com/huggingface/datasets/pull/4184 .\r\n\r\nYou're exactly right `audio` `array` already decodes the audio file to the correct waveform. This is d...
NONE
https://github.com/huggingface/datasets/blob/cd3ce34ab1604118351e1978d26402de57188901/datasets/librispeech_asr/librispeech_asr.py#L53 > Note that in order to limit the required storage for preparing this dataset, the audio > is stored in the .flac format and is not converted to a float32 array. To convert, the audi...
1,208,285,235
I_kwDODunzps5IBPgz
4,182
Zenodo.org download is not responding
closed
completed
2022-04-19T12:26:57
2022-04-20T07:11:05
2022-04-20T07:11:05Z
https://github.com/huggingface/datasets/issues/4182
dkajtoch
[ "bug" ]
[]
[ "[Off topic but related: Is the uptime of S3 provably better than Zenodo's?]", "Hi @dkajtoch, please note that at HuggingFace we are not hosting this dataset: we are just using a script to download their data file and create a dataset from it.\r\n\r\nIt was the dataset owners decision to host their data at Zenodo...
CONTRIBUTOR
## Describe the bug Source download_url from zenodo.org does not respond. `_DOWNLOAD_URL = "https://zenodo.org/record/2787612/files/SICK.zip?download=1"` Other datasets also use zenodo.org to store data and they cannot be downloaded as well. It would be better to actually use more reliable way to store original ...
1,208,194,805
I_kwDODunzps5IA5b1
4,181
Support streaming FLEURS dataset
closed
completed
2022-04-19T11:09:56
2022-07-25T11:44:02
2022-07-25T11:44:02Z
https://github.com/huggingface/datasets/issues/4181
patrickvonplaten
[ "dataset bug" ]
[]
[ "Yes, you just have to use `dl_manager.iter_archive` instead of `dl_manager.download_and_extract`.\r\n\r\nThat's because `download_and_extract` doesn't support TAR archives in streaming mode.", "Tried to make it streamable, but I don't think it's really possible. @lhoestq @polinaeterna maybe you guys can check: \...
CONTRIBUTOR
## Dataset viewer issue for '*name of the dataset*' https://huggingface.co/datasets/google/fleurs ``` Status code: 400 Exception: NotImplementedError Message: Extraction protocol for TAR archives like 'https://storage.googleapis.com/xtreme_translations/FLEURS/af_za.tar.gz' is not implemented in str...
1,208,042,320
I_kwDODunzps5IAUNQ
4,180
Add some iteration method on a dataset column (specific for inference)
closed
completed
2022-04-19T09:15:45
2025-06-17T13:08:50
2025-06-17T13:08:50Z
https://github.com/huggingface/datasets/issues/4180
Narsil
[ "enhancement" ]
[]
[ "Thanks for the suggestion ! I agree it would be nice to have something directly in `datasets` to do something as simple as that\r\n\r\ncc @albertvillanova @mariosasko @polinaeterna What do you think if we have something similar to pandas `Series` that wouldn't bring everything in memory when doing `dataset[\"audio...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Currently, `dataset["audio"]` will load EVERY element in the dataset in RAM, which can be quite big for an audio dataset. Having an iterator (or sequence) type of object, would make inference ...
1,208,001,118
I_kwDODunzps5IAKJe
4,179
Dataset librispeech_asr fails to load
closed
completed
2022-04-19T08:45:48
2022-07-27T16:10:00
2022-07-27T16:10:00Z
https://github.com/huggingface/datasets/issues/4179
albertz
[ "bug" ]
[]
[ "@patrickvonplaten Hi! I saw that you prepared this? :)", "Another thing, but maybe this should be a separate issue: As I see from the code, it would try to use up to 16 simultaneous downloads? This is problematic for Librispeech or anything on OpenSLR. On [the homepage](https://www.openslr.org/), it says:\r\n\r\...
NONE
## Describe the bug The dataset librispeech_asr (standard Librispeech) fails to load. ## Steps to reproduce the bug ```python datasets.load_dataset("librispeech_asr") ``` ## Expected results It should download and prepare the whole dataset (all subsets). In [the doc](https://huggingface.co/datasets/libris...
1,206,515,563
I_kwDODunzps5H6fdr
4,176
Very slow between two operations
closed
completed
2022-04-17T23:52:29
2022-04-18T00:03:00
2022-04-18T00:03:00Z
https://github.com/huggingface/datasets/issues/4176
yanan1116
[ "bug" ]
[]
[]
NONE
Hello, in the processing stage, I use two operations. The first one : map + filter, is very fast and it uses the full cores, while the socond step is very slow and did not use full cores. Also, there is a significant lag between them. Am I missing something ? ``` raw_datasets = raw_datasets.map(split_func...
1,203,995,869
I_kwDODunzps5Hw4Td
4,169
Timit_asr dataset cannot be previewed recently
closed
completed
2022-04-14T03:28:31
2023-02-03T04:54:57
2022-05-06T16:06:51Z
https://github.com/huggingface/datasets/issues/4169
YingLi001
[]
[]
[ "Thanks for reporting. The bug has already been detected, and we hope to fix it soon.", "TIMIT is now a dataset that requires manual download, see #4145 \r\n\r\nTherefore it might take a bit more time to fix it", "> TIMIT is now a dataset that requires manual download, see #4145\r\n> \r\n> Therefore it might ta...
NONE
## Dataset viewer issue for '*timit_asr*' **Link:** *https://huggingface.co/datasets/timit_asr* Issue: The timit-asr dataset cannot be previewed recently. Am I the one who added this dataset ? Yes-No No
1,203,539,268
I_kwDODunzps5HvI1E
4,163
Optional Content Warning for Datasets
open
2022-04-13T16:38:01
2022-06-09T20:39:02
https://github.com/huggingface/datasets/issues/4163
TristanThrush
[ "enhancement" ]
[]
[ "Hi! You can use the `extra_gated_prompt` YAML field in a dataset card for displaying custom messages/warnings that the user must accept before gaining access to the actual dataset. This option also keeps the viewer hidden until the user agrees to terms. ", "Hi @mariosasko, thanks for explaining how to add this f...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. We now have hate speech datasets on the hub, like this one: https://huggingface.co/datasets/HannahRoseKirk/HatemojiBuild I'm wondering if there is an option to select a content warning messa...
1,202,845,874
I_kwDODunzps5Hsfiy
4,160
RGBA images not showing
closed
completed
2022-04-13T06:59:23
2022-06-21T16:43:11
2022-06-21T16:43:11Z
https://github.com/huggingface/datasets/issues/4160
cceyda
[ "dataset-viewer", "dataset-viewer-rgba-images" ]
[ "severo" ]
[ "Thanks for reporting. It's a known issue, and we hope to fix it soon.", "Fixed, thanks!" ]
CONTRIBUTOR
## Dataset viewer issue for ceyda/smithsonian_butterflies_transparent [**Link:** *link to the dataset viewer page*](https://huggingface.co/datasets/ceyda/smithsonian_butterflies_transparent) ![image](https://user-images.githubusercontent.com/15624271/163117683-e91edb28-41bf-43d9-b371-5c62e14f40c9.png) Am I the...
1,202,034,115
I_kwDODunzps5HpZXD
4,152
ArrayND error in pyarrow 5
closed
completed
2022-04-12T15:41:40
2022-05-04T09:29:46
2022-05-04T09:29:46Z
https://github.com/huggingface/datasets/issues/4152
lhoestq
[]
[]
[ "Where do we bump the required pyarrow version? Any inputs on how I fix this issue? ", "We need to bump it in `setup.py` as well as update some CI job to use pyarrow 6 instead of 5 in `.circleci/config.yaml` and `.github/workflows/benchmarks.yaml`" ]
MEMBER
As found in https://github.com/huggingface/datasets/pull/3903, The ArrayND features fail on pyarrow 5: ```python import pyarrow as pa from datasets import Array2D from datasets.table import cast_array_to_feature arr = pa.array([[[0]]]) feature_type = Array2D(shape=(1, 1), dtype="int64") cast_array_to_feature(a...
1,201,689,730
I_kwDODunzps5HoFSC
4,150
Inconsistent splits generation for datasets without loading script (packaged dataset puts everything into a single split)
closed
completed
2022-04-12T11:15:55
2022-04-28T21:02:44
2022-04-28T21:02:44Z
https://github.com/huggingface/datasets/issues/4150
polinaeterna
[ "bug" ]
[]
[]
CONTRIBUTOR
## Describe the bug Splits for dataset loaders without scripts are prepared inconsistently. I think it might be confusing for users. ## Steps to reproduce the bug * If you load a packaged datasets from Hub, it infers splits from directory structure / filenames (check out the data [here](https://huggingface.co/data...
1,201,389,221
I_kwDODunzps5Hm76l
4,149
load_dataset for winoground returning decoding error
closed
completed
2022-04-12T08:16:16
2022-05-04T23:40:38
2022-05-04T23:40:38Z
https://github.com/huggingface/datasets/issues/4149
odellus
[ "bug" ]
[]
[ "I thought I had fixed it with this after some helpful hints from @severo\r\n```python\r\nimport datasets \r\ntoken = 'hf_XXXXX'\r\ndataset = datasets.load_dataset(\r\n 'facebook/winoground', \r\n name='facebook--winoground', \r\n split='train', \r\n streaming=True,\r\n use_auth_token=token,\r\n)\r\n...
CONTRIBUTOR
## Describe the bug I am trying to use datasets to load winoground and I'm getting a JSON decoding error. ## Steps to reproduce the bug ```python from datasets import load_dataset token = 'hf_XXXXX' # my HF access token datasets = load_dataset('facebook/winoground', use_auth_token=token) ``` ## Expected res...
1,201,169,242
I_kwDODunzps5HmGNa
4,148
fix confusing bleu metric example
closed
completed
2022-04-12T06:18:26
2022-04-13T14:16:34
2022-04-13T14:16:34Z
https://github.com/huggingface/datasets/issues/4148
aizawa-naoki
[ "enhancement" ]
[]
[]
NONE
**Is your feature request related to a problem? Please describe.** I would like to see the example in "Metric Card for BLEU" changed. The 0th element in the predictions list is not closed in square brackets, and the 1st list is missing a comma. The BLEU score are calculated correctly, but it is difficult to understa...
1,200,215,789
I_kwDODunzps5Hidbt
4,146
SAMSum dataset viewer not working
closed
completed
2022-04-11T16:22:57
2022-04-29T16:26:09
2022-04-29T16:26:09Z
https://github.com/huggingface/datasets/issues/4146
aakashnegi10
[ "bug" ]
[ "albertvillanova" ]
[ "https://huggingface.co/datasets/samsum\r\n\r\n```\r\nStatus code: 400\r\nException: ValueError\r\nMessage: Cannot seek streaming HTTP file\r\n```", "Currently, only the datasets that can be streamed support the dataset viewer. Maybe @lhoestq @albertvillanova or @mariosasko could give more details abo...
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,199,937,961
I_kwDODunzps5HhZmp
4,143
Unable to download `Wikepedia` 20220301.en version
closed
completed
2022-04-11T13:00:14
2022-08-17T00:37:55
2022-04-21T17:04:14Z
https://github.com/huggingface/datasets/issues/4143
beyondguo
[ "bug" ]
[]
[ "Hi! We've recently updated the Wikipedia script, so these changes are only available on master and can be fetched as follows:\r\n```python\r\ndataset_wikipedia = load_dataset(\"wikipedia\", \"20220301.en\", revision=\"master\")\r\n```", "Hi, how can I load the previous \"20200501.en\" version of wikipedia which ...
NONE
## Describe the bug Unable to download `Wikepedia` dataset, 20220301.en version ## Steps to reproduce the bug ```python !pip install apache_beam mwparserfromhell dataset_wikipedia = load_dataset("wikipedia", "20220301.en") ``` ## Actual results ``` ValueError: BuilderConfig 20220301.en not found. Avail...
1,199,794,750
I_kwDODunzps5Hg2o-
4,142
Add ObjectFolder 2.0 dataset
open
2022-04-11T10:57:51
2022-10-05T10:30:49
https://github.com/huggingface/datasets/issues/4142
osanseviero
[ "dataset request" ]
[]
[ "Datasets are not tracked in this repository anymore." ]
CONTRIBUTOR
## Adding a Dataset - **Name:** ObjectFolder 2.0 - **Description:** ObjectFolder 2.0 is a dataset of 1,000 objects in the form of implicit representations. It contains 1,000 Object Files each containing the complete multisensory profile for an object instance. - **Paper:** [*link to the dataset paper if available*](...
1,199,610,885
I_kwDODunzps5HgJwF
4,141
Why is the dataset not visible under the dataset preview section?
closed
completed
2022-04-11T08:36:42
2022-04-11T18:55:32
2022-04-11T17:09:49Z
https://github.com/huggingface/datasets/issues/4141
Nid989
[ "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,199,492,356
I_kwDODunzps5Hfs0E
4,140
Error loading arxiv data set
closed
completed
2022-04-11T07:06:34
2022-04-12T16:24:08
2022-04-12T16:24:08Z
https://github.com/huggingface/datasets/issues/4140
yjqiu
[ "bug" ]
[]
[ "Hi! I think this error may be related to using an older version of the library. I was able to load the dataset without any issues using the latest version of `datasets`. Can you upgrade to the latest version of `datasets` and try again? :)", "Hi! As @stevhliu suggested, to fix the issue, update the lib to the n...
NONE
## Describe the bug A clear and concise description of what the bug is. I met the error below when loading arxiv dataset via `nlp.load_dataset('scientific_papers', 'arxiv',)`. ``` Traceback (most recent call last): File "scripts/summarization.py", line 354, in <module> main(args) File "scripts/summari...
1,199,443,822
I_kwDODunzps5Hfg9u
4,139
Dataset viewer issue for Winoground
closed
completed
2022-04-11T06:11:41
2022-06-21T16:43:58
2022-06-21T16:43:58Z
https://github.com/huggingface/datasets/issues/4139
alcinos
[ "dataset-viewer", "dataset-viewer-gated" ]
[ "severo", "SBrandeis", "lhoestq" ]
[ "related (same dataset): https://github.com/huggingface/datasets/issues/4149. But the issue is different. Looking at it", "I thought this issue was related to the error I was seeing, but upon consideration I'd think the dataset viewer would return a 500 (unable to create the split like me) or a 404 (unable to loa...
NONE
## Dataset viewer issue for 'Winoground' **Link:** [*link to the dataset viewer page*](https://huggingface.co/datasets/facebook/winoground/viewer/facebook--winoground/train) *short description of the issue* Getting 401, message='Unauthorized' The dataset is subject to authorization, but I can access the files f...
1,199,291,730
I_kwDODunzps5He71S
4,138
Incorrect Russian filenames encoding after extraction by datasets.DownloadManager.download_and_extract()
closed
completed
2022-04-11T02:07:13
2022-04-19T03:15:46
2022-04-16T15:46:29Z
https://github.com/huggingface/datasets/issues/4138
iluvvatar
[]
[]
[ "To reproduce:\r\n\r\n```python\r\n>>> import datasets\r\n>>> datasets.get_dataset_split_names('MalakhovIlya/RuREBus', config_name='raw_txt')\r\nTraceback (most recent call last):\r\n File \"/home/slesage/hf/datasets-preview-backend/.venv/lib/python3.9/site-packages/datasets/inspect.py\", line 280, in get_dataset_...
NONE
## Dataset viewer issue for 'MalakhovIlya/RuREBus' **Link:** https://huggingface.co/datasets/MalakhovIlya/RuREBus **Description** Using os.walk(topdown=False) in DatasetBuilder causes following error: Status code: 400 Exception: TypeError Message: xwalk() got an unexpected keyword argument 'topdow...
1,197,937,146
I_kwDODunzps5HZxH6
4,134
ELI5 supporting documents
open
2022-04-08T23:36:27
2022-04-13T13:52:46
https://github.com/huggingface/datasets/issues/4134
saurabh-0077
[ "question" ]
[]
[ "Hi ! Please post your question on the [forum](https://discuss.huggingface.co/), more people will be able to help you there ;)" ]
NONE
if i am using dense search to create supporting documents for eli5 how much time it will take bcz i read somewhere that it takes about 18 hrs??
1,197,830,623
I_kwDODunzps5HZXHf
4,133
HANS dataset preview broken
closed
completed
2022-04-08T21:06:15
2022-04-13T11:57:34
2022-04-13T11:57:34Z
https://github.com/huggingface/datasets/issues/4133
pietrolesci
[ "streaming" ]
[]
[ "The dataset cannot be loaded, be it in normal or streaming mode.\r\n\r\n```python\r\n>>> import datasets\r\n>>> dataset=datasets.load_dataset(\"hans\", split=\"train\", streaming=True)\r\n>>> next(iter(dataset))\r\nTraceback (most recent call last):\r\n File \"<stdin>\", line 1, in <module>\r\n File \"/home/sles...
NONE
## Dataset viewer issue for '*hans*' **Link:** [https://huggingface.co/datasets/hans](https://huggingface.co/datasets/hans) HANS dataset preview is broken with error 400 Am I the one who added this dataset ? No
1,197,376,796
I_kwDODunzps5HXoUc
4,129
dataset metadata for reproducibility
open
2022-04-08T14:17:28
2023-09-29T09:23:56
https://github.com/huggingface/datasets/issues/4129
nbroad1881
[ "enhancement" ]
[]
[ "+1 on this idea. This could be powerful for helping better track datasets used for model training and help with automatic model card creation. \r\n\r\nOne possible way of doing this would be to store some/most/all the arguments passed to `load_dataset` if a hub id is passed. i.e. store the Hub ID, configuration, e...
NONE
When pulling a dataset from the hub, it would be useful to have some metadata about the specific dataset and version that is used. The metadata could then be passed to the `Trainer` which could then be saved to a model card. This is useful for people who run many experiments on different versions (commits/branches) of ...
1,196,665,194
I_kwDODunzps5HU6lq
4,126
dataset viewer issue for common_voice
closed
completed
2022-04-07T23:34:28
2022-04-25T13:42:17
2022-04-25T13:42:16Z
https://github.com/huggingface/datasets/issues/4126
laphang
[ "dataset-viewer", "audio_column" ]
[ "severo" ]
[ "Yes, it's a known issue, and we expect to fix it soon.", "Fixed.\r\n\r\n<img width=\"1393\" alt=\"Capture d’écran 2022-04-25 à 15 42 05\" src=\"https://user-images.githubusercontent.com/1676121/165101176-d729d85b-efff-45a8-bad1-b69223edba5f.png\">\r\n" ]
NONE
## Dataset viewer issue for 'common_voice' **Link:** https://huggingface.co/datasets/common_voice Server Error Status code: 400 Exception: TypeError Message: __init__() got an unexpected keyword argument 'audio_column' Am I the one who added this dataset ? No
1,196,469,842
I_kwDODunzps5HUK5S
4,124
Image decoding often fails when transforming Image datasets
closed
completed
2022-04-07T19:17:25
2022-04-13T14:01:16
2022-04-13T14:01:16Z
https://github.com/huggingface/datasets/issues/4124
RafayAK
[ "bug" ]
[ "albertvillanova" ]
[ "A quick hack I have found is that we can call the image first before running the transforms and it makes sure the image is decoded before being passed on.\r\n\r\nFor this I just needed to add `example['img'] = example['img']` to the top of my `generate_flipped_data` function, defined above, so that image decode in...
NONE
## Describe the bug When transforming/modifying images in an image dataset using the `map` function the PIL images often fail to decode in time for the image transforms, causing errors. Using a debugger it is easy to see what the problem is, the Image decode invocation does not take place and the resulting image pa...
1,196,367,512
I_kwDODunzps5HTx6Y
4,123
Building C4 takes forever
closed
completed
2022-04-07T17:41:30
2023-06-26T22:01:29
2023-06-26T22:01:29Z
https://github.com/huggingface/datasets/issues/4123
StellaAthena
[ "bug" ]
[]
[ "Hi @StellaAthena, thanks for reporting.\r\n\r\nPlease note, that our `datasets` library performs several operations in order to load a dataset, among them:\r\n- it downloads all the required files: for C4 \"en\", 378.69 GB of JSON GZIPped files\r\n- it parses their content to generate the dataset\r\n- it caches th...
NONE
## Describe the bug C4-en is a 300 GB dataset. However, when I try to download it through the hub it takes over _six hours_ to generate the train/test split from the downloaded files. This is an absurd amount of time and an unnecessary waste of resources. ## Steps to reproduce the bug ```python c4 = datasets.load...
1,196,095,072
I_kwDODunzps5HSvZg
4,122
medical_dialog zh has very slow _generate_examples
closed
completed
2022-04-07T14:00:51
2022-04-08T16:20:51
2022-04-08T16:20:51Z
https://github.com/huggingface/datasets/issues/4122
nbroad1881
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @nbroad1881, thanks for reporting.\r\n\r\nLet me have a look to try to improve its performance. ", "Thanks @nbroad1881 for reporting! I don't recall it taking so long. I will also have a look at this. \r\n@albertvillanova please let me know if I am doing something unnecessary or time consuming.", "Hi @nbro...
NONE
## Describe the bug After downloading the files from Google Drive, `load_dataset("medical_dialog", "zh", data_dir="./")` takes an unreasonable amount of time. Generating the train/test split for 33% of the dataset takes over 4.5 hours. ## Steps to reproduce the bug The easiest way I've found to download files from...
1,196,000,018
I_kwDODunzps5HSYMS
4,121
datasets.load_metric can not load a local metirc
closed
completed
2022-04-07T12:48:56
2023-01-18T14:30:46
2022-04-07T13:53:27Z
https://github.com/huggingface/datasets/issues/4121
SadGare
[ "bug" ]
[]
[ "Hello, could you tell me how this issue can be fixed? I'm coming across the same issue." ]
NONE
## Describe the bug No matter how I hard try to tell load_metric that I want to load a local metric file, it still continues to fetch things on the Internet. And unfortunately it says 'ConnectionError: Couldn't reach'. However I can download this file without connectionerror and tell load_metric its local directory. A...
1,195,887,430
I_kwDODunzps5HR8tG
4,120
Representing dictionaries (json) objects as features
closed
completed
2022-04-07T11:07:41
2026-03-09T15:57:59
2026-03-09T15:57:59Z
https://github.com/huggingface/datasets/issues/4120
yanaiela
[ "enhancement" ]
[]
[ "This is indeed a problem for VLMs in 2025 too! Where we expect the inputs to be of the format:\n```\ncontent = [{\n\"type\": \"text\",\n\"text\": <text>\n}, {\n\"type\": \"image\",\n\"image\": <image>\n}]\n```\nCC: @lhoestq ", "The community has also been using this format instead, with the images on the side: h...
CONTRIBUTOR
In the process of adding a new dataset to the hub, I stumbled upon the inability to represent dictionaries that contain different key names, unknown in advance (and may differ between samples), original asked in the [forum](https://discuss.huggingface.co/t/representing-nested-dictionary-with-different-keys/16442). F...
1,195,638,944
I_kwDODunzps5HRACg
4,118
Failing CI tests on Windows
closed
completed
2022-04-07T07:36:25
2022-04-07T07:57:13
2022-04-07T07:57:13Z
https://github.com/huggingface/datasets/issues/4118
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug Our CI Windows tests are failing from yesterday: https://app.circleci.com/pipelines/github/huggingface/datasets/11092/workflows/9cfdb1dd-0fec-4fe0-8122-5f533192ebdc/jobs/67414
1,195,552,406
I_kwDODunzps5HQq6W
4,117
AttributeError: module 'huggingface_hub' has no attribute 'hf_api'
closed
completed
2022-04-07T05:52:36
2024-05-07T09:24:35
2022-04-19T15:36:35Z
https://github.com/huggingface/datasets/issues/4117
arymbe
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @arymbe, thanks for reporting.\r\n\r\nUnfortunately, I'm not able to reproduce your problem.\r\n\r\nCould you please write the complete stack trace? That way we will be able to see which package originates the exception.", "Hello, thank you for your fast replied. this is the complete error that I got\r\n\r\n-...
NONE
## Describe the bug Could you help me please. I got this following error. AttributeError: module 'huggingface_hub' has no attribute 'hf_api' ## Steps to reproduce the bug when I imported the datasets # Sample code to reproduce the bug from datasets import list_datasets, load_dataset, list_metrics, load_metr...
1,194,907,555
I_kwDODunzps5HONej
4,115
ImageFolder add option to ignore some folders like '.ipynb_checkpoints'
closed
completed
2022-04-06T17:29:43
2022-06-01T13:04:16
2022-06-01T13:04:16Z
https://github.com/huggingface/datasets/issues/4115
cceyda
[ "enhancement" ]
[]
[ "Maybe it would be nice to ignore private dirs like this one (ones starting with `.`) by default. \r\n\r\nCC @mariosasko ", "Maybe we can add a `ignore_hidden_files` flag to the builder configs of our packaged loaders (to be consistent across all of them), wdyt @lhoestq @albertvillanova? ", "I think they should...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** I sometimes like to peek at the dataset images from jupyterlab. thus '.ipynb_checkpoints' folder appears where my dataset is and (just realized) leads to accidental duplicate image additions. I think this is an easy enough thing to miss especially if t...
1,194,855,345
I_kwDODunzps5HOAux
4,114
Allow downloading just some columns of a dataset
open
2022-04-06T16:38:46
2025-02-17T15:10:56
https://github.com/huggingface/datasets/issues/4114
osanseviero
[ "enhancement" ]
[]
[ "In the general case you can’t always reduce the quantity of data to download, since you can’t parse CSV or JSON data without downloading the whole files right ? ^^ However we could explore this case-by-case I guess", "Actually for csv pandas has `usecols` which allows loading a subset of columns in a more effici...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** Some people are interested in doing label analysis of a CV dataset without downloading all the images. Downloading the whole dataset does not always makes sense for this kind of use case **Describe the solution you'd like** Be able to just download...
1,194,843,532
I_kwDODunzps5HN92M
4,113
Multiprocessing with FileLock fails in python 3.9
closed
completed
2022-04-06T16:27:09
2022-11-28T11:49:14
2022-11-28T11:49:14Z
https://github.com/huggingface/datasets/issues/4113
lhoestq
[ "bug" ]
[]
[ "Closing this one because it must be used this way actually:\r\n```python\r\ndef main():\r\n with FileLock(\"tmp.lock\"):\r\n with Pool(2) as pool:\r\n pool.map(run, range(2))\r\n\r\nif __name__ == \"__main__\":\r\n main()\r\n```" ]
MEMBER
On python 3.9, this code hangs: ```python from multiprocessing import Pool from filelock import FileLock def run(i): print(f"got the lock in multi process [{i}]") with FileLock("tmp.lock"): with Pool(2) as pool: pool.map(run, range(2)) ``` This is because the subprocesses try to ac...
1,194,752,765
I_kwDODunzps5HNnr9
4,112
ImageFolder with Grayscale images dataset
closed
completed
2022-04-06T15:10:00
2022-04-22T10:21:53
2022-04-22T10:21:52Z
https://github.com/huggingface/datasets/issues/4112
chainyo
[]
[]
[ "Hi! Replacing:\r\n```python\r\ntransformed_dataset = dataset.with_transform(transforms)\r\ntransformed_dataset.set_format(type=\"torch\", device=\"cuda\")\r\n```\r\n\r\nwith:\r\n```python\r\ndef transform_func(examples):\r\n examples[\"image\"] = [transforms(img).to(\"cuda\") for img in examples[\"image\"]]\r\n...
NONE
Hi, I'm facing a problem with a grayscale images dataset I have uploaded [here](https://huggingface.co/datasets/ChainYo/rvl-cdip) (RVL-CDIP) I'm getting an error while I want to use images for training a model with PyTorch DataLoader. Here is the full traceback: ```bash AttributeError: Caught AttributeError in D...
1,194,484,885
I_kwDODunzps5HMmSV
4,107
Unable to view the dataset and loading the same dataset throws the error - ArrowInvalid: Exceeded maximum rows
closed
completed
2022-04-06T11:37:15
2022-04-08T07:13:07
2022-04-06T14:39:55Z
https://github.com/huggingface/datasets/issues/4107
Pavithree
[ "bug" ]
[]
[ "Thanks for reporting. I'm looking at it", " It's not related to the dataset viewer in itself. I can replicate the error with:\r\n\r\n```\r\n>>> import datasets as ds\r\n>>> d = ds.load_dataset('Pavithree/explainLikeImFive')\r\nUsing custom data configuration Pavithree--explainLikeImFive-b68b6d8112cd8a51\r\nDown...
NONE
## Dataset viewer issue - -ArrowInvalid: Exceeded maximum rows **Link:** *https://huggingface.co/datasets/Pavithree/explainLikeImFive* *This is the subset of original eli5 dataset https://huggingface.co/datasets/vblagoje/lfqa. I just filtered the data samples which belongs to one particular subreddit thread. How...
1,194,297,119
I_kwDODunzps5HL4cf
4,105
push to hub fails with huggingface-hub 0.5.0
closed
completed
2022-04-06T08:59:57
2022-04-13T14:30:47
2022-04-13T14:30:47Z
https://github.com/huggingface/datasets/issues/4105
frascuchon
[ "bug" ]
[]
[ "Hi ! Indeed there was a breaking change in `huggingface_hub` 0.5.0 in `HfApi.create_repo`, which is called here in `datasets` by passing the org name in both the `repo_id` and the `organization` arguments:\r\n\r\nhttps://github.com/huggingface/datasets/blob/2230f7f7d7fbaf102cff356f5a8f3bd1561bea43/src/datasets/arr...
NONE
## Describe the bug `ds.push_to_hub` is failing when updating a dataset in the form "org_id/repo_id" ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset("rubrix/news_test") ds.push_to_hub("<your-user>/news_test", token="<your-token>") ``` ## Expected results The data...
1,194,072,966
I_kwDODunzps5HLBuG
4,104
Add time series data - stock market
open
2022-04-06T05:46:58
2024-07-21T16:54:30
https://github.com/huggingface/datasets/issues/4104
rozeappletree
[ "dataset request" ]
[]
[ "Can I use instructions present in below link for time series dataset as well? \r\nhttps://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md ", "cc'ing @kashif and @NielsRogge for visibility!", "@INF800 happy to add this dataset! I will try to set a PR by the end of the day... if you can kindly poi...
NONE
## Adding a Time Series Dataset - **Name:** 2min ticker data for stock market - **Description:** 8 stocks' data collected for 1month post ukraine-russia war. 4 NSE stocks and 4 NASDAQ stocks. Along with technical indicators (additional features) as shown in below image - **Data:** Collected by myself from investing...
1,193,399,204
I_kwDODunzps5HIdOk
4,101
How can I download only the train and test split for full numbers using load_dataset()?
open
2022-04-05T16:00:15
2022-04-06T13:09:01
https://github.com/huggingface/datasets/issues/4101
Nakkhatra
[ "enhancement" ]
[]
[ "Hi! Can you please specify the full name of the dataset? IIRC `full_numbers` is one of the configs of the `svhn` dataset, and its generation is slow due to data being stored in binary Matlab files. Even if you specify a specific split, `datasets` downloads all of them, but we plan to fix that soon and only downloa...
NONE
How can I download only the train and test split for full numbers using load_dataset()? I do not need the extra split and it will take 40 mins just to download in Colab. I have very short time in hand. Please help.
1,193,253,768
I_kwDODunzps5HH5uI
4,099
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 213: ordinal not in range(128)
closed
completed
2022-04-05T14:42:38
2022-04-06T06:37:44
2022-04-06T06:35:54Z
https://github.com/huggingface/datasets/issues/4099
andreybond
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @andreybond, thanks for reporting.\r\n\r\nUnfortunately, I'm not able to able to reproduce your issue:\r\n```python\r\nIn [4]: from datasets import load_dataset\r\n ...: datasets = load_dataset(\"nielsr/XFUN\", \"xfun.ja\")\r\n\r\nIn [5]: datasets\r\nOut[5]: \r\nDatasetDict({\r\n train: Dataset({\r\n ...
NONE
## Describe the bug Error "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 213: ordinal not in range(128)" is thrown when downloading dataset. ## Steps to reproduce the bug ```python from datasets import load_dataset datasets = load_dataset("nielsr/XFUN", "xfun.ja") ``` ## Expected resu...
1,193,165,229
I_kwDODunzps5HHkGt
4,096
Add support for streaming Zarr stores for hosted datasets
closed
completed
2022-04-05T13:38:32
2023-12-07T09:01:49
2022-04-21T08:12:58Z
https://github.com/huggingface/datasets/issues/4096
jacobbieker
[ "enhancement" ]
[ "albertvillanova" ]
[ "Hi @jacobbieker, thanks for your request and study of possible alternatives.\r\n\r\nWe are very interested in finding a way to make `datasets` useful to you.\r\n\r\nLooking at the Zarr docs, I saw that among its storage alternatives, there is the ZIP file format: https://zarr.readthedocs.io/en/stable/api/storage.h...
NONE
**Is your feature request related to a problem? Please describe.** Lots of geospatial data is stored in the Zarr format. This format works well for n-dimensional data and coordinates, and can have good compression. Unfortunately, HF datasets doesn't support streaming in data in Zarr format as far as I can tell. Zarr s...
1,192,534,414
I_kwDODunzps5HFKGO
4,094
Helo Mayfrends
closed
completed
2022-04-05T02:42:57
2022-04-05T07:16:42
2022-04-05T07:16:42Z
https://github.com/huggingface/datasets/issues/4094
Budigming
[ "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 reas...
1,192,523,161
I_kwDODunzps5HFHWZ
4,093
elena-soare/crawled-ecommerce: missing dataset
closed
completed
2022-04-05T02:25:19
2022-04-12T09:34:53
2022-04-12T09:34:53Z
https://github.com/huggingface/datasets/issues/4093
seevaratnam
[ "dataset-viewer" ]
[ "severo" ]
[ "It's a bug! Thanks for reporting, I'm looking at it.", "By the way, the error on our part is due to the huge size of every row (~90MB). The dataset viewer does not support such big dataset rows for the moment.\r\nAnyway, we're working to give a hint about this in the dataset viewer.", "Fixed. See https://huggi...
NONE
elena-soare/crawled-ecommerce **Link:** *link to the dataset viewer page* *short description of the issue* Am I the one who added this dataset ? Yes-No