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,065,275,896
I_kwDODunzps4_ftH4
3,331
AttributeError: 'CommunityDatasetModuleFactoryWithoutScript' object has no attribute 'path'
closed
completed
2021-11-28T08:54:05
2021-11-29T13:49:44
2021-11-29T13:34:14Z
https://github.com/huggingface/datasets/issues/3331
luozhouyang
[ "bug" ]
[]
[ "Hi,\r\n\r\nthe fix was merged and will be available in the next release of `datasets`.\r\nIn the meantime, you can use it by installing `datasets` directly from master as follows:\r\n```\r\npip install git+https://github.com/huggingface/datasets.git\r\n```" ]
NONE
## Describe the bug I add a new question answering dataset to huggingface datasets manually. Here is the link: [luozhouyang/question-answering-datasets](https://huggingface.co/datasets/luozhouyang/question-answering-datasets) But when I load the dataset, an error raised: ```bash AttributeError: 'CommunityDatas...
1,065,096,971
I_kwDODunzps4_fBcL
3,329
Map function: Type error on iter #999
closed
completed
2021-11-27T17:53:05
2021-11-29T20:40:15
2021-11-29T20:40:15Z
https://github.com/huggingface/datasets/issues/3329
josephkready666
[ "bug" ]
[]
[ "Hi, thanks for reporting.\r\n\r\nIt would be really helpful if you could provide the actual code of the `text_numbers_to_int` function so we can reproduce the error.", "```\r\ndef text_numbers_to_int(text, column=\"\"):\r\n \"\"\"\r\n Convert text numbers to int.\r\n\r\n :param text: text numbers\r\n ...
NONE
## Describe the bug Using the map function, it throws a type error on iter #999 Here is the code I am calling: ``` dataset = datasets.load_dataset('squad') dataset['validation'].map(text_numbers_to_int, input_columns=['context'], fn_kwargs={'column': 'context'}) ``` text_numbers_to_int returns the input text ...
1,064,675,888
I_kwDODunzps4_daow
3,327
"Shape of query is incorrect, it has to be either a 1D array or 2D (1, N)"
closed
completed
2021-11-26T16:26:36
2021-11-26T16:44:11
2021-11-26T16:44:11Z
https://github.com/huggingface/datasets/issues/3327
eliasws
[ "bug" ]
[]
[ "#3323 " ]
CONTRIBUTOR
## Describe the bug Passing a correctly shaped Numpy-Array to get_nearest_examples leads to the Exception "Shape of query is incorrect, it has to be either a 1D array or 2D (1, N)" Probably the reason for this is a wrongly converted assertion. 1.15.1: `assert len(query.shape) == 1 or (len(query.shape) == 2...
1,064,661,212
I_kwDODunzps4_dXDc
3,324
Can't import `datasets` in python 3.10
closed
completed
2021-11-26T16:06:14
2021-11-26T16:31:23
2021-11-26T16:31:23Z
https://github.com/huggingface/datasets/issues/3324
lhoestq
[]
[ "lhoestq" ]
[]
MEMBER
When importing `datasets` I'm getting this error in python 3.10: ```python Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/quentinlhoest/Desktop/hf/nlp/src/datasets/__init__.py", line 34, in <module> from .arrow_dataset import Dataset, concatenate_datasets File "/Use...
1,063,531,992
I_kwDODunzps4_ZDXY
3,320
Can't get tatoeba.rus dataset
closed
completed
2021-11-25T12:31:11
2021-11-26T10:30:29
2021-11-26T10:30:29Z
https://github.com/huggingface/datasets/issues/3320
mmg10
[ "bug" ]
[]
[]
NONE
## Describe the bug It gives an error. > FileNotFoundError: Couldn't find file at https://github.com/facebookresearch/LASER/raw/master/data/tatoeba/v1/tatoeba.rus-eng.rus ## Steps to reproduce the bug ```python data=load_dataset("xtreme","tatoeba.rus", split="validation") ``` ## Solution The library tries...
1,062,284,447
I_kwDODunzps4_USyf
3,317
Add desc parameter to Dataset filter method
closed
completed
2021-11-24T11:01:36
2022-01-05T18:31:24
2022-01-05T18:31:24Z
https://github.com/huggingface/datasets/issues/3317
vblagoje
[ "enhancement" ]
[]
[ "Hi,\r\n\r\n`Dataset.map` allows more generic transforms compared to `Dataset.filter`, which purpose is very specific (to filter examples based on a condition). That's why I don't think we need the `desc` parameter there for consistency. #3196 has added descriptions to the `Dataset` methods that call `.map` intern...
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** As I was filtering very large datasets I noticed the filter method doesn't have the desc parameter which is available in the map method. Why don't we add a desc parameter to the filter method both for consistency and it's nice to give some feedback to ...
1,062,185,822
I_kwDODunzps4_T6te
3,316
Add RedCaps dataset
closed
completed
2021-11-24T09:23:02
2022-01-12T14:13:15
2022-01-12T14:13:15Z
https://github.com/huggingface/datasets/issues/3316
albertvillanova
[ "dataset request", "vision" ]
[ "mariosasko" ]
[]
MEMBER
## Adding a Dataset - **Name:** RedCaps - **Description:** Web-curated image-text data created by the people, for the people - **Paper:** https://arxiv.org/abs/2111.11431 - **Data:** https://redcaps.xyz/ - **Motivation:** Multimodal image-text dataset: 12M+ Image-text pairs Instructions to add a new dataset c...
1,060,933,392
I_kwDODunzps4_PI8Q
3,313
TriviaQA License Mismatch
closed
completed
2021-11-23T08:00:15
2021-11-29T11:24:21
2021-11-29T11:24:21Z
https://github.com/huggingface/datasets/issues/3313
akhilkedia
[ "bug" ]
[]
[ "Hi ! You're completely right, this must be mentioned in the dataset card.\r\nIf you're interesting in contributing, feel free to open a pull request to mention this in the `trivia_qa` dataset card in the \"Licensing Information\" section at https://github.com/huggingface/datasets/blob/master/datasets/trivia_qa/REA...
NONE
## Describe the bug TriviaQA Webpage at http://nlp.cs.washington.edu/triviaqa/ says they do not own the copyright to the data. However, Huggingface datasets at https://huggingface.co/datasets/trivia_qa mentions that the dataset is released under Apache License Is the License Information on HuggingFace correct?
1,060,387,957
I_kwDODunzps4_NDx1
3,311
Add WebSRC
open
2021-11-22T16:58:33
2021-11-22T16:58:33
https://github.com/huggingface/datasets/issues/3311
NielsRogge
[ "dataset request" ]
[]
[]
CONTRIBUTOR
## Adding a Dataset - **Name:** WebSRC - **Description:** WebSRC is a novel Web-based Structural Reading Comprehension dataset. It consists of 0.44M question-answer pairs, which are collected from 6.5K web pages with corresponding HTML source code, screenshots and metadata. - **Paper:** https://arxiv.org/abs/2101.0...
1,060,098,104
I_kwDODunzps4_L9A4
3,310
Fatal error condition occurred in aws-c-io
closed
completed
2021-11-22T12:27:54
2023-02-08T10:31:05
2021-11-29T22:22:37Z
https://github.com/huggingface/datasets/issues/3310
Crabzmatic
[ "bug" ]
[]
[ "Hi ! Are you having this issue only with this specific dataset, or it also happens with other ones like `squad` ?", "@lhoestq It happens also on `squad`. It successfully downloads the whole dataset and then crashes on: \r\n\r\n```\r\nFatal error condition occurred in D:\\bld\\aws-c-io_1633633258269\\work\\source...
NONE
## Describe the bug Fatal error when using the library ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('wikiann', 'en') ``` ## Expected results No fatal errors ## Actual results ``` Fatal error condition occurred in D:\bld\aws-c-io_1633633258269\work\sou...
1,059,255,705
I_kwDODunzps4_IvWZ
3,308
"dataset_infos.json" missing for chr_en and mc4
open
2021-11-21T00:07:22
2022-01-19T13:55:32
https://github.com/huggingface/datasets/issues/3308
amitness
[ "bug", "dataset bug" ]
[]
[ "Hi ! Thanks for reporting :) \r\nWe can easily add the metadata for `chr_en` IMO, but for mC4 it will take more time, since it requires to count the number of examples in each language", "No problem. I am trying to do some analysis on the metadata of all available datasets. Is reading `metadata_infos.json` for e...
NONE
## Describe the bug In the repository, every dataset has its metadata in a file called`dataset_infos.json`. But, this file is missing for two datasets: `chr_en` and `mc4`. ## Steps to reproduce the bug Check [chr_en](https://github.com/huggingface/datasets/tree/master/datasets/chr_en) and [mc4](https://github.com/...
1,059,185,860
I_kwDODunzps4_IeTE
3,306
nested sequence feature won't encode example if the first item of the outside sequence is an empty list
closed
completed
2021-11-20T16:57:54
2021-12-08T13:02:15
2021-12-08T13:02:15Z
https://github.com/huggingface/datasets/issues/3306
function2-llx
[ "bug" ]
[ "mariosasko" ]
[ "knock knock", "Hi, thanks for reporting! I've linked a PR that should fix the issue.", "I've checked the PR and it looks great, thanks a lot!" ]
NONE
## Describe the bug As the title, nested sequence feature won't encode example if the first item of the outside sequence is an empty list. ## Steps to reproduce the bug ```python from datasets import Features, Sequence, ClassLabel features = Features({ 'x': Sequence(Sequence(ClassLabel(names=['a', 'b']))), ...
1,059,130,494
I_kwDODunzps4_IQx-
3,304
Dataset object has no attribute `to_tf_dataset`
closed
completed
2021-11-20T12:03:59
2021-11-21T07:07:25
2021-11-21T07:07:25Z
https://github.com/huggingface/datasets/issues/3304
RajkumarGalaxy
[ "bug" ]
[]
[ "The issue is due to the older version of transformers and datasets. It has been resolved by upgrading their versions.\r\n\r\n```\r\n# upgrade transformers and datasets to latest versions\r\n!pip install --upgrade transformers\r\n!pip install --upgrade datasets\r\n```\r\n\r\nRegards!" ]
NONE
I am following HuggingFace Course. I am at Fine-tuning a model. Link: https://huggingface.co/course/chapter3/2?fw=tf I use tokenize_function and `map` as mentioned in the course to process data. `# define a tokenize function` `def Tokenize_function(example):` ` return tokenizer(example['sentence'], truncat...
1,059,129,732
I_kwDODunzps4_IQmE
3,303
DataCollatorWithPadding: TypeError
closed
completed
2021-11-20T11:59:55
2021-11-21T07:05:37
2021-11-21T07:05:37Z
https://github.com/huggingface/datasets/issues/3303
RajkumarGalaxy
[ "bug" ]
[]
[ "\r\n> \r\n> Input:\r\n> \r\n> ```\r\n> tokenizer = AutoTokenizer.from_pretrained(checkpoint)\r\n> data_collator = DataCollatorWithPadding(tokenizer=tokenizer, return_tensors=\"tf\")\r\n> ```\r\n> \r\n> Output:\r\n> \r\n> ```\r\n> TypeError Traceback (most recent call last)\r\n> /tmp...
NONE
Hi, I am following the HuggingFace course. I am now at Fine-tuning [https://huggingface.co/course/chapter3/3?fw=tf](https://huggingface.co/course/chapter3/3?fw=tf). When I set up `DataCollatorWithPadding` as following I got an error while trying to reproduce the course code in Kaggle. This error occurs with either a ...
1,058,644,459
I_kwDODunzps4_GaHr
3,300
❓ Dataset loading script from Hugging Face Hub
closed
completed
2021-11-19T15:20:52
2021-12-22T10:57:56
2021-12-22T10:57:56Z
https://github.com/huggingface/datasets/issues/3300
pietrolesci
[ "dataset request", "dataset-viewer" ]
[ "severo" ]
[ "Hi ! In the next version of `datasets`, your train and test splits will be correctly separated (changes from #3027) if you create a dataset repository with only your CSV files.\r\n\r\nAlso it seems that you overwrite the `data_files` and `data_dir` arguments in your code, when you instantiate the AGNewsConfig obje...
NONE
Hi there, I am trying to add my custom `ag_news` with its own loading script on the Hugging Face datasets hub. In particular, I would like to test the addition of a second configuration to the existing `ag_news` dataset. Once it works in my hub, I plan to make a PR to the original dataset. However, in trying to do s...
1,058,518,213
I_kwDODunzps4_F7TF
3,299
Add option to find unique elements in nested sequences when calling `Dataset.unique`
open
2021-11-19T13:16:06
2023-05-19T14:45:40
https://github.com/huggingface/datasets/issues/3299
mariosasko
[ "enhancement" ]
[]
[ "Hi @mariosasko!\r\n\r\nHas this been patched into any of the releases?", "Hi! Not yet, would you be interested in contributing a PR? I can give you some pointers if needed. ", "@mariosasko did this ever get implemented? Willing to help if you are still up for it.", "@dcruiz01 No, but here is an example of ho...
COLLABORATOR
It would be nice to have an option to flatten nested sequences to find unique elements stored in them when calling `Dataset.unique`. ~~Currently, `Dataset.unique` only supports finding unique sequences and not unique elements in that situation.~~
1,058,420,201
I_kwDODunzps4_FjXp
3,298
Agnews dataset viewer is not working
closed
completed
2021-11-19T11:18:59
2021-12-21T16:24:05
2021-12-21T16:24:05Z
https://github.com/huggingface/datasets/issues/3298
pietrolesci
[ "dataset-viewer" ]
[]
[ "Hi ! Thanks for reporting\r\nWe've already fixed the code that generates the preview for this dataset, we'll release the fix soon :)", "Hi @lhoestq, thanks for your feedback!", "Fixed in the viewer.\r\n\r\nhttps://huggingface.co/datasets/ag_news" ]
NONE
## Dataset viewer issue for '*name of the dataset*' **Link:** https://huggingface.co/datasets/ag_news Hi there, the `ag_news` dataset viewer is not working. Am I the one who added this dataset? No
1,058,263,859
I_kwDODunzps4_E9Mz
3,297
.map() cache is wrongfully reused - only happens when the mapping function is imported
open
2021-11-19T08:18:36
2025-09-08T10:12:16
https://github.com/huggingface/datasets/issues/3297
eladsegal
[ "bug" ]
[]
[ "Hi ! Thanks for reporting. Indeed this is a current limitation of the usage we have of `dill` in `datasets`. I'd suggest you use your workaround for now until we find a way to fix this. Maybe functions that are not coming from a module not installed with pip should be dumped completely, rather than only taking the...
CONTRIBUTOR
## Describe the bug When `.map` is used with a mapping function that is imported, the cache is reused even if the mapping function has been modified. The reason for this is that `dill` that is used for creating the fingerprint [pickles imported functions by reference](https://stackoverflow.com/a/67851411). I guess...
1,057,954,892
I_kwDODunzps4_DxxM
3,295
Temporary dataset_path for remote fs URIs not built properly in arrow_dataset.py::load_from_disk
closed
completed
2021-11-18T23:24:02
2021-12-06T10:45:04
2021-12-06T10:45:04Z
https://github.com/huggingface/datasets/issues/3295
francisco-perez-sorrosal
[ "bug" ]
[]
[ "Hi ! Good catch and thanks for opening a PR :)\r\n\r\nI just responded in your PR" ]
CONTRIBUTOR
## Describe the bug When trying to build a temporary dataset path from a remote URI in this block of code: https://github.com/huggingface/datasets/blob/42f6b1d18a4a1b6009b6e62d115491be16dfca22/src/datasets/arrow_dataset.py#L1038-L1042 the result is not the expected when passing an absolute path in an URI like `h...
1,057,495,473
I_kwDODunzps4_CBmx
3,294
Add Natural Adversarial Objects dataset
open
2021-11-18T15:34:44
2021-12-08T12:00:02
https://github.com/huggingface/datasets/issues/3294
osanseviero
[ "dataset request", "vision" ]
[]
[]
CONTRIBUTOR
## Adding a Dataset - **Name:** Natural Adversarial Objects (NAO) - **Description:** Natural Adversarial Objects (NAO) is a new dataset to evaluate the robustness of object detection models. NAO contains 7,934 images and 9,943 objects that are unmodified and representative of real-world scenarios, but cause state-of-...
1,056,962,554
I_kwDODunzps4-__f6
3,292
Not able to load 'wikipedia' dataset
closed
completed
2021-11-18T05:41:18
2021-11-19T16:49:29
2021-11-19T16:49:29Z
https://github.com/huggingface/datasets/issues/3292
abhibisht89
[ "bug" ]
[ "lhoestq" ]
[ "Hi ! Indeed it looks like the code snippet on the Hugging face Hub doesn't show the second parameter\r\n\r\n![image](https://user-images.githubusercontent.com/42851186/142649237-45ba55c5-1a64-4c30-8692-2c8120572f92.png)\r\n\r\nThanks for reporting, I'm taking a look\r\n" ]
NONE
## Describe the bug I am following the instruction for loading the wikipedia dataset using datasets. However getting the below error. ## Steps to reproduce the bug from datasets import load_dataset dataset = load_dataset("wikipedia") ``` ## Expected results A clear and concise description of the expected res...
1,055,506,730
I_kwDODunzps4-6cEq
3,285
Add IEMOCAP dataset
open
2021-11-16T22:47:20
2023-06-10T08:14:52
https://github.com/huggingface/datasets/issues/3285
osanseviero
[ "dataset request", "speech", "vision" ]
[]
[ "The IEMOCAP dataset is private and available only on request.\r\n```\r\nTo obtain the IEMOCAP data you just need to fill out an electronic release form below.\r\n```\r\n\r\n- [Request form](https://sail.usc.edu/iemocap/release_form.php)\r\n- [License ](https://sail.usc.edu/iemocap/Data_Release_Form_IEMOCAP.pdf)\r\...
CONTRIBUTOR
## Adding a Dataset - **Name:** IEMOCAP - **Description:** acted, multimodal and multispeaker database - **Paper:** https://sail.usc.edu/iemocap/Busso_2008_iemocap.pdf - **Data:** https://sail.usc.edu/iemocap/index.html - **Motivation:** Useful multimodal dataset cc @anton-l Instructions to add a new datase...
1,055,502,909
I_kwDODunzps4-6bI9
3,284
Add VoxLingua107 dataset
open
2021-11-16T22:44:08
2021-12-06T09:49:45
https://github.com/huggingface/datasets/issues/3284
osanseviero
[ "dataset request", "speech" ]
[ "polinaeterna" ]
[ "#self-assign" ]
CONTRIBUTOR
## Adding a Dataset - **Name:** VoxLingua107 - **Description:** VoxLingua107 is a speech dataset for training spoken language identification models. The dataset consists of short speech segments automatically extracted from YouTube videos and labeled according the language of the video title and description, with som...
1,055,495,874
I_kwDODunzps4-6ZbC
3,283
Add Speech Commands dataset
closed
completed
2021-11-16T22:39:56
2021-12-10T10:30:15
2021-12-10T10:30:15Z
https://github.com/huggingface/datasets/issues/3283
osanseviero
[ "dataset request", "speech" ]
[ "polinaeterna" ]
[ "#self-assign" ]
CONTRIBUTOR
## Adding a Dataset - **Name:** Speech commands - **Description:** A Dataset for Limited-Vocabulary Speech Recognition - **Paper:** https://arxiv.org/abs/1804.03209 - **Data:** https://www.tensorflow.org/datasets/catalog/speech_commands, Available: http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz ...
1,055,054,898
I_kwDODunzps4-4twy
3,282
ConnectionError: Couldn't reach https://huggingface.co/datasets/oscar-corpus/OSCAR-2109/resolve/main/OSCAR-2109.py
closed
completed
2021-11-16T16:05:19
2022-04-12T11:57:43
2022-04-12T11:57:43Z
https://github.com/huggingface/datasets/issues/3282
MinionAttack
[ "dataset-viewer" ]
[]
[ "Hi ! Thanks for reporting :)\r\nI think this is because the dataset is behind an access page. We can fix the dataset viewer\r\n\r\nIf you also have this error when you use the `datasets` library in python, you should probably pass `use_auth_token=True` to the `load_dataset()` function to use your account to access...
NONE
## Dataset viewer issue for '*oscar-corpus/OSCAR-2109*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/oscar-corpus/OSCAR-2109)* *The dataset library cannot download any language from the oscar-corpus/OSCAR-2109 dataset. By entering the URL in your browser I can access the file.* ...
1,053,554,038
I_kwDODunzps4-y_V2
3,273
Respect row ordering when concatenating datasets along axis=1
closed
completed
2021-11-15T11:27:14
2021-11-17T15:41:11
2021-11-17T15:41:11Z
https://github.com/huggingface/datasets/issues/3273
mariosasko
[ "bug" ]
[]
[]
COLLABORATOR
Currently, there is a bug when concatenating datasets along `axis=1` if more than one dataset has the `_indices` attribute defined. In that scenario, all indices mappings except the first one get ignored. A minimal reproducible example: ```python >>> from datasets import Dataset, concatenate_datasets >>> a = Data...
1,053,516,479
I_kwDODunzps4-y2K_
3,272
Make iter_archive work with ZIP files
open
2021-11-15T10:50:42
2021-11-25T00:08:47
https://github.com/huggingface/datasets/issues/3272
lhoestq
[ "enhancement" ]
[ "Mehdi2402" ]
[ "Hello, is this issue open for any contributor ? can I work on it ?\r\n\r\n", "Hi ! Sure this is open for any contributor. If you're interested feel free to self-assign this issue to you by commenting `#self-assign`. Then if you have any question or if I can help, feel free to ping me.\r\n\r\nTo begin with, feel ...
MEMBER
Currently users can use `dl_manager.iter_archive` in their dataset script to iterate over all the files of a TAR archive. It would be nice if it could work with ZIP files too !
1,053,218,769
I_kwDODunzps4-xtfR
3,269
coqa NonMatchingChecksumError
closed
completed
2021-11-15T05:04:07
2022-01-19T13:58:19
2022-01-19T13:58:19Z
https://github.com/huggingface/datasets/issues/3269
ZhaofengWu
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @ZhaofengWu, thanks for reporting.\r\n\r\nUnfortunately, I'm not able to reproduce your bug:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n\r\nIn [2]: ds = load_dataset(\"coqa\")\r\nDownloading: 3.82kB [00:00, 1.91MB/s]\r\nDownloading: 1.79kB [00:00, 1.79MB/s]\r\nUsing custom data configuration d...
NONE
``` >>> from datasets import load_dataset >>> dataset = load_dataset("coqa") Downloading: 3.82kB [00:00, 1.26MB/s] ...
1,052,992,681
I_kwDODunzps4-w2Sp
3,268
Dataset viewer issue for 'liweili/c4_200m'
closed
completed
2021-11-14T17:18:46
2021-12-21T10:25:20
2021-12-21T10:24:51Z
https://github.com/huggingface/datasets/issues/3268
liliwei25
[ "dataset-viewer" ]
[ "severo" ]
[ "Hi ! I think the issue comes from this [line](https://huggingface.co/datasets/liweili/c4_200m/blob/main/c4_200m.py#L87):\r\n```python\r\npath = filepath + \"/*.tsv*\"\r\n```\r\n\r\nYou can fix this by doing this instead:\r\n```python\r\npath = os.path.join(filepath, \"/*.tsv*\")\r\n```\r\n\r\nHere is why:\r\n\r\nL...
NONE
## Dataset viewer issue for '*liweili/c4_200m*' **Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/liweili/c4_200m)* *Server Error* ``` Status code: 404 Exception: Status404Error Message: Not found. Maybe the cache is missing, or maybe the ressource does not exist. ``` ...
1,052,666,558
I_kwDODunzps4-vmq-
3,265
Checksum error for kilt_task_wow
closed
completed
2021-11-13T12:04:17
2021-11-16T11:23:53
2021-11-16T11:21:58Z
https://github.com/huggingface/datasets/issues/3265
slyviacassell
[ "bug" ]
[ "albertvillanova" ]
[ "Using `dataset = load_dataset(\"kilt_tasks\", \"wow\", ignore_verifications=True)` may fix it, but I do not think it is a elegant solution.", "Hi @slyviacassell, thanks for reporting.\r\n\r\nYes, there is an issue with the checksum verification. I'm fixing it.\r\n\r\nAnd as you pointed out, in the meantime, you ...
NONE
## Describe the bug Checksum failed when downloads kilt_tasks_wow. See error output for details. ## Steps to reproduce the bug ```python import datasets datasets.load_datasets('kilt_tasks','wow') ``` ## Expected results Download successful ## Actual results ``` Downloading and preparing dataset kilt_ta...
1,052,663,513
I_kwDODunzps4-vl7Z
3,264
Downloading URL change for WikiAuto Manual, jeopardy and definite_pronoun_resolution
closed
completed
2021-11-13T11:47:12
2022-06-01T17:38:16
2022-06-01T17:38:16Z
https://github.com/huggingface/datasets/issues/3264
slyviacassell
[ "bug" ]
[]
[ "#take\r\nI am willing to fix this. Links can be replaced for WikiAuto Manual and jeopardy with new ones provided by authors.\r\n\r\nAs for the definite_pronoun_resolution URL, a certificate error seems to be preventing a download. I have the files on my local machine. I can include them in the dataset folder as th...
NONE
## Describe the bug - WikiAuto Manual The original manual datasets with the following downloading URL in this [repository](https://github.com/chaojiang06/wiki-auto) was [deleted](https://github.com/chaojiang06/wiki-auto/commit/0af9b066f2b4e02726fb8a9be49283c0ad25367f) by the author. ``` https://github.com/chaoj...
1,052,552,516
I_kwDODunzps4-vK1E
3,263
FET DATA
closed
completed
2021-11-13T05:46:06
2021-11-13T13:31:47
2021-11-13T13:31:47Z
https://github.com/huggingface/datasets/issues/3263
FStell01
[ "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,052,346,381
I_kwDODunzps4-uYgN
3,261
Scifi_TV_Shows: Having trouble getting viewer to find appropriate files
closed
completed
2021-11-12T19:25:19
2021-12-21T10:24:10
2021-12-21T10:24:10Z
https://github.com/huggingface/datasets/issues/3261
lara-martin
[ "dataset-viewer" ]
[]
[ "Hi ! I think this is because `iter_archive` doesn't support ZIP files yet. See https://github.com/huggingface/datasets/issues/3272\r\n\r\nYou can navigate into the archive this way instead:\r\n```python\r\n# in split_generators\r\ndata_dir = dl_manager.download_and_extract(url)\r\ntrain_filepath = os.path.join(dat...
NONE
## Dataset viewer issue for '*Science Fiction TV Show Plots Corpus (Scifi_TV_Shows)*' **Link:** [link](https://huggingface.co/datasets/lara-martin/Scifi_TV_Shows) I tried adding both a script (https://huggingface.co/datasets/lara-martin/Scifi_TV_Shows/blob/main/Scifi_TV_Shows.py) and some dummy examples (https:/...
1,052,188,195
I_kwDODunzps4-tx4j
3,258
Reload dataset that was already downloaded with `load_from_disk` from cloud storage
open
2021-11-12T17:14:59
2021-11-12T17:14:59
https://github.com/huggingface/datasets/issues/3258
lhoestq
[ "enhancement" ]
[]
[]
MEMBER
`load_from_disk` downloads the dataset to a temporary directory without checking if the dataset has already been downloaded once. It would be nice to have some sort of caching for datasets downloaded this way. This could leverage the fingerprint of the dataset that was saved in the `state.json` file.
1,052,118,365
I_kwDODunzps4-tg1d
3,257
Use f-strings for string formatting
closed
completed
2021-11-12T16:02:15
2021-11-17T16:18:38
2021-11-17T16:18:38Z
https://github.com/huggingface/datasets/issues/3257
mariosasko
[ "good first issue" ]
[ "Mehdi2402" ]
[ "Hi, I would be glad to help with this. Is there anyone else working on it?", "Hi, I would be glad to work on this too.", "#self-assign", "Hi @Carlosbogo,\r\n\r\nwould you be interested in replacing the `.format` and `%` syntax with f-strings in the modules in the `datasets` directory since @Mehdi2402 has ope...
COLLABORATOR
f-strings offer better readability/performance than `str.format` and `%`, so we should use them in all places in our codebase unless there is good reason to keep the older syntax. > **NOTE FOR CONTRIBUTORS**: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files ...
1,051,783,129
I_kwDODunzps4-sO_Z
3,255
SciELO dataset ConnectionError
closed
completed
2021-11-12T09:57:14
2021-11-16T17:55:22
2021-11-16T17:55:22Z
https://github.com/huggingface/datasets/issues/3255
WojciechKusa
[ "bug" ]
[ "mariosasko" ]
[]
NONE
## Describe the bug I get `ConnectionError` when I am trying to load the SciELO dataset. When I try the URL with `requests` I get: ``` >>> requests.head("https://ndownloader.figstatic.com/files/14019287") <Response [302]> ``` And as far as I understand redirections in `datasets` are not supported for downlo...
1,051,308,972
I_kwDODunzps4-qbOs
3,253
`GeneratorBasedBuilder` does not support `None` values
closed
completed
2021-11-11T19:51:21
2021-12-09T14:26:58
2021-12-09T14:26:58Z
https://github.com/huggingface/datasets/issues/3253
pavel-lexyr
[ "bug" ]
[]
[ "Hi,\r\n\r\nthanks for reporting and providing a minimal reproducible example. \r\n\r\nThis line of the PR I've linked in our discussion on the Forum will add support for `None` values:\r\nhttps://github.com/huggingface/datasets/blob/a53de01842aac65c66a49b2439e18fa93ff73ceb/src/datasets/features/features.py#L835\r\...
NONE
## Describe the bug `GeneratorBasedBuilder` does not support `None` values. ## Steps to reproduce the bug See [this repository](https://github.com/pavel-lexyr/huggingface-datasets-bug-reproduction) for minimal reproduction. ## Expected results Dataset is initialized with a `None` value in the `value` column. ...
1,049,699,088
I_kwDODunzps4-kSMQ
3,247
Loading big json dataset raises pyarrow.lib.ArrowNotImplementedError
closed
completed
2021-11-10T11:17:59
2022-04-10T14:05:57
2022-04-10T14:05:57Z
https://github.com/huggingface/datasets/issues/3247
maxzirps
[ "bug" ]
[]
[ "Hi,\r\n\r\nthis issue is similar to https://github.com/huggingface/datasets/issues/3093, so you can either use the solution provided there or try to load the data in one chunk (you can control the chunk size by specifying the `chunksize` parameter (`int`) in `load_dataset`).\r\n\r\n@lhoestq Is this worth opening a...
NONE
## Describe the bug When trying to create a dataset from a json file with around 25MB, the following error is raised `pyarrow.lib.ArrowNotImplementedError: Unsupported cast from struct<b: int64, c: int64> to struct using function cast_struct` Splitting the big file into smaller ones and then loading it with the `lo...
1,048,527,232
I_kwDODunzps4-f0GA
3,242
Adding ANERcorp-CAMeLLab dataset
open
2021-11-09T12:04:04
2021-11-09T12:41:15
https://github.com/huggingface/datasets/issues/3242
vitalyshalumov
[ "dataset request" ]
[]
[ "Adding ANERcorp dataset\r\n\r\n## Adding a Dataset\r\n- **Name:** *ANERcorp-CAMeLLab*\r\n- **Description:** *Since its creation in 2008, the ANERcorp dataset (Benajiba & Rosso, 2008) has been a standard reference used by Arabic named entity recognition researchers around the world. However, over time, this dataset...
NONE
1,048,376,021
I_kwDODunzps4-fPLV
3,240
Couldn't reach data file for disaster_response_messages
closed
completed
2021-11-09T09:26:42
2021-12-14T14:38:29
2021-12-14T14:38:29Z
https://github.com/huggingface/datasets/issues/3240
pandya6988
[ "dataset bug" ]
[]
[ "It looks like the dataset isn't available anymore on appen.com\r\n\r\nThe CSV files appear to still be available at https://www.kaggle.com/landlord/multilingual-disaster-response-messages though. It says that the data are under the CC0 license so I guess we can host the dataset elsewhere instead ?" ]
NONE
## Describe the bug Following command gives an ConnectionError. ## Steps to reproduce the bug ```python disaster = load_dataset('disaster_response_messages') ``` ## Error ``` ConnectionError: Couldn't reach https://datasets.appen.com/appen_datasets/disaster_response_data/disaster_response_messages_training....
1,048,360,232
I_kwDODunzps4-fLUo
3,239
Inconsistent performance of the "arabic_billion_words" dataset
open
2021-11-09T09:11:00
2021-11-09T09:11:00
https://github.com/huggingface/datasets/issues/3239
vitalyshalumov
[ "bug" ]
[]
[]
NONE
## Describe the bug When downloaded from macine 1 the dataset is downloaded and parsed correctly. When downloaded from machine two (which has a different cache directory), the following script: import datasets from datasets import load_dataset raw_dataset_elkhair_1 = load_dataset('arabic_billion_words', 'Alitti...
1,048,226,086
I_kwDODunzps4-eqkm
3,238
Reuters21578 Couldn't reach
closed
completed
2021-11-09T06:08:56
2021-11-11T00:02:57
2021-11-11T00:02:57Z
https://github.com/huggingface/datasets/issues/3238
TingNLP
[ "dataset bug" ]
[]
[ "Hi ! The URL works fine on my side today, could you try again ?", "thank you @lhoestq \r\nit works" ]
NONE
``## Adding a Dataset - **Name:** *Reuters21578* - **Description:** *ConnectionError: Couldn't reach https://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz* - **Data:** *https://huggingface.co/datasets/reuters21578* `from datasets import load_dataset` `dataset = load_dataset("reuters21578", 'ModLewis...
1,048,165,525
I_kwDODunzps4-ebyV
3,237
wikitext description wrong
closed
completed
2021-11-09T04:06:52
2022-02-14T15:45:11
2021-11-09T13:49:28Z
https://github.com/huggingface/datasets/issues/3237
hongyuanmei
[ "bug" ]
[ "albertvillanova" ]
[ "Hi @hongyuanmei, thanks for reporting.\r\n\r\nI'm fixing it.", "Duplicate of:\r\n- #795" ]
NONE
## Describe the bug Descriptions of the wikitext datasests are wrong. ## Steps to reproduce the bug Please see: https://github.com/huggingface/datasets/blob/f6dcafce996f39b6a4bbe3a9833287346f4a4b68/datasets/wikitext/wikitext.py#L50 ## Expected results The descriptions for raw-v1 and v1 should be switched.
1,048,026,358
I_kwDODunzps4-d5z2
3,236
Loading of datasets changed in #3110 returns no examples
closed
completed
2021-11-08T23:29:46
2021-11-09T16:46:05
2021-11-09T16:45:47Z
https://github.com/huggingface/datasets/issues/3236
eladsegal
[ "bug" ]
[ "lhoestq" ]
[ "Hi @eladsegal, thanks for reporting.\r\n\r\nI am sorry, but I can't reproduce the bug:\r\n```\r\nIn [1]: from datasets import load_dataset\r\n\r\nIn [2]: ds = load_dataset(\"qasper\")\r\nDownloading: 5.11kB [00:00, ?B/s]\r\nDownloading and preparing dataset qasper/qasper (download: 9.88 MiB, generated: 35.11 MiB, ...
CONTRIBUTOR
## Describe the bug Loading of datasets changed in https://github.com/huggingface/datasets/pull/3110 returns no examples: ```python DatasetDict({ train: Dataset({ features: ['id', 'title', 'abstract', 'full_text', 'qas'], num_rows: 0 }) validation: Dataset({ features: ['id',...
1,047,361,573
I_kwDODunzps4-bXgl
3,232
The Xsum datasets seems not able to download.
closed
completed
2021-11-08T11:58:54
2021-11-09T15:07:16
2021-11-09T15:07:16Z
https://github.com/huggingface/datasets/issues/3232
FYYFU
[ "bug" ]
[]
[ "Hi ! On my side the URL is working fine, could you try again ?", "> Hi ! On my side the URL is working fine, could you try again ?\r\n\r\nI try it again and cannot download the file (might because of my location). Could you please provide another download link(such as google drive)? :>", "I don't know other ...
NONE
## Describe the bug The download Link of the Xsum dataset provided in the repository is [Link](http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz). It seems not able to download. ## Steps to reproduce the bug ```python load_dataset('xsum') ``` ## Actual results ``` python r...
1,046,667,845
I_kwDODunzps4-YuJF
3,227
Error in `Json(datasets.ArrowBasedBuilder)` class
closed
completed
2021-11-07T05:50:32
2021-11-09T19:09:15
2021-11-09T19:09:15Z
https://github.com/huggingface/datasets/issues/3227
JunShern
[ "bug" ]
[]
[ "I have additionally identified the source of the error, being that [this condition](https://github.com/huggingface/datasets/blob/fc46bba66ba4f432cc10501c16a677112e13984c/src/datasets/packaged_modules/json/json.py#L124-L126) in the file\r\n`python3.8/site-packages/datasets/packaged_modules/json/json.py` is not bein...
NONE
## Describe the bug When a json file contains a `text` field that is larger than the block_size, the JSON dataset builder fails. ## Steps to reproduce the bug Create a folder that contains the following: ``` . ├── testdata │   └── mydata.json └── test.py ``` Please download [this file](https://github.com/...
1,045,549,029
I_kwDODunzps4-Uc_l
3,220
Add documentation about dataset viewer feature
open
2021-11-05T08:11:19
2023-09-25T11:48:38
https://github.com/huggingface/datasets/issues/3220
albertvillanova
[ "enhancement", "dataset-viewer" ]
[]
[ "In particular, include this somewhere in the docs: https://huggingface.co/docs/hub/datasets-viewer#access-the-parquet-files\r\n\r\nSee https://github.com/huggingface/hub-docs/issues/563" ]
MEMBER
Add to the docs more details about the dataset viewer feature in the Hub. CC: @julien-c
1,045,095,000
I_kwDODunzps4-SuJY
3,219
Eventual Invalid Token Error at setup of private datasets
closed
completed
2021-11-04T18:50:45
2021-11-08T13:23:06
2021-11-08T08:59:43Z
https://github.com/huggingface/datasets/issues/3219
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug From time to time, there appear Invalid Token errors with private datasets: - https://app.circleci.com/pipelines/github/huggingface/datasets/8520/workflows/d44629f2-4749-40f8-a657-50931d0b3434/jobs/52534 ``` ____________ ERROR at setup of test_load_streaming_private_dataset _____________ ...
1,045,029,710
I_kwDODunzps4-SeNO
3,217
Fix code quality bug in riddle_sense dataset
closed
completed
2021-11-04T17:40:32
2021-11-04T17:50:02
2021-11-04T17:50:02Z
https://github.com/huggingface/datasets/issues/3217
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[ "To give more context: https://github.com/psf/black/issues/318. `black` doesn't treat this as a bug, but `flake8` does. \r\n" ]
MEMBER
## Describe the bug ``` datasets/riddle_sense/riddle_sense.py:36:21: W291 trailing whitespace ```
1,044,924,050
I_kwDODunzps4-SEaS
3,214
Add ACAV100M Dataset
open
2021-11-04T15:59:58
2021-12-08T12:00:30
https://github.com/huggingface/datasets/issues/3214
nateraw
[ "dataset request", "vision" ]
[]
[]
CONTRIBUTOR
## Adding a Dataset - **Name:** *ACAV100M* - **Description:** *contains 100 million videos with high audio-visual correspondence, ideal for self-supervised video representation learning.* - **Paper:** *https://arxiv.org/abs/2101.10803* - **Data:** *https://github.com/sangho-vision/acav100m* - **Motivation:** *The ...
1,044,640,967
I_kwDODunzps4-Q_TH
3,212
Sort files before loading
closed
completed
2021-11-04T11:08:31
2021-11-05T17:49:58
2021-11-05T17:49:58Z
https://github.com/huggingface/datasets/issues/3212
lvwerra
[ "enhancement" ]
[ "lhoestq" ]
[ "This will be fixed by https://github.com/huggingface/datasets/pull/3221" ]
MEMBER
When loading a dataset that consists of several files (e.g. `my_data/data_001.json`, `my_data/data_002.json` etc.) they are not loaded in order when using `load_dataset("my_data")`. This could lead to counter-intuitive results if, for example, the data files are sorted by date or similar since they would appear in d...
1,044,611,471
I_kwDODunzps4-Q4GP
3,210
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.15.1/datasets/wmt16/wmt16.py
closed
completed
2021-11-04T10:47:26
2022-03-30T08:26:35
2022-03-30T08:26:35Z
https://github.com/huggingface/datasets/issues/3210
xiuzhilu
[ "dataset bug" ]
[]
[ "Hi ! Do you have some kind of proxy in your browser that gives you access to internet ?\r\n\r\nMaybe you're having this error because you don't have access to this URL from python ?", "Hi,do you fixed this error?\r\nI still have this issue when use \"use_auth_token=True\"", "You don't need authentication to ac...
NONE
when I use python examples/pytorch/translation/run_translation.py --model_name_or_path examples/pytorch/translation/opus-mt-en-ro --do_train --do_eval --source_lang en --target_lang ro --dataset_name wmt16 --dataset_config_name ro-en --output_dir /tmp/tst-translation --per_device_tra...
1,044,505,771
I_kwDODunzps4-QeSr
3,209
Unpin keras once TF fixes its release
closed
completed
2021-11-04T09:15:32
2021-11-05T10:57:37
2021-11-05T10:57:37Z
https://github.com/huggingface/datasets/issues/3209
albertvillanova
[]
[]
[]
MEMBER
Related to: - #3208
1,044,496,389
I_kwDODunzps4-QcAF
3,207
CI error: Another metric with the same name already exists in Keras 2.7.0
closed
completed
2021-11-04T09:04:11
2021-11-04T09:30:54
2021-11-04T09:30:54Z
https://github.com/huggingface/datasets/issues/3207
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
## Describe the bug Release of TensorFlow 2.7.0 contains an incompatibility with Keras. See: - keras-team/keras#15579 This breaks our CI test suite: https://app.circleci.com/pipelines/github/huggingface/datasets/8493/workflows/055c7ae2-43bc-49b4-9f11-8fc71f35a25c/jobs/52363
1,043,707,307
I_kwDODunzps4-NbWr
3,204
FileNotFoundError for TupleIE dataste
closed
completed
2021-11-03T14:56:55
2021-11-05T15:51:15
2021-11-05T14:16:05Z
https://github.com/huggingface/datasets/issues/3204
arda-vianai
[ "bug" ]
[ "mariosasko" ]
[ "@mariosasko @lhoestq Could you give me an update on how to load the dataset after the fix?\r\nThanks.", "Hi @arda-vianai,\r\n\r\nfirst, you can try:\r\n```python\r\nimport datasets\r\ndataset = datasets.load_dataset('tuple_ie', 'all', revision=\"master\")\r\n```\r\nIf this doesn't work, your version of `datasets...
NONE
Hi, `dataset = datasets.load_dataset('tuple_ie', 'all')` returns a FileNotFound error. Is the data not available? Many thanks.
1,043,213,660
I_kwDODunzps4-Li1c
3,202
Add mIoU metric
closed
completed
2021-11-03T08:42:32
2022-06-01T17:39:05
2022-06-01T17:39:04Z
https://github.com/huggingface/datasets/issues/3202
NielsRogge
[ "enhancement" ]
[]
[ "Resolved via https://github.com/huggingface/datasets/pull/3745." ]
CONTRIBUTOR
**Is your feature request related to a problem? Please describe.** Recently, some semantic segmentation models were added to HuggingFace Transformers, including [SegFormer](https://huggingface.co/transformers/model_doc/segformer.html) and [BEiT](https://huggingface.co/transformers/model_doc/beit.html). Semantic seg...
1,043,209,142
I_kwDODunzps4-Lhu2
3,201
Add GSM8K dataset
closed
completed
2021-11-03T08:36:44
2022-04-13T11:56:12
2022-04-13T11:56:11Z
https://github.com/huggingface/datasets/issues/3201
NielsRogge
[ "dataset request" ]
[]
[ "Closed via https://github.com/huggingface/datasets/pull/4103" ]
CONTRIBUTOR
## Adding a Dataset - **Name:** GSM8K (short for Grade School Math 8k) - **Description:** GSM8K is a dataset of 8.5K high quality linguistically diverse grade school math word problems created by human problem writers. - **Paper:** https://openai.com/blog/grade-school-math/ - **Data:** https://github.com/openai/gra...
1,041,971,117
I_kwDODunzps4-Gzet
3,193
Update link to datasets-tagging app
closed
completed
2021-11-02T07:39:59
2021-11-08T10:36:22
2021-11-08T10:36:22Z
https://github.com/huggingface/datasets/issues/3193
albertvillanova
[]
[ "albertvillanova" ]
[]
MEMBER
Once datasets-tagging has been transferred to Spaces: - huggingface/datasets-tagging#22 We should update the link in Datasets.
1,041,308,086
I_kwDODunzps4-ERm2
3,192
Multiprocessing filter/map (tests) not working on Windows
open
2021-11-01T15:36:08
2021-11-01T15:57:03
https://github.com/huggingface/datasets/issues/3192
BramVanroy
[ "bug" ]
[]
[]
CONTRIBUTOR
While running the tests, I found that the multiprocessing examples fail on Windows, or rather they do not complete: they cause a deadlock. I haven't dug deep into it, but they do not seem to work as-is. I currently have no time to tests this in detail but at least the tests seem not to run correctly (deadlocking). #...
1,041,225,111
I_kwDODunzps4-D9WX
3,191
Dataset viewer issue for '*compguesswhat*'
closed
completed
2021-11-01T14:16:49
2022-09-12T08:02:29
2022-09-12T08:02:29Z
https://github.com/huggingface/datasets/issues/3191
benotti
[ "streaming" ]
[ "albertvillanova" ]
[ "```python\r\n>>> import datasets\r\n>>> dataset = datasets.load_dataset('compguesswhat', name='compguesswhat-original',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/slesage/hf/datasets-preview-backend/.ve...
NONE
## Dataset viewer issue for '*compguesswhat*' **Link:** https://huggingface.co/datasets/compguesswhat File not found Am I the one who added this dataset ? No
1,041,153,631
I_kwDODunzps4-Dr5f
3,190
combination of shuffle and filter results in a bug
closed
completed
2021-11-01T13:07:29
2021-11-02T10:50:49
2021-11-02T10:50:49Z
https://github.com/huggingface/datasets/issues/3190
rabeehk
[ "bug" ]
[]
[ "I cannot reproduce this on master and pyarrow==4.0.1.\r\n", "Hi ! There was a regression in `datasets` 1.12 that introduced this bug. It has been fixed in #3019 in 1.13\r\n\r\nCan you try to update `datasets` and try again ?", "Thanks a lot, fixes with 1.13" ]
CONTRIBUTOR
## Describe the bug Hi, I would like to shuffle a dataset, then filter it based on each existing label. however, the combination of `filter`, `shuffle` seems to results in a bug. In the minimal example below, as you see in the filtered results, the filtered labels are not unique, meaning filter has not worked. Any su...
1,041,044,986
I_kwDODunzps4-DRX6
3,189
conll2003 incorrect label explanation
closed
completed
2021-11-01T11:03:30
2021-11-09T10:40:58
2021-11-09T10:40:58Z
https://github.com/huggingface/datasets/issues/3189
BramVanroy
[ "bug" ]
[]
[ "Hi @BramVanroy,\r\n\r\nsince these fields are of type `ClassLabel` (you can check this with `dset.features`), you can inspect the possible values with:\r\n```python\r\ndset.features[field_name].feature.names # .feature because it's a sequence of labels\r\n```\r\n\r\nand to find the mapping between names and integ...
CONTRIBUTOR
In the [conll2003](https://huggingface.co/datasets/conll2003#data-fields) README, the labels are described as follows > - `id`: a `string` feature. > - `tokens`: a `list` of `string` features. > - `pos_tags`: a `list` of classification labels, with possible values including `"` (0), `''` (1), `#` (2), `$` (3), `(`...
1,040,980,712
I_kwDODunzps4-DBro
3,188
conll2002 issues
closed
completed
2021-11-01T09:49:24
2021-11-15T13:50:59
2021-11-12T17:18:11Z
https://github.com/huggingface/datasets/issues/3188
BramVanroy
[ "dataset-viewer" ]
[]
[ "Hi ! Thanks for reporting :)\r\n\r\nThis is related to https://github.com/huggingface/datasets/issues/2742, I'm working on it. It should fix the viewer for around 80 datasets.\r\n", "Ah, hadn't seen that sorry.\r\n\r\nThe scrambled \"point of contact\" is a separate issue though, I think.", "@lhoestq The \"poi...
CONTRIBUTOR
**Link:** https://huggingface.co/datasets/conll2002 The dataset viewer throws a server error when trying to preview the dataset. ``` Message: Extraction protocol 'train' for file at 'https://raw.githubusercontent.com/teropa/nlp/master/resources/corpora/conll2002/esp.train' is not implemented yet ``` I...
1,040,369,397
I_kwDODunzps4-Asb1
3,186
Dataset viewer for nli_tr
closed
completed
2021-10-31T03:56:33
2022-09-12T09:15:34
2022-09-12T08:43:09Z
https://github.com/huggingface/datasets/issues/3186
e-budur
[ "streaming" ]
[ "albertvillanova" ]
[ "It's an issue with the streaming mode:\r\n\r\n```python\r\n>>> import datasets\r\n>>> dataset = datasets.load_dataset('nli_tr', name='snli_tr',split='test', 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/slesage/hf/datas...
CONTRIBUTOR
## Dataset viewer issue for '*nli_tr*' **Link:** https://huggingface.co/datasets/nli_tr Hello, Thank you for the new dataset preview feature that will help the users to view the datasets online. We just noticed that the dataset viewer widget in the `nli_tr` dataset shows the error below. The error must be d...
1,040,291,961
I_kwDODunzps4-AZh5
3,185
7z dataset preview not implemented?
closed
completed
2021-10-30T20:18:27
2022-04-12T11:48:16
2022-04-12T11:48:07Z
https://github.com/huggingface/datasets/issues/3185
Kirili4ik
[ "dataset-viewer" ]
[]
[ "It's a bug in the dataset viewer: the dataset cannot be downloaded in streaming mode, but since the dataset is relatively small, the dataset viewer should have fallback to normal mode. Working on a fix.", "Fixed. https://huggingface.co/datasets/samsum/viewer/samsum/train\r\n\r\n<img width=\"1563\" alt=\"Capture ...
NONE
## Dataset viewer issue for dataset 'samsum' **Link:** https://huggingface.co/datasets/samsum Server Error Status code: 400 Exception: NotImplementedError Message: Extraction protocol '7z' for file at 'https://arxiv.org/src/1911.12237v2/anc/corpus.7z' is not implemented yet
1,039,682,097
I_kwDODunzps49-Eox
3,181
`None` converted to `"None"` when loading a dataset
closed
completed
2021-10-29T15:23:53
2021-12-11T01:16:40
2021-12-09T14:26:57Z
https://github.com/huggingface/datasets/issues/3181
eladsegal
[ "bug" ]
[ "mariosasko" ]
[ "Hi @eladsegal, thanks for reporting.\r\n\r\n@mariosasko I saw you are already working on this, but maybe my comment will be useful to you.\r\n\r\nAll values are casted to their corresponding feature type (including `None` values). For example if the feature type is `Value(\"bool\")`, `None` is casted to `False`.\r...
CONTRIBUTOR
## Describe the bug When loading a dataset `None` values of the type `NoneType` are converted to `'None'` of the type `str`. ## Steps to reproduce the bug ```python from datasets import load_dataset qasper = load_dataset("qasper", split="train", download_mode="reuse_cache_if_exists") print(qasper[60]["full_text...
1,039,571,928
I_kwDODunzps499pvY
3,179
Cannot load dataset when the config name is "special"
closed
completed
2021-10-29T13:30:47
2021-10-29T13:35:21
2021-10-29T13:35:21Z
https://github.com/huggingface/datasets/issues/3179
severo
[ "bug", "dataset-viewer" ]
[]
[ "The issue is that the datasets are malformed. Not a bug with the datasets library" ]
COLLABORATOR
## Describe the bug After https://github.com/huggingface/datasets/pull/3159, we can get the config name of "Check/region_1", which is "Check___region_1". But now we cannot load the dataset (not sure it's related to the above PR though). It's the case for all the similar datasets, listed in https://github.com/hugg...
1,039,539,076
I_kwDODunzps499huE
3,178
"Property couldn't be hashed properly" even though fully picklable
closed
completed
2021-10-29T12:56:09
2024-08-19T13:03:49
2022-11-02T17:18:43Z
https://github.com/huggingface/datasets/issues/3178
BramVanroy
[ "bug" ]
[]
[ "After some digging, I found that this is caused by `dill` and using `recurse=True)` when trying to dump the object. The problem also occurs without multiprocessing. I can only find [the following information](https://dill.readthedocs.io/en/latest/dill.html#dill._dill.dumps) about this:\r\n\r\n> If recurse=True, th...
CONTRIBUTOR
## Describe the bug I am trying to tokenize a dataset with spaCy. I found that no matter what I do, the spaCy language object (`nlp`) prevents `datasets` from pickling correctly - or so the warning says - even though manually pickling is no issue. It should not be an issue either, since spaCy objects are picklable. ...
1,039,487,780
I_kwDODunzps499VMk
3,177
More control over TQDM when using map/filter with multiple processes
closed
completed
2021-10-29T11:56:16
2023-02-13T20:16:40
2023-02-13T20:16:40Z
https://github.com/huggingface/datasets/issues/3177
BramVanroy
[ "enhancement" ]
[]
[ "Hi,\r\n\r\nIt's hard to provide an API that would cover all use-cases with tqdm in this project.\r\n\r\nHowever, you can make it work by defining a custom decorator (a bit hacky tho) as follows:\r\n```python\r\nimport datasets\r\n\r\ndef progress_only_on_rank_0(func):\r\n def wrapper(*args, **kwargs):\r\n ...
CONTRIBUTOR
It would help with the clutter in my terminal if tqdm is only shown for rank 0 when using `num_proces>0` in the map and filter methods of datasets. ```python dataset.map(lambda examples: tokenize(examples["text"]), batched=True, num_proc=6) ``` The above snippet leads to a lot of TQDM bars and depending on your...
1,038,351,587
I_kwDODunzps494_zj
3,172
`SystemError 15` thrown in `Dataset.__del__` when using `Dataset.map()` with `num_proc>1`
closed
completed
2021-10-28T10:29:00
2024-04-02T18:13:21
2021-11-03T11:26:10Z
https://github.com/huggingface/datasets/issues/3172
vlievin
[ "bug" ]
[]
[ "NB: even if the error is raised, the dataset is successfully cached. So restarting the script after every `map()` allows to ultimately run the whole preprocessing. But this prevents to realistically run the code over multiple nodes.", "Hi,\r\n\r\nIt's not easy to debug the problem without the script. I may be wr...
NONE
## Describe the bug I use `datasets.map` to preprocess some data in my application. The error `SystemError 15` is thrown at the end of the execution of `Dataset.map()` (only with `num_proc>1`. Traceback included bellow. The exception is raised only when the code runs within a specific context. Despite ~10h spent ...
1,037,728,059
I_kwDODunzps492nk7
3,171
Raise exceptions instead of using assertions for control flow
closed
completed
2021-10-27T18:26:52
2021-12-23T16:40:37
2021-12-23T16:40:37Z
https://github.com/huggingface/datasets/issues/3171
mariosasko
[ "good first issue" ]
[]
[ "Adding the remaining tasks for this issue to help new code contributors. \r\n$ cd src/datasets && ack assert -lc \r\n- [x] commands/convert.py:1\r\n- [x] arrow_reader.py:3\r\n- [x] load.py:7\r\n- [x] utils/py_utils.py:2\r\n- [x] features/features.py:9\r\n- [x] arrow_writer.py:7\r\n- [x] search.py:6\r\n- [x] table...
COLLABORATOR
Motivated by https://github.com/huggingface/transformers/issues/12789 in Transformers, one welcoming change would be replacing assertions with proper exceptions. The only type of assertions we should keep are those used as sanity checks. Currently, there is a total of 87 files with the `assert` statements (located u...
1,036,673,263
I_kwDODunzps49ymDv
3,168
OpenSLR/83 is empty
closed
completed
2021-10-26T19:42:21
2021-10-29T10:04:09
2021-10-29T10:04:09Z
https://github.com/huggingface/datasets/issues/3168
tyrius02
[ "bug" ]
[ "tyrius02" ]
[ "Hi @tyrius02, thanks for reporting. I see you self-assigned this issue: are you working on this?", "@albertvillanova Yes. Figured I introduced the broken config, I should fix it too.\r\n\r\nI've got it working, but I'm struggling with one of the tests. I've started a PR so I/we can work through it.", "Looks li...
CONTRIBUTOR
## Describe the bug As the summary says, openslr / SLR83 / train is empty. The dataset returned after loading indicates there are **zero** rows. The correct number should be **17877**. ## Steps to reproduce the bug ```python import datasets datasets.load_dataset('openslr', 'SLR83') ``` ## Expected resul...
1,036,488,992
I_kwDODunzps49x5Eg
3,167
bookcorpusopen no longer works
closed
completed
2021-10-26T16:06:15
2021-11-17T15:53:46
2021-11-17T15:53:46Z
https://github.com/huggingface/datasets/issues/3167
lucadiliello
[ "bug" ]
[ "lhoestq" ]
[ "Hi ! Thanks for reporting :) I think #3280 should fix this", "I tried with the latest changes from #3280 on google colab and it worked fine :)\r\nWe'll do a new release soon, in the meantime you can use the updated version with:\r\n```python\r\nload_dataset(\"bookcorpusopen\", revision=\"master\")\r\n```", "Fi...
CONTRIBUTOR
## Describe the bug When using the latest version of datasets (1.14.0), I cannot use the `bookcorpusopen` dataset. The process blocks always around `9924 examples [00:06, 1439.61 examples/s]` when preparing the dataset. I also noticed that after half an hour the process is automatically killed because of the RAM usa...
1,036,448,998
I_kwDODunzps49xvTm
3,165
Deprecate prepare_module
closed
completed
2021-10-26T15:27:15
2021-11-05T09:27:36
2021-11-05T09:27:36Z
https://github.com/huggingface/datasets/issues/3165
albertvillanova
[]
[ "albertvillanova" ]
[]
MEMBER
In version 1.13, `prepare_module` was deprecated. Add deprecation warning and remove its usage from all the library.
1,035,662,830
I_kwDODunzps49uvXu
3,164
Add raw data files to the Hub with GitHub LFS for canonical dataset
closed
completed
2021-10-25T23:28:21
2021-10-30T19:54:51
2021-10-30T19:54:51Z
https://github.com/huggingface/datasets/issues/3164
zlucia
[]
[ "albertvillanova" ]
[ "Hi @zlucia, I would actually suggest hosting the dataset as a huggingface.co-hosted dataset.\r\n\r\nThe only difference with a \"canonical\"/legacy dataset is that it's nested under an organization (here `stanford` or `stanfordnlp` for instance – completely up to you) but then you can upload your data using git-lf...
NONE
I'm interested in sharing the CaseHOLD dataset (https://arxiv.org/abs/2104.08671) as a canonical dataset on the HuggingFace Hub and would like to add the raw data files to the Hub with GitHub LFS, since it seems like a more sustainable long term storage solution, compared to other storage solutions available to my team...
1,035,462,136
I_kwDODunzps49t-X4
3,162
`datasets-cli test` should work with datasets without scripts
open
2021-10-25T18:52:30
2021-11-25T16:04:29
https://github.com/huggingface/datasets/issues/3162
sashavor
[ "enhancement" ]
[]
[ "> It would be really useful to be able to run `datasets-cli test`for datasets that don't have scripts attached to them (whether the datasets are private or not).\r\n> \r\n> I wasn't able to run the script for a private test dataset that I had created on the hub (https://huggingface.co/datasets/huggingface/DataMeas...
CONTRIBUTOR
It would be really useful to be able to run `datasets-cli test`for datasets that don't have scripts attached to them (whether the datasets are private or not). I wasn't able to run the script for a private test dataset that I had created on the hub (https://huggingface.co/datasets/huggingface/DataMeasurementsTest/t...
1,034,468,757
I_kwDODunzps49qL2V
3,155
Illegal instruction (core dumped) at datasets import
closed
completed
2021-10-24T17:21:36
2021-11-18T19:07:04
2021-11-18T19:07:03Z
https://github.com/huggingface/datasets/issues/3155
hacobe
[ "bug" ]
[]
[ "It seems to be an issue with how conda-forge is building the binaries. It works on some machines, but not a machine with AMD Opteron 8384 processors." ]
CONTRIBUTOR
## Describe the bug I install datasets using conda and when I import datasets I get: "Illegal instruction (core dumped)" ## Steps to reproduce the bug ``` conda create --prefix path/to/env conda activate path/to/env conda install -c huggingface -c conda-forge datasets # exits with output "Illegal instruction...
1,034,361,806
I_kwDODunzps49pxvO
3,154
Sacrebleu unexpected behaviour/requirement for data format
closed
completed
2021-10-24T08:55:33
2021-10-31T09:08:32
2021-10-31T09:08:31Z
https://github.com/huggingface/datasets/issues/3154
BramVanroy
[ "bug" ]
[]
[ "Hi @BramVanroy!\r\n\r\nGood question. This project relies on PyArrow (tables) to store data too big to fit in RAM. In the case of metrics, this means that the number of predictions and references has to match to form a table.\r\n\r\nThat's why your example throws an error even though it matches the schema:\r\n```p...
CONTRIBUTOR
## Describe the bug When comparing with the original `sacrebleu` implementation, the `datasets` implementation does some strange things that I do not quite understand. This issue was triggered when I was trying to implement TER and found the datasets implementation of BLEU [here](https://github.com/huggingface/dataset...
1,033,831,530
I_kwDODunzps49nwRq
3,150
Faiss _is_ available on Windows
closed
completed
2021-10-22T18:07:16
2021-11-02T10:06:03
2021-11-02T10:06:03Z
https://github.com/huggingface/datasets/issues/3150
BramVanroy
[]
[]
[ "Sure, feel free to open a PR." ]
CONTRIBUTOR
In the setup file, I find the following: https://github.com/huggingface/datasets/blob/87c71b9c29a40958973004910f97e4892559dfed/setup.py#L171 However, FAISS does install perfectly fine on Windows on my system. You can also confirm this on the [PyPi page](https://pypi.org/project/faiss-cpu/#files), where Windows wh...
1,033,685,208
I_kwDODunzps49nMjY
3,148
Streaming with num_workers != 0
closed
completed
2021-10-22T15:07:17
2022-07-04T12:14:58
2022-07-04T12:14:58Z
https://github.com/huggingface/datasets/issues/3148
justheuristic
[ "bug" ]
[]
[ "I can confirm that I was able to reproduce the bug. This seems odd given that #3423 reports duplicate data retrieval when `num_workers` and `streaming` are used together, which is obviously different from what is reported here. ", "Any update? A possible solution is to have multiple arrow files as shards, and ha...
NONE
## Describe the bug When using dataset streaming with pytorch DataLoader, the setting num_workers to anything other than 0 causes the code to freeze forever before yielding the first batch. The code owner is likely @lhoestq ## Steps to reproduce the bug For your convenience, we've prepped a colab notebook th...
1,033,605,947
I_kwDODunzps49m5M7
3,146
CLI test command throws NonMatchingSplitsSizesError when saving infos
closed
completed
2021-10-22T13:50:53
2021-10-27T08:01:49
2021-10-27T08:01:49Z
https://github.com/huggingface/datasets/issues/3146
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
When trying to generate a datset JSON metadata, a `NonMatchingSplitsSizesError` is thrown: ``` $ datasets-cli test datasets/arabic_billion_words --save_infos --all_configs Testing builder 'Alittihad' (1/10) Downloading and preparing dataset arabic_billion_words/Alittihad (download: 332.13 MiB, generated: Unknown si...
1,033,580,009
I_kwDODunzps49my3p
3,145
[when Image type will exist] provide a way to get the data as binary + filename
closed
completed
2021-10-22T13:23:49
2021-12-22T11:05:37
2021-12-22T11:05:36Z
https://github.com/huggingface/datasets/issues/3145
severo
[ "enhancement", "dataset-viewer" ]
[]
[ "@severo, maybe somehow related to this PR ?\r\n- #3129", "@severo I'll keep that in mind.\r\n\r\nYou can track progress on the Image feature in #3163 (still in the early stage). ", "Hi ! As discussed with @severo offline it looks like the dataset viewer already supports reading PIL images, so maybe the datase...
COLLABORATOR
**Is your feature request related to a problem? Please describe.** When a dataset cell contains a value of type Image (be it from a remote URL, an Array2D/3D, or any other way to represent images), I want to be able to write the image to the disk, with the correct filename, and optionally to know its mimetype, in or...
1,033,573,760
I_kwDODunzps49mxWA
3,144
Infer the features if missing
closed
completed
2021-10-22T13:17:33
2022-09-08T08:23:10
2022-09-08T08:23:10Z
https://github.com/huggingface/datasets/issues/3144
severo
[ "enhancement", "dataset-viewer" ]
[]
[ "Done by @lhoestq here: https://github.com/huggingface/datasets/pull/4500 (https://github.com/huggingface/datasets/pull/4500/files#diff-02930e1d966f4b41f9ddf15d961f16f5466d9bee583138657018c7329f71aa43R1255 in particular)\r\n" ]
COLLABORATOR
**Is your feature request related to a problem? Please describe.** Some datasets, in particular community datasets, have no info file, thus no features. **Describe the solution you'd like** If a dataset has no features, the first loaded data (5-10 rows) could be used to infer the type. Related: `datasets` w...
1,033,569,655
I_kwDODunzps49mwV3
3,143
Provide a way to check if the features (in info) match with the data of a split
open
2021-10-22T13:13:36
2021-10-22T13:17:56
https://github.com/huggingface/datasets/issues/3143
severo
[ "enhancement", "dataset-viewer" ]
[]
[ "Related: #3144 " ]
COLLABORATOR
**Is your feature request related to a problem? Please describe.** I understand that currently the data loaded has not always the type described in the info features **Describe the solution you'd like** Provide a way to check if the rows have the type described by info features **Describe alternatives you'v...
1,033,566,034
I_kwDODunzps49mvdS
3,142
Provide a way to write a streamed dataset to the disk
open
2021-10-22T13:09:53
2024-01-12T07:26:43
https://github.com/huggingface/datasets/issues/3142
severo
[ "enhancement", "dataset-viewer" ]
[]
[ "Yes, I agree this feature is much needed. We could do something similar to what TF does (https://www.tensorflow.org/api_docs/python/tf/data/Dataset#cache). \r\n\r\nIdeally, if the entire streamed dataset is consumed/cached, the generated cache should be reusable for the Arrow dataset.", "@mariosasko Hi big broth...
COLLABORATOR
**Is your feature request related to a problem? Please describe.** The streaming mode allows to get the 100 first rows of a dataset very quickly. But it does not cache the answer, so a posterior call to get the same 100 rows will send a request to the server again and again. **Describe the solution you'd like** ...
1,033,524,079
I_kwDODunzps49mlNv
3,139
Fix file/directory deletion on Windows
open
2021-10-22T12:22:08
2021-10-22T12:22:08
https://github.com/huggingface/datasets/issues/3139
mariosasko
[ "bug" ]
[ "mariosasko" ]
[]
COLLABORATOR
Currently, on Windows, some attempts to delete a dataset file/directory will fail with the `PerimissionError`. Examples: - download a dataset, then force redownload it in the same session while keeping a reference to the downloaded dataset ```python from datasets import load_dataset dset = load_dataset("sst", s...
1,033,379,997
I_kwDODunzps49mCCd
3,138
More fine-grained taxonomy of error types
open
2021-10-22T09:35:29
2022-09-20T13:04:42
https://github.com/huggingface/datasets/issues/3138
severo
[ "enhancement", "dataset-viewer" ]
[]
[ "related: #4995\r\n" ]
COLLABORATOR
**Is your feature request related to a problem? Please describe.** Exceptions like `FileNotFoundError` can be raised by different parts of the code, and it's hard to detect which one did **Describe the solution you'd like** Give a specific exception type for every group of similar errors **Describe alternat...
1,033,294,299
I_kwDODunzps49ltHb
3,135
Make inspect.get_dataset_config_names always return a non-empty list of configs
closed
completed
2021-10-22T08:02:50
2021-10-28T05:44:49
2021-10-28T05:44:49Z
https://github.com/huggingface/datasets/issues/3135
severo
[ "enhancement", "dataset-viewer" ]
[ "albertvillanova" ]
[ "Hi @severo, I guess this issue requests not only to be able to access the configuration name (by using `inspect.get_dataset_config_names`), but the configuration itself as well (I mean you use the name to get the configuration afterwards, maybe using `builder_cls.builder_configs`), is this right?", "Yes, maybe t...
COLLABORATOR
**Is your feature request related to a problem? Please describe.** Currently, some datasets have a configuration, while others don't. It would be simpler for the user to always have configuration names to refer to **Describe the solution you'd like** In that sense inspect.get_dataset_config_names should always...
1,033,251,755
I_kwDODunzps49liur
3,134
Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.11.0/metrics/rouge/rouge.py
closed
completed
2021-10-22T07:07:52
2023-09-14T01:19:45
2022-01-19T14:02:31Z
https://github.com/huggingface/datasets/issues/3134
yanan1116
[ "bug" ]
[]
[ "Hi,\r\n\r\nDid you try to run the code multiple times (GitHub URLs can be down sometimes for various reasons)? I can access `https://raw.githubusercontent.com/huggingface/datasets/1.11.0/metrics/rouge/rouge.py`, so this code is working without an error on my side. \r\n\r\nAdditionally, can you please run the `data...
NONE
datasets version: 1.12.1 `metric = datasets.load_metric('rouge')` The error: > ConnectionError Traceback (most recent call last) > <ipython-input-3-dd10a0c5212f> in <module> > ----> 1 metric = datasets.load_metric('rouge') > > /usr/local/lib/python3.6/dist-packages/datasets/load....
1,032,505,430
I_kwDODunzps49ishW
3,132
Support Audio feature in streaming mode
closed
completed
2021-10-21T13:32:18
2021-11-12T14:13:04
2021-11-12T14:13:04Z
https://github.com/huggingface/datasets/issues/3132
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[]
MEMBER
Currently, Audio feature is only supported for non-streaming datasets. Due to the large size of many speech datasets, we should also support Audio feature in streaming mode.
1,032,309,865
I_kwDODunzps49h8xp
3,131
Add ADE20k
closed
completed
2021-10-21T10:13:09
2023-01-27T14:40:20
2023-01-27T14:40:20Z
https://github.com/huggingface/datasets/issues/3131
NielsRogge
[ "dataset request", "vision" ]
[]
[ "I think we can close this issue since PR [#3607](https://github.com/huggingface/datasets/pull/3607) solves this." ]
CONTRIBUTOR
## Adding a Dataset - **Name:** ADE20k (actually it's called the MIT Scene Parsing Benchmark, it's actually a subset of ADE20k but a lot of authors still call it ADE20k) - **Description:** A semantic segmentation dataset, consisting of 150 classes. - **Paper:** http://people.csail.mit.edu/bzhou/publication/scene-par...
1,032,201,870
I_kwDODunzps49hiaO
3,128
Support Audio feature for TAR archives in sequential access
closed
completed
2021-10-21T08:23:01
2021-11-17T17:42:07
2021-11-17T17:42:07Z
https://github.com/huggingface/datasets/issues/3128
albertvillanova
[ "enhancement" ]
[ "albertvillanova" ]
[]
MEMBER
Currently, Audio feature accesses each audio file by their file path. However, streamed TAR archive files do not allow random access to their archived files. Therefore, we should enhance the Audio feature to support TAR archived files in sequential access.
1,032,100,613
I_kwDODunzps49hJsF
3,127
datasets-cli: convertion of a tfds dataset to a huggingface one.
open
2021-10-21T06:14:27
2021-10-27T11:36:05
https://github.com/huggingface/datasets/issues/3127
vitalyshalumov
[]
[]
[ "Hi,\r\n\r\nthe MNIST dataset is already available on the Hub. You can use it as follows:\r\n```python\r\nimport datasets\r\ndataset_dict = datasets.load_dataset(\"mnist\")\r\n```\r\n\r\nAs for the conversion of TFDS datasets to HF datasets, we will be working on it in the coming months, so stay tuned." ]
NONE
### Discussed in https://github.com/huggingface/datasets/discussions/3079 <div type='discussions-op-text'> <sup>Originally posted by **vitalyshalumov** October 14, 2021</sup> I'm trying to convert a tfds dataset to a huggingface one. I've tried: 1. datasets-cli convert --tfds_path ~/tensorflow_datas...
1,032,093,055
I_kwDODunzps49hH1_
3,126
"arabic_billion_words" dataset does not create the full dataset
closed
completed
2021-10-21T06:02:38
2021-10-22T13:28:40
2021-10-22T13:28:40Z
https://github.com/huggingface/datasets/issues/3126
vitalyshalumov
[ "bug" ]
[ "albertvillanova" ]
[ "Thanks for reporting, @vitalyshalumov.\r\n\r\nApparently the script to parse the data has a bug, and does not generate the entire dataset.\r\n\r\nI'm fixing it." ]
NONE
## Describe the bug When running: raw_dataset = load_dataset('arabic_billion_words','Alittihad') the correct dataset file is pulled from the url. But, the generated dataset includes just a small portion of the data included in the file. This is true for all other portions of the "arabic_billion_words" dataset ('A...
1,031,793,207
I_kwDODunzps49f-o3
3,123
Segmentation fault when loading datasets from file
closed
completed
2021-10-20T20:16:11
2021-11-02T14:57:07
2021-11-02T14:57:07Z
https://github.com/huggingface/datasets/issues/3123
TevenLeScao
[ "bug" ]
[ "lhoestq" ]
[ "Hi ! I created an issue on Arrow's JIRA after making a minimum reproducible example\r\n\r\nhttps://issues.apache.org/jira/browse/ARROW-14439\r\n\r\n```python\r\nimport io\r\n\r\nimport pyarrow.json as paj\r\n\r\nbatch = b'{\"a\": [], \"b\": 1}\\n{\"b\": 1}'\r\nblock_size = 12\r\n\r\npaj.read_json(\r\n io.BytesI...
CONTRIBUTOR
## Describe the bug Custom dataset loading sometimes segfaults and kills the process if chunks contain a variety of features/ ## Steps to reproduce the bug Download an example file: ``` wget https://gist.githubusercontent.com/TevenLeScao/11e2184394b3fa47d693de2550942c6b/raw/4232704d08fbfcaf93e5b51def9e50515076...
1,031,787,509
I_kwDODunzps49f9P1
3,122
OSError with a custom dataset loading script
closed
completed
2021-10-20T20:08:39
2021-11-23T09:55:38
2021-11-23T09:55:38Z
https://github.com/huggingface/datasets/issues/3122
suzanab
[ "bug" ]
[]
[ "Hi,\r\n\r\nthere is a difference in how the `data_dir` is zipped between the `classla/janes_tag` and the `classla/reldi_hr` dataset. After unzipping, for the former, the data files (`*.conllup`) are in the root directory (root -> data files), and for the latter, they are inside the `data` directory (root -> `data`...
NONE
## Describe the bug I am getting an OS error when trying to load the newly uploaded dataset classla/janes_tag. What puzzles me is that I have already uploaded a very similar dataset - classla/reldi_hr - with no issues. The loading scripts for the two datasets are almost identical and they have the same directory struc...
1,031,328,044
I_kwDODunzps49eNEs
3,119
Add OpenSLR 83 - Crowdsourced high-quality UK and Ireland English Dialect speech
closed
completed
2021-10-20T12:05:07
2021-10-22T19:00:52
2021-10-22T08:30:22Z
https://github.com/huggingface/datasets/issues/3119
tyrius02
[ "dataset request" ]
[ "tyrius02" ]
[ "Ugh. The index files for SLR83 are CSV, not TSV. I need to add logic to process these index files." ]
CONTRIBUTOR
## Adding a Dataset - **Name:** *openslr** - **Description:** *Data set which contains male and female recordings of English from various dialects of the UK and Ireland.* - **Paper:** *https://www.openslr.org/resources/83/about.html* - **Data:** *Eleven separate data files can be found via https://www.openslr.org/r...
1,031,308,083
I_kwDODunzps49eIMz
3,117
CI error at each release commit
closed
completed
2021-10-20T11:42:53
2021-10-20T13:02:35
2021-10-20T13:02:35Z
https://github.com/huggingface/datasets/issues/3117
albertvillanova
[ "bug" ]
[ "albertvillanova" ]
[]
MEMBER
After 1.12.0, there is a recurrent CI error at each release commit: https://app.circleci.com/pipelines/github/huggingface/datasets/8289/workflows/665d954d-e409-4602-8202-e678594d2946/jobs/51110 ``` ____________________ LoadTest.test_load_dataset_canonical _____________________ [gw0] win32 -- Python 3.6.8 C:\tools\...
1,030,693,130
I_kwDODunzps49byEK
3,114
load_from_disk in DatasetsDict/Dataset not working with PyArrowHDFS wrapper implementing fsspec.spec.AbstractFileSystem
closed
completed
2021-10-19T20:01:45
2022-02-14T14:00:28
2022-02-14T14:00:28Z
https://github.com/huggingface/datasets/issues/3114
francisco-perez-sorrosal
[ "bug" ]
[]
[ "Hi ! Can you try again with pyarrow 6.0.0 ? I think it includes some changes regarding filesystems compatibility with fsspec.", "Hi @lhoestq! I ended up using `fsspec.implementations.arrow.HadoopFileSystem` which doesn't have the problem I described with pyarrow 5.0.0.\r\n\r\nI'll try again with `PyArrowHDFS` on...
CONTRIBUTOR
## Describe the bug Passing a PyArrowHDFS implementation of fsspec.spec.AbstractFileSystem (in the `fs` param required by `load_from_disk` methods in `DatasetDict` (in datasets_dict.py) and `Dataset` (in arrow_dataset.py) results in an error when calling the download method in the `fs` parameter. ## Steps to repr...
1,030,667,547
I_kwDODunzps49br0b
3,113
Loading Data from HDF files
closed
completed
2021-10-19T19:26:46
2025-08-19T13:28:54
2025-08-19T13:28:54Z
https://github.com/huggingface/datasets/issues/3113
FeryET
[ "enhancement", "good second issue" ]
[]
[ "I'm currently working on bringing [Ecoset](https://www.pnas.org/doi/10.1073/pnas.2011417118) to huggingface datasets and I would second this request...", "I would also like this support or something similar. Geospatial datasets come in netcdf which is derived from hdf5, or zarr. I've gotten zarr stores to work w...
NONE
**Is your feature request related to a problem? Please describe.** More often than not I come along big HDF datasets, and currently there is no straight forward way to feed them to a dataset. **Describe the solution you'd like** I would love to see a `from_h5` method that gets an interface implemented by the user ...