number int64 2 7.91k | title stringlengths 1 290 | body stringlengths 0 228k | state stringclasses 2
values | created_at timestamp[s]date 2020-04-14 18:18:51 2025-12-16 10:45:02 | updated_at timestamp[s]date 2020-04-29 09:23:05 2025-12-16 19:34:46 | closed_at timestamp[s]date 2020-04-29 09:23:05 2025-12-16 14:20:48 ⌀ | url stringlengths 48 51 | author stringlengths 3 26 ⌀ | comments_count int64 0 70 | labels listlengths 0 4 |
|---|---|---|---|---|---|---|---|---|---|---|
4,476 | `to_pandas` doesn't take into account format. | **Is your feature request related to a problem? Please describe.**
I have a large dataset that I need to convert part of to pandas to do some further analysis. Calling `to_pandas` directly on it is expensive. So I thought I could simply select the columns that I want and then call `to_pandas`.
**Describe the solu... | CLOSED | 2022-06-10T20:25:31 | 2022-06-15T17:41:41 | 2022-06-15T17:41:41 | https://github.com/huggingface/datasets/issues/4476 | Dref360 | 4 | [
"enhancement"
] |
4,471 | CI error with repo lhoestq/_dummy | ## Describe the bug
CI is failing because of repo "lhoestq/_dummy". See: https://app.circleci.com/pipelines/github/huggingface/datasets/12461/workflows/1b040b45-9578-4ab9-8c44-c643c4eb8691/jobs/74269
```
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/datasets/lhoest... | CLOSED | 2022-06-10T12:26:06 | 2022-06-10T13:24:53 | 2022-06-10T13:24:53 | https://github.com/huggingface/datasets/issues/4471 | albertvillanova | 1 | [
"bug"
] |
4,467 | Transcript string 'null' converted to [None] by load_dataset() | ## Issue
I am training a luxembourgish speech-recognition model in Colab with a custom dataset, including a dictionary of luxembourgish words, for example the speaken numbers 0 to 9. When preparing the dataset with the script
`ds_train1 = mydataset.map(prepare_dataset)`
the following error was issued:
``` ... | CLOSED | 2022-06-09T14:26:00 | 2023-07-04T02:18:39 | 2022-06-09T16:29:02 | https://github.com/huggingface/datasets/issues/4467 | mbarnig | 3 | [
"bug"
] |
4,462 | BigBench: NonMatchingSplitsSizesError when passing a dataset configuration parameter | As noticed in https://github.com/huggingface/datasets/pull/4125 when a dataset config class has a parameter that reduces the number of examples (e.g. named `max_examples`), then loading the dataset and passing `max_examples` raises `NonMatchingSplitsSizesError`.
This is because it will check for expected the number ... | OPEN | 2022-06-08T17:31:24 | 2022-07-05T07:39:55 | null | https://github.com/huggingface/datasets/issues/4462 | lhoestq | 3 | [
"bug"
] |
4,461 | AttributeError: module 'datasets' has no attribute 'load_dataset' | ## Describe the bug
I have piped install datasets, but this package doesn't have these attributes: load_dataset, load_metric.
## Environment info
- `datasets` version: 1.9.0
- Platform: Linux-5.13.0-44-generic-x86_64-with-debian-bullseye-sid
- Python version: 3.6.13
- PyArrow version: 6.0.1
| CLOSED | 2022-06-08T13:59:20 | 2024-03-25T12:58:29 | 2022-06-08T14:41:00 | https://github.com/huggingface/datasets/issues/4461 | AlexNLP | 4 | [
"bug"
] |
4,456 | Workflow for Tabular data | Tabular data are treated very differently than data for NLP, audio, vision, etc. and therefore the worflow for tabular data in `datasets` is not ideal.
For example for tabular data, it is common to use pandas/spark/dask to process the data, and then load the data into X and y (X is an array of features and y an arra... | OPEN | 2022-06-07T12:48:22 | 2023-03-06T08:53:55 | null | https://github.com/huggingface/datasets/issues/4456 | lhoestq | 8 | [
"enhancement",
"generic discussion"
] |
4,454 | Dataset Viewer issue for Yaxin/SemEval2015 | ### Link
_No response_
### Description
the link could not visit
### Owner
_No response_ | CLOSED | 2022-06-07T03:31:46 | 2022-06-07T11:53:11 | 2022-06-07T11:53:11 | https://github.com/huggingface/datasets/issues/4454 | WithYouTo | 1 | [
"duplicate",
"dataset-viewer"
] |
4,453 | Dataset Viewer issue for Yaxin/SemEval2015 | ### Link
_No response_
### Description
_No response_
### Owner
_No response_ | CLOSED | 2022-06-07T03:30:08 | 2022-06-09T08:34:16 | 2022-06-09T08:34:16 | https://github.com/huggingface/datasets/issues/4453 | WithYouTo | 3 | [] |
4,452 | Trying to load FEVER dataset results in NonMatchingChecksumError | ## Describe the bug
Trying to load the `fever` dataset fails with `datasets.utils.info_utils.NonMatchingChecksumError`.
I tried with `download_mode="force_redownload"` but that did not fix the error. I also tried with `ignore_verification=True` but then that raised a `json.decoder.JSONDecodeError`.
## Steps to r... | CLOSED | 2022-06-06T23:13:15 | 2022-12-15T13:36:40 | 2022-06-08T07:16:16 | https://github.com/huggingface/datasets/issues/4452 | santhnm2 | 2 | [
"bug"
] |
4,449 | Rj | import android.content.DialogInterface;
import android.database.Cursor;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat... | CLOSED | 2022-06-06T02:24:32 | 2022-06-06T15:44:50 | 2022-06-06T15:44:50 | https://github.com/huggingface/datasets/issues/4449 | Aeckard45 | 0 | [] |
4,448 | New Preprocessing Feature - Deduplication [Request] | **Is your feature request related to a problem? Please describe.**
Many large datasets are full of duplications and it has been shown that deduplicating datasets can lead to better performance while training, and more truthful evaluation at test-time.
A feature that allows one to easily deduplicate a dataset can be... | OPEN | 2022-06-05T05:32:56 | 2023-12-12T07:52:40 | null | https://github.com/huggingface/datasets/issues/4448 | yuvalkirstain | 2 | [
"duplicate",
"enhancement"
] |
4,443 | Dataset Viewer issue for openclimatefix/nimrod-uk-1km | ### Link
_No response_
### Description
_No response_
### Owner
_No response_ | OPEN | 2022-06-03T08:17:16 | 2023-09-25T12:15:08 | null | https://github.com/huggingface/datasets/issues/4443 | ZYMXIXI | 7 | [] |
4,442 | Dataset Viewer issue for amazon_polarity | ### Link
https://huggingface.co/datasets/amazon_polarity/viewer/amazon_polarity/test
### Description
For some reason the train split is OK but the test split is not for this dataset:
```
Server error
Status code: 400
Exception: FileNotFoundError
Message: [Errno 2] No such file or directory: '/cach... | CLOSED | 2022-06-02T19:18:38 | 2022-06-07T18:50:37 | 2022-06-07T18:50:37 | https://github.com/huggingface/datasets/issues/4442 | lewtun | 2 | [
"dataset-viewer"
] |
4,441 | Dataset Viewer issue for aeslc | ### Link
https://huggingface.co/datasets/aeslc
### Description
The dataset viewer can't find `dataset_infos.json` in it's cache:
```
Server error
Status code: 400
Exception: FileNotFoundError
Message: [Errno 2] No such file or directory: '/cache/modules/datasets_modules/datasets/aeslc/eb8e30234cf9... | CLOSED | 2022-06-02T18:57:12 | 2022-06-07T18:50:55 | 2022-06-07T18:50:55 | https://github.com/huggingface/datasets/issues/4441 | lewtun | 1 | [
"dataset-viewer"
] |
4,439 | TIMIT won't load after manual download: Errors about files that don't exist | ## Describe the bug
I get the message from HuggingFace that it must be downloaded manually. From the URL provided in the message, I got to UPenn page for manual download. (UPenn apparently want $250? for the dataset??) ...So, ok, I obtained a copy from a friend and also a smaller version from Kaggle. But in both c... | CLOSED | 2022-06-02T16:35:56 | 2022-06-03T08:44:17 | 2022-06-03T08:44:16 | https://github.com/huggingface/datasets/issues/4439 | drscotthawley | 3 | [
"bug"
] |
4,435 | Load a local cached dataset that has been modified | ## Describe the bug
I have loaded a dataset as follows:
```
d = load_dataset("emotion", split="validation")
```
Afterwards I make some modifications to the dataset via a `map` call:
```
d.map(some_update_func, cache_file_name=modified_dataset)
```
This generates a cached version of the dataset on my local syst... | CLOSED | 2022-06-02T01:51:49 | 2022-06-02T23:59:26 | 2022-06-02T23:59:18 | https://github.com/huggingface/datasets/issues/4435 | mihail911 | 2 | [
"bug"
] |
4,430 | Add ability to load newer, cleaner version of Multi-News | **Is your feature request related to a problem? Please describe.**
The [Multi-News dataloader points to the original version of the Multi-News dataset](https://github.com/huggingface/datasets/blob/12540dd75015678ec6019f258d811ee107439a73/datasets/multi_news/multi_news.py#L47), but this has [known errors in it](https... | CLOSED | 2022-05-31T21:00:44 | 2022-06-07T17:14:44 | 2022-06-07T17:14:44 | https://github.com/huggingface/datasets/issues/4430 | JohnGiorgi | 6 | [
"enhancement"
] |
4,428 | Errors when building dummy data if you use nested _URLS | ## Describe the bug
When making dummy data with the `datasets-cli dummy_data` tool,
an error will be raised if you use a nested _URLS in your dataset script.
Traceback (most recent call last):
File "/home/name/LCCC/datasets/src/datasets/commands/datasets_cli.py", line 43, in <module>
main()
File "/hom... | CLOSED | 2022-05-31T16:10:57 | 2022-06-07T09:24:09 | 2022-06-07T09:24:09 | https://github.com/huggingface/datasets/issues/4428 | silverriver | 0 | [
"bug"
] |
4,426 | Add loading variable number of columns for different splits | **Is your feature request related to a problem? Please describe.**
The original dataset `blended_skill_talk` consists of different sets of columns for the different splits: (test/valid) splits have additional data column `label_candidates` that the (train) doesn't have.
When loading such data, an exception occurs at ... | CLOSED | 2022-05-31T13:40:16 | 2022-06-03T16:25:25 | 2022-06-03T16:25:25 | https://github.com/huggingface/datasets/issues/4426 | DrMatters | 1 | [
"enhancement"
] |
4,422 | Cannot load timit_asr data set | ## Describe the bug
I am trying to load the timit_asr data set. I have tried with a copy from the LDC, and a copy from deepai. In both cases they fail with a "duplicate key" error. With the LDC version I have to convert the file extensions all to upper-case before I can load it at all.
## Steps to reproduce the bug... | CLOSED | 2022-05-30T22:00:22 | 2022-06-02T06:34:05 | 2022-05-31T13:42:31 | https://github.com/huggingface/datasets/issues/4422 | bhaddow | 6 | [
"bug"
] |
4,420 | Metric evaluation problems in multi-node, shared file system | ## Describe the bug
Metric evaluation fails in multi-node within a shared file system, because the master process cannot find the lock files from other nodes. (This issue was originally mentioned in the transformers repo https://github.com/huggingface/transformers/issues/17412)
## Steps to reproduce the bug
1. c... | CLOSED | 2022-05-30T13:24:05 | 2023-07-11T09:33:18 | 2023-07-11T09:33:17 | https://github.com/huggingface/datasets/issues/4420 | gullabi | 6 | [
"bug"
] |
4,419 | Update `unittest` assertions over tuples from `assertEqual` to `assertTupleEqual` | **Is your feature request related to a problem? Please describe.**
So this is more a readability improvement rather than a proposal, wouldn't it be better to use `assertTupleEqual` over the tuples rather than `assertEqual`? As `unittest` added that function in `v3.1`, as detailed at https://docs.python.org/3/library... | CLOSED | 2022-05-30T12:13:18 | 2022-09-30T16:01:37 | 2022-09-30T16:01:37 | https://github.com/huggingface/datasets/issues/4419 | alvarobartt | 3 | [
"enhancement"
] |
4,417 | how to convert a dict generator into a huggingface dataset. | ### Link
_No response_
### Description
Hey there, I have used seqio to get a well distributed mixture of samples from multiple dataset. However the resultant output from seqio is a python generator dict, which I cannot produce back into huggingface dataset.
The generator contains all the samples needed for ... | CLOSED | 2022-05-29T16:28:27 | 2022-09-16T14:44:19 | 2022-09-16T14:44:19 | https://github.com/huggingface/datasets/issues/4417 | StephennFernandes | 18 | [
"question"
] |
4,413 | Dataset Viewer issue for ett | ### Link
https://huggingface.co/datasets/ett
### Description
Timestamp is not JSON serializable.
```
Status code: 500
Exception: Status500Error
Message: Type is not JSON serializable: Timestamp
```
### Owner
No | CLOSED | 2022-05-27T02:12:35 | 2022-06-15T07:30:46 | 2022-06-15T07:30:46 | https://github.com/huggingface/datasets/issues/4413 | dgcnz | 3 | [
"dataset-viewer"
] |
4,407 | Dataset Viewer issue for conll2012_ontonotesv5 | ### Link
https://huggingface.co/datasets/conll2012_ontonotesv5
### Description
Dataset viewer outage.
### Owner
No | CLOSED | 2022-05-25T20:18:33 | 2022-06-07T18:39:16 | 2022-06-07T18:39:16 | https://github.com/huggingface/datasets/issues/4407 | jiangwangyi | 3 | [
"dataset-viewer"
] |
4,405 | [TypeError: Couldn't cast array of type] Cannot process dataset in v2.2.2 | ## Describe the bug
I am trying to process the [conll2012_ontonotesv5](https://huggingface.co/datasets/conll2012_ontonotesv5) dataset in `datasets` v2.2.2 and am running into a type error when casting the features.
## Steps to reproduce the bug
```python
import os
from typing import (
List,
Dict,
)
f... | CLOSED | 2022-05-25T18:56:43 | 2022-06-07T14:27:20 | 2022-06-07T14:27:20 | https://github.com/huggingface/datasets/issues/4405 | jiangwangyi | 1 | [
"bug"
] |
4,404 | Dataset should have a `.name` field | **Is your feature request related to a problem? Please describe.**
If building pipelines that can evaluate on more than one dataset, it would be nice to be able to log results of things like `Evaluating on {dataset.name}` or `results for {dataset.name} are: {results}`
Without some way of concisely identifying a dat... | CLOSED | 2022-05-25T18:56:08 | 2022-09-13T15:09:30 | 2022-06-16T10:47:53 | https://github.com/huggingface/datasets/issues/4404 | f4hy | 2 | [
"enhancement"
] |
4,401 | "NonMatchingChecksumError" when importing 'spider' dataset | ## Describe the bug
When importing 'spider' dataset [https://huggingface.co/datasets/spider] an error occurs
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset('spider')
```
## Expected results
Dataset object
## Actual results
NonMatchingChecksumError: Check... | CLOSED | 2022-05-25T07:45:07 | 2022-05-26T06:40:12 | 2022-05-26T06:40:12 | https://github.com/huggingface/datasets/issues/4401 | OmarAlaaeldein | 2 | [
"hosted-on-google-drive"
] |
4,400 | load dataset wikitext-2-raw-v1 failed. Could not reach wikitext-2-raw-v1.py. | ## Describe the bug
Could not reach wikitext-2-raw-v1.py
## Steps to reproduce the bug
```python
from datasets import load_dataset
load_dataset("wikitext-2-raw-v1")
```
## Expected results
Download `wikitext-2-raw-v1` dataset successfully.
## Actual results
```
File "load_datasets.py", line 13, in <m... | CLOSED | 2022-05-25T03:10:44 | 2022-10-24T06:10:27 | 2022-05-25T03:26:36 | https://github.com/huggingface/datasets/issues/4400 | cailun01 | 1 | [
"bug"
] |
4,399 | LocalDatasetModuleFactoryWithoutScript extracts invalid builder name | ## Describe the bug
Trying to load a local dataset raises an error indicating that the config builder has to have a name.
No error should be reported, since the call is completly valid.
## Steps to reproduce the bug
```python
load_dataset("./data/some-dataset/", name="some-name")
```
## Expected results
The... | CLOSED | 2022-05-24T18:03:01 | 2022-09-12T15:30:43 | 2022-09-12T15:30:43 | https://github.com/huggingface/datasets/issues/4399 | apohllo | 5 | [
"bug",
"good first issue"
] |
4,398 | Calling `cast_column`/`remove_columns` and a sequence of `map` operations ends up making `faiss` fail with `ValueError` | First of all, sorry in advance for the unclear title, but this bug is weird to explain (at least for me), so I tried my best to summarize all the information in this issue.
## Describe the bug
Calling a certain combination of operations over a 🤗 `Dataset` and then trying to calculate the `faiss` index with `.add... | CLOSED | 2022-05-24T14:41:34 | 2022-06-14T16:01:56 | 2022-06-14T16:01:56 | https://github.com/huggingface/datasets/issues/4398 | alvarobartt | 4 | [
"bug"
] |
4,394 | trainer became extremely slow after reload dataset by `load_from_disk` | ## Describe the bug
Due to memory problem, I need to save my tokenized datasets locally by CPU and reload it by multi GPU for running training script. However, after I reload it by `load_from_disk` and start training, the speed is extremely slow. It says I need about 1500 hours with 8 A100 cards. Before this, I can ru... | OPEN | 2022-05-23T14:04:37 | 2023-11-23T07:40:30 | null | https://github.com/huggingface/datasets/issues/4394 | conan1024hao | 5 | [
"bug"
] |
4,387 | device/google/accessory/adk2012 - Git at Google | "git clone https://android.googlesource.com/device/google/accessory/adk2012"
https://android.googlesource.com/device/google/accessory/adk2012/#:~:text=git%20clone%20https%3A//android.googlesource.com/device/google/accessory/adk2012 | CLOSED | 2022-05-22T04:57:19 | 2022-05-23T06:36:27 | 2022-05-23T06:36:27 | https://github.com/huggingface/datasets/issues/4387 | Aeckard45 | 0 | [] |
4,386 | Bug for wiki_auto_asset_turk from GEM | ## Describe the bug
The script of wiki_auto_asset_turk for GEM may be out of date.
## Steps to reproduce the bug
```python
import datasets
datasets.load_dataset('gem', 'wiki_auto_asset_turk')
```
## Actual results
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/... | CLOSED | 2022-05-21T12:31:30 | 2022-05-24T05:55:52 | 2022-05-23T10:29:55 | https://github.com/huggingface/datasets/issues/4386 | StevenTang1998 | 7 | [
"bug"
] |
4,383 | L | ## Describe the L
L
## Expected L
A clear and concise lmll
Specify the actual results or traceback.
## Environment info
<!-- You can run the command `datasets-cli env` and copy-and-paste its output below. -->
- `datasets` version:
- Platform:
- Python version:
- PyArrow version: | CLOSED | 2022-05-21T03:47:58 | 2022-05-21T19:20:13 | 2022-05-21T19:20:13 | https://github.com/huggingface/datasets/issues/4383 | AronCodes21 | 0 | [
"bug"
] |
4,382 | First time trying | ## 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 | 2022-05-21T02:15:18 | 2022-05-21T19:20:44 | 2022-05-21T19:20:44 | https://github.com/huggingface/datasets/issues/4382 | Aeckard45 | 0 | [
"dataset request"
] |
4,381 | Bug in caching 2 datasets both with the same builder class name | ## Describe the bug
The two datasets `mteb/mtop_intent` and `mteb/mtop_domain `use both the same cache folder `.cache/huggingface/datasets/mteb___mtop`. So if you first load `mteb/mtop_intent` then datasets will not load `mteb/mtop_domain`.
If you delete this cache folder and flip the order how you load the two datas... | CLOSED | 2022-05-20T18:18:03 | 2022-06-02T08:18:37 | 2022-05-25T05:16:15 | https://github.com/huggingface/datasets/issues/4381 | NouamaneTazi | 2 | [
"bug"
] |
4,379 | Latest dill release raises exception | ## Describe the bug
As reported by @sgugger, latest dill release is breaking things with Datasets.
```
______________ ExamplesTests.test_run_speech_recognition_seq2seq _______________
self = <multiprocess.pool.ApplyResult object at 0x7fa5981a1cd0>, timeout = None
def get(self, timeout=None):
s... | CLOSED | 2022-05-20T13:48:36 | 2022-05-21T15:53:26 | 2022-05-20T17:06:27 | https://github.com/huggingface/datasets/issues/4379 | albertvillanova | 8 | [
"bug"
] |
4,376 | irc_disentagle viewer error | the dataviewer shows this message for "ubuntu" - "train", "test", and "validation" splits:
```
Server error
Status code: 400
Exception: ValueError
Message: Cannot seek streaming HTTP file
```
it appears to give the same message for the "channel_two" data as well.
I get a Checksums error when usi... | CLOSED | 2022-05-19T19:15:16 | 2023-01-12T16:56:13 | 2022-06-02T08:20:00 | https://github.com/huggingface/datasets/issues/4376 | labouz | 5 | [] |
4,374 | extremely slow processing when using a custom dataset | ## processing a custom dataset loaded as .txt file is extremely slow, compared to a dataset of similar volume from the hub
I have a large .txt file of 22 GB which i load into HF dataset
`lang_dataset = datasets.load_dataset("text", data_files="hi.txt")`
further i use a pre-processing function to clean the d... | CLOSED | 2022-05-19T14:18:05 | 2023-07-25T15:07:17 | 2023-07-25T15:07:16 | https://github.com/huggingface/datasets/issues/4374 | StephennFernandes | 2 | [
"bug",
"question"
] |
4,366 | TypeError: __init__() missing 1 required positional argument: 'scheme' | "name" : "node-1",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "",
"version" : {
"number" : "7.5.0",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "",
"build_date" : "2019-11-26T01:06:52.518245Z",
"build_snapshot" : false,
"lucene_version" : "8.3.0... | CLOSED | 2022-05-18T07:17:29 | 2022-05-18T16:36:22 | 2022-05-18T16:36:21 | https://github.com/huggingface/datasets/issues/4366 | jffgitt | 1 | [
"duplicate"
] |
4,363 | The dataset preview is not available for this split. | I have uploaded the corpus developed by our lab in the speech domain to huggingface [datasets](https://huggingface.co/datasets/Roh/ryanspeech). You can read about the companion paper accepted in interspeech 2021 [here](https://arxiv.org/abs/2106.08468). The dataset works fine but I can't make the dataset preview work. ... | CLOSED | 2022-05-17T16:34:43 | 2022-06-08T12:32:10 | 2022-06-08T09:26:56 | https://github.com/huggingface/datasets/issues/4363 | roholazandie | 7 | [
"dataset-viewer"
] |
4,361 | `udhr` doesn't load, dataset checksum mismatch | ## Describe the bug
Loading `udhr` fails due to a checksum mismatch for some source files. Looks like both of the source files on unicode.org have changed:
size + checksum in datasets repo:
```
(hfdev) leon@blade:~/datasets/datasets/udhr$ jq .default.download_checksums < dataset_infos.json
{
"https://unicode... | CLOSED | 2022-05-17T13:47:09 | 2022-06-08T19:11:21 | 2022-06-08T19:11:21 | https://github.com/huggingface/datasets/issues/4361 | leondz | 0 | [
"bug"
] |
4,358 | Missing dataset tags and sections in some dataset cards | Summary of CircleCI errors for different dataset metadata:
- **BoolQ**: missing 8 required positional arguments: 'annotations_creators', 'language_creators', 'licenses', 'multilinguality', 'size_categories', 'source_datasets', 'task_categories', and 'task_ids'
- **Conllpp**: expected some content in section `Citati... | OPEN | 2022-05-16T13:18:16 | 2022-05-30T15:36:52 | null | https://github.com/huggingface/datasets/issues/4358 | sashavor | 2 | [
"bug"
] |
4,354 | Problems with WMT dataset | ## Describe the bug
I am trying to load WMT15 dataset and to define which data-sources to use for train/validation/test splits, but unfortunately it seems that the official documentation at [https://huggingface.co/datasets/wmt15#:~:text=Versions%20exists%20for,wmt_translate%22%2C%20config%3Dconfig)](https://huggingfac... | CLOSED | 2022-05-15T20:58:26 | 2022-07-11T14:54:02 | 2022-07-11T14:54:01 | https://github.com/huggingface/datasets/issues/4354 | eldarkurtic | 6 | [
"bug",
"dataset bug"
] |
4,352 | When using `dataset.map()` if passed `Features` types do not match what is returned from the mapped function, execution does not except in an obvious way | ## Describe the bug
Recently I was trying to using `.map()` to preprocess a dataset. I defined the expected Features and passed them into `.map()` like `dataset.map(preprocess_data, features=features)`. My expected `Features` keys matched what came out of `preprocess_data`, but the types i had defined for them did not... | OPEN | 2022-05-14T17:55:15 | 2022-05-16T15:09:17 | null | https://github.com/huggingface/datasets/issues/4352 | plamb-viso | 1 | [
"bug"
] |
4,351 | Add optional progress bar for .save_to_disk(..) and .load_from_disk(..) when working with remote filesystems | **Is your feature request related to a problem? Please describe.**
When working with large datasets stored on remote filesystems(such as s3), the process of uploading a dataset could take really long time. For instance: I was uploading a re-processed version of wmt17 en-ru to my s3 bucket and it took like 35 minutes(a... | CLOSED | 2022-05-14T11:30:42 | 2022-12-14T18:22:59 | 2022-12-14T18:22:59 | https://github.com/huggingface/datasets/issues/4351 | Rexhaif | 1 | [
"enhancement"
] |
4,349 | Dataset.map()'s fails at any value of parameter writer_batch_size | ## Describe the bug
If the the value of `writer_batch_size` is less than the total number of instances in the dataset it will fail at that same number of instances. If it is greater than the total number of instances, it fails on the last instance.
Context:
I am attempting to fine-tune a pre-trained HuggingFace tr... | CLOSED | 2022-05-13T16:55:12 | 2022-06-02T12:51:11 | 2022-05-14T15:08:08 | https://github.com/huggingface/datasets/issues/4349 | plamb-viso | 6 | [
"bug"
] |
4,348 | `inspect` functions can't fetch dataset script from the Hub | The `inspect_dataset` and `inspect_metric` functions are unable to retrieve a dataset or metric script from the Hub and store it locally at the specified `local_path`:
```py
>>> from datasets import inspect_dataset
>>> inspect_dataset('rotten_tomatoes', local_path='path/to/my/local/folder')
FileNotFoundError: C... | CLOSED | 2022-05-13T16:08:26 | 2022-06-09T10:26:06 | 2022-06-09T10:26:06 | https://github.com/huggingface/datasets/issues/4348 | stevhliu | 2 | [
"bug"
] |
4,346 | GH Action to build documentation never ends | ## Describe the bug
See: https://github.com/huggingface/datasets/runs/6418035586?check_suite_focus=true
I finally forced the cancel of the workflow. | CLOSED | 2022-05-13T10:44:44 | 2022-05-13T11:22:00 | 2022-05-13T11:22:00 | https://github.com/huggingface/datasets/issues/4346 | albertvillanova | 0 | [
"bug"
] |
4,343 | Metrics documentation is not accessible in the datasets doc UI | **Is your feature request related to a problem? Please describe.**
Search for a metric name like "seqeval" yields no results on https://huggingface.co/docs/datasets/master/en/index . One needs to go look in `datasets/metrics/README.md` to find the doc. Even in the `README.md`, it can be hard to understand what the met... | CLOSED | 2022-05-13T07:46:30 | 2022-06-03T08:50:25 | 2022-06-03T08:50:25 | https://github.com/huggingface/datasets/issues/4343 | fxmarty | 1 | [
"enhancement",
"Metric discussion"
] |
4,341 | Failing CI on Windows for sari and wiki_split metrics | ## Describe the bug
Our CI is failing from yesterday on Windows for metrics: sari and wiki_split
```
FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_sari - ...
FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_wiki_split
```
See: https://app.circleci.com/pipelines/githu... | CLOSED | 2022-05-13T04:55:17 | 2022-05-13T05:47:41 | 2022-05-13T05:47:41 | https://github.com/huggingface/datasets/issues/4341 | albertvillanova | 0 | [
"bug"
] |
4,327 | `wikipedia` pre-processed datasets | ## Describe the bug
[Wikipedia](https://huggingface.co/datasets/wikipedia) dataset readme says that certain subsets are preprocessed. However it seems like they are not available. When I try to load them it takes a really long time, and it seems like it's processing them.
## Steps to reproduce the bug
```python
f... | CLOSED | 2022-05-12T11:25:42 | 2022-08-31T08:26:57 | 2022-08-31T08:26:57 | https://github.com/huggingface/datasets/issues/4327 | vpj | 2 | [
"bug"
] |
4,325 | Dataset Viewer issue for strombergnlp/offenseval_2020, strombergnlp/polstance | ### Link
https://huggingface.co/datasets/strombergnlp/offenseval_2020/viewer/ar/train
### Description
The viewer isn't running for these two datasets. I left it overnight because a wait sometimes helps things get loaded, and the error messages have all gone, but the datasets are still turning up blank in viewer. May... | CLOSED | 2022-05-12T10:59:08 | 2022-05-13T10:57:15 | 2022-05-13T10:57:02 | https://github.com/huggingface/datasets/issues/4325 | leondz | 4 | [
"dataset-viewer"
] |
4,324 | Support >1 PWC dataset per dataset card | **Is your feature request related to a problem? Please describe.**
Some datasets cover more than one dataset on PapersWithCode. For example, the OffensEval 2020 challenge involved five languages, and there's one dataset to cover all five datasets, [`strombergnlp/offenseval_2020`](https://huggingface.co/datasets/stromb... | OPEN | 2022-05-12T10:29:07 | 2022-05-13T11:25:29 | null | https://github.com/huggingface/datasets/issues/4324 | leondz | 1 | [
"enhancement"
] |
4,323 | Audio can not find value["bytes"] | ## Describe the bug
I wrote down _generate_examples like:

but where is the bytes?

## ... | CLOSED | 2022-05-12T08:31:58 | 2022-07-07T13:16:08 | 2022-07-07T13:16:08 | https://github.com/huggingface/datasets/issues/4323 | YooSungHyun | 9 | [
"bug"
] |
4,320 | Multi-news dataset loader attempts to strip wrong character from beginning of summaries | ## Describe the bug
The `multi_news.py` data loader has [a line which attempts to strip `"- "` from the beginning of summaries](https://github.com/huggingface/datasets/blob/aa743886221d76afb409d263e1b136e7a71fe2b4/datasets/multi_news/multi_news.py#L97). The actual character in the multi-news dataset, however, is `"–... | CLOSED | 2022-05-11T21:36:41 | 2022-05-16T13:52:10 | 2022-05-16T13:52:10 | https://github.com/huggingface/datasets/issues/4320 | JohnGiorgi | 2 | [
"bug"
] |
4,310 | Loading dataset with streaming: '_io.BufferedReader' object has no attribute 'loc' | ## Describe the bug
Loading a datasets with `load_dataset` and `streaming=True` returns `AttributeError: '_io.BufferedReader' object has no attribute 'loc'`. Notice that loading with `streaming=False` works fine.
In the following steps we load parquet files but the same happens with pickle files. The problem seems ... | CLOSED | 2022-05-10T15:12:53 | 2022-05-11T16:46:31 | 2022-05-11T16:46:31 | https://github.com/huggingface/datasets/issues/4310 | milmin | 0 | [
"bug"
] |
4,306 | `load_dataset` does not work with certain filename. | ## Describe the bug
This is a weird bug that took me some time to find out.
I have a JSON dataset that I want to load with `load_dataset` like this:
```
data_files = dict(train="train.json.zip", val="val.json.zip")
dataset = load_dataset("json", data_files=data_files, field="data")
```
## Expected results
... | CLOSED | 2022-05-10T13:14:04 | 2022-05-10T18:58:36 | 2022-05-10T18:58:09 | https://github.com/huggingface/datasets/issues/4306 | whatever60 | 1 | [
"bug"
] |
4,304 | Language code search does direct matches | ## Describe the bug
Hi. Searching for bcp47 tags that are just the language prefix (e.g. `sq` or `da`) excludes datasets that have added extra information in their language metadata (e.g. `sq-AL` or `da-bornholm`). The example codes given in the [tagging app](https://huggingface.co/spaces/huggingface/datasets-taggin... | OPEN | 2022-05-10T11:59:16 | 2022-05-10T12:38:42 | null | https://github.com/huggingface/datasets/issues/4304 | leondz | 1 | [
"bug"
] |
4,298 | Normalise license names | **Is your feature request related to a problem? Please describe.**
When browsing datasets, the Licenses tag cloud (bottom left of e.g. https://huggingface.co/datasets) has multiple variants of the same license. This means the options exclude datasets arbitrarily, giving users artificially low recall. The cause of the ... | CLOSED | 2022-05-09T13:51:32 | 2022-05-20T09:51:50 | 2022-05-20T09:51:50 | https://github.com/huggingface/datasets/issues/4298 | leondz | 2 | [
"enhancement"
] |
4,297 | Datasets YAML tagging space is down | ## Describe the bug
The neat hf spaces app for generating YAML tags for dataset `README.md`s is down
## Steps to reproduce the bug
1. Visit https://huggingface.co/spaces/huggingface/datasets-tagging
## Expected results
There'll be a HF spaces web app for generating dataset metadata YAML
## Actual results
T... | CLOSED | 2022-05-09T13:45:05 | 2022-05-09T14:44:25 | 2022-05-09T14:44:25 | https://github.com/huggingface/datasets/issues/4297 | leondz | 3 | [
"bug"
] |
4,291 | Dataset Viewer issue for strombergnlp/ipm_nel : preview is empty, no error message | ### Link
https://huggingface.co/datasets/strombergnlp/ipm_nel/viewer/ipm_nel/train
### Description
The viewer is blank. I tried my best to emulate a dataset with a working viewer, but this one just doesn't seem to want to come up. What did I miss?
### Owner
Yes | CLOSED | 2022-05-06T12:03:27 | 2022-05-09T08:25:58 | 2022-05-09T08:25:58 | https://github.com/huggingface/datasets/issues/4291 | leondz | 2 | [
"dataset-viewer"
] |
4,287 | "NameError: name 'faiss' is not defined" on `.add_faiss_index` when `device` is not None | ## Describe the bug
When using `datasets` to calculate the FAISS indices of a dataset, the exception `NameError: name 'faiss' is not defined` is triggered when trying to calculate those on a device (GPU), so `.add_faiss_index(..., device=0)` fails with that exception.
All that assuming that `datasets` is properly... | CLOSED | 2022-05-05T15:09:45 | 2022-05-10T13:53:19 | 2022-05-10T13:53:19 | https://github.com/huggingface/datasets/issues/4287 | alvarobartt | 3 | [
"bug"
] |
4,284 | Issues in processing very large datasets | ## Describe the bug
I'm trying to add a feature called "subgraph" to CNN/DM dataset (modifications on run_summarization.py of Huggingface Transformers script) --- I'm not quite sure if I'm doing it the right way, though--- but the main problem appears when the training starts where the error ` [OSError: [Errno 12] Can... | CLOSED | 2022-05-05T05:01:09 | 2023-07-25T15:12:38 | 2023-07-25T15:12:38 | https://github.com/huggingface/datasets/issues/4284 | sajastu | 2 | [
"bug"
] |
4,276 | OpenBookQA has missing and inconsistent field names | ## Describe the bug
OpenBookQA implementation is inconsistent with the original dataset.
We need to:
1. The dataset field [question][stem] is flattened into question_stem. Unflatten it to match the original format.
2. Add missing additional fields:
- 'fact1': row['fact1'],
- 'humanScore': row['humanSc... | CLOSED | 2022-05-04T05:51:52 | 2022-10-11T17:11:53 | 2022-10-05T13:50:03 | https://github.com/huggingface/datasets/issues/4276 | vblagoje | 11 | [
"dataset bug"
] |
4,275 | CommonSenseQA has missing and inconsistent field names | ## Describe the bug
In short, CommonSenseQA implementation is inconsistent with the original dataset.
More precisely, we need to:
1. Add the dataset matching "id" field. The current dataset, instead, regenerates monotonically increasing id.
2. The [“question”][“stem”] field is flattened into "question". We sh... | OPEN | 2022-05-04T05:38:59 | 2022-05-04T11:41:18 | null | https://github.com/huggingface/datasets/issues/4275 | vblagoje | 1 | [
"dataset bug"
] |
4,271 | A typo in docs of datasets.disable_progress_bar | ## Describe the bug
in the docs of V2.1.0 datasets.disable_progress_bar, we should replace "enable" with "disable". | CLOSED | 2022-05-03T17:44:56 | 2022-05-04T06:58:35 | 2022-05-04T06:58:35 | https://github.com/huggingface/datasets/issues/4271 | jiangwangyi | 1 | [
"bug"
] |
4,268 | error downloading bigscience-catalogue-lm-data/lm_en_wiktionary_filtered | ## Describe the bug
Error generated when attempting to download dataset
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset("bigscience-catalogue-lm-data/lm_en_wiktionary_filtered")
```
## Expected results
A clear and concise description of the expected results... | CLOSED | 2022-05-02T20:34:25 | 2022-05-06T15:53:30 | 2022-05-03T11:23:48 | https://github.com/huggingface/datasets/issues/4268 | i-am-neo | 10 | [
"dataset bug"
] |
4,261 | data leakage in `webis/conclugen` dataset | ## Describe the bug
Some samples (argument-conclusion pairs) in the *training* split of the `webis/conclugen` dataset are present in both the *validation* and *test* splits, creating data leakage and distorting model results.
Furthermore, all splits contain duplicate samples.
## Steps to reproduce the bug
```pyth... | CLOSED | 2022-04-30T17:43:37 | 2022-05-03T06:04:26 | 2022-05-03T06:04:26 | https://github.com/huggingface/datasets/issues/4261 | xflashxx | 5 | [
"dataset bug"
] |
4,248 | conll2003 dataset loads original data. | ## Describe the bug
I load `conll2003` dataset to use refined data like [this](https://huggingface.co/datasets/conll2003/viewer/conll2003/train) preview, but it is original data that contains `'-DOCSTART- -X- -X- O'` text.
Is this a bug or should I use another dataset_name like `lhoestq/conll2003` ?
## Steps to... | CLOSED | 2022-04-28T09:33:31 | 2022-07-18T07:15:48 | 2022-07-18T07:15:48 | https://github.com/huggingface/datasets/issues/4248 | sue991 | 1 | [
"bug"
] |
4,247 | The data preview of XGLUE | It seems that something wrong with the data previvew of XGLUE | CLOSED | 2022-04-28T07:30:50 | 2022-04-29T08:23:28 | 2022-04-28T16:08:03 | https://github.com/huggingface/datasets/issues/4247 | czq1999 | 3 | [] |
4,241 | NonMatchingChecksumError when attempting to download GLUE | ## Describe the bug
I am trying to download the GLUE dataset from the NLP module but get an error (see below).
## Steps to reproduce the bug
```python
import nlp
nlp.__version__ # '0.2.0'
nlp.load_dataset('glue', name="rte", download_mode="force_redownload")
```
## Expected results
I expect the dataset to ... | CLOSED | 2022-04-27T14:14:21 | 2022-04-28T07:45:27 | 2022-04-28T07:45:27 | https://github.com/huggingface/datasets/issues/4241 | drussellmrichie | 2 | [
"bug"
] |
4,238 | Dataset caching policy | ## Describe the bug
I cannot clean cache of my datasets files, despite I have updated the `csv` files on the repository [here](https://huggingface.co/datasets/loretoparisi/tatoeba-sentences). The original file had a line with bad characters, causing the following error
```
[/usr/local/lib/python3.7/dist-packages/d... | CLOSED | 2022-04-27T10:42:11 | 2022-04-27T16:29:25 | 2022-04-27T16:28:50 | https://github.com/huggingface/datasets/issues/4238 | loretoparisi | 3 | [
"bug"
] |
4,237 | Common Voice 8 doesn't show datasets viewer | https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0 | CLOSED | 2022-04-27T10:05:20 | 2022-05-10T12:17:05 | 2022-05-10T12:17:04 | https://github.com/huggingface/datasets/issues/4237 | patrickvonplaten | 9 | [
"dataset-viewer"
] |
4,235 | How to load VERY LARGE dataset? | ### System Info
```shell
I am using transformer trainer while meeting the issue.
The trainer requests torch.utils.data.Dataset as input, which loads the whole dataset into the memory at once. Therefore, when the dataset is too large to load, there's nothing I can do except using IterDataset, which loads samples of da... | CLOSED | 2022-04-27T07:50:13 | 2023-07-25T15:07:57 | 2023-07-25T15:07:57 | https://github.com/huggingface/datasets/issues/4235 | CaoYiqingT | 1 | [
"bug"
] |
4,230 | Why the `conll2003` dataset on huggingface only contains the `en` subset? Where is the German data? | 
But on huggingface datasets:

Where is the German data? | CLOSED | 2022-04-27T00:53:52 | 2023-07-25T15:10:15 | 2023-07-25T15:10:15 | https://github.com/huggingface/datasets/issues/4230 | beyondguo | 3 | [
"enhancement"
] |
4,221 | Dictionary Feature | Hi, I'm trying to create the loading script for a dataset in which one feature is a list of dictionaries, which afaik doesn't fit very well the values and structures supported by Value and Sequence. Is there any suggested workaround, am I missing something?
Thank you in advance. | CLOSED | 2022-04-26T12:50:18 | 2022-04-29T14:52:19 | 2022-04-28T17:04:58 | https://github.com/huggingface/datasets/issues/4221 | jordiae | 2 | [
"question"
] |
4,217 | Big_Patent dataset broken | ## Dataset viewer issue for '*big_patent*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/big_patent/viewer/all/train)*
*Unable to view because it says FileNotFound, also cannot download it through the python API*
Am I the one who added this dataset ? No
| CLOSED | 2022-04-25T15:31:45 | 2022-05-26T06:29:43 | 2022-05-02T18:21:15 | https://github.com/huggingface/datasets/issues/4217 | Matthew-Larsen | 3 | [
"hosted-on-google-drive"
] |
4,211 | DatasetDict containing Datasets with different features when pushed to hub gets remapped features | Hi there,
I am trying to load a dataset to the Hub. This dataset is a `DatasetDict` composed of various splits. Some splits have a different `Feature` mapping. Locally, the DatasetDict preserves the individual features but if I `push_to_hub` and then `load_dataset`, the features are all the same.
Dataset and code... | CLOSED | 2022-04-25T11:22:54 | 2023-04-06T19:25:50 | 2022-05-20T15:15:30 | https://github.com/huggingface/datasets/issues/4211 | pietrolesci | 10 | [
"bug"
] |
4,210 | TypeError: Cannot cast array data from dtype('O') to dtype('int64') according to the rule 'safe' | ### System Info
```shell
- `transformers` version: 4.18.0
- Platform: Linux-5.4.144+-x86_64-with-Ubuntu-18.04-bionic
- Python version: 3.7.13
- Huggingface_hub version: 0.5.1
- PyTorch version (GPU?): 1.10.0+cu111 (True)
- Tensorflow version (GPU?): 2.8.0 (True)
- Flax version (CPU?/GPU?/TPU?): not installed ... | CLOSED | 2022-04-25T07:28:42 | 2022-05-31T12:16:31 | 2022-05-31T12:16:31 | https://github.com/huggingface/datasets/issues/4210 | loretoparisi | 5 | [
"bug"
] |
4,199 | Cache miss during reload for datasets using image fetch utilities through map | ## Describe the bug
It looks like that result of `.map` operation dataset are missing the cache when you reload the script and always run from scratch. In same interpretor session, they are able to find the cache and reload it. But, when you exit the interpretor and reload it, the downloading starts from scratch.
... | CLOSED | 2022-04-22T07:47:08 | 2022-04-26T17:00:32 | 2022-04-26T13:38:26 | https://github.com/huggingface/datasets/issues/4199 | apsdehal | 5 | [
"bug"
] |
4,198 | There is no dataset | ## Dataset viewer issue for '*name of the dataset*'
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-04-21T19:19:26 | 2022-05-03T11:29:05 | 2022-04-22T06:12:25 | https://github.com/huggingface/datasets/issues/4198 | wilfoderek | 0 | [] |
4,196 | Embed image and audio files in `save_to_disk` | Following https://github.com/huggingface/datasets/pull/4184, currently a dataset saved using `save_to_disk` doesn't actually contain the bytes of the image or audio files. Instead it stores the path to your local files.
Adding `embed_external_files` and set it to True by default to save_to_disk would be kind of a b... | CLOSED | 2022-04-21T16:25:18 | 2022-12-14T18:22:59 | 2022-12-14T18:22:59 | https://github.com/huggingface/datasets/issues/4196 | lhoestq | 0 | [] |
4,192 | load_dataset can't load local dataset,Unable to find ... |
Traceback (most recent call last):
File "/home/gs603/ahf/pretrained/model.py", line 48, in <module>
dataset = load_dataset("json",data_files="dataset/dataset_infos.json")
File "/home/gs603/miniconda3/envs/coderepair/lib/python3.7/site-packages/datasets/load.py", line 1675, in load_dataset
**config_kwa... | CLOSED | 2022-04-21T08:28:58 | 2022-04-25T16:51:57 | 2022-04-22T07:39:53 | https://github.com/huggingface/datasets/issues/4192 | ahf876828330 | 4 | [
"bug"
] |
4,191 | feat: create an `Array3D` column from a list of arrays of dimension 2 | **Is your feature request related to a problem? Please describe.**
It is possible to create an `Array2D` column from a list of arrays of dimension 1. Similarly, I think it might be nice to be able to create a `Array3D` column from a list of lists of arrays of dimension 1.
To illustrate my proposal, let's take the... | CLOSED | 2022-04-20T18:04:32 | 2022-05-12T15:08:40 | 2022-05-12T15:08:40 | https://github.com/huggingface/datasets/issues/4191 | SaulLu | 2 | [
"enhancement"
] |
4,185 | Librispeech documentation, clarification on format | https://github.com/huggingface/datasets/blob/cd3ce34ab1604118351e1978d26402de57188901/datasets/librispeech_asr/librispeech_asr.py#L53
> Note that in order to limit the required storage for preparing this dataset, the audio
> is stored in the .flac format and is not converted to a float32 array. To convert, the audi... | OPEN | 2022-04-20T09:35:55 | 2022-04-21T11:00:53 | null | https://github.com/huggingface/datasets/issues/4185 | albertz | 8 | [] |
4,182 | Zenodo.org download is not responding | ## Describe the bug
Source download_url from zenodo.org does not respond.
`_DOWNLOAD_URL = "https://zenodo.org/record/2787612/files/SICK.zip?download=1"`
Other datasets also use zenodo.org to store data and they cannot be downloaded as well.
It would be better to actually use more reliable way to store original ... | CLOSED | 2022-04-19T12:26:57 | 2022-04-20T07:11:05 | 2022-04-20T07:11:05 | https://github.com/huggingface/datasets/issues/4182 | dkajtoch | 5 | [
"bug"
] |
4,181 | Support streaming FLEURS dataset | ## Dataset viewer issue for '*name of the dataset*'
https://huggingface.co/datasets/google/fleurs
```
Status code: 400
Exception: NotImplementedError
Message: Extraction protocol for TAR archives like 'https://storage.googleapis.com/xtreme_translations/FLEURS/af_za.tar.gz' is not implemented in str... | CLOSED | 2022-04-19T11:09:56 | 2022-07-25T11:44:02 | 2022-07-25T11:44:02 | https://github.com/huggingface/datasets/issues/4181 | patrickvonplaten | 9 | [
"dataset bug"
] |
4,180 | Add some iteration method on a dataset column (specific for inference) | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
Currently, `dataset["audio"]` will load EVERY element in the dataset in RAM, which can be quite big for an audio dataset.
Having an iterator (or sequence) type of object, would make inference ... | CLOSED | 2022-04-19T09:15:45 | 2025-06-17T13:08:50 | 2025-06-17T13:08:50 | https://github.com/huggingface/datasets/issues/4180 | Narsil | 5 | [
"enhancement"
] |
4,179 | Dataset librispeech_asr fails to load | ## Describe the bug
The dataset librispeech_asr (standard Librispeech) fails to load.
## Steps to reproduce the bug
```python
datasets.load_dataset("librispeech_asr")
```
## Expected results
It should download and prepare the whole dataset (all subsets).
In [the doc](https://huggingface.co/datasets/libris... | CLOSED | 2022-04-19T08:45:48 | 2022-07-27T16:10:00 | 2022-07-27T16:10:00 | https://github.com/huggingface/datasets/issues/4179 | albertz | 21 | [
"bug"
] |
4,176 | Very slow between two operations | Hello, in the processing stage, I use two operations. The first one : map + filter, is very fast and it uses the full cores, while the socond step is very slow and did not use full cores.
Also, there is a significant lag between them. Am I missing something ?
```
raw_datasets = raw_datasets.map(split_func... | CLOSED | 2022-04-17T23:52:29 | 2022-04-18T00:03:00 | 2022-04-18T00:03:00 | https://github.com/huggingface/datasets/issues/4176 | yanan1116 | 0 | [
"bug"
] |
4,169 | Timit_asr dataset cannot be previewed recently | ## Dataset viewer issue for '*timit_asr*'
**Link:** *https://huggingface.co/datasets/timit_asr*
Issue: The timit-asr dataset cannot be previewed recently.
Am I the one who added this dataset ? Yes-No
No | CLOSED | 2022-04-14T03:28:31 | 2023-02-03T04:54:57 | 2022-05-06T16:06:51 | https://github.com/huggingface/datasets/issues/4169 | YingLi001 | 5 | [] |
4,163 | Optional Content Warning for Datasets | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
We now have hate speech datasets on the hub, like this one: https://huggingface.co/datasets/HannahRoseKirk/HatemojiBuild
I'm wondering if there is an option to select a content warning messa... | OPEN | 2022-04-13T16:38:01 | 2022-06-09T20:39:02 | null | https://github.com/huggingface/datasets/issues/4163 | TristanThrush | 5 | [
"enhancement"
] |
4,160 | RGBA images not showing | ## Dataset viewer issue for ceyda/smithsonian_butterflies_transparent
[**Link:** *link to the dataset viewer page*](https://huggingface.co/datasets/ceyda/smithsonian_butterflies_transparent)

Am I the... | CLOSED | 2022-04-13T06:59:23 | 2022-06-21T16:43:11 | 2022-06-21T16:43:11 | https://github.com/huggingface/datasets/issues/4160 | cceyda | 2 | [
"dataset-viewer",
"dataset-viewer-rgba-images"
] |
4,152 | ArrayND error in pyarrow 5 | As found in https://github.com/huggingface/datasets/pull/3903, The ArrayND features fail on pyarrow 5:
```python
import pyarrow as pa
from datasets import Array2D
from datasets.table import cast_array_to_feature
arr = pa.array([[[0]]])
feature_type = Array2D(shape=(1, 1), dtype="int64")
cast_array_to_feature(a... | CLOSED | 2022-04-12T15:41:40 | 2022-05-04T09:29:46 | 2022-05-04T09:29:46 | https://github.com/huggingface/datasets/issues/4152 | lhoestq | 2 | [] |
4,150 | Inconsistent splits generation for datasets without loading script (packaged dataset puts everything into a single split) | ## Describe the bug
Splits for dataset loaders without scripts are prepared inconsistently. I think it might be confusing for users.
## Steps to reproduce the bug
* If you load a packaged datasets from Hub, it infers splits from directory structure / filenames (check out the data [here](https://huggingface.co/data... | CLOSED | 2022-04-12T11:15:55 | 2022-04-28T21:02:44 | 2022-04-28T21:02:44 | https://github.com/huggingface/datasets/issues/4150 | polinaeterna | 0 | [
"bug"
] |
4,149 | load_dataset for winoground returning decoding error | ## Describe the bug
I am trying to use datasets to load winoground and I'm getting a JSON decoding error.
## Steps to reproduce the bug
```python
from datasets import load_dataset
token = 'hf_XXXXX' # my HF access token
datasets = load_dataset('facebook/winoground', use_auth_token=token)
```
## Expected res... | CLOSED | 2022-04-12T08:16:16 | 2022-05-04T23:40:38 | 2022-05-04T23:40:38 | https://github.com/huggingface/datasets/issues/4149 | odellus | 10 | [
"bug"
] |
4,148 | fix confusing bleu metric example | **Is your feature request related to a problem? Please describe.**
I would like to see the example in "Metric Card for BLEU" changed.
The 0th element in the predictions list is not closed in square brackets, and the 1st list is missing a comma.
The BLEU score are calculated correctly, but it is difficult to understa... | CLOSED | 2022-04-12T06:18:26 | 2022-04-13T14:16:34 | 2022-04-13T14:16:34 | https://github.com/huggingface/datasets/issues/4148 | aizawa-naoki | 0 | [
"enhancement"
] |
4,146 | SAMSum dataset viewer not working | ## Dataset viewer issue for '*name of the dataset*'
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-04-11T16:22:57 | 2022-04-29T16:26:09 | 2022-04-29T16:26:09 | https://github.com/huggingface/datasets/issues/4146 | aakashnegi10 | 3 | [
"bug"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.