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 |
|---|---|---|---|---|---|---|---|---|---|---|
1,963 | bug in SNLI dataset | Hi
There is label of -1 in train set of SNLI dataset, please find the code below:
```
import numpy as np
import datasets
data = datasets.load_dataset("snli")["train"]
labels = []
for d in data:
labels.append(d["label"])
print(np.unique(labels))
```
and results:
`[-1 0 1 2]`
version of datas... | CLOSED | 2021-02-28T19:36:20 | 2022-10-05T13:13:46 | 2022-10-05T13:13:46 | https://github.com/huggingface/datasets/issues/1963 | dorost1234 | 1 | [] |
1,959 | Bug in skip_rows argument of load_dataset function ? | Hello everyone,
I'm quite new to Git so sorry in advance if I'm breaking some ground rules of issues posting... :/
I tried to use the load_dataset function, from Huggingface datasets library, on a csv file using the skip_rows argument described on Huggingface page to skip the first row containing column names
`t... | CLOSED | 2021-02-27T23:32:54 | 2021-03-09T10:21:32 | 2021-03-09T10:21:32 | https://github.com/huggingface/datasets/issues/1959 | LedaguenelArthur | 1 | [] |
1,958 | XSum dataset download link broken | I did
```
from datasets import load_dataset
dataset = load_dataset("xsum")
```
This returns
`ConnectionError: Couldn't reach http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz` | CLOSED | 2021-02-27T21:47:56 | 2021-02-27T21:50:16 | 2021-02-27T21:50:16 | https://github.com/huggingface/datasets/issues/1958 | himat | 1 | [] |
1,956 | [distributed env] potentially unsafe parallel execution | ```
metric = load_metric('glue', 'mrpc', num_process=num_process, process_id=rank)
```
presumes that there is only one set of parallel processes running - and will intermittently fail if you have multiple sets running as they will surely overwrite each other. Similar to https://github.com/huggingface/datasets/issu... | CLOSED | 2021-02-27T20:38:45 | 2021-03-01T17:24:42 | 2021-03-01T17:24:42 | https://github.com/huggingface/datasets/issues/1956 | stas00 | 2 | [] |
1,954 | add a new column | Hi
I'd need to add a new column to the dataset, I was wondering how this can be done? thanks
@lhoestq | CLOSED | 2021-02-26T18:17:27 | 2021-04-29T14:50:43 | 2021-04-29T14:50:43 | https://github.com/huggingface/datasets/issues/1954 | dorost1234 | 2 | [] |
1,949 | Enable Fast Filtering using Arrow Dataset | Hi @lhoestq,
As mentioned in Issue #1796, I would love to work on enabling fast filtering/mapping. Can you please share the expectations? It would be great if you could point me to the relevant methods/files involved. Or the docs or maybe an overview of `arrow_dataset.py`. I only ask this because I am having trouble... | OPEN | 2021-02-26T02:53:37 | 2021-02-26T19:18:29 | null | https://github.com/huggingface/datasets/issues/1949 | gchhablani | 2 | [] |
1,948 | dataset loading logger level | on master I get this with `--dataset_name wmt16 --dataset_config ro-en`:
```
WARNING:datasets.arrow_dataset:Loading cached processed dataset at /home/stas/.cache/huggingface/datasets/wmt16/ro-en/1.0.0/9dc00622c30446e99c4c63d12a484ea4fb653f2f37c867d6edcec839d7eae50f/cache-2e01bead8cf42e26.arrow
WARNING:datasets.arr... | CLOSED | 2021-02-25T18:33:37 | 2023-07-12T17:19:30 | 2023-07-12T17:19:30 | https://github.com/huggingface/datasets/issues/1948 | stas00 | 3 | [] |
1,945 | AttributeError: 'DatasetDict' object has no attribute 'concatenate_datasets' | Hi
I am trying to concatenate a list of huggingface datastes as:
` train_dataset = datasets.concatenate_datasets(train_datasets)
`
Here is the `train_datasets` when I print:
```
[Dataset({
features: ['attention_mask', 'idx', 'input_ids', 'label', 'question1', 'question2', 'token_type_ids'],
num_rows... | CLOSED | 2021-02-25T13:09:45 | 2021-02-25T13:20:35 | 2021-02-25T13:20:26 | https://github.com/huggingface/datasets/issues/1945 | dorost1234 | 1 | [] |
1,942 | [experiment] missing default_experiment-1-0.arrow | the original report was pretty bad and incomplete - my apologies!
Please see the complete version here: https://github.com/huggingface/datasets/issues/1942#issuecomment-786336481
------------
As mentioned here https://github.com/huggingface/datasets/issues/1939 metrics don't get cached, looking at my local `~/... | CLOSED | 2021-02-25T03:02:15 | 2022-10-05T13:08:45 | 2022-10-05T13:08:45 | https://github.com/huggingface/datasets/issues/1942 | stas00 | 18 | [] |
1,941 | Loading of FAISS index fails for index_name = 'exact' | Hi,
It looks like loading of FAISS index now fails when using index_name = 'exact'.
For example, from the RAG [model card](https://huggingface.co/facebook/rag-token-nq?fbclid=IwAR3bTfhls5U_t9DqsX2Vzb7NhtRHxJxfQ-uwFT7VuCPMZUM2AdAlKF_qkI8#usage).
Running `transformers==4.3.2` and datasets installed from source o... | CLOSED | 2021-02-25T01:30:54 | 2021-02-25T14:28:46 | 2021-02-25T14:28:46 | https://github.com/huggingface/datasets/issues/1941 | mkserge | 3 | [] |
1,940 | Side effect when filtering data due to `does_function_return_dict` call in `Dataset.map()` | Hi there!
In my codebase I have a function to filter rows in a dataset, selecting only a certain number of examples per class. The function passes a extra argument to maintain a counter of the number of dataset rows/examples already selected per each class, which are the ones I want to keep in the end:
```python
... | CLOSED | 2021-02-24T19:18:56 | 2021-03-23T15:26:49 | 2021-03-23T15:26:49 | https://github.com/huggingface/datasets/issues/1940 | francisco-perez-sorrosal | 2 | [
"enhancement"
] |
1,939 | [firewalled env] OFFLINE mode | This issue comes from a need to be able to run `datasets` in a firewalled env, which currently makes the software hang until it times out, as it's unable to complete the network calls.
I propose the following approach to solving this problem, using the example of `run_seq2seq.py` as a sample program. There are 2 pos... | CLOSED | 2021-02-24T17:13:42 | 2021-03-05T05:09:54 | 2021-03-05T05:09:54 | https://github.com/huggingface/datasets/issues/1939 | stas00 | 7 | [] |
1,937 | CommonGen dataset page shows an error OSError: [Errno 28] No space left on device | The page of the CommonGen data https://huggingface.co/datasets/viewer/?dataset=common_gen shows

| CLOSED | 2021-02-24T06:47:33 | 2021-02-26T11:10:06 | 2021-02-26T11:10:06 | https://github.com/huggingface/datasets/issues/1937 | yuchenlin | 2 | [
"nlp-viewer"
] |
1,934 | Add Stanford Sentiment Treebank (SST) | I am going to add SST:
- **Name:** The Stanford Sentiment Treebank
- **Description:** The first corpus with fully labeled parse trees that allows for a complete analysis of the compositional effects of sentiment in language
- **Paper:** [Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank... | CLOSED | 2021-02-23T12:53:16 | 2021-03-18T17:51:44 | 2021-03-18T17:51:44 | https://github.com/huggingface/datasets/issues/1934 | patpizio | 1 | [
"dataset request"
] |
1,924 | Anonymous Dataset Addition (i.e Anonymous PR?) | Hello,
Thanks a lot for your librairy.
We plan to submit a paper on OpenReview using the Anonymous setting. Is it possible to add a new dataset without breaking the anonimity, with a link to the paper ?
Cheers
@eusip | CLOSED | 2021-02-22T15:22:30 | 2022-10-05T13:07:11 | 2022-10-05T13:07:11 | https://github.com/huggingface/datasets/issues/1924 | PierreColombo | 4 | [] |
1,922 | How to update the "wino_bias" dataset | Hi all,
Thanks for the efforts to collect all the datasets! But I think there is a problem with the wino_bias dataset. The current link is not correct. How can I update that?
Thanks! | OPEN | 2021-02-22T05:39:39 | 2021-02-22T10:35:59 | null | https://github.com/huggingface/datasets/issues/1922 | JieyuZhao | 1 | [] |
1,919 | Failure to save with save_to_disk | When I try to save a dataset locally using the `save_to_disk` method I get the error:
```bash
FileNotFoundError: [Errno 2] No such file or directory: '/content/squad/train/squad-train.arrow'
```
To replicate:
1. Install `datasets` from master
2. Run this code:
```python
from datasets import load... | CLOSED | 2021-02-20T14:18:10 | 2021-03-03T17:40:27 | 2021-03-03T17:40:27 | https://github.com/huggingface/datasets/issues/1919 | M-Salti | 2 | [] |
1,917 | UnicodeDecodeError: windows 10 machine | Windows 10
Php 3.6.8
when running
```
import datasets
oscar_am = datasets.load_dataset("oscar", "unshuffled_deduplicated_am")
print(oscar_am["train"][0])
```
I get the following error
```
file "C:\PYTHON\3.6.8\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.er... | CLOSED | 2021-02-19T22:13:05 | 2021-02-19T22:41:11 | 2021-02-19T22:40:28 | https://github.com/huggingface/datasets/issues/1917 | yosiasz | 1 | [] |
1,915 | Unable to download `wiki_dpr` | I am trying to download the `wiki_dpr` dataset. Specifically, I want to download `psgs_w100.multiset.no_index` with no embeddings/no index. In order to do so, I ran:
`curr_dataset = load_dataset("wiki_dpr", embeddings_name="multiset", index_name="no_index")`
However, I got the following error:
`datasets.utils.i... | CLOSED | 2021-02-19T18:11:32 | 2021-03-03T17:40:48 | 2021-03-03T17:40:48 | https://github.com/huggingface/datasets/issues/1915 | nitarakad | 3 | [] |
1,911 | Saving processed dataset running infinitely | I have a text dataset of size 220M.
For pre-processing, I need to tokenize this and filter rows with the large sequence.
My tokenization took roughly 3hrs. I used map() with batch size 1024 and multi-process with 96 processes.
filter() function was way to slow, so I used a hack to use pyarrow filter table func... | OPEN | 2021-02-19T13:09:19 | 2021-02-23T07:34:44 | null | https://github.com/huggingface/datasets/issues/1911 | ayubSubhaniya | 6 | [] |
1,907 | DBPedia14 Dataset Checksum bug? | Hi there!!!
I've been using successfully the DBPedia dataset (https://huggingface.co/datasets/dbpedia_14) with my codebase in the last couple of weeks, but in the last couple of days now I get this error:
```
Traceback (most recent call last):
File "./conditional_classification/basic_pipeline.py", line 178, i... | CLOSED | 2021-02-18T22:25:48 | 2021-02-22T23:22:05 | 2021-02-22T23:22:04 | https://github.com/huggingface/datasets/issues/1907 | francisco-perez-sorrosal | 2 | [] |
1,906 | Feature Request: Support for Pandas `Categorical` | ```
from datasets import Dataset
import pandas as pd
import pyarrow
df = pd.DataFrame(pd.Series(["a", "b", "c", "a"], dtype="category"))
pyarrow.Table.from_pandas(df)
Dataset.from_pandas(df)
# Throws NotImplementedError
# TODO(thom) this will need access to the dictionary as well (for labels). I.e. to the py_... | OPEN | 2021-02-18T19:46:05 | 2021-02-23T14:38:50 | null | https://github.com/huggingface/datasets/issues/1906 | justin-yan | 3 | [
"enhancement",
"generic discussion"
] |
1,898 | ALT dataset has repeating instances in all splits | The [ALT](https://huggingface.co/datasets/alt) dataset has all the same instances within each split :/
Seemed like a great dataset for some experiments I wanted to carry out, especially since its medium-sized, and has all splits.
Would be great if this could be fixed :)
Added a snapshot of the contents from `exp... | CLOSED | 2021-02-17T12:51:42 | 2021-02-19T06:18:46 | 2021-02-19T06:18:46 | https://github.com/huggingface/datasets/issues/1898 | 10-zin | 4 | [
"dataset bug"
] |
1,895 | Bug Report: timestamp[ns] not recognized | Repro:
```
from datasets import Dataset
import pandas as pd
import pyarrow
df = pd.DataFrame(pd.date_range("2018-01-01", periods=3, freq="H"))
pyarrow.Table.from_pandas(df)
Dataset.from_pandas(df)
# Throws ValueError: Neither timestamp[ns] nor timestamp[ns]_ seems to be a pyarrow data type.
```
The fact... | CLOSED | 2021-02-16T20:38:04 | 2021-02-19T18:27:11 | 2021-02-19T18:27:11 | https://github.com/huggingface/datasets/issues/1895 | justin-yan | 5 | [] |
1,894 | benchmarking against MMapIndexedDataset | I am trying to benchmark my datasets based implementation against fairseq's [`MMapIndexedDataset`](https://github.com/pytorch/fairseq/blob/master/fairseq/data/indexed_dataset.py#L365) and finding that, according to psrecord, my `datasets` implem uses about 3% more CPU memory and runs 1% slower for `wikitext103` (~1GB o... | OPEN | 2021-02-16T20:04:58 | 2021-02-17T18:52:28 | null | https://github.com/huggingface/datasets/issues/1894 | sshleifer | 3 | [] |
1,893 | wmt19 is broken | 1. Check which lang pairs we have: `--dataset_name wmt19`:
Please pick one among the available configs: ['cs-en', 'de-en', 'fi-en', 'gu-en', 'kk-en', 'lt-en', 'ru-en', 'zh-en', 'fr-de']
2. OK, let's pick `ru-en`:
`--dataset_name wmt19 --dataset_config "ru-en"`
no cookies:
```
Traceback (most recent c... | CLOSED | 2021-02-16T18:39:58 | 2021-03-03T17:42:02 | 2021-03-03T17:42:02 | https://github.com/huggingface/datasets/issues/1893 | stas00 | 2 | [
"dataset bug"
] |
1,892 | request to mirror wmt datasets, as they are really slow to download | Would it be possible to mirror the wmt data files under hf? Some of them take hours to download and not because of the local speed. They are all quite small datasets, just extremely slow to download.
Thank you! | CLOSED | 2021-02-16T18:36:11 | 2021-10-26T06:55:42 | 2021-03-25T11:53:23 | https://github.com/huggingface/datasets/issues/1892 | stas00 | 6 | [] |
1,891 | suggestion to improve a missing dataset error | I was using `--dataset_name wmt19` all was good. Then thought perhaps wmt20 is out, so I tried to use `--dataset_name wmt20`, got 3 different errors (1 repeated twice), none telling me the real issue - that `wmt20` isn't in the `datasets`:
```
True, predict_with_generate=True)
Traceback (most recent call last):
... | CLOSED | 2021-02-16T18:29:13 | 2022-10-05T12:48:38 | 2022-10-05T12:48:38 | https://github.com/huggingface/datasets/issues/1891 | stas00 | 1 | [] |
1,877 | Allow concatenation of both in-memory and on-disk datasets | This is a prerequisite for the addition of the `add_item` feature (see #1870).
Currently there is one assumption that we would need to change: a dataset is either fully in memory (dataset._data_files is empty), or the dataset can be reloaded from disk (using the dataset._data_files).
This assumption is used for pickl... | CLOSED | 2021-02-15T11:39:46 | 2021-03-26T16:51:58 | 2021-03-26T16:51:58 | https://github.com/huggingface/datasets/issues/1877 | lhoestq | 6 | [] |
1,876 | load_dataset("multi_woz_v22") NonMatchingChecksumError | Hi, it seems that loading the multi_woz_v22 dataset gives a NonMatchingChecksumError.
To reproduce:
`dataset = load_dataset('multi_woz_v22','v2.2_active_only',split='train')`
This will give the following error:
```
raise NonMatchingChecksumError(error_msg + str(bad_urls))
datasets.utils.info_utils.N... | CLOSED | 2021-02-14T19:14:48 | 2021-08-04T18:08:00 | 2021-08-04T18:08:00 | https://github.com/huggingface/datasets/issues/1876 | Vincent950129 | 4 | [] |
1,872 | Adding a new column to the dataset after set_format was called | Hi,
thanks for the nice library. I'm in the process of creating a custom dataset, which has a mix of tensors and lists of strings. I stumbled upon an error and want to know if its a problem on my side.
I load some lists of strings and integers, then call `data.set_format("torch", columns=["some_integer_column1"... | CLOSED | 2021-02-13T09:14:35 | 2021-03-30T14:01:45 | 2021-03-30T14:01:45 | https://github.com/huggingface/datasets/issues/1872 | villmow | 4 | [] |
1,867 | ERROR WHEN USING SET_TRANSFORM() | Hi, I'm trying to use dataset.set_transform(encode) as @lhoestq told me in this issue: https://github.com/huggingface/datasets/issues/1825#issuecomment-774202797
However, when I try to use Trainer from transformers with such dataset, it throws an error:
```
TypeError: __init__() missing 1 required positional arg... | CLOSED | 2021-02-12T10:38:31 | 2021-03-01T14:04:24 | 2021-02-24T12:00:43 | https://github.com/huggingface/datasets/issues/1867 | avacaondata | 8 | [] |
1,864 | Add Winogender Schemas | ## Adding a Dataset
- **Name:** Winogender Schemas
- **Description:** Winogender Schemas (inspired by Winograd Schemas) are minimal pairs of sentences that differ only by the gender of one pronoun in the sentence, designed to test for the presence of gender bias in automated coreference resolution systems.
- **Paper... | CLOSED | 2021-02-11T08:18:38 | 2021-02-11T08:19:51 | 2021-02-11T08:19:51 | https://github.com/huggingface/datasets/issues/1864 | NielsRogge | 1 | [
"dataset request"
] |
1,863 | Add WikiCREM | ## Adding a Dataset
- **Name:** WikiCREM
- **Description:** A large unsupervised corpus for coreference resolution.
- **Paper:** https://arxiv.org/abs/1905.06290
- **Github repo:**: https://github.com/vid-koci/bert-commonsense
- **Data:** https://ora.ox.ac.uk/objects/uuid:c83e94bb-7584-41a1-aef9-85b0e764d9e3
- **... | OPEN | 2021-02-11T08:16:00 | 2021-03-07T07:27:13 | null | https://github.com/huggingface/datasets/issues/1863 | NielsRogge | 2 | [
"dataset request"
] |
1,859 | Error "in void don't know how to serialize this type of index" when saving index to disk when device=0 (GPU) | Error serializing faiss index. Error as follows:
`Error in void faiss::write_index(const faiss::Index*, faiss::IOWriter*) at /home/conda/feedstock_root/build_artifacts/faiss-split_1612472484670/work/faiss/impl/index_write.cpp:453: don't know how to serialize this type of index`
Note:
`torch.cuda.is_availabl... | CLOSED | 2021-02-10T12:41:00 | 2021-02-10T18:32:12 | 2021-02-10T18:17:47 | https://github.com/huggingface/datasets/issues/1859 | corticalstack | 3 | [] |
1,857 | Unable to upload "community provided" dataset - 400 Client Error | Hi,
i'm trying to a upload a dataset as described [here](https://huggingface.co/docs/datasets/v1.2.0/share_dataset.html#sharing-a-community-provided-dataset). This is what happens:
```
$ datasets-cli login
$ datasets-cli upload_dataset my_dataset
About to upload file /path/to/my_dataset/dataset_infos.json to S3... | CLOSED | 2021-02-10T10:39:01 | 2021-08-03T05:06:13 | 2021-08-03T05:06:13 | https://github.com/huggingface/datasets/issues/1857 | mwrzalik | 1 | [] |
1,856 | load_dataset("amazon_polarity") NonMatchingChecksumError | Hi, it seems that loading the amazon_polarity dataset gives a NonMatchingChecksumError.
To reproduce:
```
load_dataset("amazon_polarity")
```
This will give the following error:
```
---------------------------------------------------------------------------
NonMatchingChecksumError Traceback ... | CLOSED | 2021-02-10T10:00:56 | 2022-03-15T13:55:24 | 2022-03-15T13:55:23 | https://github.com/huggingface/datasets/issues/1856 | yanxi0830 | 12 | [] |
1,854 | Feature Request: Dataset.add_item | I'm trying to integrate `huggingface/datasets` functionality into `fairseq`, which requires (afaict) being able to build a dataset through an `add_item` method, such as https://github.com/pytorch/fairseq/blob/master/fairseq/data/indexed_dataset.py#L318, as opposed to loading all the text into arrow, and then `dataset.m... | CLOSED | 2021-02-10T06:06:00 | 2021-04-23T10:01:30 | 2021-04-23T10:01:30 | https://github.com/huggingface/datasets/issues/1854 | sshleifer | 3 | [
"enhancement"
] |
1,849 | Add TIMIT | ## Adding a Dataset
- **Name:** *TIMIT*
- **Description:** *The TIMIT corpus of read speech has been designed to provide speech data for the acquisition of acoustic-phonetic knowledge and for the development and evaluation of automatic speech recognition systems*
- **Paper:** *Homepage*: http://groups.inf.ed.ac.uk... | CLOSED | 2021-02-09T07:29:41 | 2021-03-15T05:59:37 | 2021-03-15T05:59:37 | https://github.com/huggingface/datasets/issues/1849 | patrickvonplaten | 3 | [
"dataset request",
"speech"
] |
1,844 | Update Open Subtitles corpus with original sentence IDs | Hi! It would be great if you could add the original sentence ids to [Open Subtitles](https://huggingface.co/datasets/open_subtitles).
I can think of two reasons: first, it's possible to gather sentences for an entire document (the original ids contain media id, subtitle file id and sentence id), therefore somewhat a... | CLOSED | 2021-02-08T13:55:13 | 2021-02-12T17:38:58 | 2021-02-12T17:38:58 | https://github.com/huggingface/datasets/issues/1844 | Valahaar | 6 | [
"good first issue"
] |
1,843 | MustC Speech Translation | ## Adding a Dataset
- **Name:** *IWSLT19*
- **Description:** *The Speech Translation Task addresses the translation of English audio into German and Portuguese text.*
- **Hompage:** *https://sites.google.com/view/iwslt-evaluation-2019/speech-translation*
- **Data:** *https://sites.google.com/view/iwslt-evaluation-2... | OPEN | 2021-02-08T13:27:45 | 2025-08-25T09:01:54 | null | https://github.com/huggingface/datasets/issues/1843 | patrickvonplaten | 19 | [
"dataset request",
"speech"
] |
1,842 | Add AMI Corpus | ## Adding a Dataset
- **Name:** *AMI*
- **Description:** *The AMI Meeting Corpus is a multi-modal data set consisting of 100 hours of meeting recordings. For a gentle introduction to the corpus, see the corpus overview. To access the data, follow the directions given there. Around two-thirds of the data has been elic... | CLOSED | 2021-02-08T13:25:00 | 2023-02-28T16:29:22 | 2023-02-28T16:29:22 | https://github.com/huggingface/datasets/issues/1842 | patrickvonplaten | 3 | [
"dataset request",
"speech"
] |
1,841 | Add ljspeech | ## Adding a Dataset
- **Name:** *ljspeech*
- **Description:** *This is a public domain speech dataset consisting of 13,100 short audio clips of a single speaker reading passages from 7 non-fiction books. A transcription is provided for each clip. Clips vary in length from 1 to 10 seconds and have a total length of ap... | CLOSED | 2021-02-08T13:22:26 | 2021-03-15T05:59:02 | 2021-03-15T05:59:02 | https://github.com/huggingface/datasets/issues/1841 | patrickvonplaten | 0 | [
"dataset request",
"speech"
] |
1,840 | Add common voice | ## Adding a Dataset
- **Name:** *common voice*
- **Description:** *Mozilla Common Voice Dataset*
- **Paper:** Homepage: https://voice.mozilla.org/en/datasets
- **Data:** https://voice.mozilla.org/en/datasets
- **Motivation:** Important speech dataset
- **TFDatasets Implementation**: https://www.tensorflow.org/dat... | CLOSED | 2021-02-08T13:21:05 | 2022-03-20T15:23:40 | 2021-03-15T05:56:21 | https://github.com/huggingface/datasets/issues/1840 | patrickvonplaten | 11 | [
"dataset request",
"speech"
] |
1,839 | Add Voxforge | ## Adding a Dataset
- **Name:** *voxforge*
- **Description:** *VoxForge is a language classification dataset. It consists of user submitted audio clips submitted to the website. In this release, data from 6 languages is collected - English, Spanish, French, German, Russian, and Italian. Since the website is constant... | OPEN | 2021-02-08T13:19:56 | 2021-02-08T13:28:31 | null | https://github.com/huggingface/datasets/issues/1839 | patrickvonplaten | 0 | [
"dataset request",
"speech"
] |
1,838 | Add tedlium | ## Adding a Dataset
- **Name:** *tedlium*
- **Description:** *The TED-LIUM 1-3 corpus is English-language TED talks, with transcriptions, sampled at 16kHz. It contains about 118 hours of speech.*
- **Paper:** Homepage: http://www.openslr.org/7/, https://lium.univ-lemans.fr/en/ted-lium2/ &, https://www.openslr.org/51... | CLOSED | 2021-02-08T13:17:52 | 2022-10-04T14:34:12 | 2022-10-04T14:34:12 | https://github.com/huggingface/datasets/issues/1838 | patrickvonplaten | 2 | [
"dataset request",
"speech"
] |
1,837 | Add VCTK | ## Adding a Dataset
- **Name:** *VCTK*
- **Description:** *This CSTR VCTK Corpus includes speech data uttered by 110 English speakers with various accents. Each speaker reads out about 400 sentences, which were selected from a newspaper, the rainbow passage and an elicitation paragraph used for the speech accent arch... | CLOSED | 2021-02-08T13:15:28 | 2021-12-28T15:05:08 | 2021-12-28T15:05:08 | https://github.com/huggingface/datasets/issues/1837 | patrickvonplaten | 2 | [
"dataset request",
"speech"
] |
1,836 | test.json has been removed from the limit dataset repo (breaks dataset) | https://github.com/huggingface/datasets/blob/16042b233dbff2a7585110134e969204c69322c3/datasets/limit/limit.py#L51
The URL is not valid anymore since test.json has been removed in master for some reason. Directly referencing the last commit works:
`https://raw.githubusercontent.com/ilmgut/limit_dataset/0707d3989cd... | CLOSED | 2021-02-08T12:45:53 | 2021-02-10T16:14:58 | 2021-02-10T16:14:58 | https://github.com/huggingface/datasets/issues/1836 | Paethon | 1 | [
"dataset bug"
] |
1,835 | Add CHiME4 dataset | ## Adding a Dataset
- **Name:** Chime4
- **Description:** Chime4 is a dataset for automatic speech recognition. It is especially useful for evaluating models in a noisy environment and for multi-channel ASR
- **Paper:** Dataset comes from a channel: http://spandh.dcs.shef.ac.uk/chime_challenge/CHiME4/ . Results pape... | OPEN | 2021-02-08T12:36:38 | 2025-01-26T16:18:59 | null | https://github.com/huggingface/datasets/issues/1835 | patrickvonplaten | 5 | [
"dataset request",
"speech"
] |
1,832 | Looks like nokogumbo is up-to-date now, so this is no longer needed. | Looks like nokogumbo is up-to-date now, so this is no longer needed.
__Originally posted by @dependabot in https://github.com/discourse/discourse/pull/11373#issuecomment-738993432__ | CLOSED | 2021-02-07T06:52:07 | 2021-02-08T17:27:29 | 2021-02-08T17:27:29 | https://github.com/huggingface/datasets/issues/1832 | JimmyJim1 | 0 | [] |
1,831 | Some question about raw dataset download info in the project . | Hi , i review the code in
https://github.com/huggingface/datasets/blob/master/datasets/conll2003/conll2003.py
in the _split_generators function is the truly logic of download raw datasets with dl_manager
and use Conll2003 cls by use import_main_class in load_dataset function
My question is that , with this logic i... | CLOSED | 2021-02-07T05:33:36 | 2021-02-25T14:10:18 | 2021-02-25T14:10:18 | https://github.com/huggingface/datasets/issues/1831 | svjack | 4 | [] |
1,830 | using map on loaded Tokenizer 10x - 100x slower than default Tokenizer? | This could total relate to me misunderstanding particular call functions, but I added words to a GPT2Tokenizer, and saved it to disk (note I'm only showing snippets but I can share more) and the map function ran much slower:
````
def save_tokenizer(original_tokenizer,text,path="simpledata/tokenizer"):
words_u... | OPEN | 2021-02-06T21:00:26 | 2021-02-24T21:56:14 | null | https://github.com/huggingface/datasets/issues/1830 | wumpusman | 9 | [] |
1,827 | Regarding On-the-fly Data Loading | Hi,
I was wondering if it is possible to load images/texts as a batch during the training process, without loading the entire dataset on the RAM at any given point.
Thanks,
Gunjan | CLOSED | 2021-02-05T17:43:48 | 2021-02-18T13:55:16 | 2021-02-18T13:55:16 | https://github.com/huggingface/datasets/issues/1827 | gchhablani | 4 | [] |
1,825 | Datasets library not suitable for huge text datasets. | Hi,
I'm trying to use datasets library to load a 187GB dataset of pure text, with the intention of building a Language Model. The problem is that from the 187GB it goes to some TB when processed by Datasets. First of all, I think the pre-tokenizing step (with tokenizer.map()) is not really thought for datasets this ... | CLOSED | 2021-02-05T11:06:50 | 2021-03-30T14:04:01 | 2021-03-16T09:44:00 | https://github.com/huggingface/datasets/issues/1825 | avacaondata | 5 | [] |
1,821 | Provide better exception message when one of many files results in an exception | I find when I process many files, i.e.
```
train_files = glob.glob('rain*.csv')
validation_files = glob.glob(validation*.csv')
datasets = load_dataset("csv", data_files=dict(train=train_files, validation=validation_files))
```
I sometimes encounter an error due to one of the files being misformed (i.e. no dat... | CLOSED | 2021-02-05T00:49:03 | 2021-02-09T17:39:27 | 2021-02-09T17:39:27 | https://github.com/huggingface/datasets/issues/1821 | david-waterworth | 1 | [] |
1,818 | Loading local dataset raise requests.exceptions.ConnectTimeout | Load local dataset:
```
dataset = load_dataset('json', data_files=["../../data/json.json"])
train = dataset["train"]
print(train.features)
train1 = train.map(lambda x: {"labels": 1})
print(train1[:2])
```
but it raised requests.exceptions.ConnectTimeout:
```
/Users/littlely/myvirtual/tf2/bin/python3.7 /Us... | CLOSED | 2021-02-04T05:55:23 | 2022-06-01T15:38:42 | 2022-06-01T15:38:42 | https://github.com/huggingface/datasets/issues/1818 | Alxe1 | 1 | [] |
1,817 | pyarrow.lib.ArrowInvalid: Column 1 named input_ids expected length 599 but got length 1500 | I am trying to preprocess any dataset in this package with GPT-2 tokenizer, so I need to structure the datasets as long sequences of text without padding. I've been following a couple of your tutorials and here you can find the script that is failing right at the end
https://github.com/LuCeHe/GenericTools/blob/maste... | CLOSED | 2021-02-04T02:30:23 | 2022-10-05T12:42:57 | 2022-10-05T12:42:57 | https://github.com/huggingface/datasets/issues/1817 | LuCeHe | 2 | [] |
1,811 | Unable to add Multi-label Datasets | I am trying to add [CIFAR-100](https://www.cs.toronto.edu/~kriz/cifar.html) dataset. The dataset contains two labels per image - `fine label` and `coarse label`. Using just one label in supervised keys as
`supervised_keys=("img", "fine_label")` raises no issue. But trying `supervised_keys=("img", "fine_label","coarse... | CLOSED | 2021-02-02T11:50:56 | 2021-02-18T14:16:31 | 2021-02-18T14:16:31 | https://github.com/huggingface/datasets/issues/1811 | gchhablani | 4 | [] |
1,810 | Add Hateful Memes Dataset | ## Add Hateful Memes Dataset
- **Name:** Hateful Memes
- **Description:** [https://ai.facebook.com/blog/hateful-memes-challenge-and-data-set]( https://ai.facebook.com/blog/hateful-memes-challenge-and-data-set)
- **Paper:** [https://arxiv.org/pdf/2005.04790.pdf](https://arxiv.org/pdf/2005.04790.pdf)
- **Data:** [Thi... | OPEN | 2021-02-02T10:53:59 | 2021-12-08T12:03:59 | null | https://github.com/huggingface/datasets/issues/1810 | gchhablani | 4 | [
"dataset request",
"vision"
] |
1,808 | writing Datasets in a human readable format | Hi
I see there is a save_to_disk function to save data, but this is not human readable format, is there a way I could save a Dataset object in a human readable format to a file like json? thanks @lhoestq | CLOSED | 2021-02-02T02:55:40 | 2022-06-01T15:38:13 | 2022-06-01T15:38:13 | https://github.com/huggingface/datasets/issues/1808 | null | 3 | [
"enhancement",
"question"
] |
1,805 | can't pickle SwigPyObject objects when calling dataset.get_nearest_examples from FAISS index | So, I have the following instances in my dataset
```
{'question': 'An astronomer observes that a planet rotates faster after a meteorite impact. Which is the most likely effect of
this increase in rotation?',
'answer': 'C',
'example_id': 'ARCCH_Mercury_7175875',
'options':[{'option_context': 'One effect of ... | CLOSED | 2021-02-01T16:14:17 | 2021-03-06T14:32:46 | 2021-03-06T14:32:46 | https://github.com/huggingface/datasets/issues/1805 | abarbosa94 | 2 | [] |
1,803 | Querying examples from big datasets is slower than small datasets | After some experiments with bookcorpus I noticed that querying examples from big datasets is slower than small datasets.
For example
```python
from datasets import load_dataset
b1 = load_dataset("bookcorpus", split="train[:1%]")
b50 = load_dataset("bookcorpus", split="train[:50%]")
b100 = load_dataset("bookcorp... | CLOSED | 2021-02-01T11:08:23 | 2021-08-04T18:11:01 | 2021-08-04T18:10:42 | https://github.com/huggingface/datasets/issues/1803 | lhoestq | 8 | [] |
1,797 | Connection error | Hi
I am hitting to the error, help me and thanks.
`train_data = datasets.load_dataset("xsum", split="train")`
`ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.0.2/datasets/xsum/xsum.py` | CLOSED | 2021-01-30T07:32:45 | 2021-08-04T18:09:37 | 2021-08-04T18:09:37 | https://github.com/huggingface/datasets/issues/1797 | smile0925 | 1 | [] |
1,796 | Filter on dataset too much slowww | I have a dataset with 50M rows.
For pre-processing, I need to tokenize this and filter rows with the large sequence.
My tokenization took roughly 12mins. I used `map()` with batch size 1024 and multi-process with 96 processes.
When I applied the `filter()` function it is taking too much time. I need to filter se... | OPEN | 2021-01-30T04:09:19 | 2025-05-15T13:19:55 | null | https://github.com/huggingface/datasets/issues/1796 | ayubSubhaniya | 12 | [] |
1,790 | ModuleNotFoundError: No module named 'apache_beam', when specific languages. | ```py
import datasets
wiki = datasets.load_dataset('wikipedia', '20200501.ja', cache_dir='./datasets')
```
then `ModuleNotFoundError: No module named 'apache_beam'` happend.
The error doesn't appear when it's '20200501.en'.
I don't know Apache Beam, but according to #498 it isn't necessary when it's saved to lo... | OPEN | 2021-01-29T08:17:24 | 2021-03-25T12:10:51 | null | https://github.com/huggingface/datasets/issues/1790 | miyamonz | 8 | [] |
1,786 | How to use split dataset | 
Hey,
I want to split the lambada dataset into corpus, test, train and valid txt files (like penn treebank) but I am not able to achieve this. What I am doing is, executing the lambada.py file in my pro... | CLOSED | 2021-01-27T21:37:47 | 2021-04-23T15:17:39 | 2021-04-23T15:17:39 | https://github.com/huggingface/datasets/issues/1786 | kkhan188 | 2 | [
"question"
] |
1,785 | Not enough disk space (Needed: Unknown size) when caching on a cluster | I'm running some experiments where I'm caching datasets on a cluster and accessing it through multiple compute nodes. However, I get an error when loading the cached dataset from the shared disk.
The exact error thrown:
```bash
>>> load_dataset(dataset, cache_dir="/path/to/cluster/shared/path")
OSError: Not eno... | CLOSED | 2021-01-27T21:30:59 | 2024-12-04T02:57:00 | 2021-01-30T01:07:56 | https://github.com/huggingface/datasets/issues/1785 | olinguyen | 9 | [] |
1,784 | JSONDecodeError on JSON with multiple lines | Hello :),
I have been trying to load data using a JSON file. Based on the [docs](https://huggingface.co/docs/datasets/loading_datasets.html#json-files), the following format is supported:
```json
{"key1":11, "key2":12, "key3":13}
{"key1":21, "key2":22, "key3":23}
```
But, when I try loading a dataset with th... | CLOSED | 2021-01-27T00:19:22 | 2021-01-31T08:47:18 | 2021-01-31T08:47:18 | https://github.com/huggingface/datasets/issues/1784 | gchhablani | 2 | [] |
1,783 | Dataset Examples Explorer | In the Older version of the Dataset, there are a useful Dataset Explorer that allow user to visualize the examples (training, test and validation) of a particular dataset, it is no longer there in current version.
Hope HuggingFace can re-enable the feature that at least allow viewing of the first 20 examples of a ... | CLOSED | 2021-01-26T20:39:02 | 2021-02-01T13:58:44 | 2021-02-01T13:58:44 | https://github.com/huggingface/datasets/issues/1783 | ChewKokWah | 2 | [] |
1,781 | AttributeError: module 'pyarrow' has no attribute 'PyExtensionType' during import | I'm using Colab. And suddenly this morning, there is this error. Have a look below!

| CLOSED | 2021-01-26T04:18:35 | 2024-07-07T17:55:12 | 2022-10-05T12:37:06 | https://github.com/huggingface/datasets/issues/1781 | PalaashAgrawal | 9 | [] |
1,777 | GPT2 MNLI training using run_glue.py | Edit: I'm closing this because I actually meant to post this in `transformers `not `datasets`
Running this on Google Colab,
```
!python run_glue.py \
--model_name_or_path gpt2 \
--task_name mnli \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_gpu_train_batch_size 10 \
--gradient_accu... | CLOSED | 2021-01-25T10:53:52 | 2021-01-25T11:12:53 | 2021-01-25T11:12:53 | https://github.com/huggingface/datasets/issues/1777 | nlp-student | 0 | [] |
1,776 | [Question & Bug Report] Can we preprocess a dataset on the fly? | I know we can use `Datasets.map` to preprocess a dataset, but I'm using it with very large corpus which generates huge cache file (several TB cache from a 400 GB text file). I have no disk large enough to save it. Can we preprocess a dataset on the fly without generating cache?
BTW, I tried raising `writer_batch_si... | CLOSED | 2021-01-24T09:28:24 | 2021-05-20T04:15:58 | 2021-05-20T04:15:58 | https://github.com/huggingface/datasets/issues/1776 | shuaihuaiyi | 6 | [] |
1,775 | Efficient ways to iterate the dataset | For a large dataset that does not fits the memory, how can I select only a subset of features from each example?
If I iterate over the dataset and then select the subset of features one by one, the resulted memory usage will be huge. Any ways to solve this?
Thanks | CLOSED | 2021-01-24T07:54:31 | 2021-01-24T09:50:39 | 2021-01-24T09:50:39 | https://github.com/huggingface/datasets/issues/1775 | zhongpeixiang | 2 | [] |
1,774 | is it possible to make slice to be more compatible like python list and numpy? | Hi,
see below error:
```
AssertionError: Requested slice [:10000000000000000] incompatible with 20 examples.
``` | CLOSED | 2021-01-24T06:15:52 | 2024-01-31T15:54:18 | 2024-01-31T15:54:18 | https://github.com/huggingface/datasets/issues/1774 | world2vec | 2 | [] |
1,773 | bug in loading datasets | Hi,
I need to load a dataset, I use these commands:
```
from datasets import load_dataset
dataset = load_dataset('csv', data_files={'train': 'sick/train.csv',
'test': 'sick/test.csv',
'validation': 'sick/validation.csv'})
prin... | CLOSED | 2021-01-24T02:53:45 | 2021-09-06T08:54:46 | 2021-08-04T18:13:01 | https://github.com/huggingface/datasets/issues/1773 | null | 3 | [] |
1,772 | Adding SICK dataset | Hi
It would be great to include SICK dataset.
## Adding a Dataset
- **Name:** SICK
- **Description:** a well known entailment dataset
- **Paper:** http://marcobaroni.org/composes/sick.html
- **Data:** http://marcobaroni.org/composes/sick.html
- **Motivation:** this is an important NLI benchmark
Instruction... | CLOSED | 2021-01-24T02:15:31 | 2021-02-05T15:49:25 | 2021-02-05T15:49:25 | https://github.com/huggingface/datasets/issues/1772 | null | 0 | [
"dataset request"
] |
1,771 | Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.2.1/datasets/csv/csv.py | Hi,
When I load_dataset from local csv files, below error happened, looks raw.githubusercontent.com was blocked by the chinese government. But why it need to download csv.py? should it include when pip install the dataset?
```
Traceback (most recent call last):
File "/home/tom/pyenv/pystory/lib/python3.6/site-p... | CLOSED | 2021-01-24T01:53:52 | 2021-01-24T23:06:29 | 2021-01-24T23:06:29 | https://github.com/huggingface/datasets/issues/1771 | world2vec | 3 | [] |
1,770 | how can I combine 2 dataset with different/same features? | to combine 2 dataset by one-one map like ds = zip(ds1, ds2):
ds1: {'text'}, ds2: {'text'}, combine ds:{'src', 'tgt'}
or different feature:
ds1: {'src'}, ds2: {'tgt'}, combine ds:{'src', 'tgt'} | CLOSED | 2021-01-24T01:26:06 | 2022-06-01T15:43:15 | 2022-06-01T15:43:15 | https://github.com/huggingface/datasets/issues/1770 | world2vec | 3 | [] |
1,769 | _pickle.PicklingError: Can't pickle typing.Union[str, NoneType]: it's not the same object as typing.Union when calling datasets.map with num_proc=2 | It may be a bug of multiprocessing with Datasets, when I disable the multiprocessing by set num_proc to None, everything works fine.
The script I use is https://github.com/huggingface/transformers/blob/master/examples/language-modeling/run_mlm_wwm.py
Script args:
```
--model_name_or_path
../../../model/chine... | CLOSED | 2021-01-23T10:13:00 | 2022-10-05T12:38:51 | 2022-10-05T12:38:51 | https://github.com/huggingface/datasets/issues/1769 | shuaihuaiyi | 4 | [] |
1,766 | Issues when run two programs compute the same metrics | I got the following error when running two different programs that both compute sacreblue metrics. It seems that both read/and/write to the same location (.cache/huggingface/metrics/sacrebleu/default/default_experiment-1-0.arrow) where it caches the batches:
```
File "train_matching_min.py", line 160, in <module>ch... | CLOSED | 2021-01-22T14:22:55 | 2021-02-02T10:38:06 | 2021-02-02T10:38:06 | https://github.com/huggingface/datasets/issues/1766 | lamthuy | 2 | [] |
1,765 | Error iterating over Dataset with DataLoader | I have a Dataset that I've mapped a tokenizer over:
```
encoded_dataset.set_format(type='torch',columns=['attention_mask','input_ids','token_type_ids'])
encoded_dataset[:1]
```
```
{'attention_mask': tensor([[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]]),
'input_ids': tensor([[ 101, 178, 1198, 1400, 1714, 22233, 2... | CLOSED | 2021-01-21T22:56:45 | 2022-10-28T02:16:38 | 2021-01-23T03:44:14 | https://github.com/huggingface/datasets/issues/1765 | EvanZ | 6 | [] |
1,764 | Connection Issues | Today, I am getting connection issues while loading a dataset and the metric.
```
Traceback (most recent call last):
File "src/train.py", line 180, in <module>
train_dataset, dev_dataset, test_dataset = create_race_dataset()
File "src/train.py", line 130, in create_race_dataset
train_dataset = load_da... | CLOSED | 2021-01-21T20:56:09 | 2021-01-21T21:00:19 | 2021-01-21T21:00:02 | https://github.com/huggingface/datasets/issues/1764 | SaeedNajafi | 1 | [] |
1,762 | Unable to format dataset to CUDA Tensors | Hi,
I came across this [link](https://huggingface.co/docs/datasets/torch_tensorflow.html) where the docs show show to convert a dataset to a particular format. I see that there is an option to convert it to tensors, but I don't see any option to convert it to CUDA tensors.
I tried this, but Dataset doesn't suppor... | CLOSED | 2021-01-21T15:31:23 | 2021-02-02T07:13:22 | 2021-02-02T07:13:22 | https://github.com/huggingface/datasets/issues/1762 | gchhablani | 6 | [] |
1,759 | wikipedia dataset incomplete | Hey guys,
I am using the https://github.com/huggingface/datasets/tree/master/datasets/wikipedia dataset.
Unfortunately, I found out that there is an incompleteness for the German dataset.
For reasons unknown to me, the number of inhabitants has been removed from many pages:
Thorey-sur-Ouche has 128 inhabitants a... | CLOSED | 2021-01-21T11:47:15 | 2021-01-21T17:22:11 | 2021-01-21T17:21:06 | https://github.com/huggingface/datasets/issues/1759 | ChrisDelClea | 4 | [] |
1,758 | dataset.search() (elastic) cannot reliably retrieve search results | I am trying to use elastic search to retrieve the indices of items in the dataset in their precise order, given shuffled training indices.
The problem I have is that I cannot retrieve reliable results with my data on my first search. I have to run the search **twice** to get the right answer.
I am indexing data t... | CLOSED | 2021-01-21T02:26:37 | 2021-01-22T00:25:50 | 2021-01-22T00:25:50 | https://github.com/huggingface/datasets/issues/1758 | afogarty85 | 2 | [] |
1,757 | FewRel | ## Adding a Dataset
- **Name:** FewRel
- **Description:** Large-Scale Supervised Few-Shot Relation Classification Dataset
- **Paper:** @inproceedings{han2018fewrel,
title={FewRel:A Large-Scale Supervised Few-Shot Relation Classification Dataset with State-of-the-Art Evaluation},
auth... | CLOSED | 2021-01-20T23:56:03 | 2021-03-09T02:52:05 | 2021-03-08T14:34:52 | https://github.com/huggingface/datasets/issues/1757 | dspoka | 5 | [
"dataset request"
] |
1,756 | Ccaligned multilingual translation dataset | ## Adding a Dataset
- **Name:** *name of the dataset*
- **Description:** *short description of the dataset (or link to social media or blog post)*
- CCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language ... | CLOSED | 2021-01-20T22:18:44 | 2021-03-01T10:36:21 | 2021-03-01T10:36:21 | https://github.com/huggingface/datasets/issues/1756 | flozi00 | 0 | [
"dataset request"
] |
1,755 | Using select/reordering datasets slows operations down immensely | I am using portions of HF's helpful work in preparing / scoring the SQuAD 2.0 data. The problem I have is that after using `select` to re-ordering the dataset, computations slow down immensely where the total scoring process on 131k training examples would take maybe 3 minutes, now take over an hour.
The below examp... | CLOSED | 2021-01-20T21:12:12 | 2021-01-20T22:03:39 | 2021-01-20T22:03:39 | https://github.com/huggingface/datasets/issues/1755 | afogarty85 | 2 | [] |
1,747 | datasets slicing with seed | Hi
I need to slice a dataset with random seed, I looked into documentation here https://huggingface.co/docs/datasets/splits.html
I could not find a seed option, could you assist me please how I can get a slice for different seeds?
thank you.
@lhoestq | CLOSED | 2021-01-18T14:08:55 | 2022-10-05T12:37:27 | 2022-10-05T12:37:27 | https://github.com/huggingface/datasets/issues/1747 | null | 2 | [] |
1,745 | difference between wsc and wsc.fixed for superglue | Hi
I see two versions of wsc in superglue, and I am not sure what is the differences and which one is the original one. could you help to discuss the differences? thanks @lhoestq | CLOSED | 2021-01-18T00:50:19 | 2021-01-18T11:02:43 | 2021-01-18T00:59:34 | https://github.com/huggingface/datasets/issues/1745 | null | 1 | [] |
1,743 | Issue while Creating Custom Metric | Hi Team,
I am trying to create a custom metric for my training as follows, where f1 is my own metric:
```python
def _info(self):
# TODO: Specifies the datasets.MetricInfo object
return datasets.MetricInfo(
# This is the description that will appear on the metrics page.
... | CLOSED | 2021-01-17T07:01:14 | 2022-06-01T15:49:34 | 2022-06-01T15:49:34 | https://github.com/huggingface/datasets/issues/1743 | gchhablani | 3 | [] |
1,741 | error when run fine_tuning on text_classification | dataset:sem_eval_2014_task_1
pretrained_model:bert-base-uncased
error description:
when i use these resoruce to train fine_tuning a text_classification on sem_eval_2014_task_1,there always be some problem(when i use other dataset ,there exist the error too). And i followed the colab code (url:https://colab.researc... | CLOSED | 2021-01-16T02:23:19 | 2021-01-16T02:39:28 | 2021-01-16T02:39:18 | https://github.com/huggingface/datasets/issues/1741 | XiaoYang66 | 1 | [] |
1,733 | connection issue with glue, what is the data url for glue? | Hi
my codes sometimes fails due to connection issue with glue, could you tell me how I can have the URL datasets library is trying to read GLUE from to test the machines I am working on if there is an issue on my side or not
thanks | CLOSED | 2021-01-13T08:37:40 | 2021-08-04T18:13:55 | 2021-08-04T18:13:55 | https://github.com/huggingface/datasets/issues/1733 | null | 1 | [] |
1,731 | Couldn't reach swda.py | ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.2.0/datasets/swda/swda.py
| CLOSED | 2021-01-13T02:57:40 | 2021-01-13T11:17:40 | 2021-01-13T11:17:40 | https://github.com/huggingface/datasets/issues/1731 | yangp725 | 2 | [] |
1,729 | Is there support for Deep learning datasets? | I looked around this repository and looking the datasets I think that there's no support for images-datasets. Or am I missing something? For example to add a repo like this https://github.com/DZPeru/fish-datasets | CLOSED | 2021-01-12T20:22:41 | 2021-03-31T04:24:07 | 2021-03-31T04:24:07 | https://github.com/huggingface/datasets/issues/1729 | pablodz | 1 | [] |
1,728 | Add an entry to an arrow dataset | Is it possible to add an entry to a dataset object?
**Motivation: I want to transform the sentences in the dataset and add them to the original dataset**
For example, say we have the following code:
``` python
from datasets import load_dataset
# Load a dataset and print the first examples in the training s... | CLOSED | 2021-01-12T18:01:47 | 2021-01-18T19:15:32 | 2021-01-18T19:15:32 | https://github.com/huggingface/datasets/issues/1728 | ameet-1997 | 5 | [] |
1,727 | BLEURT score calculation raises UnrecognizedFlagError | Calling the `compute` method for **bleurt** metric fails with an `UnrecognizedFlagError` for `FLAGS.bleurt_batch_size`.
My environment:
```
python==3.8.5
datasets==1.2.0
tensorflow==2.3.1
cudatoolkit==11.0.221
```
Test code for reproducing the error:
```
from datasets import load_metric
bleurt = load_me... | CLOSED | 2021-01-12T17:27:02 | 2022-06-01T16:06:02 | 2022-06-01T16:06:02 | https://github.com/huggingface/datasets/issues/1727 | nadavo | 10 | [] |
1,725 | load the local dataset | your guidebook's example is like
>>>from datasets import load_dataset
>>> dataset = load_dataset('json', data_files='my_file.json')
but the first arg is path...
so how should i do if i want to load the local dataset for model training?
i will be grateful if you can help me handle this problem!
thanks a lot! | CLOSED | 2021-01-12T12:12:55 | 2022-06-01T16:00:59 | 2022-06-01T16:00:59 | https://github.com/huggingface/datasets/issues/1725 | xinjicong | 7 | [] |
1,724 | could not run models on a offline server successfully | Hi, I really need your help about this.
I am trying to fine-tuning a RoBERTa on a remote server, which is strictly banning internet. I try to install all the packages by hand and try to run run_mlm.py on the server. It works well on colab, but when I try to run it on this offline server, it shows:
![image](https://us... | CLOSED | 2021-01-12T06:08:06 | 2022-10-05T12:39:07 | 2022-10-05T12:39:07 | https://github.com/huggingface/datasets/issues/1724 | lkcao | 6 | [] |
1,718 | Possible cache miss in datasets | Hi,
I am using the datasets package and even though I run the same data processing functions, datasets always recomputes the function instead of using cache.
I have attached an example script that for me reproduces the problem.
In the attached example the second map function always recomputes instead of loading fr... | CLOSED | 2021-01-11T15:37:31 | 2022-06-29T14:54:42 | 2021-01-26T02:47:59 | https://github.com/huggingface/datasets/issues/1718 | ofirzaf | 18 | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.