id int64 599M 3.26B | number int64 1 7.7k | title stringlengths 1 290 | body stringlengths 0 228k ⌀ | state stringclasses 2
values | html_url stringlengths 46 51 | created_at timestamp[s]date 2020-04-14 10:18:02 2025-07-23 08:04:53 | updated_at timestamp[s]date 2020-04-27 16:04:17 2025-07-23 18:53:44 | closed_at timestamp[s]date 2020-04-14 12:01:40 2025-07-23 16:44:42 ⌀ | user dict | labels listlengths 0 4 | is_pull_request bool 2
classes | comments listlengths 0 0 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,175,423,517 | 3,981 | Add TER metric card | Add TER metric card
This card is still missing content for the following sections:
- **Limitations & Biases**
- **Values from Papers**
If anyone has any ideas for either of the above, feel free to either add them or point me to them and I'll add them! | closed | https://github.com/huggingface/datasets/pull/3981 | 2022-03-21T13:54:36 | 2022-03-29T13:57:11 | 2022-03-29T13:51:40 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,175,412,905 | 3,980 | Add tip on how to speed up loading with ImageFolder | This PR does two things:
* adds a tip on how to speed up loading of a large number of files with ImageFolder (motivated by [this issue](https://github.com/huggingface/datasets/issues/3960))
* replaces the current references to the `Dataset` methods in the Image Processing doc with their fully qualified counterparts (... | closed | https://github.com/huggingface/datasets/pull/3980 | 2022-03-21T13:45:58 | 2022-03-22T13:39:45 | 2022-03-22T13:34:56 | {
"login": "mariosasko",
"id": 47462742,
"type": "User"
} | [] | true | [] |
1,175,258,969 | 3,979 | Fix google drive streaming for small files | Google drive did another change recently, following #3787 #3843 .
In particular Google Drive now returns 403 for GET requests with `confirm=t` when a files doesn't have a virus warning message. I fixed this by passing `confirm=t` if and only if when there is one (i.e. when status code is 200 for HEAD) | closed | https://github.com/huggingface/datasets/pull/3979 | 2022-03-21T11:38:46 | 2023-09-24T09:55:19 | 2022-03-21T14:25:58 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,175,226,456 | 3,978 | I can't view HFcallback dataset for ASR Space | ## Dataset viewer issue for '*Urdu-ASR-flags*'
**Link:** *[link to the dataset viewer page](https://huggingface.co/datasets/kingabzpro/Urdu-ASR-flags)*
*I think dataset should show some thing and if you want me to add script, please show me the documentation. I thought this was suppose to be automatic task.*
A... | open | https://github.com/huggingface/datasets/issues/3978 | 2022-03-21T11:07:49 | 2023-09-25T12:19:53 | null | {
"login": "kingabzpro",
"id": 36753484,
"type": "User"
} | [] | false | [] |
1,175,049,927 | 3,977 | Adapt `docs/README.md` for datasets | ## Describe the bug
Currently `docs/README.md` is a direct copy from `transformers`, we should probably adapt this file for `datasets`. | closed | https://github.com/huggingface/datasets/issues/3977 | 2022-03-21T08:26:49 | 2023-02-27T10:32:37 | 2023-02-27T10:32:37 | {
"login": "qqaatw",
"id": 24835382,
"type": "User"
} | [
{
"name": "documentation",
"color": "0075ca"
}
] | false | [] |
1,175,043,780 | 3,976 | Fix main classes reference in docs | Currently the section index (on the page's right side) of the [main classes reference](https://huggingface.co/docs/datasets/master/en/package_reference/main_classes) incorrectly displays `Tensor returned:`, this PR fixes this issue by wrapping code examples in this page with markdown code block.
There are other exam... | closed | https://github.com/huggingface/datasets/pull/3976 | 2022-03-21T08:19:46 | 2022-04-12T14:19:39 | 2022-04-12T14:19:38 | {
"login": "qqaatw",
"id": 24835382,
"type": "User"
} | [] | true | [] |
1,174,678,942 | 3,975 | Update many missing tags to dataset README's | I've started to go through the datasets available and noticed that there are 127 datasets that does not have all the tags so I started filling them in; starting with some of the most common and QA datasets
Not 100% certain that the task_id is correct for SuperGLUE
If anyone is browsing the issues and would like t... | closed | https://github.com/huggingface/datasets/pull/3975 | 2022-03-20T20:42:27 | 2022-03-21T18:39:52 | 2022-03-21T18:39:52 | {
"login": "MarkusSagen",
"id": 20767068,
"type": "User"
} | [] | true | [] |
1,174,485,044 | 3,974 | Add XFUN dataset | This PR adds XFUN dataset.
Home page and repository: https://github.com/doc-analysis/XFUND
Source code: https://github.com/microsoft/unilm/blob/master/layoutlmft/layoutlmft/data/datasets/xfun.py | closed | https://github.com/huggingface/datasets/pull/3974 | 2022-03-20T09:24:54 | 2022-10-03T09:38:16 | 2022-10-03T09:36:22 | {
"login": "qqaatw",
"id": 24835382,
"type": "User"
} | [
{
"name": "dataset contribution",
"color": "0e8a16"
}
] | true | [] |
1,174,455,431 | 3,973 | ConnectionError and SSLError | code
```
from datasets import load_dataset
dataset = load_dataset('oscar', 'unshuffled_deduplicated_it')
```
bug report
```
---------------------------------------------------------------------------
ConnectionError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_2978... | closed | https://github.com/huggingface/datasets/issues/3973 | 2022-03-20T06:45:37 | 2022-03-30T08:13:32 | 2022-03-30T08:13:32 | {
"login": "yanyu2015",
"id": 11142054,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,174,402,033 | 3,972 | Adding Roman Urdu Hate Speech dataset | This Pull request will add the Roman Urdu Hate speech Dataset. | closed | https://github.com/huggingface/datasets/pull/3972 | 2022-03-20T00:19:26 | 2022-03-25T15:56:19 | 2022-03-25T15:51:20 | {
"login": "bp-high",
"id": 53102161,
"type": "User"
} | [] | true | [] |
1,174,329,442 | 3,971 | Applied index-filters on scores in search.py. | Updated search.py to resolve the issue mentioned in https://github.com/huggingface/datasets/issues/3961.
Applied index-filters on scores in get_nearest_examples and get_nearest_examples_batch methods of search.py. | closed | https://github.com/huggingface/datasets/pull/3971 | 2022-03-19T18:43:42 | 2022-04-12T14:48:23 | 2022-04-12T14:41:58 | {
"login": "vishalsrao",
"id": 36671559,
"type": "User"
} | [] | true | [] |
1,174,327,367 | 3,970 | Apply index-filters on scores in get_nearest_examples and get_nearest… | Updated search.py to resolve the issue mentioned in https://github.com/huggingface/datasets/issues/3961.
Applied index-filters on scores in get_nearest_examples and get_nearest_examples_batch methods of search.py. | closed | https://github.com/huggingface/datasets/pull/3970 | 2022-03-19T18:32:31 | 2022-03-19T18:38:12 | 2022-03-19T18:38:12 | {
"login": "vishalsrao",
"id": 36671559,
"type": "User"
} | [] | true | [] |
1,174,273,824 | 3,969 | Cannot preview cnn_dailymail dataset | ## Dataset viewer issue for '*cnn_dailymail*'
**Link:** https://huggingface.co/datasets/cnn_dailymail
*short description of the issue*
Am I the one who added this dataset ? Yes-No
| closed | https://github.com/huggingface/datasets/issues/3969 | 2022-03-19T14:08:57 | 2022-04-20T15:52:49 | 2022-04-20T15:52:49 | {
"login": "hasan-besh",
"id": 75482871,
"type": "User"
} | [] | false | [] |
1,174,193,962 | 3,968 | Cannot preview 'indonesian-nlp/eli5_id' dataset | ## Dataset viewer issue for '*indonesian-nlp/eli5_id*'
**Link:** https://huggingface.co/datasets/indonesian-nlp/eli5_id
I can not see the dataset preview.
```
Server Error
Status code: 400
Exception: Status400Error
Message: Not found. Maybe the cache is missing, or maybe the dataset does not exis... | closed | https://github.com/huggingface/datasets/issues/3968 | 2022-03-19T06:54:09 | 2022-03-24T16:34:24 | 2022-03-24T16:34:24 | {
"login": "cahya-wirawan",
"id": 7669893,
"type": "User"
} | [
{
"name": "dataset-viewer",
"color": "E5583E"
}
] | false | [] |
1,174,107,128 | 3,967 | [feat] Add TextVQA dataset | This would be the first classification-based vision-and-language dataset in the datasets library.
Currently, the dataset downloads everything you need beforehand. See the [paper](https://arxiv.org/abs/1904.08920) for more details.
Test Plan:
- Ran the full and the dummy data test locally | closed | https://github.com/huggingface/datasets/pull/3967 | 2022-03-18T23:29:39 | 2022-05-05T06:51:31 | 2022-05-05T06:44:29 | {
"login": "apsdehal",
"id": 3616806,
"type": "User"
} | [] | true | [] |
1,173,883,084 | 3,966 | Create metric card for BERTScore | Proposing a metric card for BERTScore | closed | https://github.com/huggingface/datasets/pull/3966 | 2022-03-18T18:21:56 | 2022-03-22T13:35:28 | 2022-03-22T13:30:56 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,173,708,739 | 3,965 | TypeError: Couldn't cast array of type for JSONLines dataset | ## Describe the bug
One of the [course participants](https://discuss.huggingface.co/t/chapter-5-questions/11744/20?u=lewtun) is having trouble loading a JSONLines dataset that's composed of the GitHub issues from `spacy` (see stack trace below).
This reminds me a bit of #2799 where one can load the dataset in `pan... | closed | https://github.com/huggingface/datasets/issues/3965 | 2022-03-18T15:17:53 | 2022-05-06T16:13:51 | 2022-05-06T16:13:51 | {
"login": "lewtun",
"id": 26859204,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,173,564,993 | 3,964 | Add default Audio Loader | **Is your feature request related to a problem? Please describe.**
Writing a custom loading dataset script might be a bit challenging for users.
**Describe the solution you'd like**
Add default Audio loader (analogous to ImageFolder) for small datasets with standard directory structure.
**Describe alternatives ... | closed | https://github.com/huggingface/datasets/issues/3964 | 2022-03-18T12:58:55 | 2022-08-22T14:20:46 | 2022-08-22T14:20:46 | {
"login": "polinaeterna",
"id": 16348744,
"type": "User"
} | [
{
"name": "enhancement",
"color": "a2eeef"
}
] | false | [] |
1,173,492,562 | 3,963 | Add Audio Folder | Would resolve #3964
AudioFolder loads a .txt file with transcriptions and creates a dataset with all audiofiles in provided directory that has a transcription (independently of the directory structure) as a single split (train).
Can be loaded via:
```python
# for local dirs
dataset = load_dataset("audiofolder... | closed | https://github.com/huggingface/datasets/pull/3963 | 2022-03-18T11:40:09 | 2022-06-15T16:33:19 | 2022-06-15T16:33:19 | {
"login": "polinaeterna",
"id": 16348744,
"type": "User"
} | [] | true | [] |
1,173,482,291 | 3,962 | Fix flatten of Sequence feature type | The `Sequence` features type is not correctly flattened if it contains a dictionary. This PR fixes this, and I added a test case for this.
Close https://github.com/huggingface/datasets/issues/3795 | closed | https://github.com/huggingface/datasets/pull/3962 | 2022-03-18T11:27:42 | 2022-03-21T14:40:47 | 2022-03-21T14:36:12 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,173,223,086 | 3,961 | Scores from Index at extra positions are not filtered out | If a FAISS index has fewer records than the requested number of top results (k), then it returns -1 in indices for the additional positions. The get_nearest_examples method only filters out the extra results from the dataset samples. It would be better to filter out extra scores too.
Reference: https://github.com/hu... | closed | https://github.com/huggingface/datasets/issues/3961 | 2022-03-18T06:13:23 | 2022-04-12T14:41:58 | 2022-04-12T14:41:58 | {
"login": "vishalsrao",
"id": 36671559,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,173,148,884 | 3,960 | Load local dataset error | When i used the datasets==1.11.0, it's all right. Util update the latest version, it get the error like this:
```
>>> from datasets import load_dataset
>>> data_files={'train': ['/ssd/datasets/imagenet/pytorch/train'], 'validation': ['/ssd/datasets/imagenet/pytorch/val']}
>>> ds = load_dataset('nateraw/image-folder... | open | https://github.com/huggingface/datasets/issues/3960 | 2022-03-18T03:32:49 | 2023-08-02T17:12:20 | null | {
"login": "TXacs",
"id": 60869411,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "dataset bug",
"color": "2edb81"
}
] | false | [] |
1,172,872,695 | 3,959 | Medium-sized dataset conversion from pandas causes a crash | Hi, I am suffering from the following issue:
## Describe the bug
Conversion to arrow dataset from pandas dataframe of a certain size deterministically causes the following crash:
```
File "/home/datasets_crash.py", line 7, in <module>
arrow=datasets.Dataset.from_pandas(d)
File "/home/.conda/envs/tools... | closed | https://github.com/huggingface/datasets/issues/3959 | 2022-03-17T20:20:35 | 2022-12-12T17:14:06 | 2022-04-20T12:35:37 | {
"login": "Antymon",
"id": 641005,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,172,657,981 | 3,958 | Update Wikipedia metadata | This PR updates:
- dataset card
- metadata JSON | closed | https://github.com/huggingface/datasets/pull/3958 | 2022-03-17T17:50:05 | 2022-03-21T12:26:48 | 2022-03-21T12:26:47 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,172,401,455 | 3,957 | Fix xtreme s metrics | We in fact do need BABEL in xtreme-s | closed | https://github.com/huggingface/datasets/pull/3957 | 2022-03-17T13:39:04 | 2022-03-18T13:46:19 | 2022-03-18T13:42:16 | {
"login": "patrickvonplaten",
"id": 23423619,
"type": "User"
} | [] | true | [] |
1,172,272,327 | 3,956 | TypeError: __init__() missing 1 required positional argument: 'scheme' | ## Describe the bug
Based on [this tutorial](https://huggingface.co/docs/datasets/faiss_es#elasticsearch) the provided code should add Elasticsearch index but raised the following error, probably the new Elasticsearch version is not compatible though the tutorial doesn't provide any information about the supporting El... | closed | https://github.com/huggingface/datasets/issues/3956 | 2022-03-17T11:43:13 | 2023-11-21T04:26:20 | 2022-03-28T08:00:01 | {
"login": "amirj",
"id": 1645137,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,172,246,647 | 3,955 | Remove unncessary 'pylint disable' message in ReadMe | null | closed | https://github.com/huggingface/datasets/pull/3955 | 2022-03-17T11:16:55 | 2022-04-12T14:28:35 | 2022-04-12T14:28:35 | {
"login": "Datta0",
"id": 39181234,
"type": "User"
} | [] | true | [] |
1,172,141,664 | 3,954 | The dataset preview is not available for tdklab/Hebrew_Squad_v1.1 dataset | ## Dataset viewer issue for 'tdklab/Hebrew_Squad_v1.1'
**Link:** https://huggingface.co/api/datasets/tdklab/Hebrew_Squad_v1.1?full=true
The dataset preview is not available for this dataset.
Am I the one who added this dataset ? Yes | closed | https://github.com/huggingface/datasets/issues/3954 | 2022-03-17T09:38:11 | 2022-04-20T12:39:07 | 2022-04-20T12:39:07 | {
"login": "MatanBenChorin",
"id": 49593805,
"type": "User"
} | [] | false | [] |
1,172,123,736 | 3,953 | Add ImageNet Sketch | ## Adding a Dataset
- **Name:** ImageNet Sketch
- **Description:** ImageNet-Sketch is a dataset consisting of sketch-like images, that matches the ImageNet classification validation set in categories and scale.
- **Paper:** [Learning Robust Global Representations by Penalizing Local Predictive Power](https://arxiv.o... | closed | https://github.com/huggingface/datasets/issues/3953 | 2022-03-17T09:20:31 | 2022-05-23T18:05:29 | 2022-05-23T18:05:29 | {
"login": "NielsRogge",
"id": 48327001,
"type": "User"
} | [
{
"name": "dataset request",
"color": "e99695"
},
{
"name": "vision",
"color": "bfdadc"
}
] | false | [] |
1,171,895,531 | 3,952 | Checksum error for glue sst2, stsb, rte etc datasets | ## Describe the bug
Checksum error for glue sst2, stsb, rte etc datasets
## Steps to reproduce the bug
```python
>>> nlp.load_dataset('glue', 'sst2')
Downloading and preparing dataset glue/sst2 (download: 7.09 MiB, generated: 4.81 MiB, post-processed: Unknown sizetotal: 11.90 MiB) to
Downloading: 100%|████████... | closed | https://github.com/huggingface/datasets/issues/3952 | 2022-03-17T03:45:47 | 2022-03-17T07:10:15 | 2022-03-17T07:10:14 | {
"login": "ravindra-ut",
"id": 22090962,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,171,568,814 | 3,951 | Forked streaming datasets try to `open` data urls rather than use network | ## Describe the bug
Building on #3950, if you bypass the pickling problem you still can't use the dataset. Somehow something gets confused and the forked processes try to `open` urls rather than anything else.
## Steps to reproduce the bug
```python
from multiprocessing import freeze_support
import transformer... | closed | https://github.com/huggingface/datasets/issues/3951 | 2022-03-16T21:21:02 | 2022-06-10T20:47:26 | 2022-06-10T20:47:26 | {
"login": "dlwh",
"id": 9633,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,171,560,585 | 3,950 | Streaming Datasets don't work with Transformers Trainer when dataloader_num_workers>1 | ## Describe the bug
Streaming Datasets can't be pickled, so any interaction between them and multiprocessing results in a crash.
## Steps to reproduce the bug
```python
import transformers
from transformers import Trainer, AutoModelForCausalLM, TrainingArguments
import datasets
ds = datasets.load_dataset('os... | closed | https://github.com/huggingface/datasets/issues/3950 | 2022-03-16T21:14:11 | 2022-06-10T20:47:26 | 2022-06-10T20:47:26 | {
"login": "dlwh",
"id": 9633,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "good first issue",
"color": "7057ff"
}
] | false | [] |
1,171,467,981 | 3,949 | Remove GLEU metric | Remove the GLEU metric as it is not actually implemented. | closed | https://github.com/huggingface/datasets/pull/3949 | 2022-03-16T19:35:31 | 2022-04-12T20:43:26 | 2022-04-12T20:37:09 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,171,460,560 | 3,948 | Google BLEU Metric Card | Add metric card for Google BLEU (GLEU) metric
One thing I noticed while writing this up is that, while this metric was made specifically to be better than BLEU at the sentence level instead of the corpus level, the current implementation only allows the calculation of the corpus-level statistic. I think changing thi... | closed | https://github.com/huggingface/datasets/pull/3948 | 2022-03-16T19:27:17 | 2022-03-21T16:04:26 | 2022-03-21T16:04:25 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,171,452,854 | 3,947 | BLEU metric card | Add BLEU metric card | closed | https://github.com/huggingface/datasets/pull/3947 | 2022-03-16T19:20:07 | 2022-03-29T14:59:50 | 2022-03-29T14:54:14 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,171,239,287 | 3,946 | Add newline to text dataset builder for controlling universal newlines mode | Fix #3804. | closed | https://github.com/huggingface/datasets/pull/3946 | 2022-03-16T16:11:11 | 2023-09-24T10:10:50 | 2023-09-24T10:10:47 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,171,222,257 | 3,945 | Fix comet metric | The COMET metric has been broken for a while since big breaking changes happened. We did not catch them in the CI because the slow test mocks the download_model function that was changed.
This PR fixes the metric, updates the download_model mock and updates the doctest. | closed | https://github.com/huggingface/datasets/pull/3945 | 2022-03-16T15:56:47 | 2022-03-22T15:10:12 | 2022-03-22T15:05:30 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,171,209,510 | 3,944 | Create README.md | Proposing COMET metric card | closed | https://github.com/huggingface/datasets/pull/3944 | 2022-03-16T15:46:26 | 2022-03-17T17:50:54 | 2022-03-17T17:47:05 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,171,185,070 | 3,943 | [Doc] Don't use v for version tags on GitHub | This removes the `v` automatically used by `doc-builder` for versions. | closed | https://github.com/huggingface/datasets/pull/3943 | 2022-03-16T15:28:30 | 2022-03-17T11:46:26 | 2022-03-17T11:46:25 | {
"login": "sgugger",
"id": 35901082,
"type": "User"
} | [] | true | [] |
1,171,177,122 | 3,942 | reddit_tifu dataset: Checksums didn't match for dataset source files | ## Describe the bug
When loading the reddit_tifu dataset, it throws the exception "Checksums didn't match for dataset source files"
## Steps to reproduce the bug
```python
import datasets
from datasets import load_dataset
print(datasets.__version__)
# load_dataset('billsum')
load_dataset('reddit_tifu'... | closed | https://github.com/huggingface/datasets/issues/3942 | 2022-03-16T15:23:30 | 2022-03-16T15:57:43 | 2022-03-16T15:39:25 | {
"login": "XingxingZhang",
"id": 8507585,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "duplicate",
"color": "cfd3d7"
}
] | false | [] |
1,171,132,709 | 3,941 | billsum dataset: Checksums didn't match for dataset source files: | ## Describe the bug
When loading the `billsum` dataset, it throws the exception "Checksums didn't match for dataset source files"
```
File "virtualenv_projects/codex/lib/python3.7/site-packages/datasets/utils/info_utils.py", line 40, in verify_checksums
raise NonMatchingChecksumError(error_msg + str(bad_u... | closed | https://github.com/huggingface/datasets/issues/3941 | 2022-03-16T14:52:08 | 2024-03-13T12:11:35 | 2022-03-16T15:46:44 | {
"login": "XingxingZhang",
"id": 8507585,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,171,106,853 | 3,940 | Create CoVAL metric card | Initial CoVAL metric card | closed | https://github.com/huggingface/datasets/pull/3940 | 2022-03-16T14:31:49 | 2022-03-18T17:37:59 | 2022-03-18T17:35:14 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,170,882,331 | 3,939 | Source links broken | ## Describe the bug
The source links of v2.0.0 docs are broken:
For exmaple, clicking the source button of this [class](https://huggingface.co/docs/datasets/v2.0.0/en/package_reference/main_classes#datasets.ClassLabel) will direct users to `https://github.com/huggingface/datasets/blob/v2.0.0/src/datasets/features... | closed | https://github.com/huggingface/datasets/issues/3939 | 2022-03-16T11:17:47 | 2022-03-19T04:41:32 | 2022-03-19T04:41:32 | {
"login": "qqaatw",
"id": 24835382,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,170,875,417 | 3,938 | Avoid info log messages from transformers in FrugalScore metric | Fix #3928. | closed | https://github.com/huggingface/datasets/pull/3938 | 2022-03-16T11:11:29 | 2022-03-17T08:37:25 | 2022-03-17T08:37:24 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,170,832,006 | 3,937 | Missing languages in lvwerra/github-code dataset | Hi,
I'm working with the github-code dataset. First of all, thank you for creating this amazing dataset!
I've noticed that two languages are missing from the dataset: TypeScript and Scala.
Looks like they're also omitted from the query you used to get the original code.
Are there any plans to add them in the fut... | closed | https://github.com/huggingface/datasets/issues/3937 | 2022-03-16T10:32:03 | 2022-03-22T07:09:23 | 2022-03-21T14:50:47 | {
"login": "Eytan-S",
"id": 38702500,
"type": "User"
} | [
{
"name": "Dataset discussion",
"color": "72f99f"
}
] | false | [] |
1,170,713,473 | 3,936 | Fix Wikipedia version and re-add tests | To keep backward compatibility when loading using "wikipedia" dataset ID (https://huggingface.co/datasets/wikipedia), we have created the pre-processed data for the same languages we were offering before, but with updated date "20220301":
- de
- en
- fr
- frr
- it
- simple
These pre-processed data can be acces... | closed | https://github.com/huggingface/datasets/pull/3936 | 2022-03-16T08:48:04 | 2022-03-16T17:04:07 | 2022-03-16T17:04:05 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,170,292,492 | 3,934 | Create MAUVE metric card | Proposing a MAUVE metric card | closed | https://github.com/huggingface/datasets/pull/3934 | 2022-03-15T21:36:07 | 2022-03-18T17:38:14 | 2022-03-18T17:34:13 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,170,253,605 | 3,933 | Update README.md | Fixing missing triple quote | closed | https://github.com/huggingface/datasets/pull/3933 | 2022-03-15T20:52:05 | 2022-03-17T17:51:24 | 2022-03-17T17:47:37 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,170,221,773 | 3,932 | Create SARI metric card | SARI metric card! (do we have an expert in text simplification to validate?.. :sweat_smile: ) | closed | https://github.com/huggingface/datasets/pull/3932 | 2022-03-15T20:37:23 | 2022-03-18T17:37:01 | 2022-03-18T17:32:55 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,170,097,208 | 3,931 | Add align_labels_with_mapping docs | This PR documents the `align_labels_with_mapping` function to ensure predicted labels are aligned with the dataset, or to assign a different mapping of labels to ids (requested by @mariosasko 🎉 ).
For this specific code sample, the current dataset has a `mixed` label that the original [dataset](https://huggingface.... | closed | https://github.com/huggingface/datasets/pull/3931 | 2022-03-15T19:24:57 | 2022-03-18T16:28:31 | 2022-03-18T16:24:33 | {
"login": "stevhliu",
"id": 59462357,
"type": "User"
} | [
{
"name": "documentation",
"color": "0075ca"
}
] | true | [] |
1,170,087,793 | 3,930 | Create README.md | Creating a README for IndicGLUE
cc @mcmillanmajora for fact checking in terms of languages (also, are there any limitations of the dataset or eval metric that I'm not aware of?) | closed | https://github.com/huggingface/datasets/pull/3930 | 2022-03-15T19:16:59 | 2022-04-04T15:23:15 | 2022-04-04T15:17:28 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,170,066,235 | 3,929 | Load a local dataset twice | ## Describe the bug
Load a local "dataset" composed of two csv files twice.
## Steps to reproduce the bug
Put the two joined files in a repository named "Data".
Then in python:
import datasets as ds
ds.load_dataset('Data', data_files = {'file1.csv', 'file2.csv'})
## Expected results
Should give something ... | closed | https://github.com/huggingface/datasets/issues/3929 | 2022-03-15T18:59:26 | 2022-03-16T09:55:09 | 2022-03-16T09:54:06 | {
"login": "caush",
"id": 28349961,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,170,017,132 | 3,928 | Frugal score deprecations | ## Describe the bug
The frugal score returns a really verbose output with warnings that can be easily changed.
## Steps to reproduce the bug
```python
# Sample code to reproduce the bug
from datasets.load import load_metric
frugal = load_metric("frugalscore")
frugal.compute(predictions=["Do you like spinach... | closed | https://github.com/huggingface/datasets/issues/3928 | 2022-03-15T18:10:42 | 2022-03-17T08:37:24 | 2022-03-17T08:37:24 | {
"login": "ierezell",
"id": 30974685,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,170,016,465 | 3,927 | Update main readme | The main readme was still focused on text datasets - I extended it by mentioning that we also support image and audio datasets | closed | https://github.com/huggingface/datasets/pull/3927 | 2022-03-15T18:09:59 | 2022-03-29T10:13:47 | 2022-03-29T10:08:20 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,169,945,052 | 3,926 | Doc maintenance | This PR adds some minor maintenance to the docs. The main fix is properly linking to pages in the callouts because some of the links would just redirect to a non-existent section on the same page. | closed | https://github.com/huggingface/datasets/pull/3926 | 2022-03-15T17:00:46 | 2022-03-15T19:27:15 | 2022-03-15T19:27:12 | {
"login": "stevhliu",
"id": 59462357,
"type": "User"
} | [
{
"name": "documentation",
"color": "0075ca"
}
] | true | [] |
1,169,913,769 | 3,925 | Fix main_classes docs index | Currently the `main_classes` documentation has a wrong index. I believe this comes from issues in the examples of the Translation feature types

| closed | https://github.com/huggingface/datasets/pull/3925 | 2022-03-15T16:33:46 | 2022-03-22T13:49:11 | 2022-03-22T13:44:04 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,169,805,813 | 3,924 | Document cases for github datasets | In general we recommend adding the new dataset under a username or organization in the Hugging Face Hub at [hf.co/datasets](hf.co/datasets), but users can still add a dataset on github in some cases.
I added a paragraph in the documentation to explain in which cases it can make more sense to open a PR on github:
... | closed | https://github.com/huggingface/datasets/pull/3924 | 2022-03-15T15:10:10 | 2022-04-05T18:33:15 | 2022-03-15T15:41:23 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,169,773,869 | 3,923 | Add methods to IterableDatasetDict | Following the new methods added in #3826 and https://github.com/huggingface/datasets/pull/3862 I added several methods to IterableDatasetDict:
- map
- filter
- shuffle
- with_format
- cast
- cast_column
- remove_columns
- rename_column
- rename_columns
| closed | https://github.com/huggingface/datasets/pull/3923 | 2022-03-15T14:46:03 | 2022-07-06T15:40:20 | 2022-03-15T16:45:06 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,169,761,293 | 3,922 | Fix NonMatchingChecksumError in MultiWOZ 2.2 dataset | Fix #2957 | closed | https://github.com/huggingface/datasets/pull/3922 | 2022-03-15T14:36:28 | 2022-03-15T16:07:04 | 2022-03-15T16:07:03 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,169,749,338 | 3,921 | Fix NonMatchingChecksumError in CRD3 dataset | Fix #3051 | closed | https://github.com/huggingface/datasets/pull/3921 | 2022-03-15T14:27:14 | 2022-03-15T15:54:27 | 2022-03-15T15:54:26 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,169,532,807 | 3,920 | 'datasets.features' is not a package | @albertvillanova
python 3.9
os: ubuntu 20.04
In conda environment
torch installed by
```/env/bin/pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html```
datasets package is installed by
```
/env/bin/pip install datasets==1.8.... | closed | https://github.com/huggingface/datasets/issues/3920 | 2022-03-15T11:14:23 | 2022-03-16T09:17:12 | 2022-03-16T09:17:12 | {
"login": "Arij-Aladel",
"id": 68355048,
"type": "User"
} | [] | false | [] |
1,169,497,210 | 3,919 | AttributeError: 'DatasetDict' object has no attribute 'features' | ## Describe the bug
Receiving the error when trying to check for Dataset features
## Steps to reproduce the bug
from datasets import Dataset
dataset = Dataset.from_pandas(df[['id', 'words', 'bboxes', 'ner_tags', 'image_path']])
dataset.features
## Expected results
A clear and concise description of the exp... | closed | https://github.com/huggingface/datasets/issues/3919 | 2022-03-15T10:46:59 | 2022-03-17T04:16:14 | 2022-03-17T04:16:14 | {
"login": "jswapnil10",
"id": 48145785,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,169,366,117 | 3,918 | datasets.utils.info_utils.NonMatchingChecksumError: Checksums didn't match for dataset source files | ## Describe the bug
Can't load the dataset
## Steps to reproduce the bug
```python
# Sample code to reproduce the bug
```
from datasets import load_dataset
dataset = load_dataset('multi_news')
dataset_2=load_dataset("reddit_tifu", "long")
## Actual results
raise NonMatchingChecksumError(error_msg + s... | closed | https://github.com/huggingface/datasets/issues/3918 | 2022-03-15T08:53:45 | 2022-03-16T15:36:58 | 2022-03-15T14:01:25 | {
"login": "willowdong",
"id": 51409295,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "duplicate",
"color": "cfd3d7"
}
] | false | [] |
1,168,906,154 | 3,917 | Create README.md | This follows the same structure as the GLUE metric card, hope that works for everyone :) | closed | https://github.com/huggingface/datasets/pull/3917 | 2022-03-14T21:08:10 | 2022-03-17T17:45:39 | 2022-03-17T17:45:39 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,168,869,191 | 3,916 | Create README.md for GLUE | I still have a hesitation regarding the format of inputs -- whether it's a list or a list of lists? -- hopefully @lhoestq will be able to clarify.
Also tagging @yjernite for the Limitations section. Happy to hear your thoughts! | closed | https://github.com/huggingface/datasets/pull/3916 | 2022-03-14T20:27:22 | 2022-03-15T17:06:57 | 2022-03-15T17:06:56 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,168,848,101 | 3,915 | Metric card template | Adding a metric card template, based on ideas and edits from @sashavor and I, as well as from comments from @lhoestq and others (thank you!).
All feedback is welcome, but am especially curious about feedback in terms of:
- things that should be included but aren't
- things that are included but should be changed o... | closed | https://github.com/huggingface/datasets/pull/3915 | 2022-03-14T20:07:08 | 2022-05-04T10:44:09 | 2022-05-04T10:37:06 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,168,777,880 | 3,914 | Use templates for doc-builidng jobs | This PR updates the jobs for all doc-building related things by using the templates introduced on `doc-builder`. By putting those once there, we make sure every repo gets the latest fixes on the doc-building github actions :-)
Note: all libraries must share the same docker image for those doc-building jobs. For now,... | closed | https://github.com/huggingface/datasets/pull/3914 | 2022-03-14T18:53:06 | 2022-03-17T15:02:59 | 2022-03-17T15:02:58 | {
"login": "sgugger",
"id": 35901082,
"type": "User"
} | [] | true | [] |
1,168,723,950 | 3,913 | Deterministic split order in DatasetDict.map | The order in which the splits are processed by `map` is not deterministic in `DatasetDict.map`. This can cause caching issues when the processing function is stateful and sensible to the order in which examples are processed
Close https://github.com/huggingface/datasets/issues/3847 | closed | https://github.com/huggingface/datasets/pull/3913 | 2022-03-14T17:58:37 | 2023-09-24T09:55:10 | 2022-03-15T10:45:15 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,168,720,098 | 3,912 | add draft of registering function for pandas | This PR adds a register function for `pandas`. It allows to directly push `DataFrame` objects to the hub and in return loading datasets on the hub from `DataFrame`. The motivation for this integration is to enable the vast number of `pandas` users to be able to easily push `DataFrames` to the hub.
Here is an exampl... | closed | https://github.com/huggingface/datasets/pull/3912 | 2022-03-14T17:54:29 | 2023-09-24T09:55:01 | 2023-01-24T12:57:10 | {
"login": "lvwerra",
"id": 8264887,
"type": "User"
} | [] | true | [] |
1,168,652,374 | 3,911 | Create README.md for CER metric | Initial proposal for a CER metric card
cc @patrickvonplaten - wdyt this time around? :smile: | closed | https://github.com/huggingface/datasets/pull/3911 | 2022-03-14T16:54:51 | 2022-03-17T17:49:40 | 2022-03-17T17:45:54 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,168,579,694 | 3,910 | Fix text loader to split only on universal newlines | Currently, `text` loader breaks on a superset of universal newlines, which also contains Unicode line boundaries. See: https://docs.python.org/3/library/stdtypes.html#str.splitlines
However, the expected behavior is to get the lines splitted only on universal newlines: "\n", "\r\n" and "\r".
See: oscar-corpus/cor... | closed | https://github.com/huggingface/datasets/pull/3910 | 2022-03-14T15:54:58 | 2022-03-15T16:16:11 | 2022-03-15T16:16:09 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,168,578,058 | 3,909 | Error loading file audio when downloading the Common Voice dataset directly from the Hub | ## Describe the bug
When loading the Common_Voice dataset, by downloading it directly from the Hugging Face hub, some files can not be opened.
## Steps to reproduce the bug
```python
import torch
import torchaudio
from datasets import load_dataset, load_metric
from transformers import Wav2Vec2ForCTC, Wav2Vec2... | closed | https://github.com/huggingface/datasets/issues/3909 | 2022-03-14T15:53:50 | 2023-03-02T15:31:27 | 2023-03-02T15:31:26 | {
"login": "aliceinland",
"id": 30385910,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,168,576,963 | 3,908 | Update README.md for SQuAD v2 metric | Putting "Values from popular papers" as a subsection of "Output values" | closed | https://github.com/huggingface/datasets/pull/3908 | 2022-03-14T15:53:10 | 2022-03-15T17:04:11 | 2022-03-15T17:04:11 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,168,575,998 | 3,907 | Update README.md for SQuAD metric | Putting "Values from popular papers" as a subsection of "Output values" | closed | https://github.com/huggingface/datasets/pull/3907 | 2022-03-14T15:52:31 | 2022-03-15T17:04:20 | 2022-03-15T17:04:19 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,168,496,328 | 3,906 | NonMatchingChecksumError on Spider dataset | ## Describe the bug
Failure to generate dataset ```spider``` because of checksums error for dataset source files.
## Steps to reproduce the bug
```
from datasets import load_dataset
spider = load_dataset("spider")
```
## Expected results
Checksums should match for files from url ['https://drive.google.com... | closed | https://github.com/huggingface/datasets/issues/3906 | 2022-03-14T14:54:53 | 2022-03-15T07:09:51 | 2022-03-15T07:09:51 | {
"login": "kolk",
"id": 9049591,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,168,320,568 | 3,905 | Perplexity Metric Card | Add Perplexity metric card
Note that it is currently still missing the citation, but I plan to add it later today. | closed | https://github.com/huggingface/datasets/pull/3905 | 2022-03-14T12:39:40 | 2022-03-16T19:38:56 | 2022-03-16T19:38:56 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,167,730,095 | 3,904 | CONLL2003 Dataset not available | ## Describe the bug
[CONLL2003](https://huggingface.co/datasets/conll2003) Dataset can no longer reach 'https://data.deepai.org/conll2003.zip'

## Steps to reproduce the bug
```python
from datasets impo... | closed | https://github.com/huggingface/datasets/issues/3904 | 2022-03-13T23:46:15 | 2023-06-28T18:08:16 | 2022-03-17T08:21:32 | {
"login": "omarespejel",
"id": 4755430,
"type": "User"
} | [
{
"name": "dataset bug",
"color": "2edb81"
}
] | false | [] |
1,167,521,627 | 3,903 | Add Biwi Kinect Head Pose dataset. | This PR adds the Biwi Kinect Head Pose dataset.
Dataset Request : Add Biwi Kinect Head Pose Database [#3822](https://github.com/huggingface/datasets/issues/3822)
The Biwi Kinect Head Pose Database is acquired with the Microsoft Kinect sensor, a structured IR light device.It contains 15K images of 20 people with 6... | closed | https://github.com/huggingface/datasets/pull/3903 | 2022-03-13T08:59:21 | 2022-05-31T17:02:19 | 2022-05-31T12:15:58 | {
"login": "dnaveenr",
"id": 17746528,
"type": "User"
} | [] | true | [] |
1,167,403,377 | 3,902 | Can't import datasets: partially initialized module 'fsspec' has no attribute 'utils' | ## Describe the bug
Unable to import datasets
## Steps to reproduce the bug
```python
from datasets import Dataset, DatasetDict
```
## Expected results
The import works without errors
## Actual results
```
AttributeError Traceback (most recent call last)
<ipython-input-37-c8c... | closed | https://github.com/huggingface/datasets/issues/3902 | 2022-03-12T21:22:03 | 2023-02-09T14:53:49 | 2022-03-22T07:10:41 | {
"login": "arunasank",
"id": 3166852,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,167,339,773 | 3,901 | Dataset viewer issue for IndicParaphrase- the preview doesn't show | ## Dataset viewer issue for '*IndicParaphrase*'
**Link:** *[IndicParaphrase](https://huggingface.co/datasets/ai4bharat/IndicParaphrase/viewer/hi/validation)*
*The preview of the dataset doesn't come up.
The error on the console is:
Status code: 400
Exception: FileNotFoundError
Message: [Errno 2] ... | closed | https://github.com/huggingface/datasets/issues/3901 | 2022-03-12T16:56:05 | 2022-04-12T12:10:50 | 2022-04-12T12:10:49 | {
"login": "ratishsp",
"id": 3006607,
"type": "User"
} | [
{
"name": "dataset-viewer",
"color": "E5583E"
}
] | false | [] |
1,167,224,903 | 3,900 | Add MetaShift dataset | This PR adds the MetaShift dataset.
Dataset Request : Add MetaShift dataset [#3813](https://github.com/huggingface/datasets/issues/3813)
@lhoestq As discussed,
- I have copied the preprocessing script and modified it as required to not create new directories and folders and instead yield the images.
- I do ... | closed | https://github.com/huggingface/datasets/pull/3900 | 2022-03-12T08:44:18 | 2022-04-01T16:59:48 | 2022-04-01T15:16:30 | {
"login": "dnaveenr",
"id": 17746528,
"type": "User"
} | [] | true | [] |
1,166,931,812 | 3,899 | Add exact match metric | Adding the exact match metric and its metric card.
Note: Some of the tests have failed, but I wanted to make a PR anyway so that the rest of the code can be reviewed if anyone has time. I'll look into + work on fixing the failed tests when I'm back online after the weekend | closed | https://github.com/huggingface/datasets/pull/3899 | 2022-03-11T22:21:40 | 2022-03-21T16:10:03 | 2022-03-21T16:05:35 | {
"login": "emibaylor",
"id": 27527747,
"type": "User"
} | [] | true | [] |
1,166,778,250 | 3,898 | Create README.md for WER metric | Proposing a draft WER metric card, @lhoestq I'm not very certain about "Values from popular papers" -- I don't know ASR very well, what do you think of the examples I found? | closed | https://github.com/huggingface/datasets/pull/3898 | 2022-03-11T19:29:09 | 2022-03-15T17:05:00 | 2022-03-15T17:04:59 | {
"login": "sashavor",
"id": 14205986,
"type": "User"
} | [] | true | [] |
1,166,715,104 | 3,897 | Align tqdm control/cache control with Transformers | This PR:
* aligns the `tqdm` logic with Transformers (follows https://github.com/huggingface/transformers/pull/15167) by moving the code to `utils/logging.py`, adding `enable_progres_bar`/`disable_progres_bar` and removing `set_progress_bar_enabled` (a note for @lhoestq: I'm not adding `logging.tqdm` to the public nam... | closed | https://github.com/huggingface/datasets/pull/3897 | 2022-03-11T18:12:22 | 2022-03-14T15:01:10 | 2022-03-14T15:01:08 | {
"login": "mariosasko",
"id": 47462742,
"type": "User"
} | [] | true | [] |
1,166,628,270 | 3,896 | Missing google file for `multi_news` dataset | ## Dataset viewer issue for '*multi_news*'
**Link:** https://huggingface.co/datasets/multi_news
```
Server error
Status code: 400
Exception: FileNotFoundError
Message: https://drive.google.com/uc?export=download&id=1vRY2wM6rlOZrf9exGTm5pXj5ExlVwJ0C/multi-news-original/train.src
```
Am I the ... | closed | https://github.com/huggingface/datasets/issues/3896 | 2022-03-11T16:38:10 | 2022-03-15T12:30:23 | 2022-03-15T12:30:23 | {
"login": "severo",
"id": 1676121,
"type": "User"
} | [
{
"name": "dataset-viewer",
"color": "E5583E"
}
] | false | [] |
1,166,619,182 | 3,895 | Fix code examples indentation | Some code examples are currently not rendered correctly. I think this is because they are over-indented
cc @mariosasko | closed | https://github.com/huggingface/datasets/pull/3895 | 2022-03-11T16:29:04 | 2022-03-11T17:34:30 | 2022-03-11T17:34:29 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,166,611,270 | 3,894 | [docs] make dummy data creation optional | Related to #3507 : dummy data for datasets created on the Hugging Face Hub are optional.
We can discuss later to make them optional for datasets in this repository as well | closed | https://github.com/huggingface/datasets/pull/3894 | 2022-03-11T16:21:34 | 2022-03-11T17:27:56 | 2022-03-11T17:27:55 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,166,551,684 | 3,893 | Add default branch for doc building | Since other libraries use `main` as their default branch and it's now the standard default, you have to specify a different name in the doc config if you're using `master` like datasets (`doc-builder` tries to guess it, but in the job, we have weird checkout of merge commits so it doesn't always manage to get it right)... | closed | https://github.com/huggingface/datasets/pull/3893 | 2022-03-11T15:24:27 | 2022-03-11T15:34:35 | 2022-03-11T15:34:34 | {
"login": "sgugger",
"id": 35901082,
"type": "User"
} | [] | true | [] |
1,166,227,003 | 3,892 | Fix CLI test checksums | Previous PR:
- #3796
introduced a side effect: `datasets-cli test` generates `dataset_infos.json` with `None` checksum values.
See:
- #3805
This PR introduces a way for `datasets-cli test` to force to record infos, even if `verify_infos=False`
Close #3848.
CC: @craffel | closed | https://github.com/huggingface/datasets/pull/3892 | 2022-03-11T10:04:04 | 2022-03-15T12:28:24 | 2022-03-15T12:28:23 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,165,503,732 | 3,891 | Fix race condition in doc build | Following https://github.com/huggingface/datasets/runs/5499386744 it seems that race conditions that create issues when updating the doc. I took the same approach as in `transformers` to fix race conditions | closed | https://github.com/huggingface/datasets/pull/3891 | 2022-03-10T17:17:10 | 2022-03-10T17:23:00 | 2022-03-10T17:17:30 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,165,502,838 | 3,890 | Update beans download urls | Replace the old URLs with the Hub [URLs](https://huggingface.co/datasets/beans/tree/main/data).
Also reported by @stevhliu.
Fix #3889 | closed | https://github.com/huggingface/datasets/pull/3890 | 2022-03-10T17:16:16 | 2022-03-15T16:47:30 | 2022-03-15T15:26:48 | {
"login": "mariosasko",
"id": 47462742,
"type": "User"
} | [] | true | [] |
1,165,456,083 | 3,889 | Cannot load beans dataset (Couldn't reach the dataset) | ## Describe the bug
The beans dataset is unavailable to download.
## Steps to reproduce the bug
```python
from datasets import load_dataset
ds = load_dataset('beans')
```
## Expected results
The dataset would be downloaded with no issue.
## Actual results
```
ConnectionError: Couldn't reach https://s... | closed | https://github.com/huggingface/datasets/issues/3889 | 2022-03-10T16:34:08 | 2022-03-15T15:26:47 | 2022-03-15T15:26:47 | {
"login": "ivsanro1",
"id": 30293331,
"type": "User"
} | [
{
"name": "dataset bug",
"color": "2edb81"
}
] | false | [] |
1,165,435,529 | 3,888 | IterableDataset columns and feature types | Right now, an IterableDataset (e.g. when streaming a dataset) doesn't require to know the list of columns it contains, nor their types: `my_iterable_dataset.features` may be `None`
However it's often interesting to know the column types and types. This helps knowing what's inside your dataset without having to manua... | open | https://github.com/huggingface/datasets/issues/3888 | 2022-03-10T16:19:12 | 2022-11-29T11:39:24 | null | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [
{
"name": "generic discussion",
"color": "c5def5"
},
{
"name": "streaming",
"color": "fef2c0"
}
] | false | [] |
1,165,380,852 | 3,887 | ImageFolder improvements | This PR adds the following improvements to the `imagefolder` dataset:
* skip the extract step for image files (as discussed in https://github.com/huggingface/datasets/pull/2830#discussion_r816817919)
* option to drop labels by setting `drop_labels=True` (useful for image pretraining cc @NielsRogge). This is faster th... | closed | https://github.com/huggingface/datasets/pull/3887 | 2022-03-10T15:34:46 | 2022-03-11T15:06:11 | 2022-03-11T15:06:11 | {
"login": "mariosasko",
"id": 47462742,
"type": "User"
} | [] | true | [] |
1,165,223,319 | 3,886 | Retry HfApi call inside push_to_hub when 504 error | Ass suggested by @lhoestq in #3872, this PR:
- Implements a retry function
- Retries HfApi call inside `push_to_hub` when 504 error. To be agreed:
- max_retries = 2 (at 0.5 and 1 seconds)
Fix #3872. | closed | https://github.com/huggingface/datasets/pull/3886 | 2022-03-10T13:24:40 | 2022-03-16T09:00:56 | 2022-03-15T16:19:50 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,165,102,209 | 3,885 | Fix some shuffle docs | Following #3842 some docs were still outdated (with `buffer_size` as the first argument) | closed | https://github.com/huggingface/datasets/pull/3885 | 2022-03-10T11:29:15 | 2022-03-10T14:16:29 | 2022-03-10T14:16:28 | {
"login": "lhoestq",
"id": 42851186,
"type": "User"
} | [] | true | [] |
1,164,924,314 | 3,884 | Fix bug in METEOR metric due to nltk version | Fix #3883. | closed | https://github.com/huggingface/datasets/pull/3884 | 2022-03-10T08:44:20 | 2022-03-10T09:03:40 | 2022-03-10T09:03:39 | {
"login": "albertvillanova",
"id": 8515462,
"type": "User"
} | [] | true | [] |
1,164,663,229 | 3,883 | The metric Meteor doesn't work for nltk ==3.6.4 | ## Describe the bug
Using the metric Meteor with nltk == 3.6.4 gives a TypeError:
TypeError: descriptor 'lower' for 'str' objects doesn't apply to a 'list' object
## Steps to reproduce the bug
```python
import datasets
metric = datasets.load_metric("meteor")
predictions = ["hello world"]
references = ["hello ... | closed | https://github.com/huggingface/datasets/issues/3883 | 2022-03-10T02:28:27 | 2022-03-10T09:03:39 | 2022-03-10T09:03:39 | {
"login": "zhaowei-wang-nlp",
"id": 22047467,
"type": "User"
} | [
{
"name": "bug",
"color": "d73a4a"
}
] | false | [] |
1,164,595,388 | 3,882 | Image process doc | This PR is a first draft of how to process image data. It adds:
- Load an image dataset with `image` and `path` (adds tip about `decode=False` param to access the path and bytes, thanks to @mariosasko).
- Load an image using the `ImageFolder` builder. I know there is an [example](https://huggingface.co/docs/dataset... | closed | https://github.com/huggingface/datasets/pull/3882 | 2022-03-10T00:32:10 | 2022-03-15T15:24:16 | 2022-03-15T15:24:09 | {
"login": "stevhliu",
"id": 59462357,
"type": "User"
} | [
{
"name": "documentation",
"color": "0075ca"
}
] | true | [] |
1,164,452,005 | 3,881 | How to use Image folder | Ran this code
```
load_dataset("imagefolder", data_dir="./my-dataset")
```
`https://raw.githubusercontent.com/huggingface/datasets/master/datasets/imagefolder/imagefolder.py` missing
```
---------------------------------------------------------------------------
FileNotFoundError Trace... | closed | https://github.com/huggingface/datasets/issues/3881 | 2022-03-09T21:18:52 | 2022-03-11T08:45:52 | 2022-03-11T08:45:52 | {
"login": "rozeappletree",
"id": 45640029,
"type": "User"
} | [
{
"name": "question",
"color": "d876e3"
}
] | false | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.