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 |
|---|---|---|---|---|---|---|---|---|---|---|
3,403 | Cannot import name 'maybe_sync' | ## Describe the bug
Cannot seem to import datasets when running run_summarizer.py script on a VM set up on ovhcloud
## Steps to reproduce the bug
```python
from datasets import load_dataset
```
## Expected results
No error
## Actual results
Traceback (most recent call last):
File "<stdin>", line 1, in... | CLOSED | 2021-12-07T17:57:59 | 2021-12-17T07:00:35 | 2021-12-17T07:00:35 | https://github.com/huggingface/datasets/issues/3403 | KMFODA | 4 | [
"bug"
] |
3,401 | Add Wikimedia pre-processed datasets | ## Adding a Dataset
- **Name:** Add pre-processed data to:
- *wikimedia/wikipedia*: https://huggingface.co/datasets/wikimedia/wikipedia
- *wikimedia/wikisource*: https://huggingface.co/datasets/wikimedia/wikisource
- **Description:** Add pre-processed data to the Hub for all languages
- **Paper:** *link to the... | CLOSED | 2021-12-07T17:33:19 | 2024-10-09T16:10:47 | 2024-10-09T16:10:47 | https://github.com/huggingface/datasets/issues/3401 | albertvillanova | 1 | [
"dataset request"
] |
3,400 | Improve Wikipedia loading script | As reported by @geohci, the "wikipedia" processing/loading script could be improved by some additional small suggested processing functions:
- _extract_content(filepath):
- Replace .startswith("#redirect") with more structured approach: if elem.find(f"./{namespace}redirect") is None: continue
- _parse_and_clean_wi... | CLOSED | 2021-12-07T17:29:25 | 2022-03-22T16:52:28 | 2022-03-22T16:52:28 | https://github.com/huggingface/datasets/issues/3400 | albertvillanova | 2 | [
"dataset request"
] |
3,399 | Add Wikisource dataset | ## Adding a Dataset
- **Name:** *wikisource*
- **Description:** *short description of the dataset (or link to social media or blog post)*
- **Paper:** *link to the dataset paper if available*
- **Data:** *link to the Github repository or current dataset location*
- **Motivation:** Additional high quality textual d... | CLOSED | 2021-12-07T17:21:31 | 2024-10-09T16:11:27 | 2024-10-09T16:11:26 | https://github.com/huggingface/datasets/issues/3399 | albertvillanova | 2 | [
"dataset request"
] |
3,398 | Add URL field to Wikimedia dataset instances: wikipedia,... | As reported by @geohci, in order to host pre-processed data in the Hub, we should add the full URL to data instances (new field "url"), so that we conform to proper attribution from license requirement. See, e.g.: https://fair-trec.github.io/docs/Fair_Ranking_2021_Participant_Instructions.pdf#subsection.3.2
This sho... | CLOSED | 2021-12-07T17:17:27 | 2022-03-22T16:53:27 | 2022-03-22T16:53:27 | https://github.com/huggingface/datasets/issues/3398 | albertvillanova | 5 | [
"dataset request"
] |
3,396 | Install Audio dependencies to support audio decoding | ## Dataset viewer issue for '*openslr*', '*projecte-aina/parlament_parla*'
**Link:** *https://huggingface.co/datasets/openslr*
**Link:** *https://huggingface.co/datasets/projecte-aina/parlament_parla*
Error:
```
Status code: 400
Exception: ImportError
Message: To support decoding audio files, ple... | CLOSED | 2021-12-07T15:11:36 | 2022-04-25T16:12:22 | 2022-04-25T16:12:01 | https://github.com/huggingface/datasets/issues/3396 | albertvillanova | 5 | [
"dataset-viewer",
"audio_column"
] |
3,394 | Preserve all feature types when saving a dataset on the Hub with `push_to_hub` | Currently, if one of the dataset features is of type `ClassLabel`, saving the dataset with `push_to_hub` and reloading the dataset with `load_dataset` will return the feature of type `Value`. To fix this, we should do something similar to `save_to_disk` (which correctly preserves the types) and not only push the parque... | CLOSED | 2021-12-07T14:08:30 | 2021-12-21T17:00:09 | 2021-12-21T17:00:09 | https://github.com/huggingface/datasets/issues/3394 | mariosasko | 2 | [
"bug"
] |
3,393 | Common Voice Belarusian Dataset | ## Adding a Dataset
- **Name:** *Common Voice Belarusian Dataset*
- **Description:** *[commonvoice.mozilla.org/be](https://commonvoice.mozilla.org/be)*
- **Data:** *[commonvoice.mozilla.org/be/datasets](https://commonvoice.mozilla.org/be/datasets)*
- **Motivation:** *It has more than 7GB of data, so it will be grea... | OPEN | 2021-12-07T10:37:02 | 2021-12-09T15:56:03 | null | https://github.com/huggingface/datasets/issues/3393 | wiedymi | 0 | [
"dataset request",
"speech"
] |
3,392 | Dataset viewer issue for `dansbecker/hackernews_hiring_posts` | ## Dataset viewer issue for `dansbecker/hackernews_hiring_posts`
**Link:** https://huggingface.co/datasets/dansbecker/hackernews_hiring_posts
*short description of the issue*
Dataset preview not showing for uploaded DatasetDict. See https://discuss.huggingface.co/t/dataset-preview-not-showing-for-uploaded-data... | CLOSED | 2021-12-07T08:41:01 | 2021-12-07T14:04:28 | 2021-12-07T14:04:28 | https://github.com/huggingface/datasets/issues/3392 | severo | 1 | [
"dataset-viewer"
] |
3,391 | method to select columns | **Is your feature request related to a problem? Please describe.**
* There is currently no way to select some columns of a dataset. In pandas, one can use `df[['col1', 'col2']]` to select columns, but in `datasets`, it results in error.
**Describe the solution you'd like**
* A new method that can be used to cr... | CLOSED | 2021-12-07T02:44:19 | 2021-12-07T02:45:27 | 2021-12-07T02:45:27 | https://github.com/huggingface/datasets/issues/3391 | changjonathanc | 1 | [
"enhancement"
] |
3,390 | Loading dataset throws "KeyError: 'Field "builder_name" does not exist in table schema'" | ## Describe the bug
I have prepared dataset to datasets and now I am trying to load it back Finnish-NLP/voxpopuli_fi
I get "KeyError: 'Field "builder_name" does not exist in table schema'"
My dataset folder and files should be like @patrickvonplaten has here https://huggingface.co/datasets/flax-community/german-c... | CLOSED | 2021-12-06T18:22:49 | 2021-12-06T20:22:05 | 2021-12-06T20:22:05 | https://github.com/huggingface/datasets/issues/3390 | R4ZZ3 | 1 | [
"bug"
] |
3,389 | Add EDGAR | ## Adding a Dataset
- **Name:** EDGAR Database
- **Description:** https://www.sec.gov/edgar/about EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system, is the primary system for companies and others submitting documents under the Securities Act of 1933, the Securities Exchange Act of 1934, the Trust I... | OPEN | 2021-12-06T14:06:11 | 2022-10-05T10:40:22 | null | https://github.com/huggingface/datasets/issues/3389 | philschmid | 2 | [
"dataset request"
] |
3,385 | None batched `with_transform`, `set_transform` | **Is your feature request related to a problem? Please describe.**
A `torch.utils.data.Dataset.__getitem__` operates on a single example.
But 🤗 `Datasets.with_transform` doesn't seem to allow non-batched transform.
**Describe the solution you'd like**
Have a `batched=True` argument in `Datasets.with_transfor... | OPEN | 2021-12-06T05:20:54 | 2022-01-17T15:25:01 | null | https://github.com/huggingface/datasets/issues/3385 | changjonathanc | 3 | [
"enhancement"
] |
3,381 | Unable to load audio_features from common_voice dataset | ## Describe the bug
I am not able to load audio features from common_voice dataset
## Steps to reproduce the bug
```
from datasets import load_dataset
import torchaudio
test_dataset = load_dataset("common_voice", "hi", split="test[:2%]")
resampler = torchaudio.transforms.Resample(48_000, 16_000)
def spe... | CLOSED | 2021-12-04T19:59:11 | 2021-12-06T17:52:42 | 2021-12-06T17:52:42 | https://github.com/huggingface/datasets/issues/3381 | ashu5644 | 3 | [
"bug"
] |
3,380 | [Quick poll] Give your opinion on the future of the Hugging Face Open Source ecosystem! | Thanks to all of you, `datasets` will pass 11.5k stars :star2: this week!
If you have a couple of minutes and want to participate in shaping the future of the ecosystem, please share your thoughts:
[**hf.co/oss-survey**](https://hf.co/oss-survey)
(please reply in the above feedback form rather than to this th... | CLOSED | 2021-12-04T09:18:33 | 2022-01-11T12:29:53 | 2022-01-11T12:29:53 | https://github.com/huggingface/datasets/issues/3380 | LysandreJik | 0 | [] |
3,374 | NonMatchingChecksumError for the CLUE:cluewsc2020, chid, c3 and tnews | Hi, it seems like there are updates in cluewsc2020, chid, c3 and tnews, since i could not load them due to the checksum error. | CLOSED | 2021-12-03T10:10:54 | 2021-12-08T14:14:41 | 2021-12-08T14:14:41 | https://github.com/huggingface/datasets/issues/3374 | Namco0816 | 2 | [] |
3,373 | Support streaming zipped CSV dataset repo by passing only repo name | Given a community 🤗 dataset repository containing only a zipped CSV file (only raw data, no loading script), I would like to load it in streaming mode without passing `data_files`:
```
ds_name = "bigscience-catalogue-data/vietnamese_poetry_from_fsoft_ai_lab"
ds = load_dataset(ds_name, split="train", streaming=True,... | CLOSED | 2021-12-03T09:48:24 | 2021-12-16T18:03:31 | 2021-12-16T18:03:31 | https://github.com/huggingface/datasets/issues/3373 | albertvillanova | 0 | [
"enhancement"
] |
3,372 | [SEO improvement] Add Dataset Metadata to make datasets indexable | Some people who host datasets on github seem to include a table of metadata at the end of their README.md to make the dataset indexable by [Google Dataset Search](https://datasetsearch.research.google.com/) (See [here](https://github.com/google-research/google-research/tree/master/goemotions#dataset-metadata) and [here... | CLOSED | 2021-12-02T20:21:07 | 2022-03-18T09:36:48 | 2022-03-18T09:36:48 | https://github.com/huggingface/datasets/issues/3372 | cakiki | 0 | [
"enhancement"
] |
3,369 | [Audio] Allow resampling for audio datasets in streaming mode | Many audio datasets like Common Voice always need to be resampled. This can very easily be done in non-streaming mode as follows:
```python
from datasets import load_dataset
ds = load_dataset("common_voice", "ab", split="test")
ds = ds.cast_column("audio", Audio(sampling_rate=16_000))
```
However in strea... | CLOSED | 2021-12-02T14:04:57 | 2021-12-16T15:55:19 | 2021-12-16T15:55:19 | https://github.com/huggingface/datasets/issues/3369 | patrickvonplaten | 2 | [
"enhancement"
] |
3,366 | Add multimodal datasets | Epic issue to track the addition of multimodal datasets:
- [ ] #2526
- [x] #1842
- [ ] #1810
Instructions to add a new dataset can be found [here](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md).
@VictorSanh feel free to add and sort by priority any interesting dataset. I have added the... | OPEN | 2021-12-02T07:24:04 | 2023-02-28T16:29:22 | null | https://github.com/huggingface/datasets/issues/3366 | albertvillanova | 0 | [
"dataset request"
] |
3,365 | Add task tags for multimodal datasets | ## **Is your feature request related to a problem? Please describe.**
Currently, task tags are either exclusively related to text or speech processing:
- https://github.com/huggingface/datasets/blob/master/src/datasets/utils/resources/tasks.json
## **Describe the solution you'd like**
We should also add tasks... | CLOSED | 2021-12-02T06:58:20 | 2023-07-25T18:21:33 | 2023-07-25T18:21:32 | https://github.com/huggingface/datasets/issues/3365 | albertvillanova | 1 | [
"enhancement"
] |
3,361 | Jeopardy _URL access denied | ## Describe the bug
http://skeeto.s3.amazonaws.com/share/JEOPARDY_QUESTIONS1.json.gz returns Access Denied now.
However, https://drive.google.com/file/d/0BwT5wj_P7BKXb2hfM3d2RHU1ckE/view?usp=sharing from the original Reddit post https://www.reddit.com/r/datasets/comments/1uyd0t/200000_jeopardy_questions_in_a_json_f... | CLOSED | 2021-12-01T18:21:33 | 2021-12-11T12:50:23 | 2021-12-06T11:16:31 | https://github.com/huggingface/datasets/issues/3361 | tianjianjiang | 1 | [
"bug"
] |
3,358 | add new field, and get errors | after adding new field **tokenized_examples["example_id"]**, and get errors below,
I think it is due to changing data to tensor, and **tokenized_examples["example_id"]** is string list
**all fields**
```
***************** train_dataset 1: Dataset({
features: ['attention_mask', 'end_positions', 'example_id', '... | CLOSED | 2021-12-01T16:35:38 | 2021-12-02T02:26:22 | 2021-12-02T02:26:22 | https://github.com/huggingface/datasets/issues/3358 | PatricYan | 2 | [] |
3,353 | add one field "example_id", but I can't see it in the "comput_loss" function | Hi, I add one field **example_id**, but I can't see it in the **comput_loss** function, how can I do this? below is the information of inputs
```
*********************** inputs: {'attention_mask': tensor([[1, 1, 1, ..., 0, 0, 0],
[1, 1, 1, ..., 0, 0, 0],
[1, 1, 1, ..., 0, 0, 0],
...,
... | CLOSED | 2021-12-01T09:35:09 | 2021-12-01T16:02:39 | 2021-12-01T16:02:39 | https://github.com/huggingface/datasets/issues/3353 | PatricYan | 7 | [] |
3,346 | Failed to convert `string` with pyarrow for QED since 1.15.0 | ## Describe the bug
Loading QED was fine until 1.15.0.
related: bigscience-workshop/promptsource#659, bigscience-workshop/promptsource#670
Not sure where the root cause is, but here are some candidates:
- #3158
- #3120
- #3196
- #2891
## Steps to reproduce the bug
```python
load_dataset("qed")
```
## ... | CLOSED | 2021-11-30T20:11:42 | 2021-12-14T14:39:05 | 2021-12-14T14:39:05 | https://github.com/huggingface/datasets/issues/3346 | tianjianjiang | 2 | [
"bug"
] |
3,345 | Failed to download species_800 from Google Drive zip file | ## Describe the bug
One can manually download the zip file on Google Drive, but `load_dataset()` cannot.
related: #3248
## Steps to reproduce the bug
```shell
> python
Python 3.7.12 (default, Sep 5 2021, 08:34:29)
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
Type "help", "copyright", "credits" or "license" ... | CLOSED | 2021-11-30T20:00:28 | 2021-12-01T17:53:15 | 2021-12-01T17:53:15 | https://github.com/huggingface/datasets/issues/3345 | tianjianjiang | 3 | [
"bug"
] |
3,341 | Mirror the canonical datasets to the Hugging Face Hub | - [ ] create a repo on https://hf.co/datasets for every canonical dataset
- [ ] on every commit related to a dataset, update the hf.co repo
See https://github.com/huggingface/moon-landing/pull/1562
@SBrandeis: I let you edit this description if needed to precise the intent. | CLOSED | 2021-11-30T16:42:05 | 2022-01-26T14:47:37 | 2022-01-26T14:47:37 | https://github.com/huggingface/datasets/issues/3341 | severo | 2 | [
"enhancement"
] |
3,339 | to_tf_dataset fails on TPU | Using `to_tf_dataset` to create a dataset and then putting it in `model.fit` results in an internal error on TPUs. I've only tried on Colab and Kaggle TPUs, not GCP TPUs.
## Steps to reproduce the bug
I made a colab to show the error. https://colab.research.google.com/drive/12x_PFKzGouFxqD4OuWfnycW_1TaT276z?usp=s... | OPEN | 2021-11-30T00:50:52 | 2021-12-02T14:21:27 | null | https://github.com/huggingface/datasets/issues/3339 | nbroad1881 | 5 | [
"bug"
] |
3,337 | Typing of Dataset.__getitem__ could be improved. | ## Describe the bug
The newly added typing for Dataset.__getitem__ is Union[Dict, List]. This makes tools like mypy a bit awkward to use as we need to check the type manually. We could use type overloading to make this easier. [Documentation](https://docs.python.org/3/library/typing.html#typing.overload)
## Steps... | CLOSED | 2021-11-29T16:20:11 | 2021-12-14T10:28:54 | 2021-12-14T10:28:54 | https://github.com/huggingface/datasets/issues/3337 | Dref360 | 2 | [
"bug"
] |
3,334 | Integrate Polars library | Check potential integration of the Polars library: https://github.com/pola-rs/polars
- Benchmark: https://h2oai.github.io/db-benchmark/
CC: @thomwolf @lewtun
| CLOSED | 2021-11-29T12:31:54 | 2024-08-31T05:31:28 | 2024-08-31T05:31:27 | https://github.com/huggingface/datasets/issues/3334 | albertvillanova | 8 | [
"enhancement"
] |
3,333 | load JSON files, get the errors | Hi, does this bug be fixed? when I load JSON files, I get the same errors by the command
`!python3 run.py --do_train --task qa --dataset squad-retrain-data/train-v2.0.json --output_dir ./re_trained_model/`
change the dateset to load json by refering to https://huggingface.co/docs/datasets/loading.html
`dataset = ... | CLOSED | 2021-11-28T14:29:58 | 2021-12-01T09:34:31 | 2021-12-01T03:57:48 | https://github.com/huggingface/datasets/issues/3333 | PatricYan | 12 | [] |
3,331 | AttributeError: 'CommunityDatasetModuleFactoryWithoutScript' object has no attribute 'path' | ## Describe the bug
I add a new question answering dataset to huggingface datasets manually. Here is the link: [luozhouyang/question-answering-datasets](https://huggingface.co/datasets/luozhouyang/question-answering-datasets)
But when I load the dataset, an error raised:
```bash
AttributeError: 'CommunityDatas... | CLOSED | 2021-11-28T08:54:05 | 2021-11-29T13:49:44 | 2021-11-29T13:34:14 | https://github.com/huggingface/datasets/issues/3331 | luozhouyang | 1 | [
"bug"
] |
3,329 | Map function: Type error on iter #999 | ## Describe the bug
Using the map function, it throws a type error on iter #999
Here is the code I am calling:
```
dataset = datasets.load_dataset('squad')
dataset['validation'].map(text_numbers_to_int, input_columns=['context'], fn_kwargs={'column': 'context'})
```
text_numbers_to_int returns the input text ... | CLOSED | 2021-11-27T17:53:05 | 2021-11-29T20:40:15 | 2021-11-29T20:40:15 | https://github.com/huggingface/datasets/issues/3329 | josephkready666 | 4 | [
"bug"
] |
3,327 | "Shape of query is incorrect, it has to be either a 1D array or 2D (1, N)" | ## Describe the bug
Passing a correctly shaped Numpy-Array to get_nearest_examples leads to the Exception
"Shape of query is incorrect, it has to be either a 1D array or 2D (1, N)"
Probably the reason for this is a wrongly converted assertion.
1.15.1:
`assert len(query.shape) == 1 or (len(query.shape) == 2... | CLOSED | 2021-11-26T16:26:36 | 2021-11-26T16:44:11 | 2021-11-26T16:44:11 | https://github.com/huggingface/datasets/issues/3327 | eliasws | 1 | [
"bug"
] |
3,324 | Can't import `datasets` in python 3.10 | When importing `datasets` I'm getting this error in python 3.10:
```python
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/quentinlhoest/Desktop/hf/nlp/src/datasets/__init__.py", line 34, in <module>
from .arrow_dataset import Dataset, concatenate_datasets
File "/Use... | CLOSED | 2021-11-26T16:06:14 | 2021-11-26T16:31:23 | 2021-11-26T16:31:23 | https://github.com/huggingface/datasets/issues/3324 | lhoestq | 0 | [] |
3,320 | Can't get tatoeba.rus dataset | ## Describe the bug
It gives an error.
> FileNotFoundError: Couldn't find file at https://github.com/facebookresearch/LASER/raw/master/data/tatoeba/v1/tatoeba.rus-eng.rus
## Steps to reproduce the bug
```python
data=load_dataset("xtreme","tatoeba.rus", split="validation")
```
## Solution
The library tries... | CLOSED | 2021-11-25T12:31:11 | 2021-11-26T10:30:29 | 2021-11-26T10:30:29 | https://github.com/huggingface/datasets/issues/3320 | mmg10 | 0 | [
"bug"
] |
3,317 | Add desc parameter to Dataset filter method | **Is your feature request related to a problem? Please describe.**
As I was filtering very large datasets I noticed the filter method doesn't have the desc parameter which is available in the map method. Why don't we add a desc parameter to the filter method both for consistency and it's nice to give some feedback to ... | CLOSED | 2021-11-24T11:01:36 | 2022-01-05T18:31:24 | 2022-01-05T18:31:24 | https://github.com/huggingface/datasets/issues/3317 | vblagoje | 4 | [
"enhancement"
] |
3,316 | Add RedCaps dataset | ## Adding a Dataset
- **Name:** RedCaps
- **Description:** Web-curated image-text data created by the people, for the people
- **Paper:** https://arxiv.org/abs/2111.11431
- **Data:** https://redcaps.xyz/
- **Motivation:** Multimodal image-text dataset: 12M+ Image-text pairs
Instructions to add a new dataset c... | CLOSED | 2021-11-24T09:23:02 | 2022-01-12T14:13:15 | 2022-01-12T14:13:15 | https://github.com/huggingface/datasets/issues/3316 | albertvillanova | 0 | [
"dataset request",
"vision"
] |
3,313 | TriviaQA License Mismatch | ## Describe the bug
TriviaQA Webpage at http://nlp.cs.washington.edu/triviaqa/ says they do not own the copyright to the data. However, Huggingface datasets at https://huggingface.co/datasets/trivia_qa mentions that the dataset is released under Apache License
Is the License Information on HuggingFace correct? | CLOSED | 2021-11-23T08:00:15 | 2021-11-29T11:24:21 | 2021-11-29T11:24:21 | https://github.com/huggingface/datasets/issues/3313 | akhilkedia | 1 | [
"bug"
] |
3,311 | Add WebSRC | ## Adding a Dataset
- **Name:** WebSRC
- **Description:** WebSRC is a novel Web-based Structural Reading Comprehension dataset. It consists of 0.44M question-answer pairs, which are collected from 6.5K web pages with corresponding HTML source code, screenshots and metadata.
- **Paper:** https://arxiv.org/abs/2101.0... | OPEN | 2021-11-22T16:58:33 | 2021-11-22T16:58:33 | null | https://github.com/huggingface/datasets/issues/3311 | NielsRogge | 0 | [
"dataset request"
] |
3,310 | Fatal error condition occurred in aws-c-io | ## Describe the bug
Fatal error when using the library
## Steps to reproduce the bug
```python
from datasets import load_dataset
dataset = load_dataset('wikiann', 'en')
```
## Expected results
No fatal errors
## Actual results
```
Fatal error condition occurred in D:\bld\aws-c-io_1633633258269\work\sou... | CLOSED | 2021-11-22T12:27:54 | 2023-02-08T10:31:05 | 2021-11-29T22:22:37 | https://github.com/huggingface/datasets/issues/3310 | Crabzmatic | 28 | [
"bug"
] |
3,308 | "dataset_infos.json" missing for chr_en and mc4 | ## Describe the bug
In the repository, every dataset has its metadata in a file called`dataset_infos.json`. But, this file is missing for two datasets: `chr_en` and `mc4`.
## Steps to reproduce the bug
Check [chr_en](https://github.com/huggingface/datasets/tree/master/datasets/chr_en) and [mc4](https://github.com/... | OPEN | 2021-11-21T00:07:22 | 2022-01-19T13:55:32 | null | https://github.com/huggingface/datasets/issues/3308 | amitness | 3 | [
"bug",
"dataset bug"
] |
3,306 | nested sequence feature won't encode example if the first item of the outside sequence is an empty list | ## Describe the bug
As the title, nested sequence feature won't encode example if the first item of the outside sequence is an empty list.
## Steps to reproduce the bug
```python
from datasets import Features, Sequence, ClassLabel
features = Features({
'x': Sequence(Sequence(ClassLabel(names=['a', 'b']))),
... | CLOSED | 2021-11-20T16:57:54 | 2021-12-08T13:02:15 | 2021-12-08T13:02:15 | https://github.com/huggingface/datasets/issues/3306 | function2-llx | 3 | [
"bug"
] |
3,304 | Dataset object has no attribute `to_tf_dataset` | I am following HuggingFace Course. I am at Fine-tuning a model.
Link: https://huggingface.co/course/chapter3/2?fw=tf
I use tokenize_function and `map` as mentioned in the course to process data.
`# define a tokenize function`
`def Tokenize_function(example):`
` return tokenizer(example['sentence'], truncat... | CLOSED | 2021-11-20T12:03:59 | 2021-11-21T07:07:25 | 2021-11-21T07:07:25 | https://github.com/huggingface/datasets/issues/3304 | RajkumarGalaxy | 1 | [
"bug"
] |
3,303 | DataCollatorWithPadding: TypeError | Hi,
I am following the HuggingFace course. I am now at Fine-tuning [https://huggingface.co/course/chapter3/3?fw=tf](https://huggingface.co/course/chapter3/3?fw=tf). When I set up `DataCollatorWithPadding` as following I got an error while trying to reproduce the course code in Kaggle. This error occurs with either a ... | CLOSED | 2021-11-20T11:59:55 | 2021-11-21T07:05:37 | 2021-11-21T07:05:37 | https://github.com/huggingface/datasets/issues/3303 | RajkumarGalaxy | 1 | [
"bug"
] |
3,300 | ❓ Dataset loading script from Hugging Face Hub | Hi there,
I am trying to add my custom `ag_news` with its own loading script on the Hugging Face datasets hub. In particular, I would like to test the addition of a second configuration to the existing `ag_news` dataset. Once it works in my hub, I plan to make a PR to the original dataset. However, in trying to do s... | CLOSED | 2021-11-19T15:20:52 | 2021-12-22T10:57:56 | 2021-12-22T10:57:56 | https://github.com/huggingface/datasets/issues/3300 | pietrolesci | 8 | [
"dataset request",
"dataset-viewer"
] |
3,299 | Add option to find unique elements in nested sequences when calling `Dataset.unique` | It would be nice to have an option to flatten nested sequences to find unique elements stored in them when calling `Dataset.unique`. ~~Currently, `Dataset.unique` only supports finding unique sequences and not unique elements in that situation.~~ | OPEN | 2021-11-19T13:16:06 | 2023-05-19T14:45:40 | null | https://github.com/huggingface/datasets/issues/3299 | mariosasko | 4 | [
"enhancement"
] |
3,298 | Agnews dataset viewer is not working | ## Dataset viewer issue for '*name of the dataset*'
**Link:** https://huggingface.co/datasets/ag_news
Hi there, the `ag_news` dataset viewer is not working.
Am I the one who added this dataset? No
| CLOSED | 2021-11-19T11:18:59 | 2021-12-21T16:24:05 | 2021-12-21T16:24:05 | https://github.com/huggingface/datasets/issues/3298 | pietrolesci | 3 | [
"dataset-viewer"
] |
3,297 | .map() cache is wrongfully reused - only happens when the mapping function is imported | ## Describe the bug
When `.map` is used with a mapping function that is imported, the cache is reused even if the mapping function has been modified.
The reason for this is that `dill` that is used for creating the fingerprint [pickles imported functions by reference](https://stackoverflow.com/a/67851411).
I guess... | OPEN | 2021-11-19T08:18:36 | 2025-09-08T10:12:16 | null | https://github.com/huggingface/datasets/issues/3297 | eladsegal | 7 | [
"bug"
] |
3,295 | Temporary dataset_path for remote fs URIs not built properly in arrow_dataset.py::load_from_disk | ## Describe the bug
When trying to build a temporary dataset path from a remote URI in this block of code:
https://github.com/huggingface/datasets/blob/42f6b1d18a4a1b6009b6e62d115491be16dfca22/src/datasets/arrow_dataset.py#L1038-L1042
the result is not the expected when passing an absolute path in an URI like `h... | CLOSED | 2021-11-18T23:24:02 | 2021-12-06T10:45:04 | 2021-12-06T10:45:04 | https://github.com/huggingface/datasets/issues/3295 | francisco-perez-sorrosal | 1 | [
"bug"
] |
3,294 | Add Natural Adversarial Objects dataset | ## Adding a Dataset
- **Name:** Natural Adversarial Objects (NAO)
- **Description:** Natural Adversarial Objects (NAO) is a new dataset to evaluate the robustness of object detection models. NAO contains 7,934 images and 9,943 objects that are unmodified and representative of real-world scenarios, but cause state-of-... | OPEN | 2021-11-18T15:34:44 | 2021-12-08T12:00:02 | null | https://github.com/huggingface/datasets/issues/3294 | osanseviero | 0 | [
"dataset request",
"vision"
] |
3,292 | Not able to load 'wikipedia' dataset | ## Describe the bug
I am following the instruction for loading the wikipedia dataset using datasets. However getting the below error.
## Steps to reproduce the bug
from datasets import load_dataset
dataset = load_dataset("wikipedia")
```
## Expected results
A clear and concise description of the expected res... | CLOSED | 2021-11-18T05:41:18 | 2021-11-19T16:49:29 | 2021-11-19T16:49:29 | https://github.com/huggingface/datasets/issues/3292 | abhibisht89 | 1 | [
"bug"
] |
3,285 | Add IEMOCAP dataset | ## Adding a Dataset
- **Name:** IEMOCAP
- **Description:** acted, multimodal and multispeaker database
- **Paper:** https://sail.usc.edu/iemocap/Busso_2008_iemocap.pdf
- **Data:** https://sail.usc.edu/iemocap/index.html
- **Motivation:** Useful multimodal dataset
cc @anton-l
Instructions to add a new datase... | OPEN | 2021-11-16T22:47:20 | 2023-06-10T08:14:52 | null | https://github.com/huggingface/datasets/issues/3285 | osanseviero | 8 | [
"dataset request",
"speech",
"vision"
] |
3,284 | Add VoxLingua107 dataset | ## Adding a Dataset
- **Name:** VoxLingua107
- **Description:** VoxLingua107 is a speech dataset for training spoken language identification models. The dataset consists of short speech segments automatically extracted from YouTube videos and labeled according the language of the video title and description, with som... | OPEN | 2021-11-16T22:44:08 | 2021-12-06T09:49:45 | null | https://github.com/huggingface/datasets/issues/3284 | osanseviero | 1 | [
"dataset request",
"speech"
] |
3,283 | Add Speech Commands dataset | ## Adding a Dataset
- **Name:** Speech commands
- **Description:** A Dataset for Limited-Vocabulary Speech Recognition
- **Paper:** https://arxiv.org/abs/1804.03209
- **Data:** https://www.tensorflow.org/datasets/catalog/speech_commands, Available:
http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz
... | CLOSED | 2021-11-16T22:39:56 | 2021-12-10T10:30:15 | 2021-12-10T10:30:15 | https://github.com/huggingface/datasets/issues/3283 | osanseviero | 1 | [
"dataset request",
"speech"
] |
3,282 | ConnectionError: Couldn't reach https://huggingface.co/datasets/oscar-corpus/OSCAR-2109/resolve/main/OSCAR-2109.py | ## Dataset viewer issue for '*oscar-corpus/OSCAR-2109*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/oscar-corpus/OSCAR-2109)*
*The dataset library cannot download any language from the oscar-corpus/OSCAR-2109 dataset. By entering the URL in your browser I can access the file.*
... | CLOSED | 2021-11-16T16:05:19 | 2022-04-12T11:57:43 | 2022-04-12T11:57:43 | https://github.com/huggingface/datasets/issues/3282 | MinionAttack | 7 | [
"dataset-viewer"
] |
3,273 | Respect row ordering when concatenating datasets along axis=1 | Currently, there is a bug when concatenating datasets along `axis=1` if more than one dataset has the `_indices` attribute defined. In that scenario, all indices mappings except the first one get ignored.
A minimal reproducible example:
```python
>>> from datasets import Dataset, concatenate_datasets
>>> a = Data... | CLOSED | 2021-11-15T11:27:14 | 2021-11-17T15:41:11 | 2021-11-17T15:41:11 | https://github.com/huggingface/datasets/issues/3273 | mariosasko | 0 | [
"bug"
] |
3,272 | Make iter_archive work with ZIP files | Currently users can use `dl_manager.iter_archive` in their dataset script to iterate over all the files of a TAR archive.
It would be nice if it could work with ZIP files too ! | OPEN | 2021-11-15T10:50:42 | 2021-11-25T00:08:47 | null | https://github.com/huggingface/datasets/issues/3272 | lhoestq | 4 | [
"enhancement"
] |
3,269 | coqa NonMatchingChecksumError | ```
>>> from datasets import load_dataset
>>> dataset = load_dataset("coqa")
Downloading: 3.82kB [00:00, 1.26MB/s] ... | CLOSED | 2021-11-15T05:04:07 | 2022-01-19T13:58:19 | 2022-01-19T13:58:19 | https://github.com/huggingface/datasets/issues/3269 | ZhaofengWu | 18 | [
"bug"
] |
3,268 | Dataset viewer issue for 'liweili/c4_200m' | ## Dataset viewer issue for '*liweili/c4_200m*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/liweili/c4_200m)*
*Server Error*
```
Status code: 404
Exception: Status404Error
Message: Not found. Maybe the cache is missing, or maybe the ressource does not exist.
```
... | CLOSED | 2021-11-14T17:18:46 | 2021-12-21T10:25:20 | 2021-12-21T10:24:51 | https://github.com/huggingface/datasets/issues/3268 | liliwei25 | 5 | [
"dataset-viewer"
] |
3,265 | Checksum error for kilt_task_wow | ## Describe the bug
Checksum failed when downloads kilt_tasks_wow. See error output for details.
## Steps to reproduce the bug
```python
import datasets
datasets.load_datasets('kilt_tasks','wow')
```
## Expected results
Download successful
## Actual results
```
Downloading and preparing dataset kilt_ta... | CLOSED | 2021-11-13T12:04:17 | 2021-11-16T11:23:53 | 2021-11-16T11:21:58 | https://github.com/huggingface/datasets/issues/3265 | slyviacassell | 2 | [
"bug"
] |
3,264 | Downloading URL change for WikiAuto Manual, jeopardy and definite_pronoun_resolution | ## Describe the bug
- WikiAuto Manual
The original manual datasets with the following downloading URL in this [repository](https://github.com/chaojiang06/wiki-auto) was [deleted](https://github.com/chaojiang06/wiki-auto/commit/0af9b066f2b4e02726fb8a9be49283c0ad25367f) by the author.
```
https://github.com/chaoj... | CLOSED | 2021-11-13T11:47:12 | 2022-06-01T17:38:16 | 2022-06-01T17:38:16 | https://github.com/huggingface/datasets/issues/3264 | slyviacassell | 3 | [
"bug"
] |
3,263 | FET DATA | ## Adding a Dataset
- **Name:** *name of the dataset*
- **Description:** *short description of the dataset (or link to social media or blog post)*
- **Paper:** *link to the dataset paper if available*
- **Data:** *link to the Github repository or current dataset location*
- **Motivation:** *what are some good reasons t... | CLOSED | 2021-11-13T05:46:06 | 2021-11-13T13:31:47 | 2021-11-13T13:31:47 | https://github.com/huggingface/datasets/issues/3263 | FStell01 | 0 | [
"dataset request"
] |
3,261 | Scifi_TV_Shows: Having trouble getting viewer to find appropriate files | ## Dataset viewer issue for '*Science Fiction TV Show Plots Corpus (Scifi_TV_Shows)*'
**Link:** [link](https://huggingface.co/datasets/lara-martin/Scifi_TV_Shows)
I tried adding both a script (https://huggingface.co/datasets/lara-martin/Scifi_TV_Shows/blob/main/Scifi_TV_Shows.py) and some dummy examples (https:/... | CLOSED | 2021-11-12T19:25:19 | 2021-12-21T10:24:10 | 2021-12-21T10:24:10 | https://github.com/huggingface/datasets/issues/3261 | lara-martin | 2 | [
"dataset-viewer"
] |
3,258 | Reload dataset that was already downloaded with `load_from_disk` from cloud storage | `load_from_disk` downloads the dataset to a temporary directory without checking if the dataset has already been downloaded once.
It would be nice to have some sort of caching for datasets downloaded this way. This could leverage the fingerprint of the dataset that was saved in the `state.json` file. | OPEN | 2021-11-12T17:14:59 | 2021-11-12T17:14:59 | null | https://github.com/huggingface/datasets/issues/3258 | lhoestq | 0 | [
"enhancement"
] |
3,257 | Use f-strings for string formatting | f-strings offer better readability/performance than `str.format` and `%`, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.
> **NOTE FOR CONTRIBUTORS**: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files ... | CLOSED | 2021-11-12T16:02:15 | 2021-11-17T16:18:38 | 2021-11-17T16:18:38 | https://github.com/huggingface/datasets/issues/3257 | mariosasko | 5 | [
"good first issue"
] |
3,255 | SciELO dataset ConnectionError | ## Describe the bug
I get `ConnectionError` when I am trying to load the SciELO dataset.
When I try the URL with `requests` I get:
```
>>> requests.head("https://ndownloader.figstatic.com/files/14019287")
<Response [302]>
```
And as far as I understand redirections in `datasets` are not supported for downlo... | CLOSED | 2021-11-12T09:57:14 | 2021-11-16T17:55:22 | 2021-11-16T17:55:22 | https://github.com/huggingface/datasets/issues/3255 | WojciechKusa | 0 | [
"bug"
] |
3,253 | `GeneratorBasedBuilder` does not support `None` values | ## Describe the bug
`GeneratorBasedBuilder` does not support `None` values.
## Steps to reproduce the bug
See [this repository](https://github.com/pavel-lexyr/huggingface-datasets-bug-reproduction) for minimal reproduction.
## Expected results
Dataset is initialized with a `None` value in the `value` column.
... | CLOSED | 2021-11-11T19:51:21 | 2021-12-09T14:26:58 | 2021-12-09T14:26:58 | https://github.com/huggingface/datasets/issues/3253 | pavel-lexyr | 1 | [
"bug"
] |
3,247 | Loading big json dataset raises pyarrow.lib.ArrowNotImplementedError | ## Describe the bug
When trying to create a dataset from a json file with around 25MB, the following error is raised `pyarrow.lib.ArrowNotImplementedError: Unsupported cast from struct<b: int64, c: int64> to struct using function cast_struct`
Splitting the big file into smaller ones and then loading it with the `lo... | CLOSED | 2021-11-10T11:17:59 | 2022-04-10T14:05:57 | 2022-04-10T14:05:57 | https://github.com/huggingface/datasets/issues/3247 | maxzirps | 3 | [
"bug"
] |
3,242 | Adding ANERcorp-CAMeLLab dataset | OPEN | 2021-11-09T12:04:04 | 2021-11-09T12:41:15 | null | https://github.com/huggingface/datasets/issues/3242 | vitalyshalumov | 1 | [
"dataset request"
] | |
3,240 | Couldn't reach data file for disaster_response_messages | ## Describe the bug
Following command gives an ConnectionError.
## Steps to reproduce the bug
```python
disaster = load_dataset('disaster_response_messages')
```
## Error
```
ConnectionError: Couldn't reach https://datasets.appen.com/appen_datasets/disaster_response_data/disaster_response_messages_training.... | CLOSED | 2021-11-09T09:26:42 | 2021-12-14T14:38:29 | 2021-12-14T14:38:29 | https://github.com/huggingface/datasets/issues/3240 | pandya6988 | 1 | [
"dataset bug"
] |
3,239 | Inconsistent performance of the "arabic_billion_words" dataset | ## Describe the bug
When downloaded from macine 1 the dataset is downloaded and parsed correctly.
When downloaded from machine two (which has a different cache directory),
the following script:
import datasets
from datasets import load_dataset
raw_dataset_elkhair_1 = load_dataset('arabic_billion_words', 'Alitti... | OPEN | 2021-11-09T09:11:00 | 2021-11-09T09:11:00 | null | https://github.com/huggingface/datasets/issues/3239 | vitalyshalumov | 0 | [
"bug"
] |
3,238 | Reuters21578 Couldn't reach | ``## Adding a Dataset
- **Name:** *Reuters21578*
- **Description:** *ConnectionError: Couldn't reach https://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz*
- **Data:** *https://huggingface.co/datasets/reuters21578*
`from datasets import load_dataset`
`dataset = load_dataset("reuters21578", 'ModLewis... | CLOSED | 2021-11-09T06:08:56 | 2021-11-11T00:02:57 | 2021-11-11T00:02:57 | https://github.com/huggingface/datasets/issues/3238 | TingNLP | 2 | [
"dataset bug"
] |
3,237 | wikitext description wrong | ## Describe the bug
Descriptions of the wikitext datasests are wrong.
## Steps to reproduce the bug
Please see: https://github.com/huggingface/datasets/blob/f6dcafce996f39b6a4bbe3a9833287346f4a4b68/datasets/wikitext/wikitext.py#L50
## Expected results
The descriptions for raw-v1 and v1 should be switched. | CLOSED | 2021-11-09T04:06:52 | 2022-02-14T15:45:11 | 2021-11-09T13:49:28 | https://github.com/huggingface/datasets/issues/3237 | hongyuanmei | 2 | [
"bug"
] |
3,236 | Loading of datasets changed in #3110 returns no examples | ## Describe the bug
Loading of datasets changed in https://github.com/huggingface/datasets/pull/3110 returns no examples:
```python
DatasetDict({
train: Dataset({
features: ['id', 'title', 'abstract', 'full_text', 'qas'],
num_rows: 0
})
validation: Dataset({
features: ['id',... | CLOSED | 2021-11-08T23:29:46 | 2021-11-09T16:46:05 | 2021-11-09T16:45:47 | https://github.com/huggingface/datasets/issues/3236 | eladsegal | 7 | [
"bug"
] |
3,232 | The Xsum datasets seems not able to download. | ## Describe the bug
The download Link of the Xsum dataset provided in the repository is [Link](http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz). It seems not able to download.
## Steps to reproduce the bug
```python
load_dataset('xsum')
```
## Actual results
``` python
r... | CLOSED | 2021-11-08T11:58:54 | 2021-11-09T15:07:16 | 2021-11-09T15:07:16 | https://github.com/huggingface/datasets/issues/3232 | FYYFU | 4 | [
"bug"
] |
3,227 | Error in `Json(datasets.ArrowBasedBuilder)` class | ## Describe the bug
When a json file contains a `text` field that is larger than the block_size, the JSON dataset builder fails.
## Steps to reproduce the bug
Create a folder that contains the following:
```
.
├── testdata
│ └── mydata.json
└── test.py
```
Please download [this file](https://github.com/... | CLOSED | 2021-11-07T05:50:32 | 2021-11-09T19:09:15 | 2021-11-09T19:09:15 | https://github.com/huggingface/datasets/issues/3227 | JunShern | 3 | [
"bug"
] |
3,220 | Add documentation about dataset viewer feature | Add to the docs more details about the dataset viewer feature in the Hub.
CC: @julien-c
| OPEN | 2021-11-05T08:11:19 | 2023-09-25T11:48:38 | null | https://github.com/huggingface/datasets/issues/3220 | albertvillanova | 1 | [
"enhancement",
"dataset-viewer"
] |
3,219 | Eventual Invalid Token Error at setup of private datasets | ## Describe the bug
From time to time, there appear Invalid Token errors with private datasets:
- https://app.circleci.com/pipelines/github/huggingface/datasets/8520/workflows/d44629f2-4749-40f8-a657-50931d0b3434/jobs/52534
```
____________ ERROR at setup of test_load_streaming_private_dataset _____________
... | CLOSED | 2021-11-04T18:50:45 | 2021-11-08T13:23:06 | 2021-11-08T08:59:43 | https://github.com/huggingface/datasets/issues/3219 | albertvillanova | 0 | [
"bug"
] |
3,217 | Fix code quality bug in riddle_sense dataset | ## Describe the bug
```
datasets/riddle_sense/riddle_sense.py:36:21: W291 trailing whitespace
``` | CLOSED | 2021-11-04T17:40:32 | 2021-11-04T17:50:02 | 2021-11-04T17:50:02 | https://github.com/huggingface/datasets/issues/3217 | albertvillanova | 1 | [
"bug"
] |
3,214 | Add ACAV100M Dataset | ## Adding a Dataset
- **Name:** *ACAV100M*
- **Description:** *contains 100 million videos with high audio-visual correspondence, ideal for self-supervised video representation learning.*
- **Paper:** *https://arxiv.org/abs/2101.10803*
- **Data:** *https://github.com/sangho-vision/acav100m*
- **Motivation:** *The ... | OPEN | 2021-11-04T15:59:58 | 2021-12-08T12:00:30 | null | https://github.com/huggingface/datasets/issues/3214 | nateraw | 0 | [
"dataset request",
"vision"
] |
3,212 | Sort files before loading | When loading a dataset that consists of several files (e.g. `my_data/data_001.json`, `my_data/data_002.json` etc.) they are not loaded in order when using `load_dataset("my_data")`.
This could lead to counter-intuitive results if, for example, the data files are sorted by date or similar since they would appear in d... | CLOSED | 2021-11-04T11:08:31 | 2021-11-05T17:49:58 | 2021-11-05T17:49:58 | https://github.com/huggingface/datasets/issues/3212 | lvwerra | 1 | [
"enhancement"
] |
3,210 | ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.15.1/datasets/wmt16/wmt16.py | when I use python examples/pytorch/translation/run_translation.py --model_name_or_path examples/pytorch/translation/opus-mt-en-ro --do_train --do_eval --source_lang en --target_lang ro --dataset_name wmt16 --dataset_config_name ro-en --output_dir /tmp/tst-translation --per_device_tra... | CLOSED | 2021-11-04T10:47:26 | 2022-03-30T08:26:35 | 2022-03-30T08:26:35 | https://github.com/huggingface/datasets/issues/3210 | xiuzhilu | 3 | [
"dataset bug"
] |
3,209 | Unpin keras once TF fixes its release | Related to:
- #3208 | CLOSED | 2021-11-04T09:15:32 | 2021-11-05T10:57:37 | 2021-11-05T10:57:37 | https://github.com/huggingface/datasets/issues/3209 | albertvillanova | 0 | [] |
3,207 | CI error: Another metric with the same name already exists in Keras 2.7.0 | ## Describe the bug
Release of TensorFlow 2.7.0 contains an incompatibility with Keras. See:
- keras-team/keras#15579
This breaks our CI test suite: https://app.circleci.com/pipelines/github/huggingface/datasets/8493/workflows/055c7ae2-43bc-49b4-9f11-8fc71f35a25c/jobs/52363
| CLOSED | 2021-11-04T09:04:11 | 2021-11-04T09:30:54 | 2021-11-04T09:30:54 | https://github.com/huggingface/datasets/issues/3207 | albertvillanova | 0 | [
"bug"
] |
3,204 | FileNotFoundError for TupleIE dataste | Hi,
`dataset = datasets.load_dataset('tuple_ie', 'all')`
returns a FileNotFound error. Is the data not available?
Many thanks.
| CLOSED | 2021-11-03T14:56:55 | 2021-11-05T15:51:15 | 2021-11-05T14:16:05 | https://github.com/huggingface/datasets/issues/3204 | arda-vianai | 3 | [
"bug"
] |
3,202 | Add mIoU metric | **Is your feature request related to a problem? Please describe.**
Recently, some semantic segmentation models were added to HuggingFace Transformers, including [SegFormer](https://huggingface.co/transformers/model_doc/segformer.html) and [BEiT](https://huggingface.co/transformers/model_doc/beit.html).
Semantic seg... | CLOSED | 2021-11-03T08:42:32 | 2022-06-01T17:39:05 | 2022-06-01T17:39:04 | https://github.com/huggingface/datasets/issues/3202 | NielsRogge | 1 | [
"enhancement"
] |
3,201 | Add GSM8K dataset | ## Adding a Dataset
- **Name:** GSM8K (short for Grade School Math 8k)
- **Description:** GSM8K is a dataset of 8.5K high quality linguistically diverse grade school math word problems created by human problem writers.
- **Paper:** https://openai.com/blog/grade-school-math/
- **Data:** https://github.com/openai/gra... | CLOSED | 2021-11-03T08:36:44 | 2022-04-13T11:56:12 | 2022-04-13T11:56:11 | https://github.com/huggingface/datasets/issues/3201 | NielsRogge | 1 | [
"dataset request"
] |
3,193 | Update link to datasets-tagging app | Once datasets-tagging has been transferred to Spaces:
- huggingface/datasets-tagging#22
We should update the link in Datasets. | CLOSED | 2021-11-02T07:39:59 | 2021-11-08T10:36:22 | 2021-11-08T10:36:22 | https://github.com/huggingface/datasets/issues/3193 | albertvillanova | 0 | [] |
3,192 | Multiprocessing filter/map (tests) not working on Windows | While running the tests, I found that the multiprocessing examples fail on Windows, or rather they do not complete: they cause a deadlock. I haven't dug deep into it, but they do not seem to work as-is. I currently have no time to tests this in detail but at least the tests seem not to run correctly (deadlocking).
#... | OPEN | 2021-11-01T15:36:08 | 2021-11-01T15:57:03 | null | https://github.com/huggingface/datasets/issues/3192 | BramVanroy | 0 | [
"bug"
] |
3,191 | Dataset viewer issue for '*compguesswhat*' | ## Dataset viewer issue for '*compguesswhat*'
**Link:** https://huggingface.co/datasets/compguesswhat
File not found
Am I the one who added this dataset ? No
| CLOSED | 2021-11-01T14:16:49 | 2022-09-12T08:02:29 | 2022-09-12T08:02:29 | https://github.com/huggingface/datasets/issues/3191 | benotti | 4 | [
"streaming"
] |
3,190 | combination of shuffle and filter results in a bug | ## Describe the bug
Hi,
I would like to shuffle a dataset, then filter it based on each existing label. however, the combination of `filter`, `shuffle` seems to results in a bug. In the minimal example below, as you see in the filtered results, the filtered labels are not unique, meaning filter has not worked. Any su... | CLOSED | 2021-11-01T13:07:29 | 2021-11-02T10:50:49 | 2021-11-02T10:50:49 | https://github.com/huggingface/datasets/issues/3190 | rabeehk | 3 | [
"bug"
] |
3,189 | conll2003 incorrect label explanation | In the [conll2003](https://huggingface.co/datasets/conll2003#data-fields) README, the labels are described as follows
> - `id`: a `string` feature.
> - `tokens`: a `list` of `string` features.
> - `pos_tags`: a `list` of classification labels, with possible values including `"` (0), `''` (1), `#` (2), `$` (3), `(`... | CLOSED | 2021-11-01T11:03:30 | 2021-11-09T10:40:58 | 2021-11-09T10:40:58 | https://github.com/huggingface/datasets/issues/3189 | BramVanroy | 1 | [
"bug"
] |
3,188 | conll2002 issues | **Link:** https://huggingface.co/datasets/conll2002
The dataset viewer throws a server error when trying to preview the dataset.
```
Message: Extraction protocol 'train' for file at 'https://raw.githubusercontent.com/teropa/nlp/master/resources/corpora/conll2002/esp.train' is not implemented yet
```
I... | CLOSED | 2021-11-01T09:49:24 | 2021-11-15T13:50:59 | 2021-11-12T17:18:11 | https://github.com/huggingface/datasets/issues/3188 | BramVanroy | 4 | [
"dataset-viewer"
] |
3,186 | Dataset viewer for nli_tr | ## Dataset viewer issue for '*nli_tr*'
**Link:** https://huggingface.co/datasets/nli_tr
Hello,
Thank you for the new dataset preview feature that will help the users to view the datasets online.
We just noticed that the dataset viewer widget in the `nli_tr` dataset shows the error below. The error must be d... | CLOSED | 2021-10-31T03:56:33 | 2022-09-12T09:15:34 | 2022-09-12T08:43:09 | https://github.com/huggingface/datasets/issues/3186 | e-budur | 6 | [
"streaming"
] |
3,185 | 7z dataset preview not implemented? | ## Dataset viewer issue for dataset 'samsum'
**Link:** https://huggingface.co/datasets/samsum
Server Error
Status code: 400
Exception: NotImplementedError
Message: Extraction protocol '7z' for file at 'https://arxiv.org/src/1911.12237v2/anc/corpus.7z' is not implemented yet
| CLOSED | 2021-10-30T20:18:27 | 2022-04-12T11:48:16 | 2022-04-12T11:48:07 | https://github.com/huggingface/datasets/issues/3185 | Kirili4ik | 2 | [
"dataset-viewer"
] |
3,181 | `None` converted to `"None"` when loading a dataset | ## Describe the bug
When loading a dataset `None` values of the type `NoneType` are converted to `'None'` of the type `str`.
## Steps to reproduce the bug
```python
from datasets import load_dataset
qasper = load_dataset("qasper", split="train", download_mode="reuse_cache_if_exists")
print(qasper[60]["full_text... | CLOSED | 2021-10-29T15:23:53 | 2021-12-11T01:16:40 | 2021-12-09T14:26:57 | https://github.com/huggingface/datasets/issues/3181 | eladsegal | 9 | [
"bug"
] |
3,179 | Cannot load dataset when the config name is "special" | ## Describe the bug
After https://github.com/huggingface/datasets/pull/3159, we can get the config name of "Check/region_1", which is "Check___region_1".
But now we cannot load the dataset (not sure it's related to the above PR though). It's the case for all the similar datasets, listed in https://github.com/hugg... | CLOSED | 2021-10-29T13:30:47 | 2021-10-29T13:35:21 | 2021-10-29T13:35:21 | https://github.com/huggingface/datasets/issues/3179 | severo | 1 | [
"bug",
"dataset-viewer"
] |
3,178 | "Property couldn't be hashed properly" even though fully picklable | ## Describe the bug
I am trying to tokenize a dataset with spaCy. I found that no matter what I do, the spaCy language object (`nlp`) prevents `datasets` from pickling correctly - or so the warning says - even though manually pickling is no issue. It should not be an issue either, since spaCy objects are picklable.
... | CLOSED | 2021-10-29T12:56:09 | 2024-08-19T13:03:49 | 2022-11-02T17:18:43 | https://github.com/huggingface/datasets/issues/3178 | BramVanroy | 26 | [
"bug"
] |
3,177 | More control over TQDM when using map/filter with multiple processes | It would help with the clutter in my terminal if tqdm is only shown for rank 0 when using `num_proces>0` in the map and filter methods of datasets.
```python
dataset.map(lambda examples: tokenize(examples["text"]), batched=True, num_proc=6)
```
The above snippet leads to a lot of TQDM bars and depending on your... | CLOSED | 2021-10-29T11:56:16 | 2023-02-13T20:16:40 | 2023-02-13T20:16:40 | https://github.com/huggingface/datasets/issues/3177 | BramVanroy | 2 | [
"enhancement"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.