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,251,933,091
https://api.github.com/repos/huggingface/datasets/issues/4417
https://github.com/huggingface/datasets/issues/4417
4,417
how to convert a dict generator into a huggingface dataset.
closed
18
2022-05-29T16:28:27
2022-09-16T14:44:19
2022-09-16T14:44:19
StephennFernandes
[ "question" ]
### Link _No response_ ### Description Hey there, I have used seqio to get a well distributed mixture of samples from multiple dataset. However the resultant output from seqio is a python generator dict, which I cannot produce back into huggingface dataset. The generator contains all the samples needed for ...
false
1,251,875,763
https://api.github.com/repos/huggingface/datasets/issues/4416
https://github.com/huggingface/datasets/pull/4416
4,416
Add LCCC dataset
closed
6
2022-05-29T12:27:19
2022-06-15T10:28:59
2022-06-02T09:13:46
silverriver
[]
Hi, I am trying to add a new dataset lccc. All tests are passed.
true
1,251,002,981
https://api.github.com/repos/huggingface/datasets/issues/4415
https://github.com/huggingface/datasets/pull/4415
4,415
Update `dataset_infos.json` with new split info in `Dataset.push_to_hub` to avoid verification error
closed
1
2022-05-27T17:03:42
2022-06-07T12:42:25
2022-06-07T12:33:52
mariosasko
[]
Update `dataset_infos.json` when pushing splits one by one via `Dataset.push_to_hub` to avoid the splits verification error. TODO: ~~- [ ] handle token + `{Audio, Image}.embed_storage`~~ - [x] tests
true
1,250,546,888
https://api.github.com/repos/huggingface/datasets/issues/4414
https://github.com/huggingface/datasets/pull/4414
4,414
Rename DatasetBuilder config_name
closed
1
2022-05-27T09:28:02
2022-05-31T15:07:21
2022-05-31T14:58:51
albertvillanova
[]
This PR renames the DatasetBuilder keyword argument `name` to `config_name` so that: - it avoids confusion with the attribute `DatasetBuilder.name`, which is different - it aligns with the Dataset property name `config_name`, defined in `DatasetInfoMixin.config_name` Other simpler possibility could be to rename it...
true
1,250,259,822
https://api.github.com/repos/huggingface/datasets/issues/4413
https://github.com/huggingface/datasets/issues/4413
4,413
Dataset Viewer issue for ett
closed
3
2022-05-27T02:12:35
2022-06-15T07:30:46
2022-06-15T07:30:46
dgcnz
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/ett ### Description Timestamp is not JSON serializable. ``` Status code: 500 Exception: Status500Error Message: Type is not JSON serializable: Timestamp ``` ### Owner No
false
1,249,490,179
https://api.github.com/repos/huggingface/datasets/issues/4412
https://github.com/huggingface/datasets/pull/4412
4,412
Skip hidden files/directories in data files resolution and `iter_files`
closed
6
2022-05-26T12:10:28
2022-06-15T17:11:25
2022-06-01T13:04:16
mariosasko
[]
Fix #4115
true
1,249,462,390
https://api.github.com/repos/huggingface/datasets/issues/4411
https://github.com/huggingface/datasets/pull/4411
4,411
Update `_format_columns` in `remove_columns`
closed
20
2022-05-26T11:40:06
2022-06-14T19:05:37
2022-06-14T16:01:56
alvarobartt
[]
As explained at #4398, when calling `dataset.add_faiss_index` under certain conditions when calling a sequence of operations `cast_column`, `map`, and `remove_columns`, it fails as it's trying to look for already removed columns. So on, after testing some possible fixes, it seems that setting the dataset format righ...
true
1,249,148,457
https://api.github.com/repos/huggingface/datasets/issues/4410
https://github.com/huggingface/datasets/pull/4410
4,410
Remove Google Drive URL in spider dataset
closed
1
2022-05-26T06:17:35
2022-05-26T06:48:42
2022-05-26T06:40:12
albertvillanova
[]
The `spider` dataset is distributed under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode) license. Fix #4401.
true
1,249,083,179
https://api.github.com/repos/huggingface/datasets/issues/4409
https://github.com/huggingface/datasets/pull/4409
4,409
Update: add using pcm bytes (#4323)
closed
16
2022-05-26T04:26:36
2022-07-07T13:27:29
2022-07-07T13:16:09
YooSungHyun
[]
first of all, please look #4323 why i can not use {"path","array","sampling_rate"} because sf.write(format="wav") and sf.read(BytesIO) is changed my pcm data value maybe, i think wav got header but, pcm is not. and variable naming, pcm data is "byte" type. so, "array" name is not fair i think so, i use scipy l...
true
1,248,687,574
https://api.github.com/repos/huggingface/datasets/issues/4408
https://github.com/huggingface/datasets/pull/4408
4,408
Update imagenet gate
closed
1
2022-05-25T20:32:19
2022-05-25T20:45:11
2022-05-25T20:36:47
lhoestq
[]
null
true
1,248,671,778
https://api.github.com/repos/huggingface/datasets/issues/4407
https://github.com/huggingface/datasets/issues/4407
4,407
Dataset Viewer issue for conll2012_ontonotesv5
closed
3
2022-05-25T20:18:33
2022-06-07T18:39:16
2022-06-07T18:39:16
jiangwangyi
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/conll2012_ontonotesv5 ### Description Dataset viewer outage. ### Owner No
false
1,248,626,622
https://api.github.com/repos/huggingface/datasets/issues/4406
https://github.com/huggingface/datasets/pull/4406
4,406
Improve language tag for PIAF dataset
closed
0
2022-05-25T19:41:55
2022-05-27T14:51:23
2022-05-27T14:51:23
lbourdois
[]
Hi, As pointed out by @lhoestq in this discussion (https://huggingface.co/datasets/asi/wikitext_fr/discussions/1), it is not yet possible to edit datasets outside of a namespace with the Hub PR feature and that you have to go through GitHub. This modification should allow better referencing since only the xx lan...
true
1,248,574,087
https://api.github.com/repos/huggingface/datasets/issues/4405
https://github.com/huggingface/datasets/issues/4405
4,405
[TypeError: Couldn't cast array of type] Cannot process dataset in v2.2.2
closed
1
2022-05-25T18:56:43
2022-06-07T14:27:20
2022-06-07T14:27:20
jiangwangyi
[ "bug" ]
## Describe the bug I am trying to process the [conll2012_ontonotesv5](https://huggingface.co/datasets/conll2012_ontonotesv5) dataset in `datasets` v2.2.2 and am running into a type error when casting the features. ## Steps to reproduce the bug ```python import os from typing import ( List, Dict, ) f...
false
1,248,572,899
https://api.github.com/repos/huggingface/datasets/issues/4404
https://github.com/huggingface/datasets/issues/4404
4,404
Dataset should have a `.name` field
closed
2
2022-05-25T18:56:08
2022-09-13T15:09:30
2022-06-16T10:47:53
f4hy
[ "enhancement" ]
**Is your feature request related to a problem? Please describe.** If building pipelines that can evaluate on more than one dataset, it would be nice to be able to log results of things like `Evaluating on {dataset.name}` or `results for {dataset.name} are: {results}` Without some way of concisely identifying a dat...
false
1,248,390,134
https://api.github.com/repos/huggingface/datasets/issues/4403
https://github.com/huggingface/datasets/pull/4403
4,403
Uncomment logging deactivation for ArrowBasedBuilder
closed
1
2022-05-25T16:46:15
2022-05-31T08:33:36
2022-05-31T08:25:02
thomasw21
[]
null
true
1,248,078,067
https://api.github.com/repos/huggingface/datasets/issues/4402
https://github.com/huggingface/datasets/pull/4402
4,402
Skip identical files in `push_to_hub` instead of overwriting
closed
1
2022-05-25T13:12:51
2022-05-25T15:16:36
2022-05-25T15:08:03
mariosasko
[]
Skip identical files instead of overwriting them to save bandwidth and circumvent (user-side/server-side) errors, which can arise when working with large datasets due to long-lasting HTTP connections, by repeating calls to `push_to_hub` to resume an upload. To be able to check if an upload can be resumed, this PR mo...
true
1,247,695,921
https://api.github.com/repos/huggingface/datasets/issues/4401
https://github.com/huggingface/datasets/issues/4401
4,401
"NonMatchingChecksumError" when importing 'spider' dataset
closed
2
2022-05-25T07:45:07
2022-05-26T06:40:12
2022-05-26T06:40:12
OmarAlaaeldein
[ "hosted-on-google-drive" ]
## Describe the bug When importing 'spider' dataset [https://huggingface.co/datasets/spider] an error occurs ## Steps to reproduce the bug ```python from datasets import load_dataset dataset = load_dataset('spider') ``` ## Expected results Dataset object ## Actual results NonMatchingChecksumError: Check...
false
1,247,404,237
https://api.github.com/repos/huggingface/datasets/issues/4400
https://github.com/huggingface/datasets/issues/4400
4,400
load dataset wikitext-2-raw-v1 failed. Could not reach wikitext-2-raw-v1.py.
closed
1
2022-05-25T03:10:44
2022-10-24T06:10:27
2022-05-25T03:26:36
cailun01
[ "bug" ]
## Describe the bug Could not reach wikitext-2-raw-v1.py ## Steps to reproduce the bug ```python from datasets import load_dataset load_dataset("wikitext-2-raw-v1") ``` ## Expected results Download `wikitext-2-raw-v1` dataset successfully. ## Actual results ``` File "load_datasets.py", line 13, in <m...
false
1,246,948,299
https://api.github.com/repos/huggingface/datasets/issues/4399
https://github.com/huggingface/datasets/issues/4399
4,399
LocalDatasetModuleFactoryWithoutScript extracts invalid builder name
closed
5
2022-05-24T18:03:01
2022-09-12T15:30:43
2022-09-12T15:30:43
apohllo
[ "bug", "good first issue" ]
## Describe the bug Trying to load a local dataset raises an error indicating that the config builder has to have a name. No error should be reported, since the call is completly valid. ## Steps to reproduce the bug ```python load_dataset("./data/some-dataset/", name="some-name") ``` ## Expected results The...
false
1,246,666,749
https://api.github.com/repos/huggingface/datasets/issues/4398
https://github.com/huggingface/datasets/issues/4398
4,398
Calling `cast_column`/`remove_columns` and a sequence of `map` operations ends up making `faiss` fail with `ValueError`
closed
4
2022-05-24T14:41:34
2022-06-14T16:01:56
2022-06-14T16:01:56
alvarobartt
[ "bug" ]
First of all, sorry in advance for the unclear title, but this bug is weird to explain (at least for me), so I tried my best to summarize all the information in this issue. ## Describe the bug Calling a certain combination of operations over a 🤗 `Dataset` and then trying to calculate the `faiss` index with `.add...
false
1,246,597,632
https://api.github.com/repos/huggingface/datasets/issues/4397
https://github.com/huggingface/datasets/pull/4397
4,397
Fix dependency on dill version
closed
1
2022-05-24T13:54:23
2022-10-26T08:45:37
2022-05-25T13:54:08
albertvillanova
[]
We had to make a hotfix by pinning dill: - #4380 because from version 0.3.5, our custom `save_function` pickling function was raising an exception: - #4379 This PR fixes this by implementing our custom `save_function` depending on the version of dill. CC: @anivegesana This PR needs first being merged: -...
true
1,245,479,399
https://api.github.com/repos/huggingface/datasets/issues/4396
https://github.com/huggingface/datasets/pull/4396
4,396
Fix URL in gem dataset for totto config
closed
1
2022-05-23T17:16:12
2022-05-24T05:49:11
2022-05-24T05:41:00
albertvillanova
[]
As commented in: - https://github.com/huggingface/datasets/issues/4386#issuecomment-1134902372 CC: @StevenTang1998
true
1,245,436,486
https://api.github.com/repos/huggingface/datasets/issues/4395
https://github.com/huggingface/datasets/pull/4395
4,395
Add Pascal VOC dataset
closed
6
2022-05-23T16:34:05
2023-09-24T09:37:05
2022-10-03T09:36:56
nateraw
[ "dataset contribution" ]
This PR adds the Pascal VOC dataset in the same way TFDS has it added. I believe we can iterate on this dataset and in future versions include more data, such as segmentation masks, but for now I think it is a good idea to just add it the same way as TFDS to get a solid first version out there.
true
1,245,221,657
https://api.github.com/repos/huggingface/datasets/issues/4394
https://github.com/huggingface/datasets/issues/4394
4,394
trainer became extremely slow after reload dataset by `load_from_disk`
open
5
2022-05-23T14:04:37
2023-11-23T07:40:30
null
conan1024hao
[ "bug" ]
## Describe the bug Due to memory problem, I need to save my tokenized datasets locally by CPU and reload it by multi GPU for running training script. However, after I reload it by `load_from_disk` and start training, the speed is extremely slow. It says I need about 1500 hours with 8 A100 cards. Before this, I can ru...
false
1,244,876,662
https://api.github.com/repos/huggingface/datasets/issues/4393
https://github.com/huggingface/datasets/pull/4393
4,393
Update CI deprecated legacy image
closed
1
2022-05-23T09:35:42
2022-05-23T10:08:28
2022-05-23T09:59:55
albertvillanova
[]
Now our CI still uses a deprecated legacy image: > You’re using a [deprecated Docker convenience image.](https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034) Upgrade to a next-gen Docker convenience image. This PR updates to next-generation convenience image. Related to: - #2955
true
1,244,859,971
https://api.github.com/repos/huggingface/datasets/issues/4392
https://github.com/huggingface/datasets/pull/4392
4,392
remove int documentation from logging docs
closed
1
2022-05-23T09:24:55
2022-05-23T15:16:55
2022-05-23T15:08:32
lvwerra
[]
Removes the `int` documentation from the [logging section](https://huggingface.co/docs/datasets/package_reference/logging_methods#levels) of the docs.
true
1,244,839,185
https://api.github.com/repos/huggingface/datasets/issues/4391
https://github.com/huggingface/datasets/pull/4391
4,391
Refactor column mappings for question answering datasets
closed
5
2022-05-23T09:13:14
2022-05-24T12:57:00
2022-05-24T12:48:48
lewtun
[]
This PR tweaks the keys in the metadata that are used to define the column mapping for question answering datasets. This is needed in order to faithfully reconstruct column names like `answers.text` and `answers.answer_start` from the keys in AutoTrain. As observed in https://github.com/huggingface/datasets/pull/436...
true
1,244,835,877
https://api.github.com/repos/huggingface/datasets/issues/4390
https://github.com/huggingface/datasets/pull/4390
4,390
Fix metadata validation
closed
1
2022-05-23T09:11:20
2022-06-01T09:27:52
2022-06-01T09:19:25
albertvillanova
[]
Since Python 3.8, the typing module: - raises an AttributeError when trying to access `__args__` on any type, e.g.: `List.__args__` - provides the `get_args` function instead: `get_args(List)` This PR implements a fix for Python >=3.8 whereas maintaining backward compatibility.
true
1,244,693,690
https://api.github.com/repos/huggingface/datasets/issues/4389
https://github.com/huggingface/datasets/pull/4389
4,389
Fix bug in gem dataset for wiki_auto_asset_turk config
closed
1
2022-05-23T07:19:49
2022-05-23T10:38:26
2022-05-23T10:29:55
albertvillanova
[]
This PR fixes some URLs. Fix #4386.
true
1,244,645,158
https://api.github.com/repos/huggingface/datasets/issues/4388
https://github.com/huggingface/datasets/pull/4388
4,388
Set builder name from module instead of class
closed
1
2022-05-23T06:26:35
2022-05-25T05:24:43
2022-05-25T05:16:15
albertvillanova
[]
Now the builder name attribute is set from from the builder class name. This PR sets the builder name attribute from the module name instead. Some motivating reasons: - The dataset ID is relevant and unique among all datasets and this is directly related to the repository name, i.e., the name of the directory conta...
true
1,244,147,817
https://api.github.com/repos/huggingface/datasets/issues/4387
https://github.com/huggingface/datasets/issues/4387
4,387
device/google/accessory/adk2012 - Git at Google
closed
0
2022-05-22T04:57:19
2022-05-23T06:36:27
2022-05-23T06:36:27
Aeckard45
[]
"git clone https://android.googlesource.com/device/google/accessory/adk2012" https://android.googlesource.com/device/google/accessory/adk2012/#:~:text=git%20clone%20https%3A//android.googlesource.com/device/google/accessory/adk2012
false
1,243,965,532
https://api.github.com/repos/huggingface/datasets/issues/4386
https://github.com/huggingface/datasets/issues/4386
4,386
Bug for wiki_auto_asset_turk from GEM
closed
7
2022-05-21T12:31:30
2022-05-24T05:55:52
2022-05-23T10:29:55
StevenTang1998
[ "bug" ]
## Describe the bug The script of wiki_auto_asset_turk for GEM may be out of date. ## Steps to reproduce the bug ```python import datasets datasets.load_dataset('gem', 'wiki_auto_asset_turk') ``` ## Actual results ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/...
false
1,243,921,287
https://api.github.com/repos/huggingface/datasets/issues/4385
https://github.com/huggingface/datasets/pull/4385
4,385
Test dill
closed
4
2022-05-21T08:57:43
2022-05-25T08:30:13
2022-05-25T08:21:48
albertvillanova
[]
Regression test for future releases of `dill`. Related to #4379.
true
1,243,919,748
https://api.github.com/repos/huggingface/datasets/issues/4384
https://github.com/huggingface/datasets/pull/4384
4,384
Refactor download
closed
4
2022-05-21T08:49:24
2022-05-25T10:52:02
2022-05-25T10:43:43
albertvillanova
[]
This PR performs a refactoring of the download functionalities, by proposing a modular solution and moving them to their own package "download". Some motivating arguments: - understandability: from a logical partitioning of the library, it makes sense to have all download functionalities grouped together instead of sc...
true
1,243,856,981
https://api.github.com/repos/huggingface/datasets/issues/4383
https://github.com/huggingface/datasets/issues/4383
4,383
L
closed
0
2022-05-21T03:47:58
2022-05-21T19:20:13
2022-05-21T19:20:13
AronCodes21
[ "bug" ]
## Describe the L L ## Expected L A clear and concise lmll Specify the actual results or traceback. ## Environment info <!-- You can run the command `datasets-cli env` and copy-and-paste its output below. --> - `datasets` version: - Platform: - Python version: - PyArrow version:
false
1,243,839,783
https://api.github.com/repos/huggingface/datasets/issues/4382
https://github.com/huggingface/datasets/issues/4382
4,382
First time trying
closed
0
2022-05-21T02:15:18
2022-05-21T19:20:44
2022-05-21T19:20:44
Aeckard45
[ "dataset request" ]
## 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...
false
1,243,478,863
https://api.github.com/repos/huggingface/datasets/issues/4381
https://github.com/huggingface/datasets/issues/4381
4,381
Bug in caching 2 datasets both with the same builder class name
closed
2
2022-05-20T18:18:03
2022-06-02T08:18:37
2022-05-25T05:16:15
NouamaneTazi
[ "bug" ]
## Describe the bug The two datasets `mteb/mtop_intent` and `mteb/mtop_domain `use both the same cache folder `.cache/huggingface/datasets/mteb___mtop`. So if you first load `mteb/mtop_intent` then datasets will not load `mteb/mtop_domain`. If you delete this cache folder and flip the order how you load the two datas...
false
1,243,183,054
https://api.github.com/repos/huggingface/datasets/issues/4380
https://github.com/huggingface/datasets/pull/4380
4,380
Pin dill
closed
1
2022-05-20T13:54:19
2022-06-13T10:03:52
2022-05-20T16:33:04
albertvillanova
[]
Hotfix #4379. CC: @sgugger
true
1,243,175,854
https://api.github.com/repos/huggingface/datasets/issues/4379
https://github.com/huggingface/datasets/issues/4379
4,379
Latest dill release raises exception
closed
8
2022-05-20T13:48:36
2022-05-21T15:53:26
2022-05-20T17:06:27
albertvillanova
[ "bug" ]
## Describe the bug As reported by @sgugger, latest dill release is breaking things with Datasets. ``` ______________ ExamplesTests.test_run_speech_recognition_seq2seq _______________ self = <multiprocess.pool.ApplyResult object at 0x7fa5981a1cd0>, timeout = None def get(self, timeout=None): s...
false
1,242,935,373
https://api.github.com/repos/huggingface/datasets/issues/4378
https://github.com/huggingface/datasets/pull/4378
4,378
Tidy up license metadata for google_wellformed_query, newspop, sick
closed
2
2022-05-20T10:16:12
2022-05-24T13:50:23
2022-05-24T13:10:27
leondz
[]
Amend three licenses on datasets to fit naming convention (lower case, cc licenses include sub-version number). I think that's it - everything else on datasets looks great & super-searchable now!
true
1,242,746,186
https://api.github.com/repos/huggingface/datasets/issues/4377
https://github.com/huggingface/datasets/pull/4377
4,377
Fix checksum and bug in irc_disentangle dataset
closed
1
2022-05-20T07:29:28
2022-05-20T09:34:36
2022-05-20T09:26:32
albertvillanova
[]
There was a bug in filepath segment: - wrong: `jkkummerfeld-irc-disentanglement-fd379e9` - right: `jkkummerfeld-irc-disentanglement-35f0a40` Also there was a bug in the checksum of the downloaded file. This PR fixes these issues. Fix partially #4376.
true
1,242,218,144
https://api.github.com/repos/huggingface/datasets/issues/4376
https://github.com/huggingface/datasets/issues/4376
4,376
irc_disentagle viewer error
closed
5
2022-05-19T19:15:16
2023-01-12T16:56:13
2022-06-02T08:20:00
labouz
[]
the dataviewer shows this message for "ubuntu" - "train", "test", and "validation" splits: ``` Server error Status code: 400 Exception: ValueError Message: Cannot seek streaming HTTP file ``` it appears to give the same message for the "channel_two" data as well. I get a Checksums error when usi...
false
1,241,921,147
https://api.github.com/repos/huggingface/datasets/issues/4375
https://github.com/huggingface/datasets/pull/4375
4,375
Support DataLoader with num_workers > 0 in streaming mode
closed
7
2022-05-19T15:00:31
2022-07-04T16:05:14
2022-06-10T20:47:27
lhoestq
[]
### Issue It's currently not possible to properly stream a dataset using multiple `torch.utils.data.DataLoader` workers: - the `TorchIterableDataset` can't be pickled and passed to the subprocesses: https://github.com/huggingface/datasets/issues/3950 - streaming extension is failing: https://github.com/huggingfa...
true
1,241,860,535
https://api.github.com/repos/huggingface/datasets/issues/4374
https://github.com/huggingface/datasets/issues/4374
4,374
extremely slow processing when using a custom dataset
closed
2
2022-05-19T14:18:05
2023-07-25T15:07:17
2023-07-25T15:07:16
StephennFernandes
[ "bug", "question" ]
## processing a custom dataset loaded as .txt file is extremely slow, compared to a dataset of similar volume from the hub I have a large .txt file of 22 GB which i load into HF dataset `lang_dataset = datasets.load_dataset("text", data_files="hi.txt")` further i use a pre-processing function to clean the d...
false
1,241,769,310
https://api.github.com/repos/huggingface/datasets/issues/4373
https://github.com/huggingface/datasets/pull/4373
4,373
Remove links in docs to old dataset viewer
closed
1
2022-05-19T13:24:39
2022-05-20T15:24:28
2022-05-20T15:16:05
mariosasko
[]
Remove the links in the docs to the no longer maintained dataset viewer.
true
1,241,703,826
https://api.github.com/repos/huggingface/datasets/issues/4372
https://github.com/huggingface/datasets/pull/4372
4,372
Check if dataset features match before push in `DatasetDict.push_to_hub`
closed
1
2022-05-19T12:32:30
2022-05-20T15:23:36
2022-05-20T15:15:30
mariosasko
[]
Fix #4211
true
1,241,500,906
https://api.github.com/repos/huggingface/datasets/issues/4371
https://github.com/huggingface/datasets/pull/4371
4,371
Add missing language tags for udhr dataset
closed
1
2022-05-19T09:34:10
2022-06-08T12:03:24
2022-05-20T09:43:10
albertvillanova
[]
Related to #4362.
true
1,240,245,642
https://api.github.com/repos/huggingface/datasets/issues/4369
https://github.com/huggingface/datasets/pull/4369
4,369
Add redirect to dataset script in the repo structure page
closed
1
2022-05-18T17:05:33
2022-05-19T08:19:01
2022-05-19T08:10:51
lhoestq
[]
Following https://github.com/huggingface/hub-docs/pull/146 I added a redirection to the dataset scripts documentation in the repository structure page.
true
1,240,064,860
https://api.github.com/repos/huggingface/datasets/issues/4368
https://github.com/huggingface/datasets/pull/4368
4,368
Add long answer candidates to natural questions dataset
closed
18
2022-05-18T14:35:42
2022-07-26T20:30:41
2022-07-26T20:18:42
seirasto
[]
This is a modification of the Natural Questions dataset to include missing information specifically related to long answer candidates. (See here: https://github.com/google-research-datasets/natural-questions#long-answer-candidates). This information is important to ensure consistent comparison with prior work. It does ...
true
1,240,011,602
https://api.github.com/repos/huggingface/datasets/issues/4367
https://github.com/huggingface/datasets/pull/4367
4,367
Remove config names as yaml keys
closed
3
2022-05-18T13:59:24
2022-05-20T09:35:26
2022-05-20T09:27:19
lhoestq
[]
Many datasets have dots in their config names. However it causes issues with the YAML tags of the dataset cards since we can't have dots in YAML keys. I fix this, I removed the tags separations per config name completely, and have a single flat YAML for all configurations. Dataset search doesn't use this info anywa...
true
1,239,534,165
https://api.github.com/repos/huggingface/datasets/issues/4366
https://github.com/huggingface/datasets/issues/4366
4,366
TypeError: __init__() missing 1 required positional argument: 'scheme'
closed
1
2022-05-18T07:17:29
2022-05-18T16:36:22
2022-05-18T16:36:21
jffgitt
[ "duplicate" ]
"name" : "node-1", "cluster_name" : "elasticsearch", "cluster_uuid" : "", "version" : { "number" : "7.5.0", "build_flavor" : "default", "build_type" : "tar", "build_hash" : "", "build_date" : "2019-11-26T01:06:52.518245Z", "build_snapshot" : false, "lucene_version" : "8.3.0...
false
1,239,109,943
https://api.github.com/repos/huggingface/datasets/issues/4365
https://github.com/huggingface/datasets/pull/4365
4,365
Remove dots in config names
closed
2
2022-05-17T20:12:57
2023-09-24T10:02:53
2022-05-18T13:59:41
lhoestq
[]
20+ datasets have dots in their config names. However it causes issues with the YAML tags of the dataset cards since we can't have dots in YAML keys. This is related to https://github.com/huggingface/datasets/pull/2362 (internal https://github.com/huggingface/moon-landing/issues/946). Also removing the dots in th...
true
1,238,976,106
https://api.github.com/repos/huggingface/datasets/issues/4364
https://github.com/huggingface/datasets/pull/4364
4,364
Support complex feature types as `features` in packaged loaders
closed
1
2022-05-17T17:53:23
2022-05-31T12:26:23
2022-05-31T12:16:32
mariosasko
[]
This PR adds `table_cast` to the packaged loaders to fix casting to the `Image`/`Audio`, `ArrayND` and `ClassLabel` types. If these types are not present in the `builder.config.features` dictionary, the built-in `pa.Table.cast` is used for better performance. Additionally, this PR adds `cast_storage` to `ClassLabel` to...
true
1,238,897,652
https://api.github.com/repos/huggingface/datasets/issues/4363
https://github.com/huggingface/datasets/issues/4363
4,363
The dataset preview is not available for this split.
closed
7
2022-05-17T16:34:43
2022-06-08T12:32:10
2022-06-08T09:26:56
roholazandie
[ "dataset-viewer" ]
I have uploaded the corpus developed by our lab in the speech domain to huggingface [datasets](https://huggingface.co/datasets/Roh/ryanspeech). You can read about the companion paper accepted in interspeech 2021 [here](https://arxiv.org/abs/2106.08468). The dataset works fine but I can't make the dataset preview work. ...
false
1,238,680,112
https://api.github.com/repos/huggingface/datasets/issues/4362
https://github.com/huggingface/datasets/pull/4362
4,362
Update dataset_infos for UDHN/udhr dataset
closed
5
2022-05-17T13:52:59
2022-06-08T19:20:11
2022-06-08T19:11:21
leondz
[]
Checksum update to `udhr` for issue #4361
true
1,238,671,931
https://api.github.com/repos/huggingface/datasets/issues/4361
https://github.com/huggingface/datasets/issues/4361
4,361
`udhr` doesn't load, dataset checksum mismatch
closed
0
2022-05-17T13:47:09
2022-06-08T19:11:21
2022-06-08T19:11:21
leondz
[ "bug" ]
## Describe the bug Loading `udhr` fails due to a checksum mismatch for some source files. Looks like both of the source files on unicode.org have changed: size + checksum in datasets repo: ``` (hfdev) leon@blade:~/datasets/datasets/udhr$ jq .default.download_checksums < dataset_infos.json { "https://unicode...
false
1,237,239,096
https://api.github.com/repos/huggingface/datasets/issues/4360
https://github.com/huggingface/datasets/pull/4360
4,360
Fix example in opus_ubuntu, Add license info
closed
2
2022-05-16T14:22:28
2022-06-01T13:06:07
2022-06-01T12:57:09
leondz
[]
This PR * fixes a typo in the example for the`opus_ubuntu` dataset where it's mistakenly referred to as `ubuntu` * adds the declared license info for this corpus' origin * adds an example instance * updates the data origin type
true
1,237,149,578
https://api.github.com/repos/huggingface/datasets/issues/4359
https://github.com/huggingface/datasets/pull/4359
4,359
Fix Version equality
closed
1
2022-05-16T13:19:26
2022-05-24T16:25:37
2022-05-24T16:17:14
albertvillanova
[]
I think `Version` equality should align with other similar cases in Python, like: ```python In [1]: "a" == 5, "a" == None Out[1]: (False, False) In [2]: "a" != 5, "a" != None Out[2]: (True, True) ``` With this PR, we will get: ```python In [3]: Version("1.0.0") == 5, Version("1.0.0") == None Out[3]: (Fals...
true
1,237,147,692
https://api.github.com/repos/huggingface/datasets/issues/4358
https://github.com/huggingface/datasets/issues/4358
4,358
Missing dataset tags and sections in some dataset cards
open
2
2022-05-16T13:18:16
2022-05-30T15:36:52
null
sashavor
[ "bug" ]
Summary of CircleCI errors for different dataset metadata: - **BoolQ**: missing 8 required positional arguments: 'annotations_creators', 'language_creators', 'licenses', 'multilinguality', 'size_categories', 'source_datasets', 'task_categories', and 'task_ids' - **Conllpp**: expected some content in section `Citati...
false
1,237,037,069
https://api.github.com/repos/huggingface/datasets/issues/4357
https://github.com/huggingface/datasets/pull/4357
4,357
Fix warning in push_to_hub
closed
1
2022-05-16T11:50:17
2022-05-16T15:18:49
2022-05-16T15:10:41
albertvillanova
[]
Fix warning: ``` FutureWarning: 'shard_size' was renamed to 'max_shard_size' in version 2.1.1 and will be removed in 2.4.0. ```
true
1,236,846,308
https://api.github.com/repos/huggingface/datasets/issues/4356
https://github.com/huggingface/datasets/pull/4356
4,356
Fix dataset builder default version
closed
2
2022-05-16T09:05:10
2022-05-30T13:56:58
2022-05-30T13:47:54
albertvillanova
[]
Currently, when using a custom config (subclass of `BuilderConfig`), default version set at the builder level is ignored: we must set default version in the custom config class. However, when loading a dataset with `config_kwargs` (for a configuration not present in `BUILDER_CONFIGS`), the default version set in the...
true
1,236,797,490
https://api.github.com/repos/huggingface/datasets/issues/4355
https://github.com/huggingface/datasets/pull/4355
4,355
Fix warning in upload_file
closed
1
2022-05-16T08:21:31
2022-05-16T11:28:02
2022-05-16T11:19:57
albertvillanova
[]
Fix warning: ``` FutureWarning: Pass path_or_fileobj='...' as keyword args. From version 0.7 passing these as positional arguments will result in an error ```
true
1,236,404,383
https://api.github.com/repos/huggingface/datasets/issues/4354
https://github.com/huggingface/datasets/issues/4354
4,354
Problems with WMT dataset
closed
6
2022-05-15T20:58:26
2022-07-11T14:54:02
2022-07-11T14:54:01
eldarkurtic
[ "bug", "dataset bug" ]
## Describe the bug I am trying to load WMT15 dataset and to define which data-sources to use for train/validation/test splits, but unfortunately it seems that the official documentation at [https://huggingface.co/datasets/wmt15#:~:text=Versions%20exists%20for,wmt_translate%22%2C%20config%3Dconfig)](https://huggingfac...
false
1,236,092,176
https://api.github.com/repos/huggingface/datasets/issues/4353
https://github.com/huggingface/datasets/pull/4353
4,353
Don't strip proceeding hyphen
closed
1
2022-05-14T18:25:29
2022-05-16T18:51:38
2022-05-16T13:52:11
JohnGiorgi
[]
Closes #4320.
true
1,236,086,170
https://api.github.com/repos/huggingface/datasets/issues/4352
https://github.com/huggingface/datasets/issues/4352
4,352
When using `dataset.map()` if passed `Features` types do not match what is returned from the mapped function, execution does not except in an obvious way
open
1
2022-05-14T17:55:15
2022-05-16T15:09:17
null
plamb-viso
[ "bug" ]
## Describe the bug Recently I was trying to using `.map()` to preprocess a dataset. I defined the expected Features and passed them into `.map()` like `dataset.map(preprocess_data, features=features)`. My expected `Features` keys matched what came out of `preprocess_data`, but the types i had defined for them did not...
false
1,235,950,209
https://api.github.com/repos/huggingface/datasets/issues/4351
https://github.com/huggingface/datasets/issues/4351
4,351
Add optional progress bar for .save_to_disk(..) and .load_from_disk(..) when working with remote filesystems
closed
1
2022-05-14T11:30:42
2022-12-14T18:22:59
2022-12-14T18:22:59
Rexhaif
[ "enhancement" ]
**Is your feature request related to a problem? Please describe.** When working with large datasets stored on remote filesystems(such as s3), the process of uploading a dataset could take really long time. For instance: I was uploading a re-processed version of wmt17 en-ru to my s3 bucket and it took like 35 minutes(a...
false
1,235,505,104
https://api.github.com/repos/huggingface/datasets/issues/4350
https://github.com/huggingface/datasets/pull/4350
4,350
Add a new metric: CTC_Consistency
closed
1
2022-05-13T17:31:19
2022-05-19T10:23:04
2022-05-19T10:23:03
YEdenZ
[]
Add CTC_Consistency metric Do I also need to modify the `test_metric_common.py` file to make it run on test?
true
1,235,474,765
https://api.github.com/repos/huggingface/datasets/issues/4349
https://github.com/huggingface/datasets/issues/4349
4,349
Dataset.map()'s fails at any value of parameter writer_batch_size
closed
6
2022-05-13T16:55:12
2022-06-02T12:51:11
2022-05-14T15:08:08
plamb-viso
[ "bug" ]
## Describe the bug If the the value of `writer_batch_size` is less than the total number of instances in the dataset it will fail at that same number of instances. If it is greater than the total number of instances, it fails on the last instance. Context: I am attempting to fine-tune a pre-trained HuggingFace tr...
false
1,235,432,976
https://api.github.com/repos/huggingface/datasets/issues/4348
https://github.com/huggingface/datasets/issues/4348
4,348
`inspect` functions can't fetch dataset script from the Hub
closed
2
2022-05-13T16:08:26
2022-06-09T10:26:06
2022-06-09T10:26:06
stevhliu
[ "bug" ]
The `inspect_dataset` and `inspect_metric` functions are unable to retrieve a dataset or metric script from the Hub and store it locally at the specified `local_path`: ```py >>> from datasets import inspect_dataset >>> inspect_dataset('rotten_tomatoes', local_path='path/to/my/local/folder') FileNotFoundError: C...
false
1,235,318,064
https://api.github.com/repos/huggingface/datasets/issues/4347
https://github.com/huggingface/datasets/pull/4347
4,347
Support remote cache_dir
closed
6
2022-05-13T14:26:35
2022-05-25T16:35:23
2022-05-25T16:27:03
albertvillanova
[]
This PR implements complete support for remote `cache_dir`. Before, the support was just partial. This is useful to create datasets using Apache Beam (parallel data processing) builder with `cache_dir` in a remote bucket, e.g., for Wikipedia dataset.
true
1,235,067,062
https://api.github.com/repos/huggingface/datasets/issues/4346
https://github.com/huggingface/datasets/issues/4346
4,346
GH Action to build documentation never ends
closed
0
2022-05-13T10:44:44
2022-05-13T11:22:00
2022-05-13T11:22:00
albertvillanova
[ "bug" ]
## Describe the bug See: https://github.com/huggingface/datasets/runs/6418035586?check_suite_focus=true I finally forced the cancel of the workflow.
false
1,235,062,787
https://api.github.com/repos/huggingface/datasets/issues/4345
https://github.com/huggingface/datasets/pull/4345
4,345
Fix never ending GH Action to build documentation
closed
1
2022-05-13T10:40:10
2022-05-13T11:29:43
2022-05-13T11:22:00
albertvillanova
[]
There was an unclosed code block introduced by: - #4313 https://github.com/huggingface/datasets/pull/4313/files#diff-f933ce41f71c6c0d1ce658e27de62cbe0b45d777e9e68056dd012ac3eb9324f7R538 This causes the "Make documentation" step in the "Build documentation" workflow to never finish. - I think this issue should...
true
1,234,882,542
https://api.github.com/repos/huggingface/datasets/issues/4344
https://github.com/huggingface/datasets/pull/4344
4,344
Fix docstring in DatasetDict::shuffle
closed
0
2022-05-13T08:06:00
2022-05-25T09:23:43
2022-05-24T15:35:21
felixdivo
[]
I think due to #1626, the docstring contained this error ever since `seed` was added.
true
1,234,864,168
https://api.github.com/repos/huggingface/datasets/issues/4343
https://github.com/huggingface/datasets/issues/4343
4,343
Metrics documentation is not accessible in the datasets doc UI
closed
1
2022-05-13T07:46:30
2022-06-03T08:50:25
2022-06-03T08:50:25
fxmarty
[ "enhancement", "Metric discussion" ]
**Is your feature request related to a problem? Please describe.** Search for a metric name like "seqeval" yields no results on https://huggingface.co/docs/datasets/master/en/index . One needs to go look in `datasets/metrics/README.md` to find the doc. Even in the `README.md`, it can be hard to understand what the met...
false
1,234,743,765
https://api.github.com/repos/huggingface/datasets/issues/4342
https://github.com/huggingface/datasets/pull/4342
4,342
Fix failing CI on Windows for sari and wiki_split metrics
closed
0
2022-05-13T05:03:38
2022-05-13T05:47:42
2022-05-13T05:47:42
albertvillanova
[]
This PR adds `sacremoses` as explicit tests dependency (required by sari and wiki_split metrics). Before, this library was installed as a third-party dependency, but this is no longer the case for Windows. Fix #4341.
true
1,234,739,703
https://api.github.com/repos/huggingface/datasets/issues/4341
https://github.com/huggingface/datasets/issues/4341
4,341
Failing CI on Windows for sari and wiki_split metrics
closed
0
2022-05-13T04:55:17
2022-05-13T05:47:41
2022-05-13T05:47:41
albertvillanova
[ "bug" ]
## Describe the bug Our CI is failing from yesterday on Windows for metrics: sari and wiki_split ``` FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_sari - ... FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_wiki_split ``` See: https://app.circleci.com/pipelines/githu...
false
1,234,671,025
https://api.github.com/repos/huggingface/datasets/issues/4340
https://github.com/huggingface/datasets/pull/4340
4,340
Fix irc_disentangle dataset script
closed
1
2022-05-13T02:37:57
2022-05-24T15:37:30
2022-05-24T15:37:29
i-am-pad
[]
updated extracted dataset's repo's latest commit hash (included in tarball's name), and updated the related data_infos.json
true
1,234,496,289
https://api.github.com/repos/huggingface/datasets/issues/4339
https://github.com/huggingface/datasets/pull/4339
4,339
Dataset loader for the MSLR2022 shared task
closed
9
2022-05-12T21:23:41
2022-07-18T17:19:27
2022-07-18T16:58:34
JohnGiorgi
[]
This PR adds a dataset loader for the [MSLR2022 Shared Task](https://github.com/allenai/mslr-shared-task). Both the MS^2 and Cochrane datasets can be loaded with this dataloader: ```python from datasets import load_dataset ms2 = load_dataset("mslr2022", "ms2") cochrane = load_dataset("mslr2022", "cochrane") ``...
true
1,234,478,851
https://api.github.com/repos/huggingface/datasets/issues/4338
https://github.com/huggingface/datasets/pull/4338
4,338
Eval metadata Batch 4: Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full
closed
2
2022-05-12T21:02:08
2022-05-16T15:51:02
2022-05-16T15:42:59
sashavor
[]
Adding evaluation metadata for: - Tweet Eval - Tweets Hate Speech Detection - VCTK - Weibo NER - Wisesight Sentiment - XSum - Yahoo Answers Topics - Yelp Polarity - Yelp Review Full
true
1,234,470,083
https://api.github.com/repos/huggingface/datasets/issues/4337
https://github.com/huggingface/datasets/pull/4337
4,337
Eval metadata batch 3: Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR
closed
2
2022-05-12T20:52:02
2022-05-16T16:26:19
2022-05-16T16:18:30
sashavor
[]
Adding evaluation metadata for: - Reddit - Rotten Tomatoes - SemEval 2010 - Sentiment 140 - SMS Spam - Snips - SQuAD - SQuAD v2 - Timit ASR
true
1,234,446,174
https://api.github.com/repos/huggingface/datasets/issues/4336
https://github.com/huggingface/datasets/pull/4336
4,336
Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, Poem Sentiment
closed
3
2022-05-12T20:24:45
2022-05-16T16:25:00
2022-05-16T16:24:59
sashavor
[]
Adding evaluation metadata for : - Health Fact - Jigsaw Toxicity - LIAR - LJ Speech - MSRA NER - Multi News - NCBI Diseas - Poem Sentiment
true
1,234,157,123
https://api.github.com/repos/huggingface/datasets/issues/4335
https://github.com/huggingface/datasets/pull/4335
4,335
Eval metadata batch 1: BillSum, CoNLL2003, CoNLLPP, CUAD, Emotion, GigaWord, GLUE, Hate Speech 18, Hate Speech
closed
3
2022-05-12T15:28:16
2022-05-16T16:31:10
2022-05-16T16:23:09
sashavor
[]
Adding evaluation metadata for: - BillSum - CoNLL2003 - CoNLLPP - CUAD - Emotion - GigaWord - GLUE - Hate Speech 18 - Hate Speech Offensive
true
1,234,103,477
https://api.github.com/repos/huggingface/datasets/issues/4334
https://github.com/huggingface/datasets/pull/4334
4,334
Adding eval metadata for billsum
closed
0
2022-05-12T14:49:08
2023-09-24T10:02:46
2022-05-12T14:49:24
sashavor
[]
Adding eval metadata for billsum
true
1,234,038,705
https://api.github.com/repos/huggingface/datasets/issues/4333
https://github.com/huggingface/datasets/pull/4333
4,333
Adding eval metadata for Banking 77
closed
1
2022-05-12T14:05:05
2022-05-12T21:03:32
2022-05-12T21:03:31
sashavor
[]
Adding eval metadata for Banking 77
true
1,234,021,188
https://api.github.com/repos/huggingface/datasets/issues/4332
https://github.com/huggingface/datasets/pull/4332
4,332
Adding eval metadata for arabic speech corpus
closed
0
2022-05-12T13:51:38
2022-05-12T21:03:21
2022-05-12T21:03:20
sashavor
[]
Adding eval metadata for arabic speech corpus
true
1,234,016,110
https://api.github.com/repos/huggingface/datasets/issues/4331
https://github.com/huggingface/datasets/pull/4331
4,331
Adding eval metadata to Amazon Polarity
closed
0
2022-05-12T13:47:59
2022-05-12T21:03:14
2022-05-12T21:03:13
sashavor
[]
Adding eval metadata to Amazon Polarity
true
1,233,992,681
https://api.github.com/repos/huggingface/datasets/issues/4330
https://github.com/huggingface/datasets/pull/4330
4,330
Adding eval metadata to Allociné dataset
closed
0
2022-05-12T13:31:39
2022-05-12T21:03:05
2022-05-12T21:03:05
sashavor
[]
Adding eval metadata to Allociné dataset
true
1,233,991,207
https://api.github.com/repos/huggingface/datasets/issues/4329
https://github.com/huggingface/datasets/pull/4329
4,329
Adding eval metadata for AG News
closed
0
2022-05-12T13:30:32
2022-05-12T21:02:41
2022-05-12T21:02:40
sashavor
[]
Adding eval metadata for AG News
true
1,233,856,690
https://api.github.com/repos/huggingface/datasets/issues/4328
https://github.com/huggingface/datasets/pull/4328
4,328
Fix and clean Apache Beam functionality
closed
1
2022-05-12T11:41:07
2022-05-24T13:43:11
2022-05-24T13:34:32
albertvillanova
[]
null
true
1,233,840,020
https://api.github.com/repos/huggingface/datasets/issues/4327
https://github.com/huggingface/datasets/issues/4327
4,327
`wikipedia` pre-processed datasets
closed
2
2022-05-12T11:25:42
2022-08-31T08:26:57
2022-08-31T08:26:57
vpj
[ "bug" ]
## Describe the bug [Wikipedia](https://huggingface.co/datasets/wikipedia) dataset readme says that certain subsets are preprocessed. However it seems like they are not available. When I try to load them it takes a really long time, and it seems like it's processing them. ## Steps to reproduce the bug ```python f...
false
1,233,818,489
https://api.github.com/repos/huggingface/datasets/issues/4326
https://github.com/huggingface/datasets/pull/4326
4,326
Fix type hint and documentation for `new_fingerprint`
closed
1
2022-05-12T11:05:08
2022-06-01T13:04:45
2022-06-01T12:56:18
fxmarty
[]
Currently, there are no type hints nor `Optional` for the argument `new_fingerprint` in several methods of `datasets.arrow_dataset.Dataset`. There was some documentation missing as well. Note that pylance is happy with the type hints, but pyright does not detect that `new_fingerprint` is set within the decorator....
true
1,233,812,191
https://api.github.com/repos/huggingface/datasets/issues/4325
https://github.com/huggingface/datasets/issues/4325
4,325
Dataset Viewer issue for strombergnlp/offenseval_2020, strombergnlp/polstance
closed
4
2022-05-12T10:59:08
2022-05-13T10:57:15
2022-05-13T10:57:02
leondz
[ "dataset-viewer" ]
### Link https://huggingface.co/datasets/strombergnlp/offenseval_2020/viewer/ar/train ### Description The viewer isn't running for these two datasets. I left it overnight because a wait sometimes helps things get loaded, and the error messages have all gone, but the datasets are still turning up blank in viewer. May...
false
1,233,780,870
https://api.github.com/repos/huggingface/datasets/issues/4324
https://github.com/huggingface/datasets/issues/4324
4,324
Support >1 PWC dataset per dataset card
open
1
2022-05-12T10:29:07
2022-05-13T11:25:29
null
leondz
[ "enhancement" ]
**Is your feature request related to a problem? Please describe.** Some datasets cover more than one dataset on PapersWithCode. For example, the OffensEval 2020 challenge involved five languages, and there's one dataset to cover all five datasets, [`strombergnlp/offenseval_2020`](https://huggingface.co/datasets/stromb...
false
1,233,634,928
https://api.github.com/repos/huggingface/datasets/issues/4323
https://github.com/huggingface/datasets/issues/4323
4,323
Audio can not find value["bytes"]
closed
9
2022-05-12T08:31:58
2022-07-07T13:16:08
2022-07-07T13:16:08
YooSungHyun
[ "bug" ]
## Describe the bug I wrote down _generate_examples like: ![image](https://user-images.githubusercontent.com/34292279/168027186-2fe8b255-2cd8-4b9b-ab1e-8d5a7182979b.png) but where is the bytes? ![image](https://user-images.githubusercontent.com/34292279/168027330-f2496dd0-1d99-464c-b15c-bc57eee0415a.png) ## ...
false
1,233,596,947
https://api.github.com/repos/huggingface/datasets/issues/4322
https://github.com/huggingface/datasets/pull/4322
4,322
Added stratify option to train_test_split function.
closed
9
2022-05-12T08:00:31
2022-11-22T14:53:55
2022-05-25T20:43:51
nandwalritik
[]
This PR adds `stratify` option to `train_test_split` method. I took reference from scikit-learn's `StratifiedShuffleSplit` class for implementing stratified split and integrated the changes as were suggested by @lhoestq. It fixes #3452. @lhoestq Please review and let me know, if any changes are required.
true
1,233,273,351
https://api.github.com/repos/huggingface/datasets/issues/4321
https://github.com/huggingface/datasets/pull/4321
4,321
Adding dataset enwik8
closed
2
2022-05-11T23:25:02
2022-06-01T14:27:30
2022-06-01T14:04:06
HallerPatrick
[]
Because I regularly work with enwik8, I would like to contribute the dataset loader 🤗
true
1,233,208,864
https://api.github.com/repos/huggingface/datasets/issues/4320
https://github.com/huggingface/datasets/issues/4320
4,320
Multi-news dataset loader attempts to strip wrong character from beginning of summaries
closed
2
2022-05-11T21:36:41
2022-05-16T13:52:10
2022-05-16T13:52:10
JohnGiorgi
[ "bug" ]
## Describe the bug The `multi_news.py` data loader has [a line which attempts to strip `"- "` from the beginning of summaries](https://github.com/huggingface/datasets/blob/aa743886221d76afb409d263e1b136e7a71fe2b4/datasets/multi_news/multi_news.py#L97). The actual character in the multi-news dataset, however, is `"–...
false
1,232,982,023
https://api.github.com/repos/huggingface/datasets/issues/4319
https://github.com/huggingface/datasets/pull/4319
4,319
Adding eval metadata for ade v2
closed
1
2022-05-11T17:36:20
2022-05-12T13:29:51
2022-05-12T13:22:19
sashavor
[]
Adding metadata to allow evaluation
true
1,232,905,488
https://api.github.com/repos/huggingface/datasets/issues/4318
https://github.com/huggingface/datasets/pull/4318
4,318
Don't check f.loc in _get_extraction_protocol_with_magic_number
closed
1
2022-05-11T16:27:09
2022-05-11T16:57:02
2022-05-11T16:46:31
lhoestq
[]
`f.loc` doesn't always exist for file-like objects in python. I removed it since it was not necessary anyway (we always seek the file to 0 after reading the magic number) Fix https://github.com/huggingface/datasets/issues/4310
true
1,232,737,401
https://api.github.com/repos/huggingface/datasets/issues/4317
https://github.com/huggingface/datasets/pull/4317
4,317
Fix cnn_dailymail (dm stories were ignored)
closed
1
2022-05-11T14:25:25
2022-05-11T16:00:09
2022-05-11T15:52:37
lhoestq
[]
https://github.com/huggingface/datasets/pull/4188 introduced a bug in `datasets` 2.2.0: DailyMail stories are ignored when generating the dataset. I fixed that, and removed the google drive link (it has annoying quota limitations issues) We can do a patch release after this is merged
true