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,143 | Unable to download `Wikepedia` 20220301.en version | ## Describe the bug
Unable to download `Wikepedia` dataset, 20220301.en version
## Steps to reproduce the bug
```python
!pip install apache_beam mwparserfromhell
dataset_wikipedia = load_dataset("wikipedia", "20220301.en")
```
## Actual results
```
ValueError: BuilderConfig 20220301.en not found.
Avail... | CLOSED | 2022-04-11T13:00:14 | 2022-08-17T00:37:55 | 2022-04-21T17:04:14 | https://github.com/huggingface/datasets/issues/4143 | beyondguo | 3 | [
"bug"
] |
4,142 | Add ObjectFolder 2.0 dataset | ## Adding a Dataset
- **Name:** ObjectFolder 2.0
- **Description:** ObjectFolder 2.0 is a dataset of 1,000 objects in the form of implicit representations. It contains 1,000 Object Files each containing the complete multisensory profile for an object instance.
- **Paper:** [*link to the dataset paper if available*](... | OPEN | 2022-04-11T10:57:51 | 2022-10-05T10:30:49 | null | https://github.com/huggingface/datasets/issues/4142 | osanseviero | 1 | [
"dataset request"
] |
4,141 | Why is the dataset not visible under the dataset preview section? | ## 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-11T08:36:42 | 2022-04-11T18:55:32 | 2022-04-11T17:09:49 | https://github.com/huggingface/datasets/issues/4141 | Nid989 | 0 | [
"dataset-viewer"
] |
4,140 | Error loading arxiv data set | ## Describe the bug
A clear and concise description of what the bug is.
I met the error below when loading arxiv dataset via `nlp.load_dataset('scientific_papers', 'arxiv',)`.
```
Traceback (most recent call last):
File "scripts/summarization.py", line 354, in <module>
main(args)
File "scripts/summari... | CLOSED | 2022-04-11T07:06:34 | 2022-04-12T16:24:08 | 2022-04-12T16:24:08 | https://github.com/huggingface/datasets/issues/4140 | yjqiu | 3 | [
"bug"
] |
4,139 | Dataset viewer issue for Winoground | ## Dataset viewer issue for 'Winoground'
**Link:** [*link to the dataset viewer page*](https://huggingface.co/datasets/facebook/winoground/viewer/facebook--winoground/train)
*short description of the issue*
Getting 401, message='Unauthorized'
The dataset is subject to authorization, but I can access the files f... | CLOSED | 2022-04-11T06:11:41 | 2022-06-21T16:43:58 | 2022-06-21T16:43:58 | https://github.com/huggingface/datasets/issues/4139 | alcinos | 11 | [
"dataset-viewer",
"dataset-viewer-gated"
] |
4,138 | Incorrect Russian filenames encoding after extraction by datasets.DownloadManager.download_and_extract() | ## Dataset viewer issue for 'MalakhovIlya/RuREBus'
**Link:** https://huggingface.co/datasets/MalakhovIlya/RuREBus
**Description**
Using os.walk(topdown=False) in DatasetBuilder causes following error:
Status code: 400
Exception: TypeError
Message: xwalk() got an unexpected keyword argument 'topdow... | CLOSED | 2022-04-11T02:07:13 | 2022-04-19T03:15:46 | 2022-04-16T15:46:29 | https://github.com/huggingface/datasets/issues/4138 | iluvvatar | 5 | [] |
4,134 | ELI5 supporting documents | if i am using dense search to create supporting documents for eli5 how much time it will take bcz i read somewhere that it takes about 18 hrs?? | OPEN | 2022-04-08T23:36:27 | 2022-04-13T13:52:46 | null | https://github.com/huggingface/datasets/issues/4134 | saurabh-0077 | 1 | [
"question"
] |
4,133 | HANS dataset preview broken | ## Dataset viewer issue for '*hans*'
**Link:** [https://huggingface.co/datasets/hans](https://huggingface.co/datasets/hans)
HANS dataset preview is broken with error 400
Am I the one who added this dataset ? No
| CLOSED | 2022-04-08T21:06:15 | 2022-04-13T11:57:34 | 2022-04-13T11:57:34 | https://github.com/huggingface/datasets/issues/4133 | pietrolesci | 3 | [
"streaming"
] |
4,129 | dataset metadata for reproducibility | When pulling a dataset from the hub, it would be useful to have some metadata about the specific dataset and version that is used. The metadata could then be passed to the `Trainer` which could then be saved to a model card. This is useful for people who run many experiments on different versions (commits/branches) of ... | OPEN | 2022-04-08T14:17:28 | 2023-09-29T09:23:56 | null | https://github.com/huggingface/datasets/issues/4129 | nbroad1881 | 1 | [
"enhancement"
] |
4,126 | dataset viewer issue for common_voice | ## Dataset viewer issue for 'common_voice'
**Link:** https://huggingface.co/datasets/common_voice
Server Error
Status code: 400
Exception: TypeError
Message: __init__() got an unexpected keyword argument 'audio_column'
Am I the one who added this dataset ? No
| CLOSED | 2022-04-07T23:34:28 | 2022-04-25T13:42:17 | 2022-04-25T13:42:16 | https://github.com/huggingface/datasets/issues/4126 | laphang | 2 | [
"dataset-viewer",
"audio_column"
] |
4,124 | Image decoding often fails when transforming Image datasets | ## Describe the bug
When transforming/modifying images in an image dataset using the `map` function the PIL images often fail to decode in time for the image transforms, causing errors.
Using a debugger it is easy to see what the problem is, the Image decode invocation does not take place and the resulting image pa... | CLOSED | 2022-04-07T19:17:25 | 2022-04-13T14:01:16 | 2022-04-13T14:01:16 | https://github.com/huggingface/datasets/issues/4124 | RafayAK | 7 | [
"bug"
] |
4,123 | Building C4 takes forever | ## Describe the bug
C4-en is a 300 GB dataset. However, when I try to download it through the hub it takes over _six hours_ to generate the train/test split from the downloaded files. This is an absurd amount of time and an unnecessary waste of resources.
## Steps to reproduce the bug
```python
c4 = datasets.load... | CLOSED | 2022-04-07T17:41:30 | 2023-06-26T22:01:29 | 2023-06-26T22:01:29 | https://github.com/huggingface/datasets/issues/4123 | StellaAthena | 1 | [
"bug"
] |
4,122 | medical_dialog zh has very slow _generate_examples | ## Describe the bug
After downloading the files from Google Drive, `load_dataset("medical_dialog", "zh", data_dir="./")` takes an unreasonable amount of time. Generating the train/test split for 33% of the dataset takes over 4.5 hours.
## Steps to reproduce the bug
The easiest way I've found to download files from... | CLOSED | 2022-04-07T14:00:51 | 2022-04-08T16:20:51 | 2022-04-08T16:20:51 | https://github.com/huggingface/datasets/issues/4122 | nbroad1881 | 3 | [
"bug"
] |
4,121 | datasets.load_metric can not load a local metirc | ## Describe the bug
No matter how I hard try to tell load_metric that I want to load a local metric file, it still continues to fetch things on the Internet. And unfortunately it says 'ConnectionError: Couldn't reach'. However I can download this file without connectionerror and tell load_metric its local directory. A... | CLOSED | 2022-04-07T12:48:56 | 2023-01-18T14:30:46 | 2022-04-07T13:53:27 | https://github.com/huggingface/datasets/issues/4121 | SadGare | 1 | [
"bug"
] |
4,120 | Representing dictionaries (json) objects as features | In the process of adding a new dataset to the hub, I stumbled upon the inability to represent dictionaries that contain different key names, unknown in advance (and may differ between samples), original asked in the [forum](https://discuss.huggingface.co/t/representing-nested-dictionary-with-different-keys/16442).
F... | OPEN | 2022-04-07T11:07:41 | 2022-04-07T11:07:41 | null | https://github.com/huggingface/datasets/issues/4120 | yanaiela | 0 | [
"enhancement"
] |
4,118 | Failing CI tests on Windows | ## Describe the bug
Our CI Windows tests are failing from yesterday: https://app.circleci.com/pipelines/github/huggingface/datasets/11092/workflows/9cfdb1dd-0fec-4fe0-8122-5f533192ebdc/jobs/67414
| CLOSED | 2022-04-07T07:36:25 | 2022-04-07T07:57:13 | 2022-04-07T07:57:13 | https://github.com/huggingface/datasets/issues/4118 | albertvillanova | 0 | [
"bug"
] |
4,117 | AttributeError: module 'huggingface_hub' has no attribute 'hf_api' | ## Describe the bug
Could you help me please. I got this following error.
AttributeError: module 'huggingface_hub' has no attribute 'hf_api'
## Steps to reproduce the bug
when I imported the datasets
# Sample code to reproduce the bug
from datasets import list_datasets, load_dataset, list_metrics, load_metr... | CLOSED | 2022-04-07T05:52:36 | 2024-05-07T09:24:35 | 2022-04-19T15:36:35 | https://github.com/huggingface/datasets/issues/4117 | arymbe | 13 | [
"bug"
] |
4,115 | ImageFolder add option to ignore some folders like '.ipynb_checkpoints' | **Is your feature request related to a problem? Please describe.**
I sometimes like to peek at the dataset images from jupyterlab. thus '.ipynb_checkpoints' folder appears where my dataset is and (just realized) leads to accidental duplicate image additions. I think this is an easy enough thing to miss especially if t... | CLOSED | 2022-04-06T17:29:43 | 2022-06-01T13:04:16 | 2022-06-01T13:04:16 | https://github.com/huggingface/datasets/issues/4115 | cceyda | 5 | [
"enhancement"
] |
4,114 | Allow downloading just some columns of a dataset | **Is your feature request related to a problem? Please describe.**
Some people are interested in doing label analysis of a CV dataset without downloading all the images. Downloading the whole dataset does not always makes sense for this kind of use case
**Describe the solution you'd like**
Be able to just download... | OPEN | 2022-04-06T16:38:46 | 2025-02-17T15:10:56 | null | https://github.com/huggingface/datasets/issues/4114 | osanseviero | 14 | [
"enhancement"
] |
4,113 | Multiprocessing with FileLock fails in python 3.9 | On python 3.9, this code hangs:
```python
from multiprocessing import Pool
from filelock import FileLock
def run(i):
print(f"got the lock in multi process [{i}]")
with FileLock("tmp.lock"):
with Pool(2) as pool:
pool.map(run, range(2))
```
This is because the subprocesses try to ac... | CLOSED | 2022-04-06T16:27:09 | 2022-11-28T11:49:14 | 2022-11-28T11:49:14 | https://github.com/huggingface/datasets/issues/4113 | lhoestq | 1 | [
"bug"
] |
4,112 | ImageFolder with Grayscale images dataset | Hi, I'm facing a problem with a grayscale images dataset I have uploaded [here](https://huggingface.co/datasets/ChainYo/rvl-cdip) (RVL-CDIP)
I'm getting an error while I want to use images for training a model with PyTorch DataLoader. Here is the full traceback:
```bash
AttributeError: Caught AttributeError in D... | CLOSED | 2022-04-06T15:10:00 | 2022-04-22T10:21:53 | 2022-04-22T10:21:52 | https://github.com/huggingface/datasets/issues/4112 | chainyo | 3 | [] |
4,107 | Unable to view the dataset and loading the same dataset throws the error - ArrowInvalid: Exceeded maximum rows | ## Dataset viewer issue - -ArrowInvalid: Exceeded maximum rows
**Link:** *https://huggingface.co/datasets/Pavithree/explainLikeImFive*
*This is the subset of original eli5 dataset https://huggingface.co/datasets/vblagoje/lfqa. I just filtered the data samples which belongs to one particular subreddit thread. How... | CLOSED | 2022-04-06T11:37:15 | 2022-04-08T07:13:07 | 2022-04-06T14:39:55 | https://github.com/huggingface/datasets/issues/4107 | Pavithree | 5 | [
"bug"
] |
4,105 | push to hub fails with huggingface-hub 0.5.0 | ## Describe the bug
`ds.push_to_hub` is failing when updating a dataset in the form "org_id/repo_id"
## Steps to reproduce the bug
```python
from datasets import load_dataset
ds = load_dataset("rubrix/news_test")
ds.push_to_hub("<your-user>/news_test", token="<your-token>")
```
## Expected results
The data... | CLOSED | 2022-04-06T08:59:57 | 2022-04-13T14:30:47 | 2022-04-13T14:30:47 | https://github.com/huggingface/datasets/issues/4105 | frascuchon | 5 | [
"bug"
] |
4,104 | Add time series data - stock market | ## Adding a Time Series Dataset
- **Name:** 2min ticker data for stock market
- **Description:** 8 stocks' data collected for 1month post ukraine-russia war. 4 NSE stocks and 4 NASDAQ stocks. Along with technical indicators (additional features) as shown in below image
- **Data:** Collected by myself from investing... | OPEN | 2022-04-06T05:46:58 | 2024-07-21T16:54:30 | null | https://github.com/huggingface/datasets/issues/4104 | rozeappletree | 10 | [
"dataset request"
] |
4,101 | How can I download only the train and test split for full numbers using load_dataset()? | How can I download only the train and test split for full numbers using load_dataset()?
I do not need the extra split and it will take 40 mins just to download in Colab. I have very short time in hand. Please help. | OPEN | 2022-04-05T16:00:15 | 2022-04-06T13:09:01 | null | https://github.com/huggingface/datasets/issues/4101 | Nakkhatra | 1 | [
"enhancement"
] |
4,099 | UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 213: ordinal not in range(128) | ## Describe the bug
Error "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 213: ordinal not in range(128)" is thrown when downloading dataset.
## Steps to reproduce the bug
```python
from datasets import load_dataset
datasets = load_dataset("nielsr/XFUN", "xfun.ja")
```
## Expected resu... | CLOSED | 2022-04-05T14:42:38 | 2022-04-06T06:37:44 | 2022-04-06T06:35:54 | https://github.com/huggingface/datasets/issues/4099 | andreybond | 3 | [
"bug"
] |
4,096 | Add support for streaming Zarr stores for hosted datasets | **Is your feature request related to a problem? Please describe.**
Lots of geospatial data is stored in the Zarr format. This format works well for n-dimensional data and coordinates, and can have good compression. Unfortunately, HF datasets doesn't support streaming in data in Zarr format as far as I can tell. Zarr s... | CLOSED | 2022-04-05T13:38:32 | 2023-12-07T09:01:49 | 2022-04-21T08:12:58 | https://github.com/huggingface/datasets/issues/4096 | jacobbieker | 11 | [
"enhancement"
] |
4,094 | Helo Mayfrends | ## Adding a Dataset
- **Name:** *name of the dataset*
- **Description:** *short description of the dataset (or link to social media or blog post)*
- **Paper:** *link to the dataset paper if available*
- **Data:** *link to the Github repository or current dataset location*
- **Motivation:** *what are some good reas... | CLOSED | 2022-04-05T02:42:57 | 2022-04-05T07:16:42 | 2022-04-05T07:16:42 | https://github.com/huggingface/datasets/issues/4094 | Budigming | 0 | [
"dataset request"
] |
4,093 | elena-soare/crawled-ecommerce: missing dataset | elena-soare/crawled-ecommerce
**Link:** *link to the dataset viewer page*
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-04-05T02:25:19 | 2022-04-12T09:34:53 | 2022-04-12T09:34:53 | https://github.com/huggingface/datasets/issues/4093 | seevaratnam | 3 | [
"dataset-viewer"
] |
4,091 | Build a Dataset One Example at a Time Without Loading All Data Into Memory | **Is your feature request related to a problem? Please describe.**
I have a very large dataset stored on disk in a custom format. I have some custom code that reads one data example at a time and yields it in the form of a dictionary. I want to construct a `Dataset` with all examples, and then save it to disk. I la... | CLOSED | 2022-04-04T16:19:24 | 2022-04-20T14:31:00 | 2022-04-20T14:31:00 | https://github.com/huggingface/datasets/issues/4091 | aravind-tonita | 2 | [
"enhancement"
] |
4,086 | Dataset viewer issue for McGill-NLP/feedbackQA | ## Dataset viewer issue for '*McGill-NLP/feedbackQA*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/McGill-NLP/feedbackQA)*
*short description of the issue*
The dataset can be loaded correctly with `load_dataset` but the preview doesn't work. Error message:
```
Status code: 4... | CLOSED | 2022-04-04T07:27:20 | 2022-04-04T22:29:53 | 2022-04-04T08:01:45 | https://github.com/huggingface/datasets/issues/4086 | cslizc | 2 | [
"dataset-viewer"
] |
4,085 | datasets.set_progress_bar_enabled(False) not working in datasets v2 | ## Describe the bug
datasets.set_progress_bar_enabled(False) not working in datasets v2
## Steps to reproduce the bug
```python
datasets.set_progress_bar_enabled(False)
```
## Expected results
datasets not using any progress bar
## Actual results
AttributeError: module 'datasets' has no attribute 'se... | CLOSED | 2022-04-02T12:40:10 | 2022-09-17T02:18:03 | 2022-04-04T06:44:34 | https://github.com/huggingface/datasets/issues/4085 | virilo | 3 | [
"bug"
] |
4,084 | Errors in `Train with Datasets` Tensorflow code section on Huggingface.co | ## Describe the bug
Hi
### Error 1
Running the Tensforlow code on [Huggingface](https://huggingface.co/docs/datasets/use_dataset) gives a TypeError: __init__() got an unexpected keyword argument 'return_tensors'
### Error 2
`DataCollatorWithPadding` isn't imported
## Steps to reproduce the bug
```python
impo... | CLOSED | 2022-04-01T17:02:47 | 2022-04-04T07:24:37 | 2022-04-04T07:21:31 | https://github.com/huggingface/datasets/issues/4084 | blackhat-coder | 1 | [
"bug"
] |
4,080 | NonMatchingChecksumError for downloading conll2012_ontonotesv5 dataset | ## Steps to reproduce the bug
```python
datasets.load_dataset("conll2012_ontonotesv5", "english_v12")
```
## Actual results
```
Downloading builder script: 32.2kB [00:00, 9.72MB/s]
Downloading metadata: 20.0kB [00:00, 10... | CLOSED | 2022-04-01T11:34:28 | 2022-04-01T13:59:10 | 2022-04-01T13:59:10 | https://github.com/huggingface/datasets/issues/4080 | richarddwang | 1 | [
"duplicate",
"dataset bug"
] |
4,077 | ArrowInvalid: Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file. | ## Describe the bug
When uploading a relatively large image dataset of > 1GB, reloading doesn't work for me, even though pushing to the hub went just fine.
Basically, I do:
```
from datasets import load_dataset
dataset = load_dataset("imagefolder", data_files="path_to_my_files")
dataset.push_to_hub("dat... | CLOSED | 2022-04-01T08:49:13 | 2022-04-01T16:16:19 | 2022-04-01T16:16:19 | https://github.com/huggingface/datasets/issues/4077 | NielsRogge | 0 | [
"bug"
] |
4,075 | Add CCAgT dataset | ## Adding a Dataset
- **Name:** CCAgT dataset: Images of Cervical Cells with AgNOR Stain Technique
- **Description:** The dataset contains 2540 images (1600x1200 where each pixel is 0.111μm×0.111μm) from three different slides, having at least one nucleus per image. These images are from fields belonging to a sample ... | CLOSED | 2022-03-31T18:20:28 | 2022-07-06T19:03:42 | 2022-07-06T19:03:42 | https://github.com/huggingface/datasets/issues/4075 | johnnv1 | 4 | [
"dataset request",
"vision"
] |
4,074 | Error in google/xtreme_s dataset card | **Link:** https://huggingface.co/datasets/google/xtreme_s
Not a big deal but Hungarian is considered an Eastern European language, together with Serbian, Slovak, Slovenian (all correctly categorized; Slovenia is mostly to the West of Hungary, by the way).
| CLOSED | 2022-03-31T18:07:45 | 2022-04-01T08:12:56 | 2022-04-01T08:12:56 | https://github.com/huggingface/datasets/issues/4074 | wranai | 1 | [
"documentation",
"dataset bug"
] |
4,071 | Loading issue for xuyeliu/notebookCDG dataset | ## Dataset viewer issue for '*xuyeliu/notebookCDG*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/xuyeliu/notebookCDG)*
*Couldn't load the xuyeliu/notebookCDG with provided scripts: *
```
from datasets import load_dataset
dataset = load_dataset("xuyeliu/notebookCDG/dataset_note... | CLOSED | 2022-03-31T06:36:29 | 2022-03-31T08:17:01 | 2022-03-31T08:16:16 | https://github.com/huggingface/datasets/issues/4071 | Jun-jie-Huang | 1 | [
"dataset bug"
] |
4,062 | Loading mozilla-foundation/common_voice_7_0 dataset failed | ## Describe the bug
I wanted to load `mozilla-foundation/common_voice_7_0` dataset with `fi` language and `test` split from datasets on Colab/Kaggle notebook, but I am getting an error `JSONDecodeError: [Errno Expecting value] Not Found: 0` while loading it. The bug seems to affect other languages and splits too than ... | CLOSED | 2022-03-30T11:39:41 | 2024-06-09T12:12:46 | 2022-03-31T08:18:04 | https://github.com/huggingface/datasets/issues/4062 | aapot | 10 | [
"dataset bug"
] |
4,061 | Loading cnn_dailymail dataset failed | ## Describe the bug
I wanted to load cnn_dailymail dataset from huggingface datasets on jupyter lab, but I am getting an error ` NotADirectoryError:[Errno20] Not a directory ` while loading it.
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset('cnn_dailymail', '3.0.... | CLOSED | 2022-03-30T11:29:02 | 2022-03-30T13:36:14 | 2022-03-30T13:36:14 | https://github.com/huggingface/datasets/issues/4061 | Arij-Aladel | 1 | [
"bug",
"duplicate"
] |
4,057 | `load_dataset` consumes too much memory for audio + tar archives |
## Description
`load_dataset` consumes more and more memory until it's killed, even though it's made with a generator. I'm adding a loading script for a new dataset, made up of ~15s audio coming from a tar file. Tried setting `DEFAULT_WRITER_BATCH_SIZE = 1` as per the discussion in #741 but the problem persists.
... | CLOSED | 2022-03-29T21:38:55 | 2022-08-16T10:22:55 | 2022-08-16T10:22:55 | https://github.com/huggingface/datasets/issues/4057 | JFCeron | 18 | [
"bug"
] |
4,056 | Unexpected behavior of _TempDirWithCustomCleanup | ## Describe the bug
This is not 100% a bug in `datasets`, but behavior that surprised me and I think this could be made more robust on the `datasets`side.
When using `datasets.disable_caching()`, cache files are written to a temporary directory. This directory should be based on the environment variable TMPDIR. I ... | OPEN | 2022-03-29T16:58:22 | 2022-03-30T15:08:04 | null | https://github.com/huggingface/datasets/issues/4056 | JonasGeiping | 2 | [
"bug"
] |
4,053 | Modify datatype from `int32` to `float` for pearsonr, spearmanr. | **Is your feature request related to a problem? Please describe.**
- Now [Pearsonr](https://github.com/huggingface/datasets/blob/master/metrics/pearsonr/pearsonr.py) and [Spearmanr](https://github.com/huggingface/datasets/blob/master/metrics/spearmanr/spearmanr.py) both get input data as 'int32'.
**Describe the ... | CLOSED | 2022-03-29T08:27:41 | 2022-03-29T14:02:20 | 2022-03-29T14:02:20 | https://github.com/huggingface/datasets/issues/4053 | woodywarhol9 | 1 | [
"enhancement"
] |
4,052 | metric = metric_cls( TypeError: 'NoneType' object is not callable | Hi, friend. I meet a problem.
When I run the code:
`metric = load_metric('glue', 'rte')`
There is a problem raising:
`metric = metric_cls(
TypeError: 'NoneType' object is not callable `
I don't know why. Thanks for your help!
| CLOSED | 2022-03-29T07:43:08 | 2022-03-29T14:06:01 | 2022-03-29T14:06:01 | https://github.com/huggingface/datasets/issues/4052 | klyuhang9 | 1 | [] |
4,051 | ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.0.0/datasets/glue/glue.py | Hi, I meet a problem.
When I run the code:
`dataset = load_dataset('glue','sst2')`
There is a issue raising:
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.0.0/datasets/glue/glue.py
I don't know why; it is ok when I use Google Chrome to view this url.
Thanks for your... | CLOSED | 2022-03-29T07:00:31 | 2022-05-08T07:27:32 | 2022-03-29T08:29:25 | https://github.com/huggingface/datasets/issues/4051 | klyuhang9 | 5 | [] |
4,048 | Split size error on `amazon_us_reviews` / `PC_v1_00` dataset | ## Describe the bug
When downloading this subset as of 3-28-2022 you will encounter a split size error after the dataset is extracted. The extracted dataset has roughly ~6m rows while the split expects <1m.
Upon digging a little deeper, I downloaded the raw files from `https://s3.amazonaws.com/amazon-reviews-pds/t... | CLOSED | 2022-03-28T18:12:04 | 2022-04-08T12:29:30 | 2022-04-08T12:29:30 | https://github.com/huggingface/datasets/issues/4048 | trentonstrong | 3 | [
"bug",
"good first issue"
] |
4,047 | Dataset.unique(column: str) -> ArrowNotImplementedError | ## Describe the bug
I'm trying to use `unique()` function, but it fails
## Steps to reproduce the bug
1. Get dataset
2. Call `unique`
3. Error
# Sample code to reproduce the bug
```python
!pip show datasets
from datasets import load_dataset
dataset = load_dataset('wikiann', 'en')
dataset['train'].col... | CLOSED | 2022-03-28T17:59:32 | 2022-04-01T18:24:57 | 2022-04-01T18:24:57 | https://github.com/huggingface/datasets/issues/4047 | orkenstein | 3 | [
"bug"
] |
4,044 | CLI dummy data generation is broken | ## Describe the bug
We get a TypeError when running CLI dummy data generation:
```shell
datasets-cli dummy_data datasets/<your-dataset-folder> --auto_generate
```
gives:
```
File ".../huggingface/datasets/src/datasets/commands/dummy_data.py", line 361, in _autogenerate_dummy_data
dataset_builder._prepare_... | CLOSED | 2022-03-28T16:07:37 | 2022-03-31T14:59:06 | 2022-03-31T14:59:06 | https://github.com/huggingface/datasets/issues/4044 | albertvillanova | 0 | [
"bug"
] |
4,041 | Add support for IIIF in datasets | This is a feature request for support for IIIF in `datasets`. Apologies for the long issue. I have also used a different format to the usual feature request since I think that makes more sense but happy to use the standard template if preferred.
## What is [IIIF](https://iiif.io/)?
IIIF (International Image Inte... | OPEN | 2022-03-28T15:19:25 | 2022-04-05T18:20:53 | null | https://github.com/huggingface/datasets/issues/4041 | davanstrien | 1 | [
"enhancement"
] |
4,037 | Error while building documentation | ## Describe the bug
Documentation building is failing:
- https://github.com/huggingface/datasets/runs/5716300989?check_suite_focus=true
```
ValueError: There was an error when converting ../datasets/docs/source/package_reference/main_classes.mdx to the MDX format.
Unable to find datasets.filesystems.S3FileSystem... | CLOSED | 2022-03-28T09:22:44 | 2022-03-28T10:01:52 | 2022-03-28T10:00:48 | https://github.com/huggingface/datasets/issues/4037 | albertvillanova | 2 | [
"bug"
] |
4,032 | can't download cats_vs_dogs dataset | ## Describe the bug
can't download cats_vs_dogs dataset. error: Checksums didn't match for dataset source files
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset("cats_vs_dogs")
```
## Expected results
loaded successfully.
## Actual results
NonMatchingCheck... | CLOSED | 2022-03-27T17:05:39 | 2022-03-28T07:44:24 | 2022-03-28T07:44:24 | https://github.com/huggingface/datasets/issues/4032 | RRaphaell | 1 | [
"bug"
] |
4,031 | Cannot load the dataset conll2012_ontonotesv5 | ## Describe the bug
Cannot load the dataset conll2012_ontonotesv5
## Steps to reproduce the bug
```python
# Sample code to reproduce the bug
from datasets import load_dataset
dataset = load_dataset('conll2012_ontonotesv5', 'english_v4', split="test")
print(dataset)
```
## Expected results
The datasets s... | CLOSED | 2022-03-27T07:38:23 | 2022-03-28T06:58:31 | 2022-03-28T06:31:18 | https://github.com/huggingface/datasets/issues/4031 | cathyxl | 1 | [
"bug"
] |
4,029 | Add FAISS .range_search() method for retrieving all texts from dataset above similarity threshold | **Is your feature request related to a problem? Please describe.**
I would like to retrieve all texts from a dataset, which are semantically similar to a specific input text (query), above a certain (cosine) similarity threshold. My dataset is very large (Wikipedia), so I need to use Datasets and FAISS for this. I wou... | CLOSED | 2022-03-25T17:31:33 | 2022-05-06T08:35:52 | 2022-05-06T08:35:52 | https://github.com/huggingface/datasets/issues/4029 | MoritzLaurer | 4 | [
"enhancement"
] |
4,027 | ElasticSearch Indexing example: TypeError: __init__() missing 1 required positional argument: 'scheme' | ## Describe the bug
I am following the example in the documentation for elastic search step by step (on google colab): https://huggingface.co/docs/datasets/faiss_es#elasticsearch
```
from datasets import load_dataset
squad = load_dataset('crime_and_punish', split='train[:1000]')
```
When I run the line:
`sq... | CLOSED | 2022-03-25T16:22:28 | 2022-04-07T10:29:52 | 2022-03-28T07:58:56 | https://github.com/huggingface/datasets/issues/4027 | MoritzLaurer | 2 | [
"bug",
"duplicate"
] |
4,025 | Missing argument in precision/recall | **Is your feature request related to a problem? Please describe.**
[`sklearn.metrics.precision_score`](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html) accepts an argument `zero_division`, but it is not available in [precision Metric](https://github.com/huggingface/datasets/blob/... | CLOSED | 2022-03-25T15:55:52 | 2022-03-28T09:53:06 | 2022-03-28T09:53:06 | https://github.com/huggingface/datasets/issues/4025 | Dref360 | 1 | [
"enhancement"
] |
4,015 | Can not correctly parse the classes with imagefolder | ## Describe the bug
I try to load my own image dataset with imagefolder, but the parsing of classes is incorrect.
## Steps to reproduce the bug
I organized my dataset (ImageNet) in the following structure:
```
- imagenet/
- train/
- n01440764/
- ILSVRC2012_val_00000293.jpg
... | CLOSED | 2022-03-25T08:51:17 | 2022-03-28T01:02:03 | 2022-03-25T09:27:56 | https://github.com/huggingface/datasets/issues/4015 | YiSyuanChen | 2 | [
"bug"
] |
4,013 | Cannot preview "hazal/Turkish-Biomedical-corpus-trM" | ## Dataset viewer issue for '*hazal/Turkish-Biomedical-corpus-trM'
**Link:** *https://huggingface.co/datasets/hazal/Turkish-Biomedical-corpus-trM*
*I cannot see the dataset preview.*
```
Server Error
Status code: 400
Exception: HTTPError
Message: 403 Client Error: Forbidden for url: https://h... | CLOSED | 2022-03-25T07:12:02 | 2022-04-04T08:05:01 | 2022-03-25T14:16:11 | https://github.com/huggingface/datasets/issues/4013 | hazalturkmen | 2 | [] |
4,009 | AMI load_dataset error: sndfile library not found | ## Describe the bug
Getting error message when loading AMI dataset.
## Steps to reproduce the bug
`python3 -c "from datasets import load_dataset; print(load_dataset('ami', 'headset-single', split='validation')[0])"
`
## Expected results
A clear and concise description of the expected results.
## Actual r... | CLOSED | 2022-03-24T15:13:38 | 2022-03-24T15:46:38 | 2022-03-24T15:17:29 | https://github.com/huggingface/datasets/issues/4009 | i-am-neo | 1 | [
"bug"
] |
4,007 | set_format does not work with multi dimension tensor | ## Describe the bug
set_format only transforms the last dimension of a multi-dimension list to tensor
## Steps to reproduce the bug
```python
import torch
from datasets import Dataset
ds = Dataset.from_dict({"A": [torch.rand((2, 2))]})
# ds = Dataset.from_dict({"A": [np.random.rand(2, 2)]}) # => same result... | CLOSED | 2022-03-24T11:27:43 | 2022-03-30T07:28:57 | 2022-03-24T14:39:29 | https://github.com/huggingface/datasets/issues/4007 | phihung | 4 | [
"bug"
] |
4,005 | Yelp not working | ## Dataset viewer issue for '*name of the dataset*'
**Link:** https://huggingface.co/datasets/yelp_review_full/viewer/yelp_review_full/train
Doesn't work:
```
Server error
Status code: 400
Exception: Error
Message: line contains NULL
```
Am I the one who added this dataset ? No
A seamingly... | CLOSED | 2022-03-24T11:14:00 | 2022-03-25T14:59:57 | 2022-03-25T14:56:10 | https://github.com/huggingface/datasets/issues/4005 | patrickvonplaten | 6 | [] |
4,003 | ASSIN2 dataset checksum bug | ## Describe the bug
Checksum error after trying to load the [ASSIN 2 dataset](https://huggingface.co/datasets/assin2).
`NonMatchingChecksumError` triggered by calling `load_dataset("assin2")`.
Similar to #3952 , #3942 , #3941 , etc.
```
----------------------------------------------------------------------... | CLOSED | 2022-03-24T10:08:50 | 2022-04-27T14:14:45 | 2022-03-28T13:56:39 | https://github.com/huggingface/datasets/issues/4003 | ruanchaves | 6 | [
"bug"
] |
4,001 | How to use generate this multitask dataset for SQUAD? I am getting a value error. | ## Dataset viewer issue for 'squad_multitask*'
**Link:** https://huggingface.co/datasets/vershasaxena91/squad_multitask
*short description of the issue*
I am trying to generate the multitask dataset for squad dataset. However, gives the error in dataset explorer as well as my local machine.
I tried the comma... | CLOSED | 2022-03-24T09:21:51 | 2022-03-26T09:48:21 | 2022-03-26T03:35:43 | https://github.com/huggingface/datasets/issues/4001 | gsk1692 | 4 | [] |
4,000 | load_dataset error: sndfile library not found | ## Describe the bug
Can't load ami dataset
## Steps to reproduce the bug
```
python3 -c "from datasets import load_dataset; print(load_dataset('ami', 'headset-single', split='validation')[0])"
```
## Expected results
## Actual results
Downloading and preparing dataset ami/headset-single (download: 10.71... | CLOSED | 2022-03-24T01:52:32 | 2022-03-25T17:53:33 | 2022-03-25T17:53:33 | https://github.com/huggingface/datasets/issues/4000 | i-am-neo | 4 | [
"bug"
] |
3,996 | Audio.encode_example() throws an error when writing example from array | ## Describe the bug
When trying to do `Audio().encode_example()` with preexisting array (see [this line](https://github.com/huggingface/datasets/blob/master/src/datasets/features/audio.py#L73)), `sf.write()` throws you an error:
`TypeError: No format specified and unable to get format from file extension: <_io.BytesI... | CLOSED | 2022-03-23T17:11:47 | 2022-03-29T14:16:13 | 2022-03-29T14:16:13 | https://github.com/huggingface/datasets/issues/3996 | polinaeterna | 3 | [
"bug"
] |
3,993 | Streaming dataset + interleave + DataLoader hangs with multiple workers | ## Describe the bug
Interleaving multiple iterable datasets that use `load_dataset` on streaming mode hangs when passed to `torch.utils.data.DataLoader` with multiple workers.
## Steps to reproduce the bug
```python
from datasets import interleave_datasets, load_dataset
from torch.utils.data import DataLoader
... | OPEN | 2022-03-23T14:27:29 | 2023-02-28T14:14:24 | null | https://github.com/huggingface/datasets/issues/3993 | jpilaul | 5 | [
"bug"
] |
3,992 | Image column is not decoded in map when using with with_transform | ## Describe the bug
Image column is not _decoded_ in **map** when using with `with_transform`
## Steps to reproduce the bug
```python
from datasets import Image, Dataset
def add_C(batch):
batch["C"] = batch["A"]
return batch
ds = Dataset.from_dict({"A": ["image.png"]}).cast_column("A", Image())
... | CLOSED | 2022-03-23T10:51:13 | 2022-12-13T16:59:06 | 2022-12-13T16:59:06 | https://github.com/huggingface/datasets/issues/3992 | phihung | 1 | [
"bug"
] |
3,991 | Add Lung Image Database Consortium image collection (LIDC-IDRI) dataset | ## Adding a Dataset
- **Name:** *Lung Image Database Consortium image collection (LIDC-IDRI)*
- **Description:** *Consists of diagnostic and lung cancer screening thoracic computed tomography (CT) scans with marked-up annotated lesions. It is a web-accessible international resource for development, training, and ev... | OPEN | 2022-03-22T22:16:05 | 2022-03-23T12:57:16 | null | https://github.com/huggingface/datasets/issues/3991 | omarespejel | 0 | [
"dataset request",
"vision"
] |
3,990 | Improve AutomaticSpeechRecognition task template | **Is your feature request related to a problem? Please describe.**
[AutomaticSpeechRecognition task template](https://github.com/huggingface/datasets/blob/master/src/datasets/tasks/automatic_speech_recognition.py) is outdated as it uses path to audiofile as an audio column instead of a Audio feature itself (I guess it... | CLOSED | 2022-03-22T15:41:08 | 2022-03-23T17:12:40 | 2022-03-23T17:12:40 | https://github.com/huggingface/datasets/issues/3990 | polinaeterna | 2 | [
"enhancement"
] |
3,986 | Dataset loads indefinitely after modifying default cache path (~/.cache/huggingface) | ## Describe the bug
Dataset loads indefinitely after modifying cache path (~/.cache/huggingface)
If none of the environment variables are set, this custom dataset loads fine ( json-based dataset with custom dataset load script)
** Update: Transformer modules faces the same issue as well during loading
## A clear ... | OPEN | 2022-03-22T08:23:21 | 2023-03-06T16:55:04 | null | https://github.com/huggingface/datasets/issues/3986 | kelvinAI | 5 | [
"bug"
] |
3,985 | [image feature] Too many files open error when image feature is returned as a path | ## Describe the bug
PR in context: #3967. If I load the dataset in this PR (TextVQA), and do a simple list comprehension on the dataset, I get `Too many open files error`. This is happening due to the way we are loading the image feature when a str path is returned from the `_generate_examples`. Specifically at http... | CLOSED | 2022-03-21T21:54:05 | 2022-03-23T18:19:27 | 2022-03-23T18:19:27 | https://github.com/huggingface/datasets/issues/3985 | apsdehal | 0 | [
"bug"
] |
3,984 | Local and automatic tests fail | ## Describe the bug
Running the tests from CircleCI on a PR or locally fails, even with no changes. Tests seem to fail on `test_metric_common.py`
## Steps to reproduce the bug
```shell
git clone https://huggingface/datasets.git
cd datasets
```
```python
python -m pip install -e .
pytest
```
## Expected... | CLOSED | 2022-03-21T19:07:37 | 2023-07-25T15:18:40 | 2023-07-25T15:18:40 | https://github.com/huggingface/datasets/issues/3984 | MarkusSagen | 1 | [
"bug"
] |
3,983 | Infinitely attempting lock | I am trying to run one of the examples of the `transformers` repo, which makes use of `datasets`.
Important to note is that I am trying to run this via a Databricks notebook, and all the files reside in the Databricks Filesystem (DBFS).
```
%sh
python /dbfs/transformers/examples/pytorch/summarization/run_summariz... | CLOSED | 2022-03-21T18:11:57 | 2024-05-09T08:24:34 | 2022-05-06T16:12:18 | https://github.com/huggingface/datasets/issues/3983 | jyrr | 4 | [] |
3,978 | I can't view HFcallback dataset for ASR Space | ## Dataset viewer issue for '*Urdu-ASR-flags*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/kingabzpro/Urdu-ASR-flags)*
*I think dataset should show some thing and if you want me to add script, please show me the documentation. I thought this was suppose to be automatic task.*
A... | OPEN | 2022-03-21T11:07:49 | 2023-09-25T12:19:53 | null | https://github.com/huggingface/datasets/issues/3978 | kingabzpro | 4 | [] |
3,977 | Adapt `docs/README.md` for datasets | ## Describe the bug
Currently `docs/README.md` is a direct copy from `transformers`, we should probably adapt this file for `datasets`. | CLOSED | 2022-03-21T08:26:49 | 2023-02-27T10:32:37 | 2023-02-27T10:32:37 | https://github.com/huggingface/datasets/issues/3977 | qqaatw | 1 | [
"documentation"
] |
3,973 | ConnectionError and SSLError | code
```
from datasets import load_dataset
dataset = load_dataset('oscar', 'unshuffled_deduplicated_it')
```
bug report
```
---------------------------------------------------------------------------
ConnectionError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_2978... | CLOSED | 2022-03-20T06:45:37 | 2022-03-30T08:13:32 | 2022-03-30T08:13:32 | https://github.com/huggingface/datasets/issues/3973 | yanyu2015 | 6 | [
"bug"
] |
3,969 | Cannot preview cnn_dailymail dataset | ## Dataset viewer issue for '*cnn_dailymail*'
**Link:** https://huggingface.co/datasets/cnn_dailymail
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| CLOSED | 2022-03-19T14:08:57 | 2022-04-20T15:52:49 | 2022-04-20T15:52:49 | https://github.com/huggingface/datasets/issues/3969 | hasan-besh | 10 | [] |
3,968 | Cannot preview 'indonesian-nlp/eli5_id' dataset | ## Dataset viewer issue for '*indonesian-nlp/eli5_id*'
**Link:** https://huggingface.co/datasets/indonesian-nlp/eli5_id
I can not see the dataset preview.
```
Server Error
Status code: 400
Exception: Status400Error
Message: Not found. Maybe the cache is missing, or maybe the dataset does not exis... | CLOSED | 2022-03-19T06:54:09 | 2022-03-24T16:34:24 | 2022-03-24T16:34:24 | https://github.com/huggingface/datasets/issues/3968 | cahya-wirawan | 5 | [
"dataset-viewer"
] |
3,965 | TypeError: Couldn't cast array of type for JSONLines dataset | ## Describe the bug
One of the [course participants](https://discuss.huggingface.co/t/chapter-5-questions/11744/20?u=lewtun) is having trouble loading a JSONLines dataset that's composed of the GitHub issues from `spacy` (see stack trace below).
This reminds me a bit of #2799 where one can load the dataset in `pan... | CLOSED | 2022-03-18T15:17:53 | 2022-05-06T16:13:51 | 2022-05-06T16:13:51 | https://github.com/huggingface/datasets/issues/3965 | lewtun | 1 | [
"bug"
] |
3,964 | Add default Audio Loader | **Is your feature request related to a problem? Please describe.**
Writing a custom loading dataset script might be a bit challenging for users.
**Describe the solution you'd like**
Add default Audio loader (analogous to ImageFolder) for small datasets with standard directory structure.
**Describe alternatives ... | CLOSED | 2022-03-18T12:58:55 | 2022-08-22T14:20:46 | 2022-08-22T14:20:46 | https://github.com/huggingface/datasets/issues/3964 | polinaeterna | 0 | [
"enhancement"
] |
3,961 | Scores from Index at extra positions are not filtered out | If a FAISS index has fewer records than the requested number of top results (k), then it returns -1 in indices for the additional positions. The get_nearest_examples method only filters out the extra results from the dataset samples. It would be better to filter out extra scores too.
Reference: https://github.com/hu... | CLOSED | 2022-03-18T06:13:23 | 2022-04-12T14:41:58 | 2022-04-12T14:41:58 | https://github.com/huggingface/datasets/issues/3961 | vishalsrao | 2 | [
"bug"
] |
3,960 | Load local dataset error | When i used the datasets==1.11.0, it's all right. Util update the latest version, it get the error like this:
```
>>> from datasets import load_dataset
>>> data_files={'train': ['/ssd/datasets/imagenet/pytorch/train'], 'validation': ['/ssd/datasets/imagenet/pytorch/val']}
>>> ds = load_dataset('nateraw/image-folder... | OPEN | 2022-03-18T03:32:49 | 2023-08-02T17:12:20 | null | https://github.com/huggingface/datasets/issues/3960 | TXacs | 13 | [
"bug",
"dataset bug"
] |
3,959 | Medium-sized dataset conversion from pandas causes a crash | Hi, I am suffering from the following issue:
## Describe the bug
Conversion to arrow dataset from pandas dataframe of a certain size deterministically causes the following crash:
```
File "/home/datasets_crash.py", line 7, in <module>
arrow=datasets.Dataset.from_pandas(d)
File "/home/.conda/envs/tools... | CLOSED | 2022-03-17T20:20:35 | 2022-12-12T17:14:06 | 2022-04-20T12:35:37 | https://github.com/huggingface/datasets/issues/3959 | Antymon | 3 | [
"bug"
] |
3,956 | TypeError: __init__() missing 1 required positional argument: 'scheme' | ## Describe the bug
Based on [this tutorial](https://huggingface.co/docs/datasets/faiss_es#elasticsearch) the provided code should add Elasticsearch index but raised the following error, probably the new Elasticsearch version is not compatible though the tutorial doesn't provide any information about the supporting El... | CLOSED | 2022-03-17T11:43:13 | 2023-11-21T04:26:20 | 2022-03-28T08:00:01 | https://github.com/huggingface/datasets/issues/3956 | amirj | 8 | [
"bug"
] |
3,954 | The dataset preview is not available for tdklab/Hebrew_Squad_v1.1 dataset | ## Dataset viewer issue for 'tdklab/Hebrew_Squad_v1.1'
**Link:** https://huggingface.co/api/datasets/tdklab/Hebrew_Squad_v1.1?full=true
The dataset preview is not available for this dataset.
Am I the one who added this dataset ? Yes | CLOSED | 2022-03-17T09:38:11 | 2022-04-20T12:39:07 | 2022-04-20T12:39:07 | https://github.com/huggingface/datasets/issues/3954 | MatanBenChorin | 6 | [] |
3,953 | Add ImageNet Sketch | ## Adding a Dataset
- **Name:** ImageNet Sketch
- **Description:** ImageNet-Sketch is a dataset consisting of sketch-like images, that matches the ImageNet classification validation set in categories and scale.
- **Paper:** [Learning Robust Global Representations by Penalizing Local Predictive Power](https://arxiv.o... | CLOSED | 2022-03-17T09:20:31 | 2022-05-23T18:05:29 | 2022-05-23T18:05:29 | https://github.com/huggingface/datasets/issues/3953 | NielsRogge | 2 | [
"dataset request",
"vision"
] |
3,952 | Checksum error for glue sst2, stsb, rte etc datasets | ## Describe the bug
Checksum error for glue sst2, stsb, rte etc datasets
## Steps to reproduce the bug
```python
>>> nlp.load_dataset('glue', 'sst2')
Downloading and preparing dataset glue/sst2 (download: 7.09 MiB, generated: 4.81 MiB, post-processed: Unknown sizetotal: 11.90 MiB) to
Downloading: 100%|████████... | CLOSED | 2022-03-17T03:45:47 | 2022-03-17T07:10:15 | 2022-03-17T07:10:14 | https://github.com/huggingface/datasets/issues/3952 | ravindra-ut | 1 | [
"bug"
] |
3,951 | Forked streaming datasets try to `open` data urls rather than use network | ## Describe the bug
Building on #3950, if you bypass the pickling problem you still can't use the dataset. Somehow something gets confused and the forked processes try to `open` urls rather than anything else.
## Steps to reproduce the bug
```python
from multiprocessing import freeze_support
import transformer... | CLOSED | 2022-03-16T21:21:02 | 2022-06-10T20:47:26 | 2022-06-10T20:47:26 | https://github.com/huggingface/datasets/issues/3951 | dlwh | 1 | [
"bug"
] |
3,950 | Streaming Datasets don't work with Transformers Trainer when dataloader_num_workers>1 | ## Describe the bug
Streaming Datasets can't be pickled, so any interaction between them and multiprocessing results in a crash.
## Steps to reproduce the bug
```python
import transformers
from transformers import Trainer, AutoModelForCausalLM, TrainingArguments
import datasets
ds = datasets.load_dataset('os... | CLOSED | 2022-03-16T21:14:11 | 2022-06-10T20:47:26 | 2022-06-10T20:47:26 | https://github.com/huggingface/datasets/issues/3950 | dlwh | 1 | [
"bug",
"good first issue"
] |
3,942 | reddit_tifu dataset: Checksums didn't match for dataset source files | ## Describe the bug
When loading the reddit_tifu dataset, it throws the exception "Checksums didn't match for dataset source files"
## Steps to reproduce the bug
```python
import datasets
from datasets import load_dataset
print(datasets.__version__)
# load_dataset('billsum')
load_dataset('reddit_tifu'... | CLOSED | 2022-03-16T15:23:30 | 2022-03-16T15:57:43 | 2022-03-16T15:39:25 | https://github.com/huggingface/datasets/issues/3942 | XingxingZhang | 3 | [
"bug",
"duplicate"
] |
3,941 | billsum dataset: Checksums didn't match for dataset source files: | ## Describe the bug
When loading the `billsum` dataset, it throws the exception "Checksums didn't match for dataset source files"
```
File "virtualenv_projects/codex/lib/python3.7/site-packages/datasets/utils/info_utils.py", line 40, in verify_checksums
raise NonMatchingChecksumError(error_msg + str(bad_u... | CLOSED | 2022-03-16T14:52:08 | 2024-03-13T12:11:35 | 2022-03-16T15:46:44 | https://github.com/huggingface/datasets/issues/3941 | XingxingZhang | 3 | [
"bug"
] |
3,939 | Source links broken | ## Describe the bug
The source links of v2.0.0 docs are broken:
For exmaple, clicking the source button of this [class](https://huggingface.co/docs/datasets/v2.0.0/en/package_reference/main_classes#datasets.ClassLabel) will direct users to `https://github.com/huggingface/datasets/blob/v2.0.0/src/datasets/features... | CLOSED | 2022-03-16T11:17:47 | 2022-03-19T04:41:32 | 2022-03-19T04:41:32 | https://github.com/huggingface/datasets/issues/3939 | qqaatw | 8 | [
"bug"
] |
3,937 | Missing languages in lvwerra/github-code dataset | Hi,
I'm working with the github-code dataset. First of all, thank you for creating this amazing dataset!
I've noticed that two languages are missing from the dataset: TypeScript and Scala.
Looks like they're also omitted from the query you used to get the original code.
Are there any plans to add them in the fut... | CLOSED | 2022-03-16T10:32:03 | 2022-03-22T07:09:23 | 2022-03-21T14:50:47 | https://github.com/huggingface/datasets/issues/3937 | Eytan-S | 5 | [
"Dataset discussion"
] |
3,929 | Load a local dataset twice | ## Describe the bug
Load a local "dataset" composed of two csv files twice.
## Steps to reproduce the bug
Put the two joined files in a repository named "Data".
Then in python:
import datasets as ds
ds.load_dataset('Data', data_files = {'file1.csv', 'file2.csv'})
## Expected results
Should give something ... | CLOSED | 2022-03-15T18:59:26 | 2022-03-16T09:55:09 | 2022-03-16T09:54:06 | https://github.com/huggingface/datasets/issues/3929 | caush | 1 | [
"bug"
] |
3,928 | Frugal score deprecations | ## Describe the bug
The frugal score returns a really verbose output with warnings that can be easily changed.
## Steps to reproduce the bug
```python
# Sample code to reproduce the bug
from datasets.load import load_metric
frugal = load_metric("frugalscore")
frugal.compute(predictions=["Do you like spinach... | CLOSED | 2022-03-15T18:10:42 | 2022-03-17T08:37:24 | 2022-03-17T08:37:24 | https://github.com/huggingface/datasets/issues/3928 | ierezell | 1 | [
"bug"
] |
3,920 | 'datasets.features' is not a package | @albertvillanova
python 3.9
os: ubuntu 20.04
In conda environment
torch installed by
```/env/bin/pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html```
datasets package is installed by
```
/env/bin/pip install datasets==1.8.... | CLOSED | 2022-03-15T11:14:23 | 2022-03-16T09:17:12 | 2022-03-16T09:17:12 | https://github.com/huggingface/datasets/issues/3920 | Arij-Aladel | 2 | [] |
3,919 | AttributeError: 'DatasetDict' object has no attribute 'features' | ## Describe the bug
Receiving the error when trying to check for Dataset features
## Steps to reproduce the bug
from datasets import Dataset
dataset = Dataset.from_pandas(df[['id', 'words', 'bboxes', 'ner_tags', 'image_path']])
dataset.features
## Expected results
A clear and concise description of the exp... | CLOSED | 2022-03-15T10:46:59 | 2022-03-17T04:16:14 | 2022-03-17T04:16:14 | https://github.com/huggingface/datasets/issues/3919 | jswapnil10 | 2 | [
"bug"
] |
3,918 | datasets.utils.info_utils.NonMatchingChecksumError: Checksums didn't match for dataset source files | ## Describe the bug
Can't load the dataset
## Steps to reproduce the bug
```python
# Sample code to reproduce the bug
```
from datasets import load_dataset
dataset = load_dataset('multi_news')
dataset_2=load_dataset("reddit_tifu", "long")
## Actual results
raise NonMatchingChecksumError(error_msg + s... | CLOSED | 2022-03-15T08:53:45 | 2022-03-16T15:36:58 | 2022-03-15T14:01:25 | https://github.com/huggingface/datasets/issues/3918 | willowdong | 3 | [
"bug",
"duplicate"
] |
3,909 | Error loading file audio when downloading the Common Voice dataset directly from the Hub | ## Describe the bug
When loading the Common_Voice dataset, by downloading it directly from the Hugging Face hub, some files can not be opened.
## Steps to reproduce the bug
```python
import torch
import torchaudio
from datasets import load_dataset, load_metric
from transformers import Wav2Vec2ForCTC, Wav2Vec2... | CLOSED | 2022-03-14T15:53:50 | 2023-03-02T15:31:27 | 2023-03-02T15:31:26 | https://github.com/huggingface/datasets/issues/3909 | aliceinland | 8 | [
"bug"
] |
3,906 | NonMatchingChecksumError on Spider dataset | ## Describe the bug
Failure to generate dataset ```spider``` because of checksums error for dataset source files.
## Steps to reproduce the bug
```
from datasets import load_dataset
spider = load_dataset("spider")
```
## Expected results
Checksums should match for files from url ['https://drive.google.com... | CLOSED | 2022-03-14T14:54:53 | 2022-03-15T07:09:51 | 2022-03-15T07:09:51 | https://github.com/huggingface/datasets/issues/3906 | kolk | 1 | [
"bug"
] |
3,904 | CONLL2003 Dataset not available | ## Describe the bug
[CONLL2003](https://huggingface.co/datasets/conll2003) Dataset can no longer reach 'https://data.deepai.org/conll2003.zip'

## Steps to reproduce the bug
```python
from datasets impo... | CLOSED | 2022-03-13T23:46:15 | 2023-06-28T18:08:16 | 2022-03-17T08:21:32 | https://github.com/huggingface/datasets/issues/3904 | omarespejel | 4 | [
"dataset bug"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.