id
int64
953M
3.35B
number
int64
2.72k
7.75k
title
stringlengths
1
290
state
stringclasses
2 values
created_at
timestamp[s]date
2021-07-26 12:21:17
2025-08-23 00:18:43
updated_at
timestamp[s]date
2021-07-26 13:27:59
2025-08-23 12:34:39
closed_at
timestamp[s]date
2021-07-26 13:27:59
2025-08-20 16:35:55
html_url
stringlengths
49
51
pull_request
dict
user_login
stringlengths
3
26
is_pull_request
bool
2 classes
comments
listlengths
0
30
1,182,157,056
4,030
Use a constant for the articles regex in SQuAD v2
closed
2022-03-26T23:06:30
2022-04-12T16:30:45
2022-04-12T11:00:24
https://github.com/huggingface/datasets/pull/4030
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4030", "html_url": "https://github.com/huggingface/datasets/pull/4030", "diff_url": "https://github.com/huggingface/datasets/pull/4030.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4030.patch", "merged_at": "2022-04-12T11:00:24" }
bryant1410
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,181,057,011
4,029
Add FAISS .range_search() method for retrieving all texts from dataset above similarity threshold
closed
2022-03-25T17:31:33
2022-05-06T08:35:52
2022-05-06T08:35:52
https://github.com/huggingface/datasets/issues/4029
null
MoritzLaurer
false
[ "Hi ! You can access the faiss index with\r\n```python\r\nfaiss_index = my_dataset.get_index(\"my_index_name\").faiss_index\r\n```\r\nand then do whatever you want with it, e.g. query it using range_search:\r\n```python\r\nthreshold = 0.95\r\nlimits, distances, indices = faiss_index.range_search(x=xq, thresh=thresh...
1,181,022,675
4,028
Fix docs on audio feature installation
closed
2022-03-25T16:55:11
2022-03-31T16:20:47
2022-03-31T16:15:20
https://github.com/huggingface/datasets/pull/4028
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4028", "html_url": "https://github.com/huggingface/datasets/pull/4028", "diff_url": "https://github.com/huggingface/datasets/pull/4028.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4028.patch", "merged_at": "2022-03-31T16:15:20" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,991,344
4,027
ElasticSearch Indexing example: TypeError: __init__() missing 1 required positional argument: 'scheme'
closed
2022-03-25T16:22:28
2022-04-07T10:29:52
2022-03-28T07:58:56
https://github.com/huggingface/datasets/issues/4027
null
MoritzLaurer
false
[ "Hi, @MoritzLaurer, thanks for reporting.\r\n\r\nNormally this is due to a mismatch between the versions of your Elasticsearch client and server:\r\n- your ES client is passing only keyword arguments to your ES server\r\n- whereas your ES server expects a positional argument called 'scheme'\r\n\r\nIn order to fix t...
1,180,968,774
4,026
Support streaming xtreme dataset for bucc18 config
closed
2022-03-25T16:00:40
2022-03-25T16:26:50
2022-03-25T16:21:52
https://github.com/huggingface/datasets/pull/4026
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4026", "html_url": "https://github.com/huggingface/datasets/pull/4026", "diff_url": "https://github.com/huggingface/datasets/pull/4026.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4026.patch", "merged_at": "2022-03-25T16:21:52" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,963,105
4,025
Missing argument in precision/recall
closed
2022-03-25T15:55:52
2022-03-28T09:53:06
2022-03-28T09:53:06
https://github.com/huggingface/datasets/issues/4025
null
Dref360
false
[ "Thanks for the suggestion, @Dref360.\r\n\r\nWe are adding that argument. " ]
1,180,951,817
4,024
Doc: image_process small tip
closed
2022-03-25T15:44:32
2022-03-31T15:35:35
2022-03-31T15:30:20
https://github.com/huggingface/datasets/pull/4024
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4024", "html_url": "https://github.com/huggingface/datasets/pull/4024", "diff_url": "https://github.com/huggingface/datasets/pull/4024.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4024.patch", "merged_at": null }
FrancescoSaverioZuppichini
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "This tip is unnecessary, i.e., Pillow will already be installed since the `Image` feature requires it for encoding and decoding. Thanks anyway.\r\n\r\ncc @stevhliu I've noticed we are missing the installation section in the doc (`pip...
1,180,840,399
4,023
Replace yahoo_answers_topics data url
closed
2022-03-25T14:08:57
2022-03-28T10:12:56
2022-03-28T10:07:52
https://github.com/huggingface/datasets/pull/4023
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4023", "html_url": "https://github.com/huggingface/datasets/pull/4023", "diff_url": "https://github.com/huggingface/datasets/pull/4023.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4023.patch", "merged_at": "2022-03-28T10:07:52" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "The CI is failing because of issues in the dataset cards that are unrelated to this PR - merging" ]
1,180,816,682
4,022
Replace dbpedia_14 data url
closed
2022-03-25T13:47:21
2022-03-25T15:03:37
2022-03-25T14:58:49
https://github.com/huggingface/datasets/pull/4022
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4022", "html_url": "https://github.com/huggingface/datasets/pull/4022", "diff_url": "https://github.com/huggingface/datasets/pull/4022.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4022.patch", "merged_at": "2022-03-25T14:58:49" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,805,092
4,021
Fix `map` remove_columns on empty dataset
closed
2022-03-25T13:36:29
2022-03-29T13:41:31
2022-03-29T13:35:44
https://github.com/huggingface/datasets/pull/4021
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4021", "html_url": "https://github.com/huggingface/datasets/pull/4021", "diff_url": "https://github.com/huggingface/datasets/pull/4021.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4021.patch", "merged_at": "2022-03-29T13:35:44" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,636,754
4,020
Replace amazon_polarity data URL
closed
2022-03-25T10:50:57
2022-03-25T15:02:36
2022-03-25T14:57:41
https://github.com/huggingface/datasets/pull/4020
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4020", "html_url": "https://github.com/huggingface/datasets/pull/4020", "diff_url": "https://github.com/huggingface/datasets/pull/4020.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4020.patch", "merged_at": "2022-03-25T14:57:41" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,628,293
4,019
Make yelp_polarity streamable
closed
2022-03-25T10:42:51
2022-03-25T15:02:19
2022-03-25T14:57:16
https://github.com/huggingface/datasets/pull/4019
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4019", "html_url": "https://github.com/huggingface/datasets/pull/4019", "diff_url": "https://github.com/huggingface/datasets/pull/4019.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4019.patch", "merged_at": "2022-03-25T14:57:15" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "The CI is failing because of the incomplete dataset card - this is unrelated to the goal of this PR so we can ignore it" ]
1,180,622,816
4,018
Replace yelp_review_full data url
closed
2022-03-25T10:37:18
2022-03-25T15:01:02
2022-03-25T14:56:10
https://github.com/huggingface/datasets/pull/4018
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4018", "html_url": "https://github.com/huggingface/datasets/pull/4018", "diff_url": "https://github.com/huggingface/datasets/pull/4018.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4018.patch", "merged_at": "2022-03-25T14:56:10" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,595,160
4,017
Support streaming scan dataset
closed
2022-03-25T10:11:28
2022-03-25T12:08:55
2022-03-25T12:03:52
https://github.com/huggingface/datasets/pull/4017
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4017", "html_url": "https://github.com/huggingface/datasets/pull/4017", "diff_url": "https://github.com/huggingface/datasets/pull/4017.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4017.patch", "merged_at": "2022-03-25T12:03:52" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,557,828
4,016
Support streaming blimp dataset
closed
2022-03-25T09:39:10
2022-03-25T11:19:18
2022-03-25T11:14:13
https://github.com/huggingface/datasets/pull/4016
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4016", "html_url": "https://github.com/huggingface/datasets/pull/4016", "diff_url": "https://github.com/huggingface/datasets/pull/4016.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4016.patch", "merged_at": "2022-03-25T11:14:13" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,510,856
4,015
Can not correctly parse the classes with imagefolder
closed
2022-03-25T08:51:17
2022-03-28T01:02:03
2022-03-25T09:27:56
https://github.com/huggingface/datasets/issues/4015
null
YiSyuanChen
false
[ "I found that the problem arises because the image files in my folder are actually symbolic links (for my own reasons). After modifications, the classes can now be correctly parsed. Therefore, I close this issue.", "HI, I have a question. How much time did you load the ImageNet data files? " ]
1,180,481,229
4,014
Support streaming id_clickbait dataset
closed
2022-03-25T08:18:28
2022-03-25T08:58:31
2022-03-25T08:53:32
https://github.com/huggingface/datasets/pull/4014
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4014", "html_url": "https://github.com/huggingface/datasets/pull/4014", "diff_url": "https://github.com/huggingface/datasets/pull/4014.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4014.patch", "merged_at": "2022-03-25T08:53:32" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,180,427,174
4,013
Cannot preview "hazal/Turkish-Biomedical-corpus-trM"
closed
2022-03-25T07:12:02
2022-04-04T08:05:01
2022-03-25T14:16:11
https://github.com/huggingface/datasets/issues/4013
null
hazalturkmen
false
[ "Hi @hazalturkmen, thanks for reporting.\r\n\r\nNote that your dataset repository does not contain any loading script; it only contains a data file named `tr_article_2`.\r\n\r\nWhen there is no loading script but only data files, the `datasets` library tries to infer how to load the data by looking at the data file...
1,180,350,083
4,012
Rename wer to cer
closed
2022-03-25T05:06:05
2022-03-28T13:57:25
2022-03-28T13:57:25
https://github.com/huggingface/datasets/pull/4012
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4012", "html_url": "https://github.com/huggingface/datasets/pull/4012", "diff_url": "https://github.com/huggingface/datasets/pull/4012.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4012.patch", "merged_at": "2022-03-28T13:57:25" }
pmgautam
true
[]
1,179,885,965
4,011
Fix SQuAD v2 metric docs on `references` format
closed
2022-03-24T18:27:10
2023-07-11T09:35:46
2023-07-11T09:35:15
https://github.com/huggingface/datasets/pull/4011
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4011", "html_url": "https://github.com/huggingface/datasets/pull/4011", "diff_url": "https://github.com/huggingface/datasets/pull/4011.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4011.patch", "merged_at": null }
bryant1410
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Metrics are deprecated in `datasets` and `evaluate` should be used instead: https://github.com/huggingface/evaluate" ]
1,179,848,036
4,010
Fix None issue with Sequence of dict
closed
2022-03-24T17:58:59
2022-03-28T10:13:53
2022-03-28T10:08:40
https://github.com/huggingface/datasets/pull/4010
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4010", "html_url": "https://github.com/huggingface/datasets/pull/4010", "diff_url": "https://github.com/huggingface/datasets/pull/4010.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4010.patch", "merged_at": "2022-03-28T10:08:40" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Merging since I'd like do do a patch release soon for this one" ]
1,179,658,611
4,009
AMI load_dataset error: sndfile library not found
closed
2022-03-24T15:13:38
2022-03-24T15:46:38
2022-03-24T15:17:29
https://github.com/huggingface/datasets/issues/4009
null
i-am-neo
false
[ "Issue unresolved, see [4000](https://github.com/huggingface/datasets/issues/4009#issue-1179658611)" ]
1,179,591,068
4,008
Support streaming daily_dialog dataset
closed
2022-03-24T14:23:23
2022-03-24T15:29:01
2022-03-24T14:46:58
https://github.com/huggingface/datasets/pull/4008
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4008", "html_url": "https://github.com/huggingface/datasets/pull/4008", "diff_url": "https://github.com/huggingface/datasets/pull/4008.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4008.patch", "merged_at": "2022-03-24T14:46:58" }
albertvillanova
true
[ "Yay! I love this dataset!" ]
1,179,381,021
4,007
set_format does not work with multi dimension tensor
closed
2022-03-24T11:27:43
2022-03-30T07:28:57
2022-03-24T14:39:29
https://github.com/huggingface/datasets/issues/4007
null
phihung
false
[ "Hi! Use the `ArrayXD` feature type (where X is the number of dimensions) to get correctly formated tensors. So in your case, define the dataset as follows :\r\n```python\r\nds = Dataset.from_dict({\"A\": [torch.rand((2, 2))]}, features=Features({\"A\": Array2D(shape=(2, 2), dtype=\"float32\")}))\r\n```\r\n", "Hi...
1,179,367,195
4,006
Use audio feature in ASR task template
closed
2022-03-24T11:15:22
2022-03-24T17:19:29
2022-03-24T16:48:02
https://github.com/huggingface/datasets/pull/4006
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4006", "html_url": "https://github.com/huggingface/datasets/pull/4006", "diff_url": "https://github.com/huggingface/datasets/pull/4006.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4006.patch", "merged_at": "2022-03-24T16:48:02" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,179,365,663
4,005
Yelp not working
closed
2022-03-24T11:14:00
2022-03-25T14:59:57
2022-03-25T14:56:10
https://github.com/huggingface/datasets/issues/4005
null
patrickvonplaten
false
[ "I don't think it's an issue with the dataset-viewer. Maybe @lhoestq or @albertvillanova could confirm.\r\n\r\n```python\r\n>>> from datasets import load_dataset, DownloadMode\r\n>>> import itertools\r\n>>> # without streaming\r\n>>> dataset = load_dataset(\"yelp_review_full\", name=\"yelp_review_full\", split=\"tr...
1,179,320,795
4,004
ASSIN 2 dataset: replace broken Google Drive _URLS by links on github
closed
2022-03-24T10:37:39
2022-03-28T14:01:46
2022-03-28T13:56:39
https://github.com/huggingface/datasets/pull/4004
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4004", "html_url": "https://github.com/huggingface/datasets/pull/4004", "diff_url": "https://github.com/huggingface/datasets/pull/4004.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4004.patch", "merged_at": "2022-03-28T13:56:39" }
ruanchaves
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,179,286,877
4,003
ASSIN2 dataset checksum bug
closed
2022-03-24T10:08:50
2022-04-27T14:14:45
2022-03-28T13:56:39
https://github.com/huggingface/datasets/issues/4003
null
ruanchaves
false
[ "Using latest code, I am still facing the issue.\r\n\r\n```python\r\n(base) vimos@vimosmu ➜ ~ ipython\r\nPython 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42) \r\nType 'copyright', 'credits' or 'license' for more information\r\nIPython 7.11.1 -- An enhanced Interactive Python. Type '?' for help...
1,179,263,787
4,002
Support streaming conll2012_ontonotesv5 dataset
closed
2022-03-24T09:49:56
2022-03-24T10:53:41
2022-03-24T10:48:47
https://github.com/huggingface/datasets/pull/4002
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/4002", "html_url": "https://github.com/huggingface/datasets/pull/4002", "diff_url": "https://github.com/huggingface/datasets/pull/4002.diff", "patch_url": "https://github.com/huggingface/datasets/pull/4002.patch", "merged_at": "2022-03-24T10:48:47" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,179,231,418
4,001
How to use generate this multitask dataset for SQUAD? I am getting a value error.
closed
2022-03-24T09:21:51
2022-03-26T09:48:21
2022-03-26T03:35:43
https://github.com/huggingface/datasets/issues/4001
null
gsk1692
false
[ "Hi! Replacing `nlp.<obj>` with `datasets.<obj>` in the script should fix the problem. `nlp` has been renamed to `datasets` more than a year ago, so please use `datasets` instead to avoid weird issues.", "Thank You! Was able to solve with the help of this.", "But I request you to please fix the same in the data...
1,178,844,616
4,000
load_dataset error: sndfile library not found
closed
2022-03-24T01:52:32
2022-03-25T17:53:33
2022-03-25T17:53:33
https://github.com/huggingface/datasets/issues/4000
null
i-am-neo
false
[ "Hi @i-am-neo,\r\n\r\nThe audio support is an extra feature of `datasets` and therefore it must be installed as an additional optional dependency:\r\n```shell\r\npip install datasets[audio]\r\n```\r\nAdditionally, for specific MP3 support (which is not the case for AMI dataset, that contains WAV audio files), there...
1,178,685,280
3,999
Docs maintenance
closed
2022-03-23T21:27:33
2022-03-30T17:01:45
2022-03-30T16:56:38
https://github.com/huggingface/datasets/pull/3999
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3999", "html_url": "https://github.com/huggingface/datasets/pull/3999", "diff_url": "https://github.com/huggingface/datasets/pull/3999.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3999.patch", "merged_at": "2022-03-30T16:56:38" }
stevhliu
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,178,631,986
3,998
Fix Audio.encode_example() when writing an array
closed
2022-03-23T20:32:13
2022-03-29T14:21:44
2022-03-29T14:16:13
https://github.com/huggingface/datasets/pull/3998
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3998", "html_url": "https://github.com/huggingface/datasets/pull/3998", "diff_url": "https://github.com/huggingface/datasets/pull/3998.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3998.patch", "merged_at": "2022-03-29T14:16:13" }
polinaeterna
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "@albertvillanova do you think [this line](https://github.com/huggingface/datasets/pull/3998/files#diff-58e348f6e4deaa5f3119e420a5d48ebb82875a78c28628831748fb54f59b2c78R67) is enough? that's why we missed this bug, we didn't check thi...
1,178,566,568
3,997
Sync Features dictionaries
closed
2022-03-23T19:23:51
2022-04-13T15:52:27
2022-04-13T15:46:19
https://github.com/huggingface/datasets/pull/3997
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3997", "html_url": "https://github.com/huggingface/datasets/pull/3997", "diff_url": "https://github.com/huggingface/datasets/pull/3997.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3997.patch", "merged_at": "2022-04-13T15:46:19" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,178,415,905
3,996
Audio.encode_example() throws an error when writing example from array
closed
2022-03-23T17:11:47
2022-03-29T14:16:13
2022-03-29T14:16:13
https://github.com/huggingface/datasets/issues/3996
null
polinaeterna
false
[ "Good catch ! Yes I think passing `format=\"wav\"` is the right thing to do", "Thanks @polinaeterna for reporting this issue.\r\n\r\nIn relation to the decoding of MP3 audio files without torchaudio, I remember Patrick made some tests and these had quite bad performance. That is why he proposed to support MP3 fil...
1,178,232,623
3,995
Close `PIL.Image` file handler in `Image.decode_example`
closed
2022-03-23T14:51:48
2022-03-23T18:24:52
2022-03-23T18:19:27
https://github.com/huggingface/datasets/pull/3995
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3995", "html_url": "https://github.com/huggingface/datasets/pull/3995", "diff_url": "https://github.com/huggingface/datasets/pull/3995.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3995.patch", "merged_at": "2022-03-23T18:19:26" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,178,211,138
3,994
Change audio column from string path to Audio feature in ASR task
closed
2022-03-23T14:34:52
2022-03-23T15:43:43
2022-03-23T15:43:43
https://github.com/huggingface/datasets/pull/3994
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3994", "html_url": "https://github.com/huggingface/datasets/pull/3994", "diff_url": "https://github.com/huggingface/datasets/pull/3994.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3994.patch", "merged_at": null }
polinaeterna
true
[]
1,178,201,495
3,993
Streaming dataset + interleave + DataLoader hangs with multiple workers
open
2022-03-23T14:27:29
2023-02-28T14:14:24
null
https://github.com/huggingface/datasets/issues/3993
null
jpilaul
false
[ "Same thing occurs when streaming files loaded from disk.", "Hi ! Thanks for reporting, could this be related to https://github.com/huggingface/datasets/issues/3950 ?\r\n\r\nCurrently streaming datasets only works in single process, but we're working on having in work in distributed setups as well :) (EDIT: done)...
1,177,946,153
3,992
Image column is not decoded in map when using with with_transform
closed
2022-03-23T10:51:13
2022-12-13T16:59:06
2022-12-13T16:59:06
https://github.com/huggingface/datasets/issues/3992
null
phihung
false
[ "Hi! This behavior stems from this line: https://github.com/huggingface/datasets/blob/799b817d97590ddc97cbd38d07469403e030de8c/src/datasets/arrow_dataset.py#L1919\r\nBasically, the `Image`/`Audio` columns are decoded only if the `format_type` attribute is `None` (`set_format`/`with_format` and `set_transform`/`with...
1,177,362,901
3,991
Add Lung Image Database Consortium image collection (LIDC-IDRI) dataset
open
2022-03-22T22:16:05
2022-03-23T12:57:16
null
https://github.com/huggingface/datasets/issues/3991
null
omarespejel
false
[]
1,176,976,247
3,990
Improve AutomaticSpeechRecognition task template
closed
2022-03-22T15:41:08
2022-03-23T17:12:40
2022-03-23T17:12:40
https://github.com/huggingface/datasets/issues/3990
null
polinaeterna
false
[ "There is an open PR to do that: #3364. I just haven't had time to finish it... ", "> There is an open PR to do that: #3364. I just haven't had time to finish it...\r\n\r\n😬 thanks..." ]
1,176,955,078
3,989
Remove old wikipedia leftovers
closed
2022-03-22T15:25:46
2022-03-31T15:35:26
2022-03-31T15:30:16
https://github.com/huggingface/datasets/pull/3989
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3989", "html_url": "https://github.com/huggingface/datasets/pull/3989", "diff_url": "https://github.com/huggingface/datasets/pull/3989.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3989.patch", "merged_at": "2022-03-31T15:30:16" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "> This makes me think we shouldn't advise the use of load_dataset in dataset scripts, since it doesn't guarantee that the cache will work as expected (the cache directory is not set correctly, and the required disk space for download...
1,176,858,540
3,988
More consistent references in docs
closed
2022-03-22T14:18:41
2022-03-22T17:06:32
2022-03-22T16:50:44
https://github.com/huggingface/datasets/pull/3988
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3988", "html_url": "https://github.com/huggingface/datasets/pull/3988", "diff_url": "https://github.com/huggingface/datasets/pull/3988.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3988.patch", "merged_at": "2022-03-22T16:50:43" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Looks good, thanks for working on this!" ]
1,176,481,659
3,987
Fix Faiss custom_index device
closed
2022-03-22T09:11:24
2022-03-24T12:18:59
2022-03-24T12:14:12
https://github.com/huggingface/datasets/pull/3987
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3987", "html_url": "https://github.com/huggingface/datasets/pull/3987", "diff_url": "https://github.com/huggingface/datasets/pull/3987.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3987.patch", "merged_at": "2022-03-24T12:14:12" }
albertvillanova
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,176,429,565
3,986
Dataset loads indefinitely after modifying default cache path (~/.cache/huggingface)
open
2022-03-22T08:23:21
2023-03-06T16:55:04
null
https://github.com/huggingface/datasets/issues/3986
null
kelvinAI
false
[ "Hi ! I didn't managed to reproduce the issue. When you kill the process, is there any stacktrace that shows at what point in the code python is hanging ?", "Hi @lhoestq , I've traced the issue back to file locking. It's similar to this thread, using Lustre filesystem as well. https://github.com/huggingface/datas...
1,175,982,937
3,985
[image feature] Too many files open error when image feature is returned as a path
closed
2022-03-21T21:54:05
2022-03-23T18:19:27
2022-03-23T18:19:27
https://github.com/huggingface/datasets/issues/3985
null
apsdehal
false
[]
1,175,822,117
3,984
Local and automatic tests fail
closed
2022-03-21T19:07:37
2023-07-25T15:18:40
2023-07-25T15:18:40
https://github.com/huggingface/datasets/issues/3984
null
MarkusSagen
false
[ "Hi ! To be able to run the tests, you need to install all the test dependencies and additional ones with\r\n```\r\npip install -e .[tests]\r\npip install -r additional-tests-requirements.txt --no-deps\r\n```\r\n\r\nIn particular, you probably need to `sacrebleu`. It looks like it wasn't able to instantiate `sacreb...
1,175,759,412
3,983
Infinitely attempting lock
closed
2022-03-21T18:11:57
2024-05-09T08:24:34
2022-05-06T16:12:18
https://github.com/huggingface/datasets/issues/3983
null
jyrr
false
[ "Hi ! Thanks for reporting. We're using filelock` as our locking mechanism.\r\n\r\nCan you try deleting the .lock file mentioned in the logs and try again ? Make sure that no other process is generating the `cnn_dailymail` dataset.\r\n\r\nIf it doesn't work, could you try to set up a lock using the latest version ...
1,175,478,099
3,982
Exclude Google Drive tests of the CI
closed
2022-03-21T14:34:16
2022-03-31T16:38:02
2022-03-21T14:51:35
https://github.com/huggingface/datasets/pull/3982
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3982", "html_url": "https://github.com/huggingface/datasets/pull/3982", "diff_url": "https://github.com/huggingface/datasets/pull/3982.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3982.patch", "merged_at": "2022-03-21T14:51:35" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "I was thinking exactly the same: running unit tests that request continuously a third-party API is not a good idea." ]
1,175,423,517
3,981
Add TER metric card
closed
2022-03-21T13:54:36
2022-03-29T13:57:11
2022-03-29T13:51:40
https://github.com/huggingface/datasets/pull/3981
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3981", "html_url": "https://github.com/huggingface/datasets/pull/3981", "diff_url": "https://github.com/huggingface/datasets/pull/3981.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3981.patch", "merged_at": "2022-03-29T13:51:40" }
emibaylor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,175,412,905
3,980
Add tip on how to speed up loading with ImageFolder
closed
2022-03-21T13:45:58
2022-03-22T13:39:45
2022-03-22T13:34:56
https://github.com/huggingface/datasets/pull/3980
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3980", "html_url": "https://github.com/huggingface/datasets/pull/3980", "diff_url": "https://github.com/huggingface/datasets/pull/3980.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3980.patch", "merged_at": "2022-03-22T13:34:56" }
mariosasko
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks for adding that tip! 👍 \r\n\r\nFor the docs syntax, it might be better if we hide the package name/full path to the class or function and only show the name of it. I think it's easier for users to read the function name (eg,`...
1,175,258,969
3,979
Fix google drive streaming for small files
closed
2022-03-21T11:38:46
2023-09-24T09:55:19
2022-03-21T14:25:58
https://github.com/huggingface/datasets/pull/3979
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3979", "html_url": "https://github.com/huggingface/datasets/pull/3979", "diff_url": "https://github.com/huggingface/datasets/pull/3979.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3979.patch", "merged_at": null }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Actually the CI fails because of this\r\n![image](https://user-images.githubusercontent.com/42851186/159281771-78e611b1-6b04-4a87-8324-b6ba2d8c6a6a.png)\r\n\r\nIt looks like we can't have a proper way to test google drive in the CI r...
1,175,226,456
3,978
I can't view HFcallback dataset for ASR Space
open
2022-03-21T11:07:49
2023-09-25T12:19:53
null
https://github.com/huggingface/datasets/issues/3978
null
kingabzpro
false
[ "the dataset viewer is working on this dataset. I imagine the issue is that we would expect to be able to listen to the audio files in the `Please Record Your Voice file` column, right?\r\n\r\nmaybe @lhoestq or @albertvillanova could help\r\n\r\n<img width=\"1019\" alt=\"Capture d’écran 2022-03-24 à 17 36 20\" sr...
1,175,049,927
3,977
Adapt `docs/README.md` for datasets
closed
2022-03-21T08:26:49
2023-02-27T10:32:37
2023-02-27T10:32:37
https://github.com/huggingface/datasets/issues/3977
null
qqaatw
false
[ "Thanks for reporting @qqaatw.\r\n\r\nYes, we should definitely adapt that file for `datasets`. " ]
1,175,043,780
3,976
Fix main classes reference in docs
closed
2022-03-21T08:19:46
2022-04-12T14:19:39
2022-04-12T14:19:38
https://github.com/huggingface/datasets/pull/3976
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3976", "html_url": "https://github.com/huggingface/datasets/pull/3976", "diff_url": "https://github.com/huggingface/datasets/pull/3976.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3976.patch", "merged_at": null }
qqaatw
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3976). All of your documentation changes will be reflected on that endpoint.", "Not sure why some section titles end with `[[datasets.xxx]]`, like this: https://moon-ci-docs.huggingface.co/docs/datasets/pr_3976/en/package_refer...
1,174,678,942
3,975
Update many missing tags to dataset README's
closed
2022-03-20T20:42:27
2022-03-21T18:39:52
2022-03-21T18:39:52
https://github.com/huggingface/datasets/pull/3975
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3975", "html_url": "https://github.com/huggingface/datasets/pull/3975", "diff_url": "https://github.com/huggingface/datasets/pull/3975.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3975.patch", "merged_at": null }
MarkusSagen
true
[]
1,174,485,044
3,974
Add XFUN dataset
closed
2022-03-20T09:24:54
2022-10-03T09:38:16
2022-10-03T09:36:22
https://github.com/huggingface/datasets/pull/3974
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3974", "html_url": "https://github.com/huggingface/datasets/pull/3974", "diff_url": "https://github.com/huggingface/datasets/pull/3974.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3974.patch", "merged_at": null }
qqaatw
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Not sure how to generate dummy data.\r\n\r\nThe downloaded file structure is \r\n\r\n- document file paths\r\n - (a json file containing all documents info, document images folder)\r\n - (a json file containing all documents in...
1,174,455,431
3,973
ConnectionError and SSLError
closed
2022-03-20T06:45:37
2022-03-30T08:13:32
2022-03-30T08:13:32
https://github.com/huggingface/datasets/issues/3973
null
yanyu2015
false
[ "Hi ! You can download the `oscar.py` file from this repository at `/datasets/oscar/oscar.py`.\r\n\r\nThen you can load the dataset by passing the local path to `oscar.py` to `load_dataset`:\r\n```python\r\nload_dataset(\"path/to/oscar.py\", \"unshuffled_deduplicated_it\")\r\n```", "it works,but another error occ...
1,174,402,033
3,972
Adding Roman Urdu Hate Speech dataset
closed
2022-03-20T00:19:26
2022-03-25T15:56:19
2022-03-25T15:51:20
https://github.com/huggingface/datasets/pull/3972
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3972", "html_url": "https://github.com/huggingface/datasets/pull/3972", "diff_url": "https://github.com/huggingface/datasets/pull/3972.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3972.patch", "merged_at": "2022-03-25T15:51:20" }
bp-high
true
[ "@lhoestq can you review when you have some time? Also were the previous CI fails due to the Google Drive tests which were excluded by #3982 ?", "> were the previous CI fails due to the Google Drive tests which were excluded by https://github.com/huggingface/datasets/pull/3982 ?\r\n\r\nYes exactly, merging `maste...
1,174,329,442
3,971
Applied index-filters on scores in search.py.
closed
2022-03-19T18:43:42
2022-04-12T14:48:23
2022-04-12T14:41:58
https://github.com/huggingface/datasets/pull/3971
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3971", "html_url": "https://github.com/huggingface/datasets/pull/3971", "diff_url": "https://github.com/huggingface/datasets/pull/3971.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3971.patch", "merged_at": "2022-04-12T14:41:58" }
vishalsrao
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,174,327,367
3,970
Apply index-filters on scores in get_nearest_examples and get_nearest…
closed
2022-03-19T18:32:31
2022-03-19T18:38:12
2022-03-19T18:38:12
https://github.com/huggingface/datasets/pull/3970
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3970", "html_url": "https://github.com/huggingface/datasets/pull/3970", "diff_url": "https://github.com/huggingface/datasets/pull/3970.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3970.patch", "merged_at": null }
vishalsrao
true
[]
1,174,273,824
3,969
Cannot preview cnn_dailymail dataset
closed
2022-03-19T14:08:57
2022-04-20T15:52:49
2022-04-20T15:52:49
https://github.com/huggingface/datasets/issues/3969
null
hasan-besh
false
[ "I guess the cache got corrupted due to a previous issue with Google Drive service.\r\n\r\nThe cache should be regenerated, e.g. by passing `download_mode=\"force_redownload\"`.\r\n\r\nCC: @severo ", "Note that the dataset preview uses its own cache, not `datasets`' cache. So `download_mode=\"force_redownload\"` ...
1,174,193,962
3,968
Cannot preview 'indonesian-nlp/eli5_id' dataset
closed
2022-03-19T06:54:09
2022-03-24T16:34:24
2022-03-24T16:34:24
https://github.com/huggingface/datasets/issues/3968
null
cahya-wirawan
false
[ "Hi @cahya-wirawan, thanks for reporting.\r\n\r\nYour dataset is working OK in streaming mode:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n ...: ds = load_dataset(\"indonesian-nlp/eli5_id\", split=\"train\", streaming=True)\r\n ...: item = next(iter(ds))\r\n ...: item\r\nUsing custom data con...
1,174,107,128
3,967
[feat] Add TextVQA dataset
closed
2022-03-18T23:29:39
2022-05-05T06:51:31
2022-05-05T06:44:29
https://github.com/huggingface/datasets/pull/3967
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3967", "html_url": "https://github.com/huggingface/datasets/pull/3967", "diff_url": "https://github.com/huggingface/datasets/pull/3967.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3967.patch", "merged_at": "2022-05-05T06:44:29" }
apsdehal
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Hey :) Have you had a chance to continue this PR ? Let me know if you have questions or if I can help", "Hey @lhoestq, let me wrap this up soon. I will resolve your comments in next push." ]
1,173,883,084
3,966
Create metric card for BERTScore
closed
2022-03-18T18:21:56
2022-03-22T13:35:28
2022-03-22T13:30:56
https://github.com/huggingface/datasets/pull/3966
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3966", "html_url": "https://github.com/huggingface/datasets/pull/3966", "diff_url": "https://github.com/huggingface/datasets/pull/3966.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3966.patch", "merged_at": "2022-03-22T13:30:56" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,173,708,739
3,965
TypeError: Couldn't cast array of type for JSONLines dataset
closed
2022-03-18T15:17:53
2022-05-06T16:13:51
2022-05-06T16:13:51
https://github.com/huggingface/datasets/issues/3965
null
lewtun
false
[ "Hi @lewtun, thanks for reporting.\r\n\r\nIt seems that our library fails at inferring the dtype of the columns:\r\n- `milestone`\r\n- `performed_via_github_app` \r\n\r\n(and assigns them `null` dtype)." ]
1,173,564,993
3,964
Add default Audio Loader
closed
2022-03-18T12:58:55
2022-08-22T14:20:46
2022-08-22T14:20:46
https://github.com/huggingface/datasets/issues/3964
null
polinaeterna
false
[]
1,173,492,562
3,963
Add Audio Folder
closed
2022-03-18T11:40:09
2022-06-15T16:33:19
2022-06-15T16:33:19
https://github.com/huggingface/datasets/pull/3963
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3963", "html_url": "https://github.com/huggingface/datasets/pull/3963", "diff_url": "https://github.com/huggingface/datasets/pull/3963.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3963.patch", "merged_at": null }
polinaeterna
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3963). All of your documentation changes will be reflected on that endpoint.", "Feel free to merge `master` into this branch to fix the CI errors related to Google Drive :)\r\n\r\nI think we can just remove the test that is bas...
1,173,482,291
3,962
Fix flatten of Sequence feature type
closed
2022-03-18T11:27:42
2022-03-21T14:40:47
2022-03-21T14:36:12
https://github.com/huggingface/datasets/pull/3962
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3962", "html_url": "https://github.com/huggingface/datasets/pull/3962", "diff_url": "https://github.com/huggingface/datasets/pull/3962.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3962.patch", "merged_at": "2022-03-21T14:36:12" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,173,223,086
3,961
Scores from Index at extra positions are not filtered out
closed
2022-03-18T06:13:23
2022-04-12T14:41:58
2022-04-12T14:41:58
https://github.com/huggingface/datasets/issues/3961
null
vishalsrao
false
[ "Hi! Yes, that makes sense! Would you like to submit a PR to fix this?", "Created PR https://github.com/huggingface/datasets/pull/3971" ]
1,173,148,884
3,960
Load local dataset error
open
2022-03-18T03:32:49
2023-08-02T17:12:20
null
https://github.com/huggingface/datasets/issues/3960
null
TXacs
false
[ "Hi! Instead of @nateraw's `image-folder`, I suggest using the newly released `imagefolder` dataset:\r\n```python\r\n>>> from datasets import load_dataset\r\n>>> data_files={'train': ['/ssd/datasets/imagenet/pytorch/train/**'], 'validation': ['/ssd/datasets/imagenet/pytorch/val/**']}\r\n>>> ds = load_dataset('image...
1,172,872,695
3,959
Medium-sized dataset conversion from pandas causes a crash
closed
2022-03-17T20:20:35
2022-12-12T17:14:06
2022-04-20T12:35:37
https://github.com/huggingface/datasets/issues/3959
null
Antymon
false
[ "Hi ! It looks like an issue with pyarrow, could you try updating pyarrow and try again ?", "@albertvillanova did you find a solution to this?", "I´m getting the same problem with some files, @albertvillanova did you find a solution to this?" ]
1,172,657,981
3,958
Update Wikipedia metadata
closed
2022-03-17T17:50:05
2022-03-21T12:26:48
2022-03-21T12:26:47
https://github.com/huggingface/datasets/pull/3958
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3958", "html_url": "https://github.com/huggingface/datasets/pull/3958", "diff_url": "https://github.com/huggingface/datasets/pull/3958.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3958.patch", "merged_at": "2022-03-21T12:26:47" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3958). All of your documentation changes will be reflected on that endpoint.", "Once this last PR validated, I can take care of the integration of all the wikipedia update branch into master, @lhoestq. " ]
1,172,401,455
3,957
Fix xtreme s metrics
closed
2022-03-17T13:39:04
2022-03-18T13:46:19
2022-03-18T13:42:16
https://github.com/huggingface/datasets/pull/3957
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3957", "html_url": "https://github.com/huggingface/datasets/pull/3957", "diff_url": "https://github.com/huggingface/datasets/pull/3957.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3957.patch", "merged_at": "2022-03-18T13:42:16" }
patrickvonplaten
true
[ "Sorry for the commit history mess, but will be squashed anyways so should be fine", "_The documentation is not available anymore as the PR was closed or merged._" ]
1,172,272,327
3,956
TypeError: __init__() missing 1 required positional argument: 'scheme'
closed
2022-03-17T11:43:13
2023-11-21T04:26:20
2022-03-28T08:00:01
https://github.com/huggingface/datasets/issues/3956
null
amirj
false
[ "Hi @amirj, thanks for reporting.\r\n\r\nAt first sight, your issue seems a version incompatibility between your Elasticsearch client and your Elasticsearch server.\r\n\r\nFeel free to have a look at Elasticsearch client docs: https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/overview.html#_co...
1,172,246,647
3,955
Remove unncessary 'pylint disable' message in ReadMe
closed
2022-03-17T11:16:55
2022-04-12T14:28:35
2022-04-12T14:28:35
https://github.com/huggingface/datasets/pull/3955
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3955", "html_url": "https://github.com/huggingface/datasets/pull/3955", "diff_url": "https://github.com/huggingface/datasets/pull/3955.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3955.patch", "merged_at": "2022-04-12T14:28:35" }
Datta0
true
[]
1,172,141,664
3,954
The dataset preview is not available for tdklab/Hebrew_Squad_v1.1 dataset
closed
2022-03-17T09:38:11
2022-04-20T12:39:07
2022-04-20T12:39:07
https://github.com/huggingface/datasets/issues/3954
null
MatanBenChorin
false
[ "Hi @MatanBenChorin, thanks for reporting.\r\n\r\nPlease, take into account that the preview may take some time until it properly renders (we are working to reduce this time).\r\n\r\nMaybe @severo can give more details on this.", "Hi, \r\nThank you", "Thanks for reporting. We are looking at it and will give upd...
1,172,123,736
3,953
Add ImageNet Sketch
closed
2022-03-17T09:20:31
2022-05-23T18:05:29
2022-05-23T18:05:29
https://github.com/huggingface/datasets/issues/3953
null
NielsRogge
false
[ "Can you assign this task to me? @nreimers @mariosasko ", "Hi! Sure! Let us know if you need any pointers." ]
1,171,895,531
3,952
Checksum error for glue sst2, stsb, rte etc datasets
closed
2022-03-17T03:45:47
2022-03-17T07:10:15
2022-03-17T07:10:14
https://github.com/huggingface/datasets/issues/3952
null
ravindra-ut
false
[ "Hi, @ravindra-ut.\r\n\r\nI'm sorry but I can't reproduce your problem:\r\n```python\r\nIn [1]: from datasets import load_dataset\r\n\r\nIn [2]: ds = load_dataset(\"glue\", \"sst2\")\r\nDownloading builder script: 28.8kB [00:00, 11.6MB/s] ...
1,171,568,814
3,951
Forked streaming datasets try to `open` data urls rather than use network
closed
2022-03-16T21:21:02
2022-06-10T20:47:26
2022-06-10T20:47:26
https://github.com/huggingface/datasets/issues/3951
null
dlwh
false
[ "Thanks for reporting this second issue as well. We definitely want to make streaming datasets fully working in a distributed setup and with the best performance. Right now it only supports single process.\r\n\r\nIn this issue it seems that the streaming capabilities that we offer to dataset builders are not transf...
1,171,560,585
3,950
Streaming Datasets don't work with Transformers Trainer when dataloader_num_workers>1
closed
2022-03-16T21:14:11
2022-06-10T20:47:26
2022-06-10T20:47:26
https://github.com/huggingface/datasets/issues/3950
null
dlwh
false
[ "Hi, thanks for reporting. This could be related to https://github.com/huggingface/datasets/issues/3148 too\r\n\r\nWe should definitely make `TorchIterableDataset` picklable by moving it in the main code instead of inside a function. If you'd like to contribute, feel free to open a Pull Request :)\r\n\r\nI'm also t...
1,171,467,981
3,949
Remove GLEU metric
closed
2022-03-16T19:35:31
2022-04-12T20:43:26
2022-04-12T20:37:09
https://github.com/huggingface/datasets/pull/3949
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3949", "html_url": "https://github.com/huggingface/datasets/pull/3949", "diff_url": "https://github.com/huggingface/datasets/pull/3949.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3949.patch", "merged_at": "2022-04-12T20:37:09" }
emibaylor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,171,460,560
3,948
Google BLEU Metric Card
closed
2022-03-16T19:27:17
2022-03-21T16:04:26
2022-03-21T16:04:25
https://github.com/huggingface/datasets/pull/3948
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3948", "html_url": "https://github.com/huggingface/datasets/pull/3948", "diff_url": "https://github.com/huggingface/datasets/pull/3948.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3948.patch", "merged_at": "2022-03-21T16:04:25" }
emibaylor
true
[ "A few things that aren't clear for me:\r\n- \"Because it performs better on individual sentence pairs as compared to BLEU, Google BLEU has also been used in RL experiments.\" -- why is this the case? why would that make it more usable for RL? (also, you should put \"Reinforcement Learning\" explicitly, not just th...
1,171,452,854
3,947
BLEU metric card
closed
2022-03-16T19:20:07
2022-03-29T14:59:50
2022-03-29T14:54:14
https://github.com/huggingface/datasets/pull/3947
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3947", "html_url": "https://github.com/huggingface/datasets/pull/3947", "diff_url": "https://github.com/huggingface/datasets/pull/3947.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3947.patch", "merged_at": "2022-03-29T14:54:13" }
emibaylor
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Some thoughts:\r\n- For values, e.g. \"Defaults to False\", I would put False in code: `False`. Same for : \"Defaults to `4`.\"\r\n- I would put the following remark in \"Limitations\": \r\n> \"BLEU's output is always a number betwee...
1,171,239,287
3,946
Add newline to text dataset builder for controlling universal newlines mode
closed
2022-03-16T16:11:11
2023-09-24T10:10:50
2023-09-24T10:10:47
https://github.com/huggingface/datasets/pull/3946
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3946", "html_url": "https://github.com/huggingface/datasets/pull/3946", "diff_url": "https://github.com/huggingface/datasets/pull/3946.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3946.patch", "merged_at": null }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3946). All of your documentation changes will be reflected on that endpoint.", "The failing CI test has nothing to do with this PR.", "I'm closing this PR." ]
1,171,222,257
3,945
Fix comet metric
closed
2022-03-16T15:56:47
2022-03-22T15:10:12
2022-03-22T15:05:30
https://github.com/huggingface/datasets/pull/3945
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3945", "html_url": "https://github.com/huggingface/datasets/pull/3945", "diff_url": "https://github.com/huggingface/datasets/pull/3945.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3945.patch", "merged_at": "2022-03-22T15:05:30" }
lhoestq
true
[ "_The documentation is not available anymore as the PR was closed or merged._", "Finally I'm done updating the dependencies ^^'\r\n\r\ncc @sashavor can you review my changes in the metric card please ?", "Looks good to me! Just fixed a tiny typo :wink: ", "Thanks !" ]
1,171,209,510
3,944
Create README.md
closed
2022-03-16T15:46:26
2022-03-17T17:50:54
2022-03-17T17:47:05
https://github.com/huggingface/datasets/pull/3944
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3944", "html_url": "https://github.com/huggingface/datasets/pull/3944", "diff_url": "https://github.com/huggingface/datasets/pull/3944.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3944.patch", "merged_at": "2022-03-17T17:47:05" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,171,185,070
3,943
[Doc] Don't use v for version tags on GitHub
closed
2022-03-16T15:28:30
2022-03-17T11:46:26
2022-03-17T11:46:25
https://github.com/huggingface/datasets/pull/3943
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3943", "html_url": "https://github.com/huggingface/datasets/pull/3943", "diff_url": "https://github.com/huggingface/datasets/pull/3943.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3943.patch", "merged_at": "2022-03-17T11:46:25" }
sgugger
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3943). All of your documentation changes will be reflected on that endpoint." ]
1,171,177,122
3,942
reddit_tifu dataset: Checksums didn't match for dataset source files
closed
2022-03-16T15:23:30
2022-03-16T15:57:43
2022-03-16T15:39:25
https://github.com/huggingface/datasets/issues/3942
null
XingxingZhang
false
[ "Hi @XingxingZhang, \r\n\r\nWe have already fixed this. You should update `datasets` version to at least 1.18.4:\r\n```shell\r\npip install -U datasets\r\n```\r\nAnd then force the redownload:\r\n```python\r\nload_dataset(\"...\", download_mode=\"force_redownload\")\r\n```\r\n\r\nDuplicate of:\r\n- #3773", "thank...
1,171,132,709
3,941
billsum dataset: Checksums didn't match for dataset source files:
closed
2022-03-16T14:52:08
2024-03-13T12:11:35
2022-03-16T15:46:44
https://github.com/huggingface/datasets/issues/3941
null
XingxingZhang
false
[ "Hi @XingxingZhang, thanks for reporting.\r\n\r\nThis was due to a change in Google Drive service:\r\n- #3786 \r\n\r\nWe have already fixed it:\r\n- #3787\r\n\r\nYou should update `datasets` version to at least 1.18.4:\r\n```shell\r\npip install -U datasets\r\n```\r\nAnd then force the redownload:\r\n```python\r\nl...
1,171,106,853
3,940
Create CoVAL metric card
closed
2022-03-16T14:31:49
2022-03-18T17:37:59
2022-03-18T17:35:14
https://github.com/huggingface/datasets/pull/3940
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3940", "html_url": "https://github.com/huggingface/datasets/pull/3940", "diff_url": "https://github.com/huggingface/datasets/pull/3940.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3940.patch", "merged_at": "2022-03-18T17:35:14" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,170,882,331
3,939
Source links broken
closed
2022-03-16T11:17:47
2022-03-19T04:41:32
2022-03-19T04:41:32
https://github.com/huggingface/datasets/issues/3939
null
qqaatw
false
[ "Thanks for reporting @qqaatw.\r\n\r\n@mishig25 @sgugger do you think this can be tweaked in the new doc framework?\r\n- From: https://github.com/huggingface/datasets/blob/v2.0.0/\r\n- To: https://github.com/huggingface/datasets/blob/2.0.0/", "@qqaatw thanks a lot for notifying about this issue!\r\n\r\nin compari...
1,170,875,417
3,938
Avoid info log messages from transformers in FrugalScore metric
closed
2022-03-16T11:11:29
2022-03-17T08:37:25
2022-03-17T08:37:24
https://github.com/huggingface/datasets/pull/3938
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3938", "html_url": "https://github.com/huggingface/datasets/pull/3938", "diff_url": "https://github.com/huggingface/datasets/pull/3938.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3938.patch", "merged_at": "2022-03-17T08:37:24" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3938). All of your documentation changes will be reflected on that endpoint." ]
1,170,832,006
3,937
Missing languages in lvwerra/github-code dataset
closed
2022-03-16T10:32:03
2022-03-22T07:09:23
2022-03-21T14:50:47
https://github.com/huggingface/datasets/issues/3937
null
Eytan-S
false
[ "Thanks for contacting @Eytan-S.\r\n\r\nI think @lvwerra could better answer this. ", "That seems to be an oversight - I originally planned to include them in the dataset and for some reason they were in the list of languages but not in the query. Since there is an issue with the deduplication step I'll rerun the...
1,170,713,473
3,936
Fix Wikipedia version and re-add tests
closed
2022-03-16T08:48:04
2022-03-16T17:04:07
2022-03-16T17:04:05
https://github.com/huggingface/datasets/pull/3936
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3936", "html_url": "https://github.com/huggingface/datasets/pull/3936", "diff_url": "https://github.com/huggingface/datasets/pull/3936.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3936.patch", "merged_at": "2022-03-16T17:04:05" }
albertvillanova
true
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3936). All of your documentation changes will be reflected on that endpoint." ]
1,170,292,492
3,934
Create MAUVE metric card
closed
2022-03-15T21:36:07
2022-03-18T17:38:14
2022-03-18T17:34:13
https://github.com/huggingface/datasets/pull/3934
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3934", "html_url": "https://github.com/huggingface/datasets/pull/3934", "diff_url": "https://github.com/huggingface/datasets/pull/3934.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3934.patch", "merged_at": "2022-03-18T17:34:13" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,170,253,605
3,933
Update README.md
closed
2022-03-15T20:52:05
2022-03-17T17:51:24
2022-03-17T17:47:37
https://github.com/huggingface/datasets/pull/3933
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3933", "html_url": "https://github.com/huggingface/datasets/pull/3933", "diff_url": "https://github.com/huggingface/datasets/pull/3933.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3933.patch", "merged_at": "2022-03-17T17:47:37" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,170,221,773
3,932
Create SARI metric card
closed
2022-03-15T20:37:23
2022-03-18T17:37:01
2022-03-18T17:32:55
https://github.com/huggingface/datasets/pull/3932
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3932", "html_url": "https://github.com/huggingface/datasets/pull/3932", "diff_url": "https://github.com/huggingface/datasets/pull/3932.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3932.patch", "merged_at": "2022-03-18T17:32:55" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,170,097,208
3,931
Add align_labels_with_mapping docs
closed
2022-03-15T19:24:57
2022-03-18T16:28:31
2022-03-18T16:24:33
https://github.com/huggingface/datasets/pull/3931
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3931", "html_url": "https://github.com/huggingface/datasets/pull/3931", "diff_url": "https://github.com/huggingface/datasets/pull/3931.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3931.patch", "merged_at": "2022-03-18T16:24:33" }
stevhliu
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
1,170,087,793
3,930
Create README.md
closed
2022-03-15T19:16:59
2022-04-04T15:23:15
2022-04-04T15:17:28
https://github.com/huggingface/datasets/pull/3930
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/3930", "html_url": "https://github.com/huggingface/datasets/pull/3930", "diff_url": "https://github.com/huggingface/datasets/pull/3930.diff", "patch_url": "https://github.com/huggingface/datasets/pull/3930.patch", "merged_at": "2022-04-04T15:17:28" }
sashavor
true
[ "_The documentation is not available anymore as the PR was closed or merged._" ]