id
stringlengths
18
24
number
int64
2
8.48k
title
stringlengths
1
290
body
stringlengths
0
228k
state
stringclasses
2 values
createdAt
timestamp[s]date
2020-04-14 18:18:51
2026-08-13 03:02:44
updatedAt
timestamp[s]date
2020-04-29 09:23:05
2026-08-15 04:47:12
closedAt
timestamp[s]date
2020-04-29 09:23:05
2026-07-28 10:29:56
url
stringlengths
48
51
author
dict
labels
dict
comments
listlengths
0
30
I_kwDODunzps5AQbtm
3,423
data duplicate when setting num_works > 1 with streaming data
## Describe the bug The data is repeated num_works times when we load_dataset with streaming and set num_works > 1 when construct dataloader ## Steps to reproduce the bug ```python # Sample code to reproduce the bug import pandas as pd import numpy as np import os from datasets import load_dataset from tor...
CLOSED
2021-12-13T03:43:17
2022-12-14T16:04:22
2022-12-14T16:04:22
https://github.com/huggingface/datasets/issues/3423
{ "login": "cloudyuyuyu" }
{ "nodes": [ { "name": "bug" }, { "name": "streaming" } ] }
[ "Hi ! Thanks for reporting :)\r\n\r\nWhen using a PyTorch's data loader with `num_workers>1` and an iterable dataset, each worker streams the exact same data by default, resulting in duplicate data when iterating using the data loader.\r\n\r\nWe can probably fix this in `datasets` by checking `torch.utils.data.get_...
I_kwDODunzps5AQVHb
3,422
Error about load_metric
## Describe the bug File "/opt/conda/lib/python3.8/site-packages/datasets/load.py", line 1371, in load_metric metric = metric_cls( TypeError: 'NoneType' object is not callable ## Steps to reproduce the bug ```python metric = load_metric("glue", "sst2") ``` ## Environment info - `datasets` version: ...
CLOSED
2021-12-13T02:49:51
2022-01-07T14:06:47
2022-01-07T14:06:47
https://github.com/huggingface/datasets/issues/3422
{ "login": "jiacheng-ye" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi ! I wasn't able to reproduce your error.\r\n\r\nCan you try to clear your cache at `~/.cache/huggingface/modules` and try again ?" ]
I_kwDODunzps5ANxI-
3,419
`.to_json` is extremely slow after `.select`
## Describe the bug Saving a dataset to JSON with `to_json` is extremely slow after using `.select` on the original dataset. ## Steps to reproduce the bug ```python from datasets import load_dataset original = load_dataset("squad", split="train") original.to_json("from_original.json") # Takes 0 seconds se...
OPEN
2021-12-11T01:36:31
2021-12-21T15:49:07
null
https://github.com/huggingface/datasets/issues/3419
{ "login": "eladsegal" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi ! It's slower indeed because a datasets on which `select`/`shard`/`train_test_split`/`shuffle` has been called has to do additional steps to retrieve the data of the dataset table in the right order.\r\n\r\nIndeed, if you call `dataset.select([0, 5, 10])`, the underlying table of the dataset is not altered to k...
I_kwDODunzps5AL7aj
3,416
disaster_response_messages unavailable
## Dataset viewer issue for '* disaster_response_messages*' **Link:** https://huggingface.co/datasets/disaster_response_messages Dataset unavailable. Link dead: https://datasets.appen.com/appen_datasets/disaster_response_data/disaster_response_messages_training.csv Am I the one who added this dataset ?No
CLOSED
2021-12-10T13:49:17
2021-12-14T14:38:29
2021-12-14T14:38:29
https://github.com/huggingface/datasets/issues/3416
{ "login": "sacdallago" }
{ "nodes": [ { "name": "dataset-viewer" } ] }
[ "Hi, thanks for reporting! This is a duplicate of https://github.com/huggingface/datasets/issues/3240. We are working on a fix.\r\n\r\n" ]
I_kwDODunzps5AKarW
3,415
Non-deterministic tests: CI tests randomly fail
## Describe the bug Some CI tests fail randomly. 1. In https://github.com/huggingface/datasets/pull/3375/commits/c10275fe36085601cb7bdb9daee9a8f1fc734f48, there were 3 failing tests, only on Linux: ``` =========================== short test summary info ============================ FAILED tests/test_str...
CLOSED
2021-12-10T06:08:59
2022-03-31T16:38:51
2022-03-31T16:38:51
https://github.com/huggingface/datasets/issues/3415
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "bug" } ] }
[ "I think it might come from two different issues:\r\n1. Google Drive is an unreliable host, mainly because of quota limitations\r\n2. the staging environment can sometimes raise some errors\r\n\r\nFor Google Drive tests we could set up some retries with backup URLs if necessary I guess.\r\nFor staging on the other ...
I_kwDODunzps5AIByA
3,411
[chinese wwm] load_datasets behavior not as expected when using run_mlm_wwm.py script
## Describe the bug Model I am using (Bert, XLNet ...): bert-base-chinese The problem arises when using: * [https://github.com/huggingface/transformers/blob/master/examples/research_projects/mlm_wwm/run_mlm_wwm.py] the official example scripts: `rum_mlm_wwm.py` The tasks I am working on is: pretraining whole ...
OPEN
2021-12-09T17:54:35
2021-12-22T11:21:33
null
https://github.com/huggingface/datasets/issues/3411
{ "login": "hyusterr" }
{ "nodes": [ { "name": "bug" } ] }
[ "@LysandreJik not so sure who to @\r\nCould you help?", "Hi @hyusterr, I believe it is @wlhgtc from https://github.com/huggingface/transformers/pull/9887" ]
I_kwDODunzps5AHQIj
3,408
Typo in Dataset viewer error message
## Dataset viewer issue for '*name of the dataset*' **Link:** *link to the dataset viewer page* *short description of the issue* When creating an empty dataset repo, the Dataset Preview provides a helpful message that no files were found. There is a tiny typo in that message: "ressource" should be "resource" ...
CLOSED
2021-12-09T14:34:02
2021-12-22T11:02:53
2021-12-22T11:02:53
https://github.com/huggingface/datasets/issues/3408
{ "login": "lewtun" }
{ "nodes": [ { "name": "dataset-viewer" } ] }
[ "Fixed, thanks\r\n<img width=\"661\" alt=\"Capture d’écran 2021-12-22 à 12 02 30\" src=\"https://user-images.githubusercontent.com/1676121/147082881-cf700e8d-0511-4431-b214-d6cf8137db10.png\">\r\n" ]
I_kwDODunzps5ACXAq
3,405
ZIP format inference does not work when files located in a dir inside the archive
## Describe the bug When a zipped file contains archived files within a directory, the function `infer_module_for_data_files_in_archives` does not work. It only works for files located in the root directory of the ZIP file. ## Steps to reproduce the bug ```python infer_module_for_data_files_in_archives(["path/...
CLOSED
2021-12-08T12:32:15
2021-12-08T13:03:29
2021-12-08T13:03:29
https://github.com/huggingface/datasets/issues/3405
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4__rbZ
3,404
Optimize ZIP format inference
**Is your feature request related to a problem? Please describe.** When hundreds of ZIP files are present in a dataset, format inference takes too long. See: https://github.com/bigscience-workshop/data_tooling/issues/232#issuecomment-986685497 **Describe the solution you'd like** Iterate over a maximum number o...
CLOSED
2021-12-07T18:44:49
2021-12-14T17:08:41
2021-12-14T17:08:41
https://github.com/huggingface/datasets/issues/3404
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "enhancement" } ] }
[]
I_kwDODunzps4__ixo
3,403
Cannot import name 'maybe_sync'
## Describe the bug Cannot seem to import datasets when running run_summarizer.py script on a VM set up on ovhcloud ## Steps to reproduce the bug ```python from datasets import load_dataset ``` ## Expected results No error ## Actual results Traceback (most recent call last): File "<stdin>", line 1, in...
CLOSED
2021-12-07T17:57:59
2021-12-17T07:00:35
2021-12-17T07:00:35
https://github.com/huggingface/datasets/issues/3403
{ "login": "KMFODA" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi ! Can you try updating `fsspec` ? The minimum version is `2021.05.0`", "hey @lhoestq. I'm using `fsspec-2021.11.1` but still getting that error.", "Maybe this discussion can help:\r\n\r\nhttps://github.com/fsspec/filesystem_spec/issues/597#issuecomment-958646964", "Thanks @lhoestq. Downgrading `fsspec and...
I_kwDODunzps4__eO0
3,401
Add Wikimedia pre-processed datasets
## Adding a Dataset - **Name:** Add pre-processed data to: - *wikimedia/wikipedia*: https://huggingface.co/datasets/wikimedia/wikipedia - *wikimedia/wikisource*: https://huggingface.co/datasets/wikimedia/wikisource - **Description:** Add pre-processed data to the Hub for all languages - **Paper:** *link to the...
CLOSED
2021-12-07T17:33:19
2024-10-09T16:10:47
2024-10-09T16:10:47
https://github.com/huggingface/datasets/issues/3401
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset request" } ] }
[ "As we are planning to stop using Apache Beam (our `datasets.BeamBasedBuilder`) for the generation of some datasets (including [Wikipedia](https://huggingface.co/datasets/wikipedia/blob/main/wikipedia.py)), I have been working on [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) to:\r\n- Po...
I_kwDODunzps4__dd-
3,400
Improve Wikipedia loading script
As reported by @geohci, the "wikipedia" processing/loading script could be improved by some additional small suggested processing functions: - _extract_content(filepath): - Replace .startswith("#redirect") with more structured approach: if elem.find(f"./{namespace}redirect") is None: continue - _parse_and_clean_wi...
CLOSED
2021-12-07T17:29:25
2022-03-22T16:52:28
2022-03-22T16:52:28
https://github.com/huggingface/datasets/issues/3400
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset request" } ] }
[ "Thanks! See https://public.paws.wmcloud.org/User:Isaac_(WMF)/HuggingFace%20Wikipedia%20Processing.ipynb for more implementation details / some data around the overhead induced by adding the extra preprocessing steps (stripping link prefixes and magic words)", "Closed by:\r\n- #3435" ]
I_kwDODunzps4__b4F
3,399
Add Wikisource dataset
## Adding a Dataset - **Name:** *wikisource* - **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:** Additional high quality textual d...
CLOSED
2021-12-07T17:21:31
2024-10-09T16:11:27
2024-10-09T16:11:26
https://github.com/huggingface/datasets/issues/3399
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset request" } ] }
[ "See notebook by @geohci: https://public.paws.wmcloud.org/User:Isaac_(WMF)/HuggingFace%20Wikisource%20Processing.ipynb", "See: https://huggingface.co/datasets/wikimedia/wikisource" ]
I_kwDODunzps4__bBw
3,398
Add URL field to Wikimedia dataset instances: wikipedia,...
As reported by @geohci, in order to host pre-processed data in the Hub, we should add the full URL to data instances (new field "url"), so that we conform to proper attribution from license requirement. See, e.g.: https://fair-trec.github.io/docs/Fair_Ranking_2021_Participant_Instructions.pdf#subsection.3.2 This sho...
CLOSED
2021-12-07T17:17:27
2022-03-22T16:53:27
2022-03-22T16:53:27
https://github.com/huggingface/datasets/issues/3398
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset request" } ] }
[ "@geohci, I think the field \"url\" does not appear in the Wikimedia dumps. Therefore I guess we should generate it, using the \"title\" field and making some transformation of it (replacing spaces with underscores) and prepending the domain (created using the language)?", "Indeed:\r\n\r\n> To re-distribute text ...
I_kwDODunzps4_-88v
3,396
Install Audio dependencies to support audio decoding
## Dataset viewer issue for '*openslr*', '*projecte-aina/parlament_parla*' **Link:** *https://huggingface.co/datasets/openslr* **Link:** *https://huggingface.co/datasets/projecte-aina/parlament_parla* Error: ``` Status code: 400 Exception: ImportError Message: To support decoding audio files, ple...
CLOSED
2021-12-07T15:11:36
2022-04-25T16:12:22
2022-04-25T16:12:01
https://github.com/huggingface/datasets/issues/3396
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset-viewer" }, { "name": "audio_column" } ] }
[ "https://huggingface.co/datasets/projecte-aina/parlament_parla -> works (but we still have to show an audio player)\r\n\r\nhttps://huggingface.co/datasets/openslr -> another issue: `Message: [Errno 2] No such file or directory: '/home/hf/datasets-preview-backend/zip:/asr_javanese/data/00/00004fe6aa.flac'`", ...
I_kwDODunzps4_-rpU
3,394
Preserve all feature types when saving a dataset on the Hub with `push_to_hub`
Currently, if one of the dataset features is of type `ClassLabel`, saving the dataset with `push_to_hub` and reloading the dataset with `load_dataset` will return the feature of type `Value`. To fix this, we should do something similar to `save_to_disk` (which correctly preserves the types) and not only push the parque...
CLOSED
2021-12-07T14:08:30
2021-12-21T17:00:09
2021-12-21T17:00:09
https://github.com/huggingface/datasets/issues/3394
{ "login": "mariosasko" }
{ "nodes": [ { "name": "bug" } ] }
[ "According to this [comment in the forum](https://discuss.huggingface.co/t/save-datasetdict-to-huggingface-hub/12075/8?u=lhoestq), using `push_to_hub` on a dataset with `ClassLabel` can also make the feature simply disappear when it's reloaded !", "Maybe we can also fix https://github.com/huggingface/datasets/iss...
I_kwDODunzps4_95OR
3,393
Common Voice Belarusian Dataset
## Adding a Dataset - **Name:** *Common Voice Belarusian Dataset* - **Description:** *[commonvoice.mozilla.org/be](https://commonvoice.mozilla.org/be)* - **Data:** *[commonvoice.mozilla.org/be/datasets](https://commonvoice.mozilla.org/be/datasets)* - **Motivation:** *It has more than 7GB of data, so it will be grea...
OPEN
2021-12-07T10:37:02
2021-12-09T15:56:03
null
https://github.com/huggingface/datasets/issues/3393
{ "login": "wiedymi" }
{ "nodes": [ { "name": "dataset request" }, { "name": "speech" } ] }
[]
I_kwDODunzps4_9c0A
3,392
Dataset viewer issue for `dansbecker/hackernews_hiring_posts`
## Dataset viewer issue for `dansbecker/hackernews_hiring_posts` **Link:** https://huggingface.co/datasets/dansbecker/hackernews_hiring_posts *short description of the issue* Dataset preview not showing for uploaded DatasetDict. See https://discuss.huggingface.co/t/dataset-preview-not-showing-for-uploaded-data...
CLOSED
2021-12-07T08:41:01
2021-12-07T14:04:28
2021-12-07T14:04:28
https://github.com/huggingface/datasets/issues/3392
{ "login": "severo" }
{ "nodes": [ { "name": "dataset-viewer" } ] }
[ "This issue was fixed by me calling `all_datasets.push_to_hub(\"hackernews_hiring_posts\")`.\r\n\r\nThe previous problems were from calling `all_datasets.save_to_disk` and then pushing with `my_repo.git_add` and `my_repo.push_to_hub`.\r\n" ]
I_kwDODunzps4_8mCf
3,391
method to select columns
**Is your feature request related to a problem? Please describe.** * There is currently no way to select some columns of a dataset. In pandas, one can use `df[['col1', 'col2']]` to select columns, but in `datasets`, it results in error. **Describe the solution you'd like** * A new method that can be used to cr...
CLOSED
2021-12-07T02:44:19
2021-12-07T02:45:27
2021-12-07T02:45:27
https://github.com/huggingface/datasets/issues/3391
{ "login": "changjonathanc" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "duplicate of #2655" ]
I_kwDODunzps4_7Hp4
3,390
Loading dataset throws "KeyError: 'Field "builder_name" does not exist in table schema'"
## Describe the bug I have prepared dataset to datasets and now I am trying to load it back Finnish-NLP/voxpopuli_fi I get "KeyError: 'Field "builder_name" does not exist in table schema'" My dataset folder and files should be like @patrickvonplaten has here https://huggingface.co/datasets/flax-community/german-c...
CLOSED
2021-12-06T18:22:49
2021-12-06T20:22:05
2021-12-06T20:22:05
https://github.com/huggingface/datasets/issues/3390
{ "login": "R4ZZ3" }
{ "nodes": [ { "name": "bug" } ] }
[ "Got solved it with push_to_hub, closing" ]
I_kwDODunzps4_6Fl5
3,389
Add EDGAR
## Adding a Dataset - **Name:** EDGAR Database - **Description:** https://www.sec.gov/edgar/about EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system, is the primary system for companies and others submitting documents under the Securities Act of 1933, the Securities Exchange Act of 1934, the Trust I...
OPEN
2021-12-06T14:06:11
2022-10-05T10:40:22
null
https://github.com/huggingface/datasets/issues/3389
{ "login": "philschmid" }
{ "nodes": [ { "name": "dataset request" } ] }
[ "cc @juliensimon ", "Datasets are not tracked in this repository anymore. But you can make your own dataset in the huggingface hub" ]
I_kwDODunzps4_4X1m
3,385
None batched `with_transform`, `set_transform`
**Is your feature request related to a problem? Please describe.** A `torch.utils.data.Dataset.__getitem__` operates on a single example. But 🤗 `Datasets.with_transform` doesn't seem to allow non-batched transform. **Describe the solution you'd like** Have a `batched=True` argument in `Datasets.with_transfor...
OPEN
2021-12-06T05:20:54
2022-01-17T15:25:01
null
https://github.com/huggingface/datasets/issues/3385
{ "login": "changjonathanc" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "Hi ! Thanks for the suggestion :)\r\nIt makes sense to me, and it can surely be implemented by wrapping the user's function to make it a batched function. However I'm not a big fan of the inconsistency it would create with `map`: `with_transform` is batched by default while `map` isn't.\r\n\r\nIs there something y...
I_kwDODunzps4_2n6n
3,381
Unable to load audio_features from common_voice dataset
## Describe the bug I am not able to load audio features from common_voice dataset ## Steps to reproduce the bug ``` from datasets import load_dataset import torchaudio test_dataset = load_dataset("common_voice", "hi", split="test[:2%]") resampler = torchaudio.transforms.Resample(48_000, 16_000) def spe...
CLOSED
2021-12-04T19:59:11
2021-12-06T17:52:42
2021-12-06T17:52:42
https://github.com/huggingface/datasets/issues/3381
{ "login": "ashu5644" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi ! Feel free to access `batch[\"audio\"][\"array\"]` and `batch[\"audio\"][\"sampling_rate\"]` instead\r\n\r\n`datasets` 1.16 introduced some changes in `common_voice` and now the `path` field is no longer a path to a local file (but rather the path to the file in the archive it's extracted from)", "Thanks for...
I_kwDODunzps4_2LM-
3,380
[Quick poll] Give your opinion on the future of the Hugging Face Open Source ecosystem!
Thanks to all of you, `datasets` will pass 11.5k stars :star2: this week! If you have a couple of minutes and want to participate in shaping the future of the ecosystem, please share your thoughts: [**hf.co/oss-survey**](https://hf.co/oss-survey) (please reply in the above feedback form rather than to this th...
CLOSED
2021-12-04T09:18:33
2022-01-11T12:29:53
2022-01-11T12:29:53
https://github.com/huggingface/datasets/issues/3380
{ "login": "LysandreJik" }
{ "nodes": [] }
[]
I_kwDODunzps4_zWle
3,374
NonMatchingChecksumError for the CLUE:cluewsc2020, chid, c3 and tnews
Hi, it seems like there are updates in cluewsc2020, chid, c3 and tnews, since i could not load them due to the checksum error.
CLOSED
2021-12-03T10:10:54
2021-12-08T14:14:41
2021-12-08T14:14:41
https://github.com/huggingface/datasets/issues/3374
{ "login": "Namco0816" }
{ "nodes": [] }
[ "Seems like the issue still exists,:\r\n`Downloading and preparing dataset clue/chid (download: 127.15 MiB, generated: 259.71 MiB, post-processed: Unknown size, total: 386.86 MiB) to /mnt/cache/tanhaochen/.cache/huggingface/datasets/clue/chid/1.0.0/e55b490cb7809dcd8db31b9a87119f2e2ec87cdc060da8a9ac070b070ca3e379......
I_kwDODunzps4_zRr3
3,373
Support streaming zipped CSV dataset repo by passing only repo name
Given a community 🤗 dataset repository containing only a zipped CSV file (only raw data, no loading script), I would like to load it in streaming mode without passing `data_files`: ``` ds_name = "bigscience-catalogue-data/vietnamese_poetry_from_fsoft_ai_lab" ds = load_dataset(ds_name, split="train", streaming=True,...
CLOSED
2021-12-03T09:48:24
2021-12-16T18:03:31
2021-12-16T18:03:31
https://github.com/huggingface/datasets/issues/3373
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "enhancement" } ] }
[]
I_kwDODunzps4_xh0S
3,372
[SEO improvement] Add Dataset Metadata to make datasets indexable
Some people who host datasets on github seem to include a table of metadata at the end of their README.md to make the dataset indexable by [Google Dataset Search](https://datasetsearch.research.google.com/) (See [here](https://github.com/google-research/google-research/tree/master/goemotions#dataset-metadata) and [here...
CLOSED
2021-12-02T20:21:07
2022-03-18T09:36:48
2022-03-18T09:36:48
https://github.com/huggingface/datasets/issues/3372
{ "login": "cakiki" }
{ "nodes": [ { "name": "enhancement" } ] }
[]
I_kwDODunzps4_wJza
3,369
[Audio] Allow resampling for audio datasets in streaming mode
Many audio datasets like Common Voice always need to be resampled. This can very easily be done in non-streaming mode as follows: ```python from datasets import load_dataset ds = load_dataset("common_voice", "ab", split="test") ds = ds.cast_column("audio", Audio(sampling_rate=16_000)) ``` However in strea...
CLOSED
2021-12-02T14:04:57
2021-12-16T15:55:19
2021-12-16T15:55:19
https://github.com/huggingface/datasets/issues/3369
{ "login": "patrickvonplaten" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "This requires implementing `cast_column` for iterable datasets, it could be a very nice addition !\r\n\r\n<s>It can also be useful to be able to disable the audio/image decoding for the dataset viewer (see PR https://github.com/huggingface/datasets/pull/3430) cc @severo </s>\r\nEDIT: actually following https://git...
I_kwDODunzps4_uulG
3,366
Add multimodal datasets
Epic issue to track the addition of multimodal datasets: - [ ] #2526 - [x] #1842 - [ ] #1810 Instructions to add a new dataset can be found [here](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md). @VictorSanh feel free to add and sort by priority any interesting dataset. I have added the...
OPEN
2021-12-02T07:24:04
2023-02-28T16:29:22
null
https://github.com/huggingface/datasets/issues/3366
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset request" } ] }
[]
I_kwDODunzps4_uqJv
3,365
Add task tags for multimodal datasets
## **Is your feature request related to a problem? Please describe.** Currently, task tags are either exclusively related to text or speech processing: - https://github.com/huggingface/datasets/blob/master/src/datasets/utils/resources/tasks.json ## **Describe the solution you'd like** We should also add tasks...
CLOSED
2021-12-02T06:58:20
2023-07-25T18:21:33
2023-07-25T18:21:32
https://github.com/huggingface/datasets/issues/3365
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "The Hub pulls these tags from [here](https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts) (allows multimodal tasks) now, so I'm closing this issue." ]
I_kwDODunzps4_s58M
3,361
Jeopardy _URL access denied
## Describe the bug http://skeeto.s3.amazonaws.com/share/JEOPARDY_QUESTIONS1.json.gz returns Access Denied now. However, https://drive.google.com/file/d/0BwT5wj_P7BKXb2hfM3d2RHU1ckE/view?usp=sharing from the original Reddit post https://www.reddit.com/r/datasets/comments/1uyd0t/200000_jeopardy_questions_in_a_json_f...
CLOSED
2021-12-01T18:21:33
2021-12-11T12:50:23
2021-12-06T11:16:31
https://github.com/huggingface/datasets/issues/3361
{ "login": "tianjianjiang" }
{ "nodes": [ { "name": "bug" } ] }
[ "Just a side note: duplicate #3264" ]
I_kwDODunzps4_seVw
3,358
add new field, and get errors
after adding new field **tokenized_examples["example_id"]**, and get errors below, I think it is due to changing data to tensor, and **tokenized_examples["example_id"]** is string list **all fields** ``` ***************** train_dataset 1: Dataset({ features: ['attention_mask', 'end_positions', 'example_id', '...
CLOSED
2021-12-01T16:35:38
2021-12-02T02:26:22
2021-12-02T02:26:22
https://github.com/huggingface/datasets/issues/3358
{ "login": "PatricYan" }
{ "nodes": [] }
[ "Hi, \r\n\r\ncould you please post this question on our [Forum](https://discuss.huggingface.co/) as we keep issues for bugs and feature requests? ", "> Hi,\r\n> \r\n> could you please post this question on our [Forum](https://discuss.huggingface.co/) as we keep issues for bugs and feature requests?\r\n\r\nok." ]
I_kwDODunzps4_qwnX
3,353
add one field "example_id", but I can't see it in the "comput_loss" function
Hi, I add one field **example_id**, but I can't see it in the **comput_loss** function, how can I do this? below is the information of inputs ``` *********************** inputs: {'attention_mask': tensor([[1, 1, 1, ..., 0, 0, 0], [1, 1, 1, ..., 0, 0, 0], [1, 1, 1, ..., 0, 0, 0], ..., ...
CLOSED
2021-12-01T09:35:09
2021-12-01T16:02:39
2021-12-01T16:02:39
https://github.com/huggingface/datasets/issues/3353
{ "login": "PatricYan" }
{ "nodes": [] }
[ "Hi ! Your function looks fine, I used to map `squad` locally and it indeed added the `example_id` field correctly.\r\n\r\nHowever I think that in the `compute_loss` method only a subset of the fields are available: the model inputs. Since `example_id` is not a model input (it's not passed as a parameter to the mod...
I_kwDODunzps4_osbt
3,346
Failed to convert `string` with pyarrow for QED since 1.15.0
## Describe the bug Loading QED was fine until 1.15.0. related: bigscience-workshop/promptsource#659, bigscience-workshop/promptsource#670 Not sure where the root cause is, but here are some candidates: - #3158 - #3120 - #3196 - #2891 ## Steps to reproduce the bug ```python load_dataset("qed") ``` ## ...
CLOSED
2021-11-30T20:11:42
2021-12-14T14:39:05
2021-12-14T14:39:05
https://github.com/huggingface/datasets/issues/3346
{ "login": "tianjianjiang" }
{ "nodes": [ { "name": "bug" } ] }
[ "Scratch that, probably the old and incompatible usage of dataset builder from promptsource.", "Actually, re-opening this issue cause the error persists\r\n\r\n```python\r\n>>> load_dataset(\"qed\")\r\nDownloading and preparing dataset qed/qed (download: 13.43 MiB, generated: 9.70 MiB, post-processed: Unknown siz...
I_kwDODunzps4_oqIn
3,345
Failed to download species_800 from Google Drive zip file
## Describe the bug One can manually download the zip file on Google Drive, but `load_dataset()` cannot. related: #3248 ## Steps to reproduce the bug ```shell > python Python 3.7.12 (default, Sep 5 2021, 08:34:29) [Clang 11.0.3 (clang-1103.0.32.62)] on darwin Type "help", "copyright", "credits" or "license" ...
CLOSED
2021-11-30T20:00:28
2021-12-01T17:53:15
2021-12-01T17:53:15
https://github.com/huggingface/datasets/issues/3345
{ "login": "tianjianjiang" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi,\r\n\r\nthe dataset is downloaded normally on my machine. Maybe the URL was down at the time of your download. Could you try again?", "> Hi,\r\n> \r\n> the dataset is downloaded normally on my machine. Maybe the URL was down at the time of your download. Could you try again?\r\n\r\nI have tried that many time...
I_kwDODunzps4_n_zh
3,341
Mirror the canonical datasets to the Hugging Face Hub
- [ ] create a repo on https://hf.co/datasets for every canonical dataset - [ ] on every commit related to a dataset, update the hf.co repo See https://github.com/huggingface/moon-landing/pull/1562 @SBrandeis: I let you edit this description if needed to precise the intent.
CLOSED
2021-11-30T16:42:05
2022-01-26T14:47:37
2022-01-26T14:47:37
https://github.com/huggingface/datasets/issues/3341
{ "login": "severo" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "I created a GitHub project to keep track of what needs to be done:\r\nhttps://github.com/huggingface/datasets/projects/3\r\n\r\nI also store my code in a (private for now) repository at https://github.com/huggingface/mirror_canonical_datasets_on_hub", "I understand that the datasets are mirrored on the Hub now, ...
I_kwDODunzps4_k_pN
3,339
to_tf_dataset fails on TPU
Using `to_tf_dataset` to create a dataset and then putting it in `model.fit` results in an internal error on TPUs. I've only tried on Colab and Kaggle TPUs, not GCP TPUs. ## Steps to reproduce the bug I made a colab to show the error. https://colab.research.google.com/drive/12x_PFKzGouFxqD4OuWfnycW_1TaT276z?usp=s...
OPEN
2021-11-30T00:50:52
2021-12-02T14:21:27
null
https://github.com/huggingface/datasets/issues/3339
{ "login": "nbroad1881" }
{ "nodes": [ { "name": "bug" } ] }
[ "This might be related to https://github.com/tensorflow/tensorflow/issues/38762 , what do you think @Rocketknight1 ?\r\n> Dataset.from_generator is expected to not work with TPUs as it uses py_function underneath which is incompatible with Cloud TPU 2VM setup. If you would like to read from large datasets, maybe tr...
I_kwDODunzps4_jWxo
3,337
Typing of Dataset.__getitem__ could be improved.
## Describe the bug The newly added typing for Dataset.__getitem__ is Union[Dict, List]. This makes tools like mypy a bit awkward to use as we need to check the type manually. We could use type overloading to make this easier. [Documentation](https://docs.python.org/3/library/typing.html#typing.overload) ## Steps...
CLOSED
2021-11-29T16:20:11
2021-12-14T10:28:54
2021-12-14T10:28:54
https://github.com/huggingface/datasets/issues/3337
{ "login": "Dref360" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi ! Thanks for the suggestion, I didn't know about this decorator.\r\n\r\nIf you are interesting in contributing, feel free to open a pull request to add the overload methods for each typing combination :) To assign you to this issue, you can comment `#self-assign` in this thread.\r\n\r\n`Dataset.__getitem__` is ...
I_kwDODunzps4_iZ-z
3,334
Integrate Polars library
Check potential integration of the Polars library: https://github.com/pola-rs/polars - Benchmark: https://h2oai.github.io/db-benchmark/ CC: @thomwolf @lewtun
CLOSED
2021-11-29T12:31:54
2024-08-31T05:31:28
2024-08-31T05:31:27
https://github.com/huggingface/datasets/issues/3334
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "If possible, a neat API could be something like `Dataset.to_polars()`, as well as `Dataset.set_format(\"polars\")`", "Note they use a \"custom\" implementation of Arrow: [Arrow2](https://github.com/jorgecarleitao/arrow2).", "Polars has grown rapidly in popularity over the last year - could you consider integra...
I_kwDODunzps4_f-dn
3,333
load JSON files, get the errors
Hi, does this bug be fixed? when I load JSON files, I get the same errors by the command `!python3 run.py --do_train --task qa --dataset squad-retrain-data/train-v2.0.json --output_dir ./re_trained_model/` change the dateset to load json by refering to https://huggingface.co/docs/datasets/loading.html `dataset = ...
CLOSED
2021-11-28T14:29:58
2021-12-01T09:34:31
2021-12-01T03:57:48
https://github.com/huggingface/datasets/issues/3333
{ "login": "PatricYan" }
{ "nodes": [] }
[ "Hi ! The message you're getting is not an error. It simply says that your JSON dataset is being prepared to a location in `/root/.cache/huggingface/datasets`", "> \r\n\r\nbut I want to load local JSON file by command\r\n`python3 run.py --do_train --task qa --dataset squad-retrain-data/train-v2.0.json --output_di...
I_kwDODunzps4_ftH4
3,331
AttributeError: 'CommunityDatasetModuleFactoryWithoutScript' object has no attribute 'path'
## 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...
CLOSED
2021-11-28T08:54:05
2021-11-29T13:49:44
2021-11-29T13:34:14
https://github.com/huggingface/datasets/issues/3331
{ "login": "luozhouyang" }
{ "nodes": [ { "name": "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```" ]
I_kwDODunzps4_fBcL
3,329
Map function: Type error on iter #999
## 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 ...
CLOSED
2021-11-27T17:53:05
2021-11-29T20:40:15
2021-11-29T20:40:15
https://github.com/huggingface/datasets/issues/3329
{ "login": "josephkready666" }
{ "nodes": [ { "name": "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 ...
I_kwDODunzps4_daow
3,327
"Shape of query is incorrect, it has to be either a 1D array or 2D (1, N)"
## 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...
CLOSED
2021-11-26T16:26:36
2021-11-26T16:44:11
2021-11-26T16:44:11
https://github.com/huggingface/datasets/issues/3327
{ "login": "eliasws" }
{ "nodes": [ { "name": "bug" } ] }
[ "#3323 " ]
I_kwDODunzps4_dXDc
3,324
Can't import `datasets` in python 3.10
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...
CLOSED
2021-11-26T16:06:14
2021-11-26T16:31:23
2021-11-26T16:31:23
https://github.com/huggingface/datasets/issues/3324
{ "login": "lhoestq" }
{ "nodes": [] }
[]
I_kwDODunzps4_ZDXY
3,320
Can't get tatoeba.rus dataset
## 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...
CLOSED
2021-11-25T12:31:11
2021-11-26T10:30:29
2021-11-26T10:30:29
https://github.com/huggingface/datasets/issues/3320
{ "login": "mmg10" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4_USyf
3,317
Add desc parameter to Dataset filter method
**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 ...
CLOSED
2021-11-24T11:01:36
2022-01-05T18:31:24
2022-01-05T18:31:24
https://github.com/huggingface/datasets/issues/3317
{ "login": "vblagoje" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4_T6te
3,316
Add RedCaps dataset
## 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...
CLOSED
2021-11-24T09:23:02
2022-01-12T14:13:15
2022-01-12T14:13:15
https://github.com/huggingface/datasets/issues/3316
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "dataset request" }, { "name": "vision" } ] }
[]
I_kwDODunzps4_PI8Q
3,313
TriviaQA License Mismatch
## 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?
CLOSED
2021-11-23T08:00:15
2021-11-29T11:24:21
2021-11-29T11:24:21
https://github.com/huggingface/datasets/issues/3313
{ "login": "akhilkedia" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4_NDx1
3,311
Add WebSRC
## 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...
OPEN
2021-11-22T16:58:33
2021-11-22T16:58:33
null
https://github.com/huggingface/datasets/issues/3311
{ "login": "NielsRogge" }
{ "nodes": [ { "name": "dataset request" } ] }
[]
I_kwDODunzps4_L9A4
3,310
Fatal error condition occurred in aws-c-io
## 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...
CLOSED
2021-11-22T12:27:54
2023-02-08T10:31:05
2021-11-29T22:22:37
https://github.com/huggingface/datasets/issues/3310
{ "login": "Crabzmatic" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4_IvWZ
3,308
"dataset_infos.json" missing for chr_en and mc4
## 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/...
OPEN
2021-11-21T00:07:22
2022-01-19T13:55:32
null
https://github.com/huggingface/datasets/issues/3308
{ "login": "amitness" }
{ "nodes": [ { "name": "bug" }, { "name": "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...
I_kwDODunzps4_IeTE
3,306
nested sequence feature won't encode example if the first item of the outside sequence is an empty list
## 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']))), ...
CLOSED
2021-11-20T16:57:54
2021-12-08T13:02:15
2021-12-08T13:02:15
https://github.com/huggingface/datasets/issues/3306
{ "login": "function2-llx" }
{ "nodes": [ { "name": "bug" } ] }
[ "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!" ]
I_kwDODunzps4_IQx-
3,304
Dataset object has no attribute `to_tf_dataset`
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...
CLOSED
2021-11-20T12:03:59
2021-11-21T07:07:25
2021-11-21T07:07:25
https://github.com/huggingface/datasets/issues/3304
{ "login": "RajkumarGalaxy" }
{ "nodes": [ { "name": "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!" ]
I_kwDODunzps4_IQmE
3,303
DataCollatorWithPadding: TypeError
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 ...
CLOSED
2021-11-20T11:59:55
2021-11-21T07:05:37
2021-11-21T07:05:37
https://github.com/huggingface/datasets/issues/3303
{ "login": "RajkumarGalaxy" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4_GaHr
3,300
❓ Dataset loading script from Hugging Face Hub
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...
CLOSED
2021-11-19T15:20:52
2021-12-22T10:57:56
2021-12-22T10:57:56
https://github.com/huggingface/datasets/issues/3300
{ "login": "pietrolesci" }
{ "nodes": [ { "name": "dataset request" }, { "name": "dataset-viewer" } ] }
[ "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...
I_kwDODunzps4_F7TF
3,299
Add option to find unique elements in nested sequences when calling `Dataset.unique`
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.~~
OPEN
2021-11-19T13:16:06
2023-05-19T14:45:40
null
https://github.com/huggingface/datasets/issues/3299
{ "login": "mariosasko" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4_FjXp
3,298
Agnews dataset viewer is not working
## 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
CLOSED
2021-11-19T11:18:59
2021-12-21T16:24:05
2021-12-21T16:24:05
https://github.com/huggingface/datasets/issues/3298
{ "login": "pietrolesci" }
{ "nodes": [ { "name": "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" ]
I_kwDODunzps4_E9Mz
3,297
.map() cache is wrongfully reused - only happens when the mapping function is imported
## 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...
OPEN
2021-11-19T08:18:36
2025-09-08T10:12:16
null
https://github.com/huggingface/datasets/issues/3297
{ "login": "eladsegal" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4_DxxM
3,295
Temporary dataset_path for remote fs URIs not built properly in arrow_dataset.py::load_from_disk
## 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...
CLOSED
2021-11-18T23:24:02
2021-12-06T10:45:04
2021-12-06T10:45:04
https://github.com/huggingface/datasets/issues/3295
{ "login": "francisco-perez-sorrosal" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi ! Good catch and thanks for opening a PR :)\r\n\r\nI just responded in your PR" ]
I_kwDODunzps4_CBmx
3,294
Add Natural Adversarial Objects dataset
## 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-...
OPEN
2021-11-18T15:34:44
2021-12-08T12:00:02
null
https://github.com/huggingface/datasets/issues/3294
{ "login": "osanseviero" }
{ "nodes": [ { "name": "dataset request" }, { "name": "vision" } ] }
[]
I_kwDODunzps4-__f6
3,292
Not able to load 'wikipedia' dataset
## 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...
CLOSED
2021-11-18T05:41:18
2021-11-19T16:49:29
2021-11-19T16:49:29
https://github.com/huggingface/datasets/issues/3292
{ "login": "abhibisht89" }
{ "nodes": [ { "name": "bug" } ] }
[ "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" ]
I_kwDODunzps4-6cEq
3,285
Add IEMOCAP dataset
## 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...
OPEN
2021-11-16T22:47:20
2023-06-10T08:14:52
null
https://github.com/huggingface/datasets/issues/3285
{ "login": "osanseviero" }
{ "nodes": [ { "name": "dataset request" }, { "name": "speech" }, { "name": "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\...
I_kwDODunzps4-6bI9
3,284
Add VoxLingua107 dataset
## 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...
OPEN
2021-11-16T22:44:08
2021-12-06T09:49:45
null
https://github.com/huggingface/datasets/issues/3284
{ "login": "osanseviero" }
{ "nodes": [ { "name": "dataset request" }, { "name": "speech" } ] }
[ "#self-assign" ]
I_kwDODunzps4-6ZbC
3,283
Add Speech Commands dataset
## 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 ...
CLOSED
2021-11-16T22:39:56
2021-12-10T10:30:15
2021-12-10T10:30:15
https://github.com/huggingface/datasets/issues/3283
{ "login": "osanseviero" }
{ "nodes": [ { "name": "dataset request" }, { "name": "speech" } ] }
[ "#self-assign" ]
I_kwDODunzps4-4twy
3,282
ConnectionError: Couldn't reach https://huggingface.co/datasets/oscar-corpus/OSCAR-2109/resolve/main/OSCAR-2109.py
## 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.* ...
CLOSED
2021-11-16T16:05:19
2022-04-12T11:57:43
2022-04-12T11:57:43
https://github.com/huggingface/datasets/issues/3282
{ "login": "MinionAttack" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-y_V2
3,273
Respect row ordering when concatenating datasets along axis=1
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...
CLOSED
2021-11-15T11:27:14
2021-11-17T15:41:11
2021-11-17T15:41:11
https://github.com/huggingface/datasets/issues/3273
{ "login": "mariosasko" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4-y2K_
3,272
Make iter_archive work with ZIP files
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 !
OPEN
2021-11-15T10:50:42
2021-11-25T00:08:47
null
https://github.com/huggingface/datasets/issues/3272
{ "login": "lhoestq" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "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 ...
I_kwDODunzps4-xtfR
3,269
coqa NonMatchingChecksumError
``` >>> from datasets import load_dataset >>> dataset = load_dataset("coqa") Downloading: 3.82kB [00:00, 1.26MB/s] ...
CLOSED
2021-11-15T05:04:07
2022-01-19T13:58:19
2022-01-19T13:58:19
https://github.com/huggingface/datasets/issues/3269
{ "login": "ZhaofengWu" }
{ "nodes": [ { "name": "bug" } ] }
[ "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...
I_kwDODunzps4-w2Sp
3,268
Dataset viewer issue for 'liweili/c4_200m'
## 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. ``` ...
CLOSED
2021-11-14T17:18:46
2021-12-21T10:25:20
2021-12-21T10:24:51
https://github.com/huggingface/datasets/issues/3268
{ "login": "liliwei25" }
{ "nodes": [ { "name": "dataset-viewer" } ] }
[ "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...
I_kwDODunzps4-vmq-
3,265
Checksum error for kilt_task_wow
## 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...
CLOSED
2021-11-13T12:04:17
2021-11-16T11:23:53
2021-11-16T11:21:58
https://github.com/huggingface/datasets/issues/3265
{ "login": "slyviacassell" }
{ "nodes": [ { "name": "bug" } ] }
[ "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 ...
I_kwDODunzps4-vl7Z
3,264
Downloading URL change for WikiAuto Manual, jeopardy and definite_pronoun_resolution
## 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...
CLOSED
2021-11-13T11:47:12
2022-06-01T17:38:16
2022-06-01T17:38:16
https://github.com/huggingface/datasets/issues/3264
{ "login": "slyviacassell" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-vK1E
3,263
FET DATA
## 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...
CLOSED
2021-11-13T05:46:06
2021-11-13T13:31:47
2021-11-13T13:31:47
https://github.com/huggingface/datasets/issues/3263
{ "login": "FStell01" }
{ "nodes": [ { "name": "dataset request" } ] }
[]
I_kwDODunzps4-uYgN
3,261
Scifi_TV_Shows: Having trouble getting viewer to find appropriate files
## 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:/...
CLOSED
2021-11-12T19:25:19
2021-12-21T10:24:10
2021-12-21T10:24:10
https://github.com/huggingface/datasets/issues/3261
{ "login": "lara-martin" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-tx4j
3,258
Reload dataset that was already downloaded with `load_from_disk` from cloud storage
`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.
OPEN
2021-11-12T17:14:59
2021-11-12T17:14:59
null
https://github.com/huggingface/datasets/issues/3258
{ "login": "lhoestq" }
{ "nodes": [ { "name": "enhancement" } ] }
[]
I_kwDODunzps4-tg1d
3,257
Use f-strings for string formatting
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 ...
CLOSED
2021-11-12T16:02:15
2021-11-17T16:18:38
2021-11-17T16:18:38
https://github.com/huggingface/datasets/issues/3257
{ "login": "mariosasko" }
{ "nodes": [ { "name": "good first issue" } ] }
[ "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...
I_kwDODunzps4-sO_Z
3,255
SciELO dataset ConnectionError
## 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...
CLOSED
2021-11-12T09:57:14
2021-11-16T17:55:22
2021-11-16T17:55:22
https://github.com/huggingface/datasets/issues/3255
{ "login": "WojciechKusa" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4-qbOs
3,253
`GeneratorBasedBuilder` does not support `None` values
## 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. ...
CLOSED
2021-11-11T19:51:21
2021-12-09T14:26:58
2021-12-09T14:26:58
https://github.com/huggingface/datasets/issues/3253
{ "login": "pavel-lexyr" }
{ "nodes": [ { "name": "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\...
I_kwDODunzps4-kSMQ
3,247
Loading big json dataset raises pyarrow.lib.ArrowNotImplementedError
## 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...
CLOSED
2021-11-10T11:17:59
2022-04-10T14:05:57
2022-04-10T14:05:57
https://github.com/huggingface/datasets/issues/3247
{ "login": "maxzirps" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-f0GA
3,242
Adding ANERcorp-CAMeLLab dataset
OPEN
2021-11-09T12:04:04
2021-11-09T12:41:15
null
https://github.com/huggingface/datasets/issues/3242
{ "login": "vitalyshalumov" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-fPLV
3,240
Couldn't reach data file for disaster_response_messages
## 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....
CLOSED
2021-11-09T09:26:42
2021-12-14T14:38:29
2021-12-14T14:38:29
https://github.com/huggingface/datasets/issues/3240
{ "login": "pandya6988" }
{ "nodes": [ { "name": "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 ?" ]
I_kwDODunzps4-fLUo
3,239
Inconsistent performance of the "arabic_billion_words" dataset
## 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...
OPEN
2021-11-09T09:11:00
2021-11-09T09:11:00
null
https://github.com/huggingface/datasets/issues/3239
{ "login": "vitalyshalumov" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4-eqkm
3,238
Reuters21578 Couldn't reach
``## 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...
CLOSED
2021-11-09T06:08:56
2021-11-11T00:02:57
2021-11-11T00:02:57
https://github.com/huggingface/datasets/issues/3238
{ "login": "TingNLP" }
{ "nodes": [ { "name": "dataset bug" } ] }
[ "Hi ! The URL works fine on my side today, could you try again ?", "thank you @lhoestq \r\nit works" ]
I_kwDODunzps4-ebyV
3,237
wikitext description wrong
## 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.
CLOSED
2021-11-09T04:06:52
2022-02-14T15:45:11
2021-11-09T13:49:28
https://github.com/huggingface/datasets/issues/3237
{ "login": "hongyuanmei" }
{ "nodes": [ { "name": "bug" } ] }
[ "Hi @hongyuanmei, thanks for reporting.\r\n\r\nI'm fixing it.", "Duplicate of:\r\n- #795" ]
I_kwDODunzps4-d5z2
3,236
Loading of datasets changed in #3110 returns no examples
## 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',...
CLOSED
2021-11-08T23:29:46
2021-11-09T16:46:05
2021-11-09T16:45:47
https://github.com/huggingface/datasets/issues/3236
{ "login": "eladsegal" }
{ "nodes": [ { "name": "bug" } ] }
[ "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, ...
I_kwDODunzps4-bXgl
3,232
The Xsum datasets seems not able to download.
## 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...
CLOSED
2021-11-08T11:58:54
2021-11-09T15:07:16
2021-11-09T15:07:16
https://github.com/huggingface/datasets/issues/3232
{ "login": "FYYFU" }
{ "nodes": [ { "name": "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 ...
I_kwDODunzps4-YuJF
3,227
Error in `Json(datasets.ArrowBasedBuilder)` class
## 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/...
CLOSED
2021-11-07T05:50:32
2021-11-09T19:09:15
2021-11-09T19:09:15
https://github.com/huggingface/datasets/issues/3227
{ "login": "JunShern" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-Uc_l
3,220
Add documentation about dataset viewer feature
Add to the docs more details about the dataset viewer feature in the Hub. CC: @julien-c
OPEN
2021-11-05T08:11:19
2023-09-25T11:48:38
null
https://github.com/huggingface/datasets/issues/3220
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "enhancement" }, { "name": "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" ]
I_kwDODunzps4-SuJY
3,219
Eventual Invalid Token Error at setup of private datasets
## 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 _____________ ...
CLOSED
2021-11-04T18:50:45
2021-11-08T13:23:06
2021-11-08T08:59:43
https://github.com/huggingface/datasets/issues/3219
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4-SeNO
3,217
Fix code quality bug in riddle_sense dataset
## Describe the bug ``` datasets/riddle_sense/riddle_sense.py:36:21: W291 trailing whitespace ```
CLOSED
2021-11-04T17:40:32
2021-11-04T17:50:02
2021-11-04T17:50:02
https://github.com/huggingface/datasets/issues/3217
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "bug" } ] }
[ "To give more context: https://github.com/psf/black/issues/318. `black` doesn't treat this as a bug, but `flake8` does. \r\n" ]
I_kwDODunzps4-SEaS
3,214
Add ACAV100M Dataset
## 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 ...
OPEN
2021-11-04T15:59:58
2021-12-08T12:00:30
null
https://github.com/huggingface/datasets/issues/3214
{ "login": "nateraw" }
{ "nodes": [ { "name": "dataset request" }, { "name": "vision" } ] }
[]
I_kwDODunzps4-Q_TH
3,212
Sort files before loading
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...
CLOSED
2021-11-04T11:08:31
2021-11-05T17:49:58
2021-11-05T17:49:58
https://github.com/huggingface/datasets/issues/3212
{ "login": "lvwerra" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "This will be fixed by https://github.com/huggingface/datasets/pull/3221" ]
I_kwDODunzps4-Q4GP
3,210
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.15.1/datasets/wmt16/wmt16.py
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...
CLOSED
2021-11-04T10:47:26
2022-03-30T08:26:35
2022-03-30T08:26:35
https://github.com/huggingface/datasets/issues/3210
{ "login": "xiuzhilu" }
{ "nodes": [ { "name": "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...
I_kwDODunzps4-QeSr
3,209
Unpin keras once TF fixes its release
Related to: - #3208
CLOSED
2021-11-04T09:15:32
2021-11-05T10:57:37
2021-11-05T10:57:37
https://github.com/huggingface/datasets/issues/3209
{ "login": "albertvillanova" }
{ "nodes": [] }
[]
I_kwDODunzps4-QcAF
3,207
CI error: Another metric with the same name already exists in Keras 2.7.0
## 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
CLOSED
2021-11-04T09:04:11
2021-11-04T09:30:54
2021-11-04T09:30:54
https://github.com/huggingface/datasets/issues/3207
{ "login": "albertvillanova" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4-NbWr
3,204
FileNotFoundError for TupleIE dataste
Hi, `dataset = datasets.load_dataset('tuple_ie', 'all')` returns a FileNotFound error. Is the data not available? Many thanks.
CLOSED
2021-11-03T14:56:55
2021-11-05T15:51:15
2021-11-05T14:16:05
https://github.com/huggingface/datasets/issues/3204
{ "login": "arda-vianai" }
{ "nodes": [ { "name": "bug" } ] }
[ "@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...
I_kwDODunzps4-Li1c
3,202
Add mIoU metric
**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...
CLOSED
2021-11-03T08:42:32
2022-06-01T17:39:05
2022-06-01T17:39:04
https://github.com/huggingface/datasets/issues/3202
{ "login": "NielsRogge" }
{ "nodes": [ { "name": "enhancement" } ] }
[ "Resolved via https://github.com/huggingface/datasets/pull/3745." ]
I_kwDODunzps4-Lhu2
3,201
Add GSM8K dataset
## 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...
CLOSED
2021-11-03T08:36:44
2022-04-13T11:56:12
2022-04-13T11:56:11
https://github.com/huggingface/datasets/issues/3201
{ "login": "NielsRogge" }
{ "nodes": [ { "name": "dataset request" } ] }
[ "Closed via https://github.com/huggingface/datasets/pull/4103" ]
I_kwDODunzps4-Gzet
3,193
Update link to datasets-tagging app
Once datasets-tagging has been transferred to Spaces: - huggingface/datasets-tagging#22 We should update the link in Datasets.
CLOSED
2021-11-02T07:39:59
2021-11-08T10:36:22
2021-11-08T10:36:22
https://github.com/huggingface/datasets/issues/3193
{ "login": "albertvillanova" }
{ "nodes": [] }
[]
I_kwDODunzps4-ERm2
3,192
Multiprocessing filter/map (tests) not working on Windows
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). #...
OPEN
2021-11-01T15:36:08
2021-11-01T15:57:03
null
https://github.com/huggingface/datasets/issues/3192
{ "login": "BramVanroy" }
{ "nodes": [ { "name": "bug" } ] }
[]
I_kwDODunzps4-D9WX
3,191
Dataset viewer issue for '*compguesswhat*'
## Dataset viewer issue for '*compguesswhat*' **Link:** https://huggingface.co/datasets/compguesswhat File not found Am I the one who added this dataset ? No
CLOSED
2021-11-01T14:16:49
2022-09-12T08:02:29
2022-09-12T08:02:29
https://github.com/huggingface/datasets/issues/3191
{ "login": "benotti" }
{ "nodes": [ { "name": "streaming" } ] }
[ "```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...