id
int64
599M
3.29B
url
stringlengths
58
61
html_url
stringlengths
46
51
number
int64
1
7.72k
title
stringlengths
1
290
state
stringclasses
2 values
comments
int64
0
70
created_at
timestamp[s]date
2020-04-14 10:18:02
2025-08-05 09:28:51
updated_at
timestamp[s]date
2020-04-27 16:04:17
2025-08-05 11:39:56
closed_at
timestamp[s]date
2020-04-14 12:01:40
2025-08-01 05:15:45
user_login
stringlengths
3
26
labels
listlengths
0
4
body
stringlengths
0
228k
is_pull_request
bool
2 classes
1,310,253,552
https://api.github.com/repos/huggingface/datasets/issues/4721
https://github.com/huggingface/datasets/issues/4721
4,721
PyArrow Dataset error when calling `load_dataset`
open
3
2022-07-20T01:16:03
2022-07-22T14:11:47
null
piraka9011
[ "bug" ]
## Describe the bug I am fine tuning a wav2vec2 model following the script here using my own dataset: https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-recognition/run_speech_recognition_ctc.py Loading my Audio dataset from the hub which was originally generated from disk results in th...
false
1,309,980,195
https://api.github.com/repos/huggingface/datasets/issues/4720
https://github.com/huggingface/datasets/issues/4720
4,720
Dataset Viewer issue for shamikbose89/lancaster_newsbooks
closed
4
2022-07-19T20:00:07
2022-09-08T16:47:21
2022-09-08T16:47:21
shamikbose
[]
### Link https://huggingface.co/datasets/shamikbose89/lancaster_newsbooks ### Description Status code: 400 Exception: ValueError Message: Cannot seek streaming HTTP file I am able to use the dataset loading script locally and it also runs when I'm using the one from the hub, but the viewer sti...
false
1,309,854,492
https://api.github.com/repos/huggingface/datasets/issues/4719
https://github.com/huggingface/datasets/issues/4719
4,719
Issue loading TheNoob3131/mosquito-data dataset
closed
2
2022-07-19T17:47:37
2022-07-20T06:46:57
2022-07-20T06:46:02
thenerd31
[]
![image](https://user-images.githubusercontent.com/53668030/179815591-d75fa7d3-3122-485f-a852-b06a68909066.png) So my dataset is public in the Huggingface Hub, but when I try to load it using the load_dataset command, it shows that it is downloading the files, but throws a ValueError. When I went to my directory to ...
false
1,309,520,453
https://api.github.com/repos/huggingface/datasets/issues/4718
https://github.com/huggingface/datasets/pull/4718
4,718
Make Extractor accept Path as input
closed
1
2022-07-19T13:25:06
2022-07-22T13:42:27
2022-07-22T13:29:43
albertvillanova
[]
This PR: - Makes `Extractor` accept instance of `Path` as input - Removes unnecessary castings of `Path` to `str`
true
1,309,512,483
https://api.github.com/repos/huggingface/datasets/issues/4717
https://github.com/huggingface/datasets/issues/4717
4,717
Dataset Viewer issue for LawalAfeez/englishreview-ds-mini
closed
1
2022-07-19T13:19:39
2022-07-20T08:32:57
2022-07-20T08:32:57
lawalAfeez820
[ "dataset-viewer" ]
### Link _No response_ ### Description Unable to view the split data ### Owner _No response_
false
1,309,455,838
https://api.github.com/repos/huggingface/datasets/issues/4716
https://github.com/huggingface/datasets/pull/4716
4,716
Support "tags" yaml tag
closed
3
2022-07-19T12:34:31
2022-07-20T13:44:50
2022-07-20T13:31:56
lhoestq
[]
Added the "tags" YAML tag, so that users can specify data domain/topics keywords for dataset search
true
1,309,405,980
https://api.github.com/repos/huggingface/datasets/issues/4715
https://github.com/huggingface/datasets/pull/4715
4,715
Fix POS tags
closed
2
2022-07-19T11:52:54
2022-07-19T12:54:34
2022-07-19T12:41:16
lhoestq
[]
We're now using `part-of-speech` and not `part-of-speech-tagging`, see discussion here: https://github.com/huggingface/datasets/commit/114c09aff2fa1519597b46fbcd5a8e0c0d3ae020#r78794777
true
1,309,265,682
https://api.github.com/repos/huggingface/datasets/issues/4714
https://github.com/huggingface/datasets/pull/4714
4,714
Fix named split sorting and remove unnecessary casting
closed
3
2022-07-19T09:48:28
2022-07-22T09:39:45
2022-07-22T09:10:57
albertvillanova
[]
This PR: - makes `NamedSplit` sortable: so that `sorted()` can be called on them - removes unnecessary `sorted()` on `dict.keys()`: `dict_keys` view is already like a `set` - removes unnecessary casting of `NamedSplit` to `str`
true
1,309,184,756
https://api.github.com/repos/huggingface/datasets/issues/4713
https://github.com/huggingface/datasets/pull/4713
4,713
Document installation of sox OS dependency for audio
closed
1
2022-07-19T08:42:35
2022-07-21T08:16:59
2022-07-21T08:04:15
albertvillanova
[]
The `sox` OS package needs being installed manually using the distribution package manager. This PR adds this explanation to the docs.
true
1,309,177,302
https://api.github.com/repos/huggingface/datasets/issues/4712
https://github.com/huggingface/datasets/pull/4712
4,712
Highlight non-commercial license in amazon_reviews_multi dataset card
closed
1
2022-07-19T08:36:20
2022-07-27T16:09:40
2022-07-27T15:57:41
sbroadhurst-hf
[]
Highlight that the licence granted by Amazon only covers non-commercial research use.
true
1,309,138,570
https://api.github.com/repos/huggingface/datasets/issues/4711
https://github.com/huggingface/datasets/issues/4711
4,711
Document how to create a dataset loading script for audio/vision
closed
1
2022-07-19T08:03:40
2023-07-25T16:07:52
2023-07-25T16:07:52
albertvillanova
[ "documentation" ]
Currently, in our docs for Audio/Vision/Text, we explain how to: - Load data - Process data However we only explain how to *Create a dataset loading script* for text data. I think it would be useful that we add the same for Audio/Vision as these have some specificities different from Text. See, for example: ...
false
1,308,958,525
https://api.github.com/repos/huggingface/datasets/issues/4710
https://github.com/huggingface/datasets/pull/4710
4,710
Add object detection processing tutorial
closed
3
2022-07-19T04:23:46
2022-07-21T20:10:35
2022-07-21T19:56:42
nateraw
[]
The following adds a quick guide on how to process object detection datasets with `albumentations`.
true
1,308,633,093
https://api.github.com/repos/huggingface/datasets/issues/4709
https://github.com/huggingface/datasets/issues/4709
4,709
WMT21 & WMT22
open
7
2022-07-18T21:05:33
2023-06-20T09:02:11
null
Muennighoff
[ "good first issue", "dataset request" ]
## Adding a Dataset - **Name:** WMT21 & WMT22 - **Description:** We are going to have three tracks: two small tasks and a large task. The small tracks evaluate translation between fairly related languages and English (all pairs). The large track uses 101 languages. - **Paper:** / - **Data:** https://statmt.org/wmt...
false
1,308,279,700
https://api.github.com/repos/huggingface/datasets/issues/4708
https://github.com/huggingface/datasets/pull/4708
4,708
Fix require torchaudio and refactor test requirements
closed
1
2022-07-18T17:24:28
2022-07-22T06:30:56
2022-07-22T06:18:11
albertvillanova
[]
Currently there is a bug in `require_torchaudio` (indeed it is requiring `sox` instead): ```python def require_torchaudio(test_case): if find_spec("sox") is None: ... ``` The bug was introduced by: - #3685 - Commit: https://github.com/huggingface/datasets/pull/3685/commits/b5a3e7122d49c4dcc9333b1d8d18a8...
true
1,308,251,405
https://api.github.com/repos/huggingface/datasets/issues/4707
https://github.com/huggingface/datasets/issues/4707
4,707
Dataset Viewer issue for TheNoob3131/mosquito-data
closed
6
2022-07-18T17:07:19
2022-07-18T19:44:46
2022-07-18T17:15:50
thenerd31
[ "dataset-viewer" ]
### Link _No response_ ### Description Getting this error when trying to view dataset preview: Message: 401, message='Unauthorized', url=URL('https://huggingface.co/datasets/TheNoob3131/mosquito-data/resolve/8aceebd6c4a359d216d10ef020868bd9e8c986dd/0_Africa_train.csv') ### Owner _No response_
false
1,308,198,454
https://api.github.com/repos/huggingface/datasets/issues/4706
https://github.com/huggingface/datasets/pull/4706
4,706
Fix empty examples in xtreme dataset for bucc18 config
closed
2
2022-07-18T16:22:46
2022-07-19T06:41:14
2022-07-19T06:29:17
lhoestq
[]
As reported in https://huggingface.co/muibk, there are empty examples in xtreme/bucc18.de I applied your fix @mustaszewski I also used a dict to make the dataset generation much faster
true
1,308,161,794
https://api.github.com/repos/huggingface/datasets/issues/4705
https://github.com/huggingface/datasets/pull/4705
4,705
Fix crd3
closed
1
2022-07-18T15:53:44
2022-07-21T17:18:44
2022-07-21T17:06:30
lhoestq
[]
As reported in https://huggingface.co/datasets/crd3/discussions/1#62cc377073b2512b81662794, each split of the dataset was containing the same data. This issues comes from a bug in the dataset script I fixed it and also uploaded the data to hf.co to make the dataset work in streaming mode
true
1,308,147,876
https://api.github.com/repos/huggingface/datasets/issues/4704
https://github.com/huggingface/datasets/pull/4704
4,704
Skip tests only for lz4/zstd params if not installed
closed
1
2022-07-18T15:41:40
2022-07-19T13:02:31
2022-07-19T12:49:18
albertvillanova
[]
Currently, if `zstandard` or `lz4` are not installed, `test_compression_filesystems` and `test_streaming_dl_manager_extract_all_supported_single_file_compression_types` are skipped for all compression format parameters. This PR fixes these tests, so that if `zstandard` or `lz4` are not installed, the tests are skipp...
true
1,307,844,097
https://api.github.com/repos/huggingface/datasets/issues/4703
https://github.com/huggingface/datasets/pull/4703
4,703
Make cast in `from_pandas` more robust
closed
1
2022-07-18T11:55:49
2022-07-22T11:17:42
2022-07-22T11:05:24
mariosasko
[]
Make the cast in `from_pandas` more robust (as it was done for the packaged modules in https://github.com/huggingface/datasets/pull/4364) This should be useful in situations like [this one](https://discuss.huggingface.co/t/loading-custom-audio-dataset-and-fine-tuning-model/8836/4).
true
1,307,793,811
https://api.github.com/repos/huggingface/datasets/issues/4702
https://github.com/huggingface/datasets/issues/4702
4,702
Domain specific dataset discovery on the Hugging Face hub
open
11
2022-07-18T11:14:03
2024-02-12T09:53:43
null
davanstrien
[ "enhancement" ]
**Is your feature request related to a problem? Please describe.** ## The problem The datasets hub currently has `8,239` datasets. These datasets span a wide range of different modalities and tasks (currently with a bias towards textual data). There are various ways of identifying datasets that may be releva...
false
1,307,689,625
https://api.github.com/repos/huggingface/datasets/issues/4701
https://github.com/huggingface/datasets/pull/4701
4,701
Added more information in the README about contributors of the Arabic Speech Corpus
closed
0
2022-07-18T09:48:03
2022-07-28T10:33:05
2022-07-28T10:33:05
nawarhalabi
[]
Added more information in the README about contributors and encouraged reading the thesis for more infos
true
1,307,599,161
https://api.github.com/repos/huggingface/datasets/issues/4700
https://github.com/huggingface/datasets/pull/4700
4,700
Support extract lz4 compressed data files
closed
1
2022-07-18T08:41:31
2022-07-18T14:43:59
2022-07-18T14:31:47
albertvillanova
[]
null
true
1,307,555,592
https://api.github.com/repos/huggingface/datasets/issues/4699
https://github.com/huggingface/datasets/pull/4699
4,699
Fix Authentification Error while streaming
closed
1
2022-07-18T08:03:41
2022-07-20T13:10:44
2022-07-20T13:10:43
hkjeon13
[]
I fixed a few errors when it occurs while streaming the private dataset on the Huggingface Hub. ``` from datasets import load_dataset dataset = load_dataset(<repo_id>, use_auth_token=<private_token>, streaming=True) for d in dataset['train']: print(d) break # this is for checking ``` This code is an e...
true
1,307,539,585
https://api.github.com/repos/huggingface/datasets/issues/4698
https://github.com/huggingface/datasets/pull/4698
4,698
Enable streaming dataset to use the "all" split
closed
9
2022-07-18T07:47:39
2025-05-21T13:17:19
2025-05-21T13:17:19
cakiki
[]
Fixes #4637
true
1,307,332,253
https://api.github.com/repos/huggingface/datasets/issues/4697
https://github.com/huggingface/datasets/issues/4697
4,697
Trouble with streaming frgfm/imagenette vision dataset with TAR archive
closed
5
2022-07-18T02:51:09
2022-08-01T15:10:57
2022-08-01T15:10:57
frgfm
[ "streaming" ]
### Link https://huggingface.co/datasets/frgfm/imagenette ### Description Hello there :wave: Thanks for the amazing work you've done with HF Datasets! I've just started playing with it, and managed to upload my first dataset. But for the second one, I'm having trouble with the preview since there is some archive...
false
1,307,183,099
https://api.github.com/repos/huggingface/datasets/issues/4696
https://github.com/huggingface/datasets/issues/4696
4,696
Cannot load LinCE dataset
closed
2
2022-07-17T19:01:54
2022-07-18T09:20:40
2022-07-18T07:24:22
finiteautomata
[ "bug" ]
## Describe the bug Cannot load LinCE dataset due to a connection error ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("lince", "ner_spaeng") ``` A notebook with this code and corresponding error can be found at https://colab.research.google.com/drive/1...
false
1,307,134,701
https://api.github.com/repos/huggingface/datasets/issues/4695
https://github.com/huggingface/datasets/pull/4695
4,695
Add MANtIS dataset
closed
2
2022-07-17T15:53:05
2022-09-30T14:39:30
2022-09-30T14:37:16
bhavitvyamalik
[ "dataset contribution" ]
This PR adds MANtIS dataset. Arxiv: [https://arxiv.org/abs/1912.04639](https://arxiv.org/abs/1912.04639) Github: [https://github.com/Guzpenha/MANtIS](https://github.com/Guzpenha/MANtIS) README and dataset tags are WIP.
true
1,306,958,380
https://api.github.com/repos/huggingface/datasets/issues/4694
https://github.com/huggingface/datasets/issues/4694
4,694
Distributed data parallel training for streaming datasets
open
6
2022-07-17T01:29:43
2023-04-26T18:21:09
null
cyk1337
[ "enhancement" ]
### Feature request Any documentations for the the `load_dataset(streaming=True)` for (multi-node multi-GPU) DDP training? ### Motivation Given a bunch of data files, it is expected to split them onto different GPUs. Is there a guide or documentation? ### Your contribution Does it requires manually spli...
false
1,306,788,322
https://api.github.com/repos/huggingface/datasets/issues/4693
https://github.com/huggingface/datasets/pull/4693
4,693
update `samsum` script
closed
2
2022-07-16T11:53:05
2022-09-23T11:40:11
2022-09-23T11:37:57
bhavitvyamalik
[ "dataset contribution" ]
update `samsum` script after #4672 was merged (citation is also updated)
true
1,306,609,680
https://api.github.com/repos/huggingface/datasets/issues/4692
https://github.com/huggingface/datasets/issues/4692
4,692
Unable to cast a column with `Image()` by using the `cast_column()` feature
closed
1
2022-07-15T22:56:03
2022-07-19T13:36:24
2022-07-19T13:36:24
skrishnan99
[ "bug" ]
## Describe the bug A clear and concise description of what the bug is. When I create a dataset, then add a column to the created dataset through the `dataset.add_column` feature and then try to cast a column of the dataset (this column contains image paths) with `Image()` by using the `cast_column()` feature, I ge...
false
1,306,389,656
https://api.github.com/repos/huggingface/datasets/issues/4691
https://github.com/huggingface/datasets/issues/4691
4,691
Dataset Viewer issue for rajistics/indian_food_images
closed
1
2022-07-15T19:03:15
2022-07-18T15:02:03
2022-07-18T15:02:03
rajshah4
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/rajistics/indian_food_images/viewer/rajistics--indian_food_images/train ### Description I have a train/test split in my dataset <img width="410" alt="Screen Shot 2022-07-15 at 11 44 42 AM" src="https://user-images.githubusercontent.com/6808012/179293215-7b419ec3-3527-46f2-8...
false
1,306,321,975
https://api.github.com/repos/huggingface/datasets/issues/4690
https://github.com/huggingface/datasets/pull/4690
4,690
Refactor base extractors
closed
1
2022-07-15T17:47:48
2022-07-18T08:46:56
2022-07-18T08:34:49
albertvillanova
[]
This PR: - Refactors base extractors as subclasses of `BaseExtractor`: - this is an abstract class defining the interface with: - `is_extractable`: abstract class method - `extract`: abstract static method - Implements abstract `MagicNumberBaseExtractor` (as subclass of `BaseExtractor`): - this has a...
true
1,306,230,203
https://api.github.com/repos/huggingface/datasets/issues/4689
https://github.com/huggingface/datasets/pull/4689
4,689
Test extractors for all compression formats
closed
1
2022-07-15T16:29:55
2022-07-15T17:47:02
2022-07-15T17:35:24
albertvillanova
[]
This PR: - Adds all compression formats to `test_extractor` - Tests each base extractor for all compression formats Note that all compression formats are tested except "rar".
true
1,306,100,488
https://api.github.com/repos/huggingface/datasets/issues/4688
https://github.com/huggingface/datasets/pull/4688
4,688
Skip test_extractor only for zstd param if zstandard not installed
closed
1
2022-07-15T14:23:47
2022-07-15T15:27:53
2022-07-15T15:15:24
albertvillanova
[]
Currently, if `zstandard` is not installed, `test_extractor` is skipped for all compression format parameters. This PR fixes `test_extractor` so that if `zstandard` is not installed, `test_extractor` is skipped only for the `zstd` compression parameter, that is, it is not skipped for all the other compression parame...
true
1,306,021,415
https://api.github.com/repos/huggingface/datasets/issues/4687
https://github.com/huggingface/datasets/pull/4687
4,687
Trigger CI also on push to main
closed
1
2022-07-15T13:11:29
2022-07-15T13:47:21
2022-07-15T13:35:23
albertvillanova
[]
Currently, new CI (on GitHub Actions) is only triggered on pull requests branches when the base branch is main. This PR also triggers the CI when a PR is merged to main branch.
true
1,305,974,924
https://api.github.com/repos/huggingface/datasets/issues/4686
https://github.com/huggingface/datasets/pull/4686
4,686
Align logging with Transformers (again)
closed
2
2022-07-15T12:24:29
2023-09-24T10:05:34
2023-07-11T18:29:27
mariosasko
[]
Fix #2832
true
1,305,861,708
https://api.github.com/repos/huggingface/datasets/issues/4685
https://github.com/huggingface/datasets/pull/4685
4,685
Fix mock fsspec
closed
1
2022-07-15T10:23:12
2022-07-15T13:05:03
2022-07-15T12:52:40
albertvillanova
[]
This PR: - Removes an unused method from `DummyTestFS` - Refactors `mock_fsspec` to make it simpler
true
1,305,554,654
https://api.github.com/repos/huggingface/datasets/issues/4684
https://github.com/huggingface/datasets/issues/4684
4,684
How to assign new values to Dataset?
closed
2
2022-07-15T04:17:57
2023-03-20T15:50:41
2022-10-10T11:53:38
beyondguo
[ "enhancement" ]
![image](https://user-images.githubusercontent.com/37113676/179149159-bbbda0c8-a661-403c-87ed-dc2b4219cd68.png) Hi, if I want to change some values of the dataset, or add new columns to it, how can I do it? For example, I want to change all the labels of the SST2 dataset to `0`: ```python from datasets import l...
false
1,305,443,253
https://api.github.com/repos/huggingface/datasets/issues/4683
https://github.com/huggingface/datasets/pull/4683
4,683
Update create dataset card docs
closed
1
2022-07-15T00:41:29
2022-07-18T17:26:00
2022-07-18T13:24:10
stevhliu
[ "documentation" ]
This PR proposes removing the [online dataset card creator](https://huggingface.co/datasets/card-creator/) in favor of simply copy/pasting a template and using the [Datasets Tagger app](https://huggingface.co/spaces/huggingface/datasets-tagging) to generate the tags. The Tagger app provides more guidance by showing all...
true
1,304,788,215
https://api.github.com/repos/huggingface/datasets/issues/4682
https://github.com/huggingface/datasets/issues/4682
4,682
weird issue/bug with columns (dataset iterable/stream mode)
open
0
2022-07-14T13:26:47
2022-07-14T13:26:47
null
eunseojo
[]
I have a dataset online (CloverSearch/cc-news-mutlilingual) that has a bunch of columns, two of which are "score_title_maintext" and "score_title_description". the original files are jsonl formatted. I was trying to iterate through via streaming mode and grab all "score_title_description" values, but I kept getting key...
false
1,304,617,484
https://api.github.com/repos/huggingface/datasets/issues/4681
https://github.com/huggingface/datasets/issues/4681
4,681
IndexError when loading ImageFolder
closed
2
2022-07-14T10:57:55
2022-07-25T12:37:54
2022-07-25T12:37:54
johko
[ "bug" ]
## Describe the bug Loading an image dataset with `imagefolder` throws `IndexError: list index out of range` when the given folder contains a non-image file (like a csv). ## Steps to reproduce the bug Put a csv file in a folder with images and load it: ```python import datasets datasets.load_dataset("imagefold...
false
1,304,534,770
https://api.github.com/repos/huggingface/datasets/issues/4680
https://github.com/huggingface/datasets/issues/4680
4,680
Dataset Viewer issue for codeparrot/xlcost-text-to-code
closed
5
2022-07-14T09:45:50
2022-07-18T16:37:00
2022-07-18T16:04:36
loubnabnl
[]
### Link https://huggingface.co/datasets/codeparrot/xlcost-text-to-code ### Description Error ``` Server Error Status code: 400 Exception: TypeError Message: 'NoneType' object is not iterable ``` Before I did a minor change in the dataset script (removing some comments), the viewer was working but...
false
1,303,980,648
https://api.github.com/repos/huggingface/datasets/issues/4679
https://github.com/huggingface/datasets/pull/4679
4,679
Added method to remove excess nesting in a DatasetDict
closed
11
2022-07-13T21:49:37
2022-07-21T15:55:26
2022-07-21T10:55:02
CakeCrusher
[]
Added the ability for a DatasetDict to remove additional nested layers within its features to avoid conflicts when collating. It is meant to accompany [this PR](https://github.com/huggingface/transformers/pull/18119) to resolve the same issue [#15505](https://github.com/huggingface/transformers/issues/15505). @stas0...
true
1,303,741,432
https://api.github.com/repos/huggingface/datasets/issues/4678
https://github.com/huggingface/datasets/issues/4678
4,678
Cant pass streaming dataset to dataloader after take()
open
1
2022-07-13T17:34:18
2022-07-14T13:07:21
null
zankner
[ "bug" ]
## Describe the bug I am trying to pass a streaming version of c4 to a dataloader, but it can't be passed after I call `dataset.take(n)`. Some functions such as `shuffle()` can be applied without breaking the dataloader but not take. ## Steps to reproduce the bug ```python import datasets import torch dset = ...
false
1,302,258,440
https://api.github.com/repos/huggingface/datasets/issues/4677
https://github.com/huggingface/datasets/issues/4677
4,677
Random 400 Client Error when pushing dataset
closed
2
2022-07-12T15:56:44
2023-02-07T13:54:10
2023-02-07T13:54:10
msis
[ "bug" ]
## Describe the bug When pushing a dataset, the client errors randomly with `Bad Request for url:...`. At the next call, a new parquet file is created for each shard. The client may fail at any random shard. ## Steps to reproduce the bug ```python dataset.push_to_hub("ORG/DATASET", private=True, branch="main") ...
false
1,302,202,028
https://api.github.com/repos/huggingface/datasets/issues/4676
https://github.com/huggingface/datasets/issues/4676
4,676
Dataset.map gets stuck on _cast_to_python_objects
closed
9
2022-07-12T15:09:58
2022-10-03T13:01:04
2022-10-03T13:01:03
srobertjames
[ "bug", "good first issue" ]
## Describe the bug `Dataset.map`, when fed a Huggingface Tokenizer as its map func, can sometimes spend huge amounts of time doing casts. A minimal example follows. Not all usages suffer from this. For example, I profiled the preprocessor at https://github.com/huggingface/notebooks/blob/main/examples/question_an...
false
1,302,193,649
https://api.github.com/repos/huggingface/datasets/issues/4675
https://github.com/huggingface/datasets/issues/4675
4,675
Unable to use dataset with PyTorch dataloader
open
1
2022-07-12T15:04:04
2022-07-14T14:17:46
null
BlueskyFR
[ "bug" ]
## Describe the bug When using `.with_format("torch")`, an arrow table is returned and I am unable to use it by passing it to a PyTorch DataLoader: please see the code below. ## Steps to reproduce the bug ```python from datasets import load_dataset from torch.utils.data import DataLoader ds = load_dataset( ...
false
1,301,294,844
https://api.github.com/repos/huggingface/datasets/issues/4674
https://github.com/huggingface/datasets/issues/4674
4,674
Issue loading datasets -- pyarrow.lib has no attribute
closed
1
2022-07-11T22:10:44
2023-02-28T18:06:55
2023-02-28T18:06:55
margotwagner
[ "bug" ]
## Describe the bug I am trying to load sentiment analysis datasets from huggingface, but any dataset I try to use via load_dataset, I get the same error: `AttributeError: module 'pyarrow.lib' has no attribute 'IpcReadOptions'` ## Steps to reproduce the bug ```python dataset = load_dataset("glue", "cola") ``` ...
false
1,301,010,331
https://api.github.com/repos/huggingface/datasets/issues/4673
https://github.com/huggingface/datasets/issues/4673
4,673
load_datasets on csv returns everything as a string
closed
3
2022-07-11T17:30:24
2024-11-05T03:55:10
2022-07-12T13:33:08
courtneysprouse
[ "bug" ]
## Describe the bug If you use: `conll_dataset.to_csv("ner_conll.csv")` It will create a csv file with all of your data as expected, however when you load it with: `conll_dataset = load_dataset("csv", data_files="ner_conll.csv")` everything is read in as a string. For example if I look at everything in 'n...
false
1,300,911,467
https://api.github.com/repos/huggingface/datasets/issues/4672
https://github.com/huggingface/datasets/pull/4672
4,672
Support extract 7-zip compressed data files
closed
2
2022-07-11T15:56:51
2022-07-15T13:14:27
2022-07-15T13:02:07
albertvillanova
[]
Fix partially #3541, fix #4670.
true
1,300,385,909
https://api.github.com/repos/huggingface/datasets/issues/4671
https://github.com/huggingface/datasets/issues/4671
4,671
Dataset Viewer issue for wmt16
closed
6
2022-07-11T08:34:11
2022-09-13T13:27:02
2022-09-08T08:16:06
lewtun
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/wmt16 ### Description [Reported](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/12#62cb83f14c7f35284e796f9c) by a user of AutoTrain Evaluate. AFAIK this dataset was working 1-2 weeks ago, and I'm not sure how to interpret this error. ``` Status cod...
false
1,299,984,246
https://api.github.com/repos/huggingface/datasets/issues/4670
https://github.com/huggingface/datasets/issues/4670
4,670
Can't extract files from `.7z` zipfile using `download_and_extract`
closed
5
2022-07-10T18:16:49
2022-07-15T13:02:07
2022-07-15T13:02:07
bhavitvyamalik
[ "bug" ]
## Describe the bug I'm adding a new dataset which is a `.7z` zip file in Google drive and contains 3 json files inside. I'm able to download the data files using `download_and_extract` but after downloading it throws this error: ``` >>> dataset = load_dataset("./datasets/mantis/") Using custom data configuration d...
false
1,299,848,003
https://api.github.com/repos/huggingface/datasets/issues/4669
https://github.com/huggingface/datasets/issues/4669
4,669
loading oscar-corpus/OSCAR-2201 raises an error
closed
1
2022-07-10T07:09:30
2022-07-11T09:27:49
2022-07-11T09:27:49
vitalyshalumov
[ "bug" ]
## Describe the bug load_dataset('oscar-2201', 'af') raises an error: Traceback (most recent call last): File "/usr/lib/python3.8/code.py", line 90, in runcode exec(code, self.locals) File "<input>", line 1, in <module> File "..python3.8/site-packages/datasets/load.py", line 1656, in load_dataset ...
false
1,299,735,893
https://api.github.com/repos/huggingface/datasets/issues/4668
https://github.com/huggingface/datasets/issues/4668
4,668
Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
closed
1
2022-07-09T18:04:13
2022-07-11T07:47:47
2022-07-11T07:47:47
ghost
[ "dataset-viewer" ]
### Link https://huggingface.co/hungnm/multilingual-amazon-review-sentiment ### Description _No response_ ### Owner Yes
false
1,299,735,703
https://api.github.com/repos/huggingface/datasets/issues/4667
https://github.com/huggingface/datasets/issues/4667
4,667
Dataset Viewer issue for hungnm/multilingual-amazon-review-sentiment-processed
closed
0
2022-07-09T18:03:15
2022-07-11T07:47:15
2022-07-11T07:47:15
ghost
[ "duplicate" ]
### Link _No response_ ### Description _No response_ ### Owner _No response_
false
1,299,732,238
https://api.github.com/repos/huggingface/datasets/issues/4666
https://github.com/huggingface/datasets/issues/4666
4,666
Issues with concatenating datasets
closed
2
2022-07-09T17:45:14
2022-07-12T17:16:15
2022-07-12T17:16:14
ChenghaoMou
[ "bug" ]
## Describe the bug It is impossible to concatenate datasets if a feature is sequence of dict in one dataset and a dict of sequence in another. But based on the document, it should be automatically converted. > A [datasets.Sequence](https://huggingface.co/docs/datasets/v2.3.2/en/package_reference/main_classes#datas...
false
1,299,652,638
https://api.github.com/repos/huggingface/datasets/issues/4665
https://github.com/huggingface/datasets/issues/4665
4,665
Unable to create dataset having Python dataset script only
closed
1
2022-07-09T11:45:46
2022-07-11T07:10:09
2022-07-11T07:10:01
aleSuglia
[ "bug" ]
## Describe the bug Hi there, I'm trying to add the following dataset to Huggingface datasets: https://huggingface.co/datasets/Heriot-WattUniversity/dialog-babi/blob/ I'm trying to do so using the CLI commands but seems that this command generates the wrong `dataset_info.json` file (you can find it in the repo a...
false
1,299,571,212
https://api.github.com/repos/huggingface/datasets/issues/4664
https://github.com/huggingface/datasets/pull/4664
4,664
Add stanford dog dataset
closed
5
2022-07-09T04:46:07
2022-07-15T13:30:32
2022-07-15T13:15:42
khushmeeet
[]
This PR is for adding dataset, related to issue #4504. We are adding Stanford dog breed dataset. It is a multi class image classification dataset. Details can be found here - http://vision.stanford.edu/aditya86/ImageNetDogs/ Tests on dummy data is failing currently, which I am looking into.
true
1,299,298,693
https://api.github.com/repos/huggingface/datasets/issues/4663
https://github.com/huggingface/datasets/pull/4663
4,663
Add text decorators
closed
1
2022-07-08T17:51:48
2022-07-18T18:33:14
2022-07-18T18:20:49
stevhliu
[]
This PR adds some decoration to text about different modalities to make it more obvious separate guides exist for audio, vision, and text. The goal is to make it easier for users to discover these guides! ![underline](https://user-images.githubusercontent.com/59462357/178044392-9596693e-9a4a-479a-a282-f1edbd90be1a.p...
true
1,298,845,369
https://api.github.com/repos/huggingface/datasets/issues/4662
https://github.com/huggingface/datasets/pull/4662
4,662
Fix: conll2003 - fix empty example
closed
1
2022-07-08T10:49:13
2022-07-08T14:14:53
2022-07-08T14:02:42
lhoestq
[]
As reported in https://huggingface.co/datasets/conll2003/discussions/2#62c45a14f93fc97e8260532f, there was an extra empty example at the end of the dataset
true
1,298,374,944
https://api.github.com/repos/huggingface/datasets/issues/4661
https://github.com/huggingface/datasets/issues/4661
4,661
Concurrency bug when using same cache among several jobs
open
3
2022-07-08T01:58:11
2025-04-10T13:21:23
null
ioana-blue
[ "bug" ]
## Describe the bug I used to see this bug with an older version of the datasets. It seems to persist. This is my concrete scenario: I launch several evaluation jobs on a cluster in which I share the file system and I share the cache directory used by huggingface libraries. The evaluation jobs read the same *.csv ...
false
1,297,128,387
https://api.github.com/repos/huggingface/datasets/issues/4660
https://github.com/huggingface/datasets/pull/4660
4,660
Fix _resolve_single_pattern_locally on Windows with multiple drives
closed
2
2022-07-07T09:57:30
2022-07-07T17:03:36
2022-07-07T16:52:07
albertvillanova
[]
Currently, when `_resolve_single_pattern_locally` is called from a different drive than the one in `pattern`, it raises an exception: ``` _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ C:\hostedtoolcache\windows\Python\3.6.8\x64\lib\site-packages\datasets\io\parquet.py:35: in __init_...
true
1,297,094,140
https://api.github.com/repos/huggingface/datasets/issues/4659
https://github.com/huggingface/datasets/pull/4659
4,659
Transfer CI to GitHub Actions
closed
4
2022-07-07T09:29:47
2022-07-12T11:30:20
2022-07-12T11:18:25
albertvillanova
[]
This PR transfers CI from CircleCI to GitHub Actions. The implementation in GitHub Actions tries to be as faithful as possible to the implementation in CircleCI and get the same output results (exceptions below). **IMPORTANT NOTE**: The fast-fail policy (described below) is not finally implemented, so that: - we c...
true
1,297,001,390
https://api.github.com/repos/huggingface/datasets/issues/4658
https://github.com/huggingface/datasets/issues/4658
4,658
Transfer CI tests to GitHub Actions
closed
0
2022-07-07T08:10:50
2022-07-12T11:18:25
2022-07-12T11:18:25
albertvillanova
[]
Let's try CI tests using GitHub Actions to see if they are more stable than on CircleCI.
false
1,296,743,133
https://api.github.com/repos/huggingface/datasets/issues/4657
https://github.com/huggingface/datasets/issues/4657
4,657
Add SQuAD2.0 Dataset
closed
2
2022-07-07T03:19:36
2022-07-12T16:14:52
2022-07-12T16:14:52
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *SQuAD2.0* - **Description:** *Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading ...
false
1,296,740,266
https://api.github.com/repos/huggingface/datasets/issues/4656
https://github.com/huggingface/datasets/issues/4656
4,656
Add Amazon-QA Dataset
closed
1
2022-07-07T03:15:11
2022-07-14T02:20:12
2022-07-14T02:20:12
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Amazon-QA* - **Description:** *The dataset is .jsonl format, where each line in the file is a json string that corresponds to a question, existing answers to the question and the extracted review snippets (relevant to the question).* - **Paper:** *https://github.com/amazonqa/amazonqa...
false
1,296,720,896
https://api.github.com/repos/huggingface/datasets/issues/4655
https://github.com/huggingface/datasets/issues/4655
4,655
Simple Wikipedia
closed
1
2022-07-07T02:51:26
2022-07-14T02:16:33
2022-07-14T02:16:33
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Simple Wikipedia* - **Description:** *Two different versions of the data set now exist. Both were generated by aligning Simple English Wikipedia and English Wikipedia. A complete description of the extraction process can be found in "Simple English Wikipedia: A New Simplification Task...
false
1,296,716,119
https://api.github.com/repos/huggingface/datasets/issues/4654
https://github.com/huggingface/datasets/issues/4654
4,654
Add Quora Question Triplets Dataset
closed
1
2022-07-07T02:43:42
2022-07-14T02:13:50
2022-07-14T02:13:50
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Quora Question Triplets* - **Description:** *This dataset consists of over 400,000 lines of potential question duplicate pairs. Each line contains IDs for each question in the pair, the full text for each question, and a binary value that indicates whether the line truly contains a du...
false
1,296,702,834
https://api.github.com/repos/huggingface/datasets/issues/4653
https://github.com/huggingface/datasets/issues/4653
4,653
Add Altlex dataset
closed
1
2022-07-07T02:23:02
2022-07-14T02:12:39
2022-07-14T02:12:39
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Altlex* - **Description:** *Git repository for software associated with the 2016 ACL paper "Identifying Causal Relations Using Parallel Wikipedia Articles.”* - **Paper:** *https://aclanthology.org/P16-1135.pdf* - **Data:** *https://huggingface.co/datasets/sentence-transformers/embed...
false
1,296,697,498
https://api.github.com/repos/huggingface/datasets/issues/4652
https://github.com/huggingface/datasets/issues/4652
4,652
Add Sentence Compression Dataset
closed
1
2022-07-07T02:13:46
2022-07-14T02:11:48
2022-07-14T02:11:48
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Sentence Compression* - **Description:** *Large corpus of uncompressed and compressed sentences from news articles.* - **Paper:** *https://www.aclweb.org/anthology/D13-1155/* - **Data:** *https://github.com/google-research-datasets/sentence-compression/tree/master/data* - **Motivat...
false
1,296,689,414
https://api.github.com/repos/huggingface/datasets/issues/4651
https://github.com/huggingface/datasets/issues/4651
4,651
Add Flickr 30k Dataset
closed
1
2022-07-07T01:59:08
2022-07-14T02:09:45
2022-07-14T02:09:45
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Flickr 30k* - **Description:** *To produce the denotation graph, we have created an image caption corpus consisting of 158,915 crowd-sourced captions describing 31,783 images. This is an extension of our previous Flickr 8k Dataset. The new images and captions focus on people involved ...
false
1,296,680,037
https://api.github.com/repos/huggingface/datasets/issues/4650
https://github.com/huggingface/datasets/issues/4650
4,650
Add SPECTER dataset
open
1
2022-07-07T01:41:32
2022-07-14T02:07:49
null
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *SPECTER* - **Description:** *SPECTER: Document-level Representation Learning using Citation-informed Transformers* - **Paper:** *https://doi.org/10.18653/v1/2020.acl-main.207* - **Data:** *https://huggingface.co/datasets/sentence-transformers/embedding-training-data/resolve/main/spe...
false
1,296,673,712
https://api.github.com/repos/huggingface/datasets/issues/4649
https://github.com/huggingface/datasets/issues/4649
4,649
Add PAQ dataset
closed
1
2022-07-07T01:29:42
2022-07-14T02:06:27
2022-07-14T02:06:27
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *PAQ* - **Description:** *This repository contains code and models to support the research paper PAQ: 65 Million Probably-Asked Questions and What You Can Do With Them* - **Paper:** *https://arxiv.org/abs/2102.07033* - **Data:** *https://huggingface.co/datasets/sentence-transformers/...
false
1,296,659,335
https://api.github.com/repos/huggingface/datasets/issues/4648
https://github.com/huggingface/datasets/issues/4648
4,648
Add WikiAnswers dataset
closed
1
2022-07-07T01:06:37
2022-07-14T02:03:40
2022-07-14T02:03:40
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *WikiAnswers* - **Description:** *The WikiAnswers corpus contains clusters of questions tagged by WikiAnswers users as paraphrases. Each cluster optionally contains an answer provided by WikiAnswers users.* - **Paper:** *https://dl.acm.org/doi/10.1145/2623330.2623677* - **Data:** *ht...
false
1,296,311,270
https://api.github.com/repos/huggingface/datasets/issues/4647
https://github.com/huggingface/datasets/issues/4647
4,647
Add Reddit dataset
open
0
2022-07-06T19:49:18
2022-07-06T19:49:18
null
omarespejel
[ "dataset request" ]
## Adding a Dataset - **Name:** *Reddit comments (2015-2018)* - **Description:** *Reddit is an American social news aggregation website, where users can post links, and take part in discussions on these posts. These threaded discussions provide a large corpus, which is converted into a conversational dataset using th...
false
1,296,027,785
https://api.github.com/repos/huggingface/datasets/issues/4645
https://github.com/huggingface/datasets/pull/4645
4,645
Set HF_SCRIPTS_VERSION to main
closed
1
2022-07-06T15:43:21
2022-07-06T15:56:21
2022-07-06T15:45:05
lhoestq
[]
After renaming "master" to "main", the CI fails with ``` AssertionError: 'https://raw.githubusercontent.com/huggingface/datasets/main/datasets/_dummy/_dummy.py' not found in "Couldn't find a dataset script at /home/circleci/datasets/_dummy/_dummy.py or any data file in the same directory. Couldn't find '_dummy' on th...
true
1,296,018,052
https://api.github.com/repos/huggingface/datasets/issues/4644
https://github.com/huggingface/datasets/pull/4644
4,644
[Minor fix] Typo correction
closed
1
2022-07-06T15:37:02
2022-07-06T15:56:32
2022-07-06T15:45:16
cakiki
[]
recieve -> receive
true
1,295,852,650
https://api.github.com/repos/huggingface/datasets/issues/4643
https://github.com/huggingface/datasets/pull/4643
4,643
Rename master to main
closed
3
2022-07-06T13:34:30
2022-07-06T15:36:46
2022-07-06T15:25:08
lhoestq
[]
This PR renames mentions of "master" by "main" in the code base for several cases: - set the default dataset script version to "main" if the local installation of `datasets` is a dev installation - update URLs to this github repository to use "main" - update the DVC benchmark - update the github workflows - update...
true
1,295,748,083
https://api.github.com/repos/huggingface/datasets/issues/4642
https://github.com/huggingface/datasets/issues/4642
4,642
Streaming issue for ccdv/pubmed-summarization
closed
3
2022-07-06T12:13:07
2022-07-06T14:17:34
2022-07-06T14:17:34
lewtun
[]
### Link https://huggingface.co/datasets/ccdv/pubmed-summarization ### Description This was reported by a [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/7). It seems like streaming doesn't work due to the way the dataset loading script is defined? ``` Status c...
false
1,295,633,250
https://api.github.com/repos/huggingface/datasets/issues/4641
https://github.com/huggingface/datasets/issues/4641
4,641
Dataset Viewer issue for kmfoda/booksum
closed
3
2022-07-06T10:38:16
2022-07-06T13:25:28
2022-07-06T11:58:06
lewtun
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/kmfoda/booksum ### Description A [user of AutoTrain Evaluate](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/9) discovered this dataset cannot be streamed due to: ``` Status code: 400 Exception: ClientResponseError Message: 401, messa...
false
1,295,495,699
https://api.github.com/repos/huggingface/datasets/issues/4640
https://github.com/huggingface/datasets/pull/4640
4,640
Support all split in streaming mode
open
1
2022-07-06T08:56:38
2022-07-06T15:19:55
null
albertvillanova
[]
Fix #4637.
true
1,295,367,322
https://api.github.com/repos/huggingface/datasets/issues/4639
https://github.com/huggingface/datasets/issues/4639
4,639
Add HaGRID -- HAnd Gesture Recognition Image Dataset
open
0
2022-07-06T07:41:32
2022-07-06T07:41:32
null
osanseviero
[ "dataset request" ]
## Adding a Dataset - **Name:** HaGRID -- HAnd Gesture Recognition Image Dataset - **Description:** We introduce a large image dataset HaGRID (HAnd Gesture Recognition Image Dataset) for hand gesture recognition (HGR) systems. You can use it for image classification or image detection tasks. Proposed dataset allows t...
false
1,295,233,315
https://api.github.com/repos/huggingface/datasets/issues/4638
https://github.com/huggingface/datasets/pull/4638
4,638
The speechocean762 dataset
closed
4
2022-07-06T06:17:30
2022-10-03T09:34:36
2022-10-03T09:34:36
jimbozhang
[ "dataset contribution" ]
[speechocean762](https://www.openslr.org/101/) is a non-native English corpus for pronunciation scoring tasks. It is free for both commercial and non-commercial use. I believe it will be easier to use if it could be available on Hugging Face.
true
1,294,818,236
https://api.github.com/repos/huggingface/datasets/issues/4637
https://github.com/huggingface/datasets/issues/4637
4,637
The "all" split breaks streaming
open
6
2022-07-05T21:56:49
2022-07-15T13:59:30
null
cakiki
[ "bug" ]
## Describe the bug Not sure if this is a bug or just the way streaming works, but setting `streaming=True` did not work when setting `split="all"` ## Steps to reproduce the bug The following works: ```python ds = load_dataset('super_glue', 'wsc.fixed', split='all') ``` The following throws `ValueError: Bad ...
false
1,294,547,836
https://api.github.com/repos/huggingface/datasets/issues/4636
https://github.com/huggingface/datasets/issues/4636
4,636
Add info in docs about behavior of download_config.num_proc
closed
0
2022-07-05T17:01:00
2022-07-28T10:40:32
2022-07-28T10:40:32
nateraw
[ "enhancement" ]
**Is your feature request related to a problem? Please describe.** I went to override `download_config.num_proc` and was confused about what was happening under the hood. It would be nice to have the behavior documented a bit better so folks know what's happening when they use it. **Describe the solution you'd li...
false
1,294,475,931
https://api.github.com/repos/huggingface/datasets/issues/4635
https://github.com/huggingface/datasets/issues/4635
4,635
Dataset Viewer issue for vadis/sv-ident
closed
6
2022-07-05T15:48:13
2022-07-06T07:13:33
2022-07-06T07:12:14
e-tornike
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/vadis/sv-ident/viewer/default/validation ### Description Error message when loading validation split in the viewer: ``` Status code: 400 Exception: Status400Error Message: The split cache is empty. ``` ### Owner _No response_
false
1,294,405,251
https://api.github.com/repos/huggingface/datasets/issues/4634
https://github.com/huggingface/datasets/issues/4634
4,634
Can't load the Hausa audio dataset
closed
1
2022-07-05T14:47:36
2022-09-13T14:07:32
2022-09-13T14:07:32
moro23
[]
common_voice_train = load_dataset("common_voice", "ha", split="train+validation")
false
1,294,367,783
https://api.github.com/repos/huggingface/datasets/issues/4633
https://github.com/huggingface/datasets/pull/4633
4,633
[data_files] Only match separated split names
closed
5
2022-07-05T14:18:11
2022-07-18T13:20:29
2022-07-18T13:07:33
lhoestq
[]
As reported in https://github.com/huggingface/datasets/issues/4477, the current pattern matching to infer which file goes into which split is too permissive. For example a file "contest.py" would be considered part of a test split (it contains "test") and "seqeval.py" as well (it contains "eval"). In this PR I made ...
true
1,294,166,880
https://api.github.com/repos/huggingface/datasets/issues/4632
https://github.com/huggingface/datasets/issues/4632
4,632
'sort' method sorts one column only
closed
3
2022-07-05T11:25:26
2023-07-25T15:04:27
2023-07-25T15:04:27
shachardon
[]
The 'sort' method changes the order of one column only (the one defined by the argument 'column'), thus creating a mismatch between a sample fields. I would expect it to change the order of the samples as a whole, based on the 'column' order.
false
1,293,545,900
https://api.github.com/repos/huggingface/datasets/issues/4631
https://github.com/huggingface/datasets/pull/4631
4,631
Update WinoBias README
closed
1
2022-07-04T20:24:40
2022-07-07T13:23:32
2022-07-07T13:11:47
sashavor
[]
I'm adding some information about Winobias that I got from the paper :smile: I think this makes it a bit clearer!
true
1,293,470,728
https://api.github.com/repos/huggingface/datasets/issues/4630
https://github.com/huggingface/datasets/pull/4630
4,630
fix(dataset_wrappers): Fixes access to fsspec.asyn in torch_iterable_dataset.py.
closed
1
2022-07-04T18:26:55
2022-07-05T15:19:52
2022-07-05T15:08:21
gugarosa
[]
Fix #4612. Apparently, newest `fsspec` versions do not allow access to attribute-based modules if they are not imported, such as `fsspec.async`. Thus, @mariosasko suggested to add the missing part to the module import to allow for its access.
true
1,293,418,800
https://api.github.com/repos/huggingface/datasets/issues/4629
https://github.com/huggingface/datasets/issues/4629
4,629
Rename repo default branch to main
closed
0
2022-07-04T17:16:10
2022-07-06T15:49:57
2022-07-06T15:49:57
albertvillanova
[ "maintenance" ]
Rename repository default branch to `main` (instead of current `master`). Once renamed, users will have to manually update their local repos: - [ ] Upstream: ``` git branch -m master main git fetch upstream main git branch -u upstream/main main git remote set-head upstream -a ``` - [ ] Origin...
false
1,293,361,308
https://api.github.com/repos/huggingface/datasets/issues/4628
https://github.com/huggingface/datasets/pull/4628
4,628
Fix time type `_arrow_to_datasets_dtype` conversion
closed
1
2022-07-04T16:20:15
2022-07-07T14:08:38
2022-07-07T13:57:12
mariosasko
[]
Fix #4620 The issue stems from the fact that `pa.array([time_data]).type` returns `DataType(time64[unit])`, which doesn't expose the `unit` attribute, instead of `Time64Type(time64[unit])`. I believe this is a bug in PyArrow. Luckily, the both types have the same `str()`, so in this PR I call `pa.type_for_alias(str(...
true
1,293,287,798
https://api.github.com/repos/huggingface/datasets/issues/4627
https://github.com/huggingface/datasets/pull/4627
4,627
fixed duplicate calculation of spearmanr function in metrics wrapper.
closed
3
2022-07-04T15:02:01
2022-07-07T12:41:09
2022-07-07T12:41:09
benlipkin
[]
During _compute, the scipy.stats spearmanr function was called twice, redundantly, once for calculating the score and once for calculating the p-value, under the conditional branch where return_pvalue=True. I adjusted the _compute function to execute the spearmanr function once, store the results tuple in a temporary v...
true
1,293,256,269
https://api.github.com/repos/huggingface/datasets/issues/4626
https://github.com/huggingface/datasets/issues/4626
4,626
Add non-commercial licensing info for datasets for which we removed tags
open
1
2022-07-04T14:32:43
2022-07-08T14:27:29
null
lhoestq
[]
We removed several YAML tags saying that certain datasets can't be used for commercial purposes: https://github.com/huggingface/datasets/pull/4613#discussion_r911919753 Reason for this is that we only allow tags that are part of our [supported list of licenses](https://github.com/huggingface/datasets/blob/84fc3ad73c...
false
1,293,163,744
https://api.github.com/repos/huggingface/datasets/issues/4625
https://github.com/huggingface/datasets/pull/4625
4,625
Unpack `dl_manager.iter_files` to allow parallization
closed
2
2022-07-04T13:16:58
2022-07-05T11:11:54
2022-07-05T11:00:48
mariosasko
[]
Iterate over data files outside `dl_manager.iter_files` to allow parallelization in streaming mode. (The issue reported [here](https://discuss.huggingface.co/t/dataset-only-have-n-shard-1-when-has-multiple-shards-in-repo/19887)) PS: Another option would be to override `FilesIterable.__getitem__` to make it indexa...
true
1,293,085,058
https://api.github.com/repos/huggingface/datasets/issues/4624
https://github.com/huggingface/datasets/pull/4624
4,624
Remove all paperswithcode_id: null
closed
3
2022-07-04T12:11:32
2023-09-24T10:05:19
2022-07-04T13:10:38
lhoestq
[]
On the Hub there is a validation error on the `paperswithcode_id` tag when the value is `null`: <img width="686" alt="image" src="https://user-images.githubusercontent.com/42851186/177151825-93d341c5-25bd-41ab-96c2-c0b516d51c68.png"> We've been using `null` to specify that we checked on pwc but the dataset doesn'...
true
1,293,042,894
https://api.github.com/repos/huggingface/datasets/issues/4623
https://github.com/huggingface/datasets/issues/4623
4,623
Loading MNIST as Pytorch Dataset
open
4
2022-07-04T11:33:10
2022-07-04T14:40:50
null
jameschapman19
[ "bug" ]
## Describe the bug Conversion of MNIST dataset to pytorch fails with bug ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset("mnist", split="train") dataset.set_format('torch') dataset[0] print() ``` ## Expected results Expect to see torch tensors image and l...
false
1,293,031,939
https://api.github.com/repos/huggingface/datasets/issues/4622
https://github.com/huggingface/datasets/pull/4622
4,622
Fix ImageFolder with parameters drop_metadata=True and drop_labels=False (when metadata.jsonl is present)
closed
5
2022-07-04T11:23:20
2022-07-15T14:37:23
2022-07-15T14:24:24
polinaeterna
[]
Will fix #4621 ImageFolder raises `KeyError: 'label'` with params `drop_metadata=True` and `drop_labels=False` (if there is at least one metadata.jsonl file a data directory). This happens because metadata files are collected inside `analyze()` function regardless of `drop_metadata` value. And then the following co...
true
1,293,030,128
https://api.github.com/repos/huggingface/datasets/issues/4621
https://github.com/huggingface/datasets/issues/4621
4,621
ImageFolder raises an error with parameters drop_metadata=True and drop_labels=False when metadata.jsonl is present
closed
0
2022-07-04T11:21:44
2022-07-15T14:24:24
2022-07-15T14:24:24
polinaeterna
[ "bug" ]
## Describe the bug If you pass `drop_metadata=True` and `drop_labels=False` when a `data_dir` contains at least one `matadata.jsonl` file, you will get a KeyError. This is probably not a very useful case but we shouldn't get an error anyway. Asking users to move metadata files manually outside `data_dir` or pass fe...
false