url
stringlengths
58
61
number
int64
1
8.23k
title
stringlengths
1
290
body
stringlengths
0
228k
state
stringclasses
2 values
created_at
timestamp[s]date
2020-04-14 10:18:02
2026-05-30 09:38:59
comments_url
stringlengths
67
70
pull_request
dict
is_pull_request
bool
2 classes
text
stringlengths
2
228k
comments
listlengths
0
30
https://api.github.com/repos/huggingface/datasets/issues/1936
1,936
[WIP] Adding Support for Reading Pandas Category
@lhoestq - continuing our conversation from https://github.com/huggingface/datasets/issues/1906#issuecomment-784247014 The goal of this PR is to support `Dataset.from_pandas(df)` where the dataframe contains a Category. Just the 4 line change below actually does seem to work: ``` >>> from datasets import Data...
closed
2021-02-23T18:32:54
https://api.github.com/repos/huggingface/datasets/issues/1936/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1936", "html_url": "https://github.com/huggingface/datasets/pull/1936", "diff_url": "https://github.com/huggingface/datasets/pull/1936.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1936.patch", "merged_at": null }
true
[WIP] Adding Support for Reading Pandas Category @lhoestq - continuing our conversation from https://github.com/huggingface/datasets/issues/1906#issuecomment-784247014 The goal of this PR is to support `Dataset.from_pandas(df)` where the dataframe contains a Category. Just the 4 line change below actually does se...
[ "Thanks ! could you maybe add a few tests in test_arrow_dataset.py to make sure from_pandas works as expected with categorical types ?\r\n\r\nIn particular I'm pretty sure that if you now try to `cast` the dataset to the same features at its current features, it will break instead of just being a no-op.\r\nThis is ...
https://api.github.com/repos/huggingface/datasets/issues/1935
1,935
add CoVoST2
This PR adds the CoVoST2 dataset for speech translation and ASR. https://github.com/facebookresearch/covost#covost-2 The dataset requires manual download as the download page requests an email address and the URLs are temporary. The dummy data is a bit bigger because of the mp3 files and 36 configs.
closed
2021-02-23T16:28:16
https://api.github.com/repos/huggingface/datasets/issues/1935/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1935", "html_url": "https://github.com/huggingface/datasets/pull/1935", "diff_url": "https://github.com/huggingface/datasets/pull/1935.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1935.patch", "merged_at": "2021-02-24T18:05...
true
add CoVoST2 This PR adds the CoVoST2 dataset for speech translation and ASR. https://github.com/facebookresearch/covost#covost-2 The dataset requires manual download as the download page requests an email address and the URLs are temporary. The dummy data is a bit bigger because of the mp3 files and 36 configs.
[ "@patrickvonplaten \r\nI removed the mp3 files, dummy_data is much smaller now!" ]
https://api.github.com/repos/huggingface/datasets/issues/1934
1,934
Add Stanford Sentiment Treebank (SST)
I am going to add SST: - **Name:** The Stanford Sentiment Treebank - **Description:** The first corpus with fully labeled parse trees that allows for a complete analysis of the compositional effects of sentiment in language - **Paper:** [Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank...
closed
2021-02-23T12:53:16
https://api.github.com/repos/huggingface/datasets/issues/1934/comments
null
false
Add Stanford Sentiment Treebank (SST) I am going to add SST: - **Name:** The Stanford Sentiment Treebank - **Description:** The first corpus with fully labeled parse trees that allows for a complete analysis of the compositional effects of sentiment in language - **Paper:** [Recursive Deep Models for Semantic Comp...
[ "Dataset added in release [1.5.0](https://github.com/huggingface/datasets/releases/tag/1.5.0), I think I can close this." ]
https://api.github.com/repos/huggingface/datasets/issues/1933
1,933
Use arrow ipc file format
According to the [documentation](https://arrow.apache.org/docs/format/Columnar.html?highlight=arrow1#ipc-file-format), it's identical to the streaming format except that it contains the memory offsets of each sample: > We define a “file format” supporting random access that is build with the stream format. The file ...
closed
2021-02-23T10:38:24
https://api.github.com/repos/huggingface/datasets/issues/1933/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1933", "html_url": "https://github.com/huggingface/datasets/pull/1933", "diff_url": "https://github.com/huggingface/datasets/pull/1933.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1933.patch", "merged_at": null }
true
Use arrow ipc file format According to the [documentation](https://arrow.apache.org/docs/format/Columnar.html?highlight=arrow1#ipc-file-format), it's identical to the streaming format except that it contains the memory offsets of each sample: > We define a “file format” supporting random access that is build with th...
[ "Should we close this PR?", "Yes, this one was mostly related to https://github.com/huggingface/datasets/issues/4542 but now I think the TF support is not needed at the moment.", "What about enabling the Arrow IPC format through an environment variable/config? Would be very helpful to better interop. with other...
https://api.github.com/repos/huggingface/datasets/issues/1932
1,932
Fix builder config creation with data_dir
The data_dir parameter wasn't taken into account to create the config_id, therefore the resulting builder config was considered not custom. However a builder config that is non-custom must not have a name that collides with the predefined builder config names. Therefore it resulted in a `ValueError("Cannot name a custo...
closed
2021-02-23T10:26:02
https://api.github.com/repos/huggingface/datasets/issues/1932/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1932", "html_url": "https://github.com/huggingface/datasets/pull/1932", "diff_url": "https://github.com/huggingface/datasets/pull/1932.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1932.patch", "merged_at": "2021-02-23T10:45...
true
Fix builder config creation with data_dir The data_dir parameter wasn't taken into account to create the config_id, therefore the resulting builder config was considered not custom. However a builder config that is non-custom must not have a name that collides with the predefined builder config names. Therefore it resu...
[]
https://api.github.com/repos/huggingface/datasets/issues/1931
1,931
add m_lama (multilingual lama) dataset
Add a multilingual (machine translated and automatically generated) version of the LAMA benchmark. For details see the paper https://arxiv.org/pdf/2102.00894.pdf
closed
2021-02-23T08:11:57
https://api.github.com/repos/huggingface/datasets/issues/1931/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1931", "html_url": "https://github.com/huggingface/datasets/pull/1931", "diff_url": "https://github.com/huggingface/datasets/pull/1931.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1931.patch", "merged_at": "2021-03-01T10:01...
true
add m_lama (multilingual lama) dataset Add a multilingual (machine translated and automatically generated) version of the LAMA benchmark. For details see the paper https://arxiv.org/pdf/2102.00894.pdf
[ "Hi, it seems I am somewhat stuck here. The failed test `ci/circleci: run_dataset_script_tests_pyarrow_1_WIN` seems to be caused by some broken connection (`ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host`). Any help on this is appreciated. \r\n\r\nEdit: Seems to...
https://api.github.com/repos/huggingface/datasets/issues/1930
1,930
updated the wino_bias dataset
Updated the wino_bias.py script. - updated the data_url - added different configurations for different data splits - added the coreference_cluster to the data features
closed
2021-02-23T03:07:40
https://api.github.com/repos/huggingface/datasets/issues/1930/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1930", "html_url": "https://github.com/huggingface/datasets/pull/1930", "diff_url": "https://github.com/huggingface/datasets/pull/1930.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1930.patch", "merged_at": "2021-04-07T15:24...
true
updated the wino_bias dataset Updated the wino_bias.py script. - updated the data_url - added different configurations for different data splits - added the coreference_cluster to the data features
[ "Hi @JieyuZhao ! Have you had a chance to add the different configurations ?\r\nThanks again for your help on this !", "> Hi @JieyuZhao ! Have you had a chance to add the different configurations ?\r\n> Thanks again for your help on this !\r\n\r\nHi @lhoestq Yes, I've updated the code. Now the configuration will...
https://api.github.com/repos/huggingface/datasets/issues/1929
1,929
Improve typing and style and fix some inconsistencies
This PR: * improves typing (mostly more consistent use of `typing.Optional`) * `DatasetDict.cleanup_cache_files` now correctly returns a dict * replaces `dict()` with the corresponding literal * uses `dict_to_copy.copy()` instead of `dict(dict_to_copy)` for shallow copying
closed
2021-02-22T22:47:41
https://api.github.com/repos/huggingface/datasets/issues/1929/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1929", "html_url": "https://github.com/huggingface/datasets/pull/1929", "diff_url": "https://github.com/huggingface/datasets/pull/1929.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1929.patch", "merged_at": "2021-02-24T14:03...
true
Improve typing and style and fix some inconsistencies This PR: * improves typing (mostly more consistent use of `typing.Optional`) * `DatasetDict.cleanup_cache_files` now correctly returns a dict * replaces `dict()` with the corresponding literal * uses `dict_to_copy.copy()` instead of `dict(dict_to_copy)` for sha...
[ "@lhoestq Thanks for the quick review.", "I merged master to this branch to re-run the CI before merging :)" ]
https://api.github.com/repos/huggingface/datasets/issues/1928
1,928
Updating old cards
Updated the cards for [Allocine](https://github.com/mcmillanmajora/datasets/tree/updating-old-cards/datasets/allocine), [CNN/DailyMail](https://github.com/mcmillanmajora/datasets/tree/updating-old-cards/datasets/cnn_dailymail), and [SNLI](https://github.com/mcmillanmajora/datasets/tree/updating-old-cards/datasets/snli)...
closed
2021-02-22T19:26:04
https://api.github.com/repos/huggingface/datasets/issues/1928/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1928", "html_url": "https://github.com/huggingface/datasets/pull/1928", "diff_url": "https://github.com/huggingface/datasets/pull/1928.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1928.patch", "merged_at": "2021-02-23T18:19...
true
Updating old cards Updated the cards for [Allocine](https://github.com/mcmillanmajora/datasets/tree/updating-old-cards/datasets/allocine), [CNN/DailyMail](https://github.com/mcmillanmajora/datasets/tree/updating-old-cards/datasets/cnn_dailymail), and [SNLI](https://github.com/mcmillanmajora/datasets/tree/updating-old-c...
[]
https://api.github.com/repos/huggingface/datasets/issues/1927
1,927
Update dataset card of wino_bias
Updated the info for the wino_bias dataset.
closed
2021-02-22T18:51:34
https://api.github.com/repos/huggingface/datasets/issues/1927/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1927", "html_url": "https://github.com/huggingface/datasets/pull/1927", "diff_url": "https://github.com/huggingface/datasets/pull/1927.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1927.patch", "merged_at": null }
true
Update dataset card of wino_bias Updated the info for the wino_bias dataset.
[ "Thanks @JieyuZhao.\r\n\r\nI think this PR was superseded by your other PRs:\r\n- #1930\r\n- #2152 \r\n\r\nI'm closing this." ]
https://api.github.com/repos/huggingface/datasets/issues/1926
1,926
Fix: Wiki_dpr - add missing scalar quantizer
All the prebuilt wiki_dpr indexes already use SQ8, I forgot to update the wiki_dpr script after building them. Now it's finally done. The scalar quantizer SQ8 doesn't reduce the performance of the index as shown in retrieval experiments on RAG. The quantizer reduces the size of the index a lot but increases index b...
closed
2021-02-22T15:32:05
https://api.github.com/repos/huggingface/datasets/issues/1926/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1926", "html_url": "https://github.com/huggingface/datasets/pull/1926", "diff_url": "https://github.com/huggingface/datasets/pull/1926.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1926.patch", "merged_at": "2021-02-22T15:49...
true
Fix: Wiki_dpr - add missing scalar quantizer All the prebuilt wiki_dpr indexes already use SQ8, I forgot to update the wiki_dpr script after building them. Now it's finally done. The scalar quantizer SQ8 doesn't reduce the performance of the index as shown in retrieval experiments on RAG. The quantizer reduces the ...
[]
https://api.github.com/repos/huggingface/datasets/issues/1925
1,925
Fix: Wiki_dpr - fix when with_embeddings is False or index_name is "no_index"
Fix the bugs noticed in #1915 There was a bug when `with_embeddings=False` where the configuration name was the same as if `with_embeddings=True`, which led the dataset builder to do bad verifications (for example it used to expect to download the embeddings for `with_embeddings=False`). Another issue was that s...
closed
2021-02-22T15:23:46
https://api.github.com/repos/huggingface/datasets/issues/1925/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1925", "html_url": "https://github.com/huggingface/datasets/pull/1925", "diff_url": "https://github.com/huggingface/datasets/pull/1925.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1925.patch", "merged_at": "2021-02-22T15:36...
true
Fix: Wiki_dpr - fix when with_embeddings is False or index_name is "no_index" Fix the bugs noticed in #1915 There was a bug when `with_embeddings=False` where the configuration name was the same as if `with_embeddings=True`, which led the dataset builder to do bad verifications (for example it used to expect to dow...
[ "Hi @lhoestq ,\r\n\r\nI am running into an issue now when trying to run RAG. Running exactly as described [here](https://huggingface.co/facebook/rag-token-nq?fbclid=IwAR3bTfhls5U_t9DqsX2Vzb7NhtRHxJxfQ-uwFT7VuCPMZUM2AdAlKF_qkI8#usage) I get the error below. Wondering if it's related to this.\r\n\r\nRunning Transfor...
https://api.github.com/repos/huggingface/datasets/issues/1924
1,924
Anonymous Dataset Addition (i.e Anonymous PR?)
Hello, Thanks a lot for your librairy. We plan to submit a paper on OpenReview using the Anonymous setting. Is it possible to add a new dataset without breaking the anonimity, with a link to the paper ? Cheers @eusip
closed
2021-02-22T15:22:30
https://api.github.com/repos/huggingface/datasets/issues/1924/comments
null
false
Anonymous Dataset Addition (i.e Anonymous PR?) Hello, Thanks a lot for your librairy. We plan to submit a paper on OpenReview using the Anonymous setting. Is it possible to add a new dataset without breaking the anonimity, with a link to the paper ? Cheers @eusip
[ "Hi !\r\nI guess you can add a dataset without the fields that must be kept anonymous, and then update those when the anonymity period is over.\r\nYou can also make the PR from an anonymous org.\r\nPinging @yjernite just to make sure it's ok", "Hello,\r\nI would prefer to do the reverse: adding a link to an anony...
https://api.github.com/repos/huggingface/datasets/issues/1923
1,923
Fix save_to_disk with relative path
As noticed in #1919 and #1920 the target directory was not created using `makedirs` so saving to it raises `FileNotFoundError`. For absolute paths it works but not for the good reason. This is because the target path was the same as the temporary path where in-memory data are written as an intermediary step. I added...
closed
2021-02-22T10:27:19
https://api.github.com/repos/huggingface/datasets/issues/1923/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1923", "html_url": "https://github.com/huggingface/datasets/pull/1923", "diff_url": "https://github.com/huggingface/datasets/pull/1923.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1923.patch", "merged_at": "2021-02-22T11:22...
true
Fix save_to_disk with relative path As noticed in #1919 and #1920 the target directory was not created using `makedirs` so saving to it raises `FileNotFoundError`. For absolute paths it works but not for the good reason. This is because the target path was the same as the temporary path where in-memory data are written...
[]
https://api.github.com/repos/huggingface/datasets/issues/1922
1,922
How to update the "wino_bias" dataset
Hi all, Thanks for the efforts to collect all the datasets! But I think there is a problem with the wino_bias dataset. The current link is not correct. How can I update that? Thanks!
open
2021-02-22T05:39:39
https://api.github.com/repos/huggingface/datasets/issues/1922/comments
null
false
How to update the "wino_bias" dataset Hi all, Thanks for the efforts to collect all the datasets! But I think there is a problem with the wino_bias dataset. The current link is not correct. How can I update that? Thanks!
[ "Hi @JieyuZhao !\r\n\r\nYou can edit the dataset card of wino_bias to update the URL via a Pull Request. This would be really appreciated :)\r\n\r\nThe dataset card is the README.md file you can find at https://github.com/huggingface/datasets/tree/master/datasets/wino_bias\r\nAlso the homepage url is also mentioned...
https://api.github.com/repos/huggingface/datasets/issues/1921
1,921
Standardizing datasets dtypes
This PR follows up on discussion in #1900 to have an explicit set of basic dtypes for datasets. This moves away from str(pyarrow.DataType) as the method of choice for creating dtypes, favoring an explicit mapping to a list of supported Value dtypes. I believe in practice this should be backward compatible, since ...
closed
2021-02-20T22:04:01
https://api.github.com/repos/huggingface/datasets/issues/1921/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1921", "html_url": "https://github.com/huggingface/datasets/pull/1921", "diff_url": "https://github.com/huggingface/datasets/pull/1921.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1921.patch", "merged_at": "2021-02-22T09:44...
true
Standardizing datasets dtypes This PR follows up on discussion in #1900 to have an explicit set of basic dtypes for datasets. This moves away from str(pyarrow.DataType) as the method of choice for creating dtypes, favoring an explicit mapping to a list of supported Value dtypes. I believe in practice this should ...
[ "@lhoestq - apologies for the multiple PRs, my previous one (#1905) got mangled due to some merge conflicts that I had trouble resolving so I just cherry-picked my changes onto a fresh branch here." ]
https://api.github.com/repos/huggingface/datasets/issues/1920
1,920
Fix save_to_disk issue
Fixes #1919
closed
2021-02-20T14:22:39
https://api.github.com/repos/huggingface/datasets/issues/1920/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1920", "html_url": "https://github.com/huggingface/datasets/pull/1920", "diff_url": "https://github.com/huggingface/datasets/pull/1920.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1920.patch", "merged_at": null }
true
Fix save_to_disk issue Fixes #1919
[ "So I was curious why the issue reported at #1919 wasn't caught in [this test](https://github.com/huggingface/datasets/blob/248104c4bdb2e01c036b7578867199191fbff181/tests/test_arrow_dataset.py#L209), so I did some digging.\r\nI tried to save to a temporary directory (just like in the test), like this:\r\n```python\...
https://api.github.com/repos/huggingface/datasets/issues/1919
1,919
Failure to save with save_to_disk
When I try to save a dataset locally using the `save_to_disk` method I get the error: ```bash FileNotFoundError: [Errno 2] No such file or directory: '/content/squad/train/squad-train.arrow' ``` To replicate: 1. Install `datasets` from master 2. Run this code: ```python from datasets import load...
closed
2021-02-20T14:18:10
https://api.github.com/repos/huggingface/datasets/issues/1919/comments
null
false
Failure to save with save_to_disk When I try to save a dataset locally using the `save_to_disk` method I get the error: ```bash FileNotFoundError: [Errno 2] No such file or directory: '/content/squad/train/squad-train.arrow' ``` To replicate: 1. Install `datasets` from master 2. Run this code: ```pyt...
[ "Hi thanks for reporting and for proposing a fix :)\r\n\r\nI just merged a fix, feel free to try it from the master branch !", "Closing since this has been fixed by #1923" ]
https://api.github.com/repos/huggingface/datasets/issues/1918
1,918
Fix QA4MRE download URLs
The URLs in the `dataset_infos` and `README` are correct, only the ones in the download script needed updating.
closed
2021-02-20T07:32:17
https://api.github.com/repos/huggingface/datasets/issues/1918/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1918", "html_url": "https://github.com/huggingface/datasets/pull/1918", "diff_url": "https://github.com/huggingface/datasets/pull/1918.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1918.patch", "merged_at": "2021-02-22T13:35...
true
Fix QA4MRE download URLs The URLs in the `dataset_infos` and `README` are correct, only the ones in the download script needed updating.
[]
https://api.github.com/repos/huggingface/datasets/issues/1917
1,917
UnicodeDecodeError: windows 10 machine
Windows 10 Php 3.6.8 when running ``` import datasets oscar_am = datasets.load_dataset("oscar", "unshuffled_deduplicated_am") print(oscar_am["train"][0]) ``` I get the following error ``` file "C:\PYTHON\3.6.8\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.er...
closed
2021-02-19T22:13:05
https://api.github.com/repos/huggingface/datasets/issues/1917/comments
null
false
UnicodeDecodeError: windows 10 machine Windows 10 Php 3.6.8 when running ``` import datasets oscar_am = datasets.load_dataset("oscar", "unshuffled_deduplicated_am") print(oscar_am["train"][0]) ``` I get the following error ``` file "C:\PYTHON\3.6.8\lib\encodings\cp1252.py", line 23, in decode ret...
[ "upgraded to php 3.9.2 and it works!" ]
https://api.github.com/repos/huggingface/datasets/issues/1916
1,916
Remove unused py_utils objects
Remove unused/unnecessary py_utils functions/classes.
closed
2021-02-19T19:51:25
https://api.github.com/repos/huggingface/datasets/issues/1916/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1916", "html_url": "https://github.com/huggingface/datasets/pull/1916", "diff_url": "https://github.com/huggingface/datasets/pull/1916.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1916.patch", "merged_at": "2021-02-22T13:32...
true
Remove unused py_utils objects Remove unused/unnecessary py_utils functions/classes.
[ "Hmmm this one broke master. I'm fixing it.\r\n\r\nMaybe because your branch was outdated ?", "Sorry @lhoestq, I forgot to update the imports... :/", "It's fine, the CI should have caught this tbh. Not sure why it did't fail" ]
https://api.github.com/repos/huggingface/datasets/issues/1915
1,915
Unable to download `wiki_dpr`
I am trying to download the `wiki_dpr` dataset. Specifically, I want to download `psgs_w100.multiset.no_index` with no embeddings/no index. In order to do so, I ran: `curr_dataset = load_dataset("wiki_dpr", embeddings_name="multiset", index_name="no_index")` However, I got the following error: `datasets.utils.i...
closed
2021-02-19T18:11:32
https://api.github.com/repos/huggingface/datasets/issues/1915/comments
null
false
Unable to download `wiki_dpr` I am trying to download the `wiki_dpr` dataset. Specifically, I want to download `psgs_w100.multiset.no_index` with no embeddings/no index. In order to do so, I ran: `curr_dataset = load_dataset("wiki_dpr", embeddings_name="multiset", index_name="no_index")` However, I got the follo...
[ "Thanks for reporting ! This is a bug. For now feel free to set `ignore_verifications=False` in `load_dataset`.\r\nI'm working on a fix", "I just merged a fix :)\r\n\r\nWe'll do a patch release soon. In the meantime feel free to try it from the master branch\r\nThanks again for reporting !", "Closing since this...
https://api.github.com/repos/huggingface/datasets/issues/1914
1,914
Fix logging imports and make all datasets use library logger
Fix library relative logging imports and make all datasets use library logger.
closed
2021-02-19T16:12:34
https://api.github.com/repos/huggingface/datasets/issues/1914/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1914", "html_url": "https://github.com/huggingface/datasets/pull/1914", "diff_url": "https://github.com/huggingface/datasets/pull/1914.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1914.patch", "merged_at": "2021-02-21T19:48...
true
Fix logging imports and make all datasets use library logger Fix library relative logging imports and make all datasets use library logger.
[]
https://api.github.com/repos/huggingface/datasets/issues/1913
1,913
Add keep_linebreaks parameter to text loader
As asked in #870 and https://github.com/huggingface/transformers/issues/10269 there should be a parameter to keep the linebreaks when loading a text dataset. cc @sgugger @jncasey
closed
2021-02-19T15:43:45
https://api.github.com/repos/huggingface/datasets/issues/1913/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1913", "html_url": "https://github.com/huggingface/datasets/pull/1913", "diff_url": "https://github.com/huggingface/datasets/pull/1913.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1913.patch", "merged_at": "2021-02-19T18:36...
true
Add keep_linebreaks parameter to text loader As asked in #870 and https://github.com/huggingface/transformers/issues/10269 there should be a parameter to keep the linebreaks when loading a text dataset. cc @sgugger @jncasey
[ "Just so I understand how it can be used in practice, do you have an example showing how to load a text dataset with this option?", "Sure ! Here is an example:\r\n```python\r\nfrom datasets import load_dataset\r\n\r\nload_dataset(\"text\", keep_linebreaks=True, data_files=...)\r\n```\r\n\r\nI'll update the docume...
https://api.github.com/repos/huggingface/datasets/issues/1912
1,912
Update: WMT - use mirror links
As asked in #1892 I created mirrors of the data hosted on statmt.org and updated the wmt scripts. Now downloading the wmt datasets is blazing fast :) cc @stas00 @patrickvonplaten
closed
2021-02-19T13:42:34
https://api.github.com/repos/huggingface/datasets/issues/1912/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1912", "html_url": "https://github.com/huggingface/datasets/pull/1912", "diff_url": "https://github.com/huggingface/datasets/pull/1912.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1912.patch", "merged_at": "2021-02-24T13:44...
true
Update: WMT - use mirror links As asked in #1892 I created mirrors of the data hosted on statmt.org and updated the wmt scripts. Now downloading the wmt datasets is blazing fast :) cc @stas00 @patrickvonplaten
[ "So much better - thank you for doing that, @lhoestq!", "Also fixed the `uncorpus` urls for wmt19 ru-en and zh-en for https://github.com/huggingface/datasets/issues/1893", "Thanks!\r\nCan this be merged sooner? \r\nI manually update it and it works well." ]
https://api.github.com/repos/huggingface/datasets/issues/1911
1,911
Saving processed dataset running infinitely
I have a text dataset of size 220M. For pre-processing, I need to tokenize this and filter rows with the large sequence. My tokenization took roughly 3hrs. I used map() with batch size 1024 and multi-process with 96 processes. filter() function was way to slow, so I used a hack to use pyarrow filter table func...
open
2021-02-19T13:09:19
https://api.github.com/repos/huggingface/datasets/issues/1911/comments
null
false
Saving processed dataset running infinitely I have a text dataset of size 220M. For pre-processing, I need to tokenize this and filter rows with the large sequence. My tokenization took roughly 3hrs. I used map() with batch size 1024 and multi-process with 96 processes. filter() function was way to slow, so I ...
[ "@thomwolf @lhoestq can you guys please take a look and recommend some solution.", "am suspicious of this thing? what's the purpose of this? pickling and unplickling\r\n`self = pickle.loads(pickle.dumps(self))`\r\n\r\n```\r\n def save_to_disk(self, dataset_path: str, fs=None):\r\n \"\"\"\r\n Save...
https://api.github.com/repos/huggingface/datasets/issues/1910
1,910
Adding CoNLLpp dataset.
closed
2021-02-19T05:12:30
https://api.github.com/repos/huggingface/datasets/issues/1910/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1910", "html_url": "https://github.com/huggingface/datasets/pull/1910", "diff_url": "https://github.com/huggingface/datasets/pull/1910.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1910.patch", "merged_at": null }
true
Adding CoNLLpp dataset.
[ "It looks like this PR now includes changes to many other files than the ones for CoNLLpp.\r\n\r\nTo fix that feel free to create another branch and another PR.\r\n\r\nThis was probably caused by a git rebase. You can avoid this issue by using git merge if you've already pushed your branch." ]
https://api.github.com/repos/huggingface/datasets/issues/1907
1,907
DBPedia14 Dataset Checksum bug?
Hi there!!! I've been using successfully the DBPedia dataset (https://huggingface.co/datasets/dbpedia_14) with my codebase in the last couple of weeks, but in the last couple of days now I get this error: ``` Traceback (most recent call last): File "./conditional_classification/basic_pipeline.py", line 178, i...
closed
2021-02-18T22:25:48
https://api.github.com/repos/huggingface/datasets/issues/1907/comments
null
false
DBPedia14 Dataset Checksum bug? Hi there!!! I've been using successfully the DBPedia dataset (https://huggingface.co/datasets/dbpedia_14) with my codebase in the last couple of weeks, but in the last couple of days now I get this error: ``` Traceback (most recent call last): File "./conditional_classification...
[ "Hi ! :)\r\n\r\nThis looks like the same issue as https://github.com/huggingface/datasets/issues/1856 \r\nBasically google drive has quota issues that makes it inconvenient for downloading files.\r\n\r\nIf the quota of a file is exceeded, you have to wait 24h for the quota to reset (which is painful).\r\n\r\nThe er...
https://api.github.com/repos/huggingface/datasets/issues/1906
1,906
Feature Request: Support for Pandas `Categorical`
``` from datasets import Dataset import pandas as pd import pyarrow df = pd.DataFrame(pd.Series(["a", "b", "c", "a"], dtype="category")) pyarrow.Table.from_pandas(df) Dataset.from_pandas(df) # Throws NotImplementedError # TODO(thom) this will need access to the dictionary as well (for labels). I.e. to the py_...
open
2021-02-18T19:46:05
https://api.github.com/repos/huggingface/datasets/issues/1906/comments
null
false
Feature Request: Support for Pandas `Categorical` ``` from datasets import Dataset import pandas as pd import pyarrow df = pd.DataFrame(pd.Series(["a", "b", "c", "a"], dtype="category")) pyarrow.Table.from_pandas(df) Dataset.from_pandas(df) # Throws NotImplementedError # TODO(thom) this will need access to th...
[ "We already have a ClassLabel type that does this kind of mapping between the label ids (integers) and actual label values (strings).\r\n\r\nI wonder if actually we should use the DictionaryType from Arrow and the Categorical type from pandas for the `datasets` ClassLabel feature type.\r\nCurrently ClassLabel corre...
https://api.github.com/repos/huggingface/datasets/issues/1905
1,905
Standardizing datasets.dtypes
This PR was further branched off of jdy-str-to-pyarrow-parsing, so it depends on https://github.com/huggingface/datasets/pull/1900 going first for the diff to be up-to-date (I'm not sure if there's a way for me to use jdy-str-to-pyarrow-parsing as a base branch while having it appear in the pull requests here). This...
closed
2021-02-18T19:15:31
https://api.github.com/repos/huggingface/datasets/issues/1905/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1905", "html_url": "https://github.com/huggingface/datasets/pull/1905", "diff_url": "https://github.com/huggingface/datasets/pull/1905.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1905.patch", "merged_at": null }
true
Standardizing datasets.dtypes This PR was further branched off of jdy-str-to-pyarrow-parsing, so it depends on https://github.com/huggingface/datasets/pull/1900 going first for the diff to be up-to-date (I'm not sure if there's a way for me to use jdy-str-to-pyarrow-parsing as a base branch while having it appear in th...
[ "Also - I took a stab at updating the docs, but I'm not sure how to actually check the outputs to see if it's formatted properly." ]
https://api.github.com/repos/huggingface/datasets/issues/1904
1,904
Fix to_pandas for boolean ArrayXD
As noticed in #1887 the conversion of a dataset with a boolean ArrayXD feature types fails because of the underlying ListArray conversion to numpy requires `zero_copy_only=False`. zero copy is available for all primitive types except booleans see https://arrow.apache.org/docs/python/generated/pyarrow.Array.html#pya...
closed
2021-02-18T16:30:46
https://api.github.com/repos/huggingface/datasets/issues/1904/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1904", "html_url": "https://github.com/huggingface/datasets/pull/1904", "diff_url": "https://github.com/huggingface/datasets/pull/1904.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1904.patch", "merged_at": "2021-02-18T17:10...
true
Fix to_pandas for boolean ArrayXD As noticed in #1887 the conversion of a dataset with a boolean ArrayXD feature types fails because of the underlying ListArray conversion to numpy requires `zero_copy_only=False`. zero copy is available for all primitive types except booleans see https://arrow.apache.org/docs/pytho...
[ "Thanks!" ]
https://api.github.com/repos/huggingface/datasets/issues/1903
1,903
Initial commit for the addition of TIMIT dataset
Below points needs to be addressed: - Creation of dummy dataset is failing - Need to check on the data representation - License is not creative commons. Copyright: Portions © 1993 Trustees of the University of Pennsylvania Also the links (_except the download_) point to the ami corpus! ;-) @patrickvonplaten ...
closed
2021-02-18T14:23:12
https://api.github.com/repos/huggingface/datasets/issues/1903/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1903", "html_url": "https://github.com/huggingface/datasets/pull/1903", "diff_url": "https://github.com/huggingface/datasets/pull/1903.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1903.patch", "merged_at": "2021-03-01T09:39...
true
Initial commit for the addition of TIMIT dataset Below points needs to be addressed: - Creation of dummy dataset is failing - Need to check on the data representation - License is not creative commons. Copyright: Portions © 1993 Trustees of the University of Pennsylvania Also the links (_except the download_) p...
[ "@patrickvonplaten could you please review and help me close this PR?", "@lhoestq Thank you so much for your comments and for patiently reviewing the code. Have _hopefully_ included all the suggested changes. Let me know if any more changes are required.\r\n\r\nSorry the code had lots of silly errors from my sid...
https://api.github.com/repos/huggingface/datasets/issues/1902
1,902
Fix setimes_2 wmt urls
Continuation of #1901 Some other urls were missing https
closed
2021-02-18T09:42:26
https://api.github.com/repos/huggingface/datasets/issues/1902/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1902", "html_url": "https://github.com/huggingface/datasets/pull/1902", "diff_url": "https://github.com/huggingface/datasets/pull/1902.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1902.patch", "merged_at": "2021-02-18T09:55...
true
Fix setimes_2 wmt urls Continuation of #1901 Some other urls were missing https
[]
https://api.github.com/repos/huggingface/datasets/issues/1901
1,901
Fix OPUS dataset download errors
Replace http to https. https://github.com/huggingface/datasets/issues/854 https://discuss.huggingface.co/t/cannot-download-wmt16/2081
closed
2021-02-18T07:39:41
https://api.github.com/repos/huggingface/datasets/issues/1901/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1901", "html_url": "https://github.com/huggingface/datasets/pull/1901", "diff_url": "https://github.com/huggingface/datasets/pull/1901.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1901.patch", "merged_at": "2021-02-18T09:39...
true
Fix OPUS dataset download errors Replace http to https. https://github.com/huggingface/datasets/issues/854 https://discuss.huggingface.co/t/cannot-download-wmt16/2081
[]
https://api.github.com/repos/huggingface/datasets/issues/1900
1,900
Issue #1895: Bugfix for string_to_arrow timestamp[ns] support
Should resolve https://github.com/huggingface/datasets/issues/1895 The main part of this PR adds additional parsing in `string_to_arrow` to convert the timestamp dtypes that result from `str(pa_type)` back into the pa.DataType TimestampType. While adding unit-testing, I noticed that support for the double/float t...
closed
2021-02-17T20:26:04
https://api.github.com/repos/huggingface/datasets/issues/1900/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1900", "html_url": "https://github.com/huggingface/datasets/pull/1900", "diff_url": "https://github.com/huggingface/datasets/pull/1900.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1900.patch", "merged_at": "2021-02-19T18:27...
true
Issue #1895: Bugfix for string_to_arrow timestamp[ns] support Should resolve https://github.com/huggingface/datasets/issues/1895 The main part of this PR adds additional parsing in `string_to_arrow` to convert the timestamp dtypes that result from `str(pa_type)` back into the pa.DataType TimestampType. While addi...
[ "OK! Thank you for the review - I will follow up with a separate PR for the comments here (https://github.com/huggingface/datasets/pull/1900#discussion_r578319725)!" ]
https://api.github.com/repos/huggingface/datasets/issues/1899
1,899
Fix: ALT - fix duplicated examples in alt-parallel
As noticed in #1898 by @10-zin the examples of the `alt-paralel` configurations have all the same values for the `translation` field. This was due to a bad copy of a python dict. This PR fixes that.
closed
2021-02-17T15:53:56
https://api.github.com/repos/huggingface/datasets/issues/1899/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1899", "html_url": "https://github.com/huggingface/datasets/pull/1899", "diff_url": "https://github.com/huggingface/datasets/pull/1899.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1899.patch", "merged_at": "2021-02-17T17:20...
true
Fix: ALT - fix duplicated examples in alt-parallel As noticed in #1898 by @10-zin the examples of the `alt-paralel` configurations have all the same values for the `translation` field. This was due to a bad copy of a python dict. This PR fixes that.
[]
https://api.github.com/repos/huggingface/datasets/issues/1898
1,898
ALT dataset has repeating instances in all splits
The [ALT](https://huggingface.co/datasets/alt) dataset has all the same instances within each split :/ Seemed like a great dataset for some experiments I wanted to carry out, especially since its medium-sized, and has all splits. Would be great if this could be fixed :) Added a snapshot of the contents from `exp...
closed
2021-02-17T12:51:42
https://api.github.com/repos/huggingface/datasets/issues/1898/comments
null
false
ALT dataset has repeating instances in all splits The [ALT](https://huggingface.co/datasets/alt) dataset has all the same instances within each split :/ Seemed like a great dataset for some experiments I wanted to carry out, especially since its medium-sized, and has all splits. Would be great if this could be fixe...
[ "Thanks for reporting. This looks like a very bad issue. I'm looking into it", "I just merged a fix, we'll do a patch release soon. Thanks again for reporting, and sorry for the inconvenience.\r\nIn the meantime you can load `ALT` using `datasets` from the master branch", "Thanks!!! works perfectly in the blead...
https://api.github.com/repos/huggingface/datasets/issues/1897
1,897
Fix PandasArrayExtensionArray conversion to native type
To make the conversion to csv work in #1887 , we need PandasArrayExtensionArray used for multidimensional numpy arrays to be converted to pandas native types. However previously pandas.core.internals.ExtensionBlock.to_native_types would fail with an PandasExtensionArray because 1. the PandasExtensionArray.isna metho...
closed
2021-02-17T11:48:24
https://api.github.com/repos/huggingface/datasets/issues/1897/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1897", "html_url": "https://github.com/huggingface/datasets/pull/1897", "diff_url": "https://github.com/huggingface/datasets/pull/1897.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1897.patch", "merged_at": "2021-02-17T13:15...
true
Fix PandasArrayExtensionArray conversion to native type To make the conversion to csv work in #1887 , we need PandasArrayExtensionArray used for multidimensional numpy arrays to be converted to pandas native types. However previously pandas.core.internals.ExtensionBlock.to_native_types would fail with an PandasExtens...
[]
https://api.github.com/repos/huggingface/datasets/issues/1895
1,895
Bug Report: timestamp[ns] not recognized
Repro: ``` from datasets import Dataset import pandas as pd import pyarrow df = pd.DataFrame(pd.date_range("2018-01-01", periods=3, freq="H")) pyarrow.Table.from_pandas(df) Dataset.from_pandas(df) # Throws ValueError: Neither timestamp[ns] nor timestamp[ns]_ seems to be a pyarrow data type. ``` The fact...
closed
2021-02-16T20:38:04
https://api.github.com/repos/huggingface/datasets/issues/1895/comments
null
false
Bug Report: timestamp[ns] not recognized Repro: ``` from datasets import Dataset import pandas as pd import pyarrow df = pd.DataFrame(pd.date_range("2018-01-01", periods=3, freq="H")) pyarrow.Table.from_pandas(df) Dataset.from_pandas(df) # Throws ValueError: Neither timestamp[ns] nor timestamp[ns]_ seems to...
[ "Thanks for reporting !\r\n\r\nYou're right, `string_to_arrow` should be able to take `\"timestamp[ns]\"` as input and return the right pyarrow timestamp type.\r\nFeel free to suggest a fix for `string_to_arrow` and open a PR if you want to contribute ! This would be very appreciated :)\r\n\r\nTo give you more cont...
https://api.github.com/repos/huggingface/datasets/issues/1894
1,894
benchmarking against MMapIndexedDataset
I am trying to benchmark my datasets based implementation against fairseq's [`MMapIndexedDataset`](https://github.com/pytorch/fairseq/blob/master/fairseq/data/indexed_dataset.py#L365) and finding that, according to psrecord, my `datasets` implem uses about 3% more CPU memory and runs 1% slower for `wikitext103` (~1GB o...
open
2021-02-16T20:04:58
https://api.github.com/repos/huggingface/datasets/issues/1894/comments
null
false
benchmarking against MMapIndexedDataset I am trying to benchmark my datasets based implementation against fairseq's [`MMapIndexedDataset`](https://github.com/pytorch/fairseq/blob/master/fairseq/data/indexed_dataset.py#L365) and finding that, according to psrecord, my `datasets` implem uses about 3% more CPU memory and ...
[ "Hi sam !\r\nIndeed we can expect the performances to be very close since both MMapIndexedDataset and the `datasets` implem use memory mapping. With memory mapping what determines the I/O performance is the speed of your hard drive/SSD.\r\n\r\nIn terms of performance we're pretty close to the optimal speed for read...
https://api.github.com/repos/huggingface/datasets/issues/1893
1,893
wmt19 is broken
1. Check which lang pairs we have: `--dataset_name wmt19`: Please pick one among the available configs: ['cs-en', 'de-en', 'fi-en', 'gu-en', 'kk-en', 'lt-en', 'ru-en', 'zh-en', 'fr-de'] 2. OK, let's pick `ru-en`: `--dataset_name wmt19 --dataset_config "ru-en"` no cookies: ``` Traceback (most recent c...
closed
2021-02-16T18:39:58
https://api.github.com/repos/huggingface/datasets/issues/1893/comments
null
false
wmt19 is broken 1. Check which lang pairs we have: `--dataset_name wmt19`: Please pick one among the available configs: ['cs-en', 'de-en', 'fi-en', 'gu-en', 'kk-en', 'lt-en', 'ru-en', 'zh-en', 'fr-de'] 2. OK, let's pick `ru-en`: `--dataset_name wmt19 --dataset_config "ru-en"` no cookies: ``` Tracebac...
[ "This was also mentioned in https://github.com/huggingface/datasets/issues/488 \r\n\r\nThe bucket where is data was stored seems to be unavailable now. Maybe we can change the URL to the ones in https://conferences.unite.un.org/uncorpus/en/downloadoverview ?", "Closing since this has been fixed by #1912" ]
https://api.github.com/repos/huggingface/datasets/issues/1892
1,892
request to mirror wmt datasets, as they are really slow to download
Would it be possible to mirror the wmt data files under hf? Some of them take hours to download and not because of the local speed. They are all quite small datasets, just extremely slow to download. Thank you!
closed
2021-02-16T18:36:11
https://api.github.com/repos/huggingface/datasets/issues/1892/comments
null
false
request to mirror wmt datasets, as they are really slow to download Would it be possible to mirror the wmt data files under hf? Some of them take hours to download and not because of the local speed. They are all quite small datasets, just extremely slow to download. Thank you!
[ "Yes that would be awesome. Not only the download speeds are awful, but also some files are missing.\r\nWe list all the URLs in the datasets/wmt19/wmt_utils.py so we can make a script to download them all and host on S3.\r\nAlso I think most of the materials are under the CC BY-NC-SA 3.0 license (must double check)...
https://api.github.com/repos/huggingface/datasets/issues/1891
1,891
suggestion to improve a missing dataset error
I was using `--dataset_name wmt19` all was good. Then thought perhaps wmt20 is out, so I tried to use `--dataset_name wmt20`, got 3 different errors (1 repeated twice), none telling me the real issue - that `wmt20` isn't in the `datasets`: ``` True, predict_with_generate=True) Traceback (most recent call last): ...
closed
2021-02-16T18:29:13
https://api.github.com/repos/huggingface/datasets/issues/1891/comments
null
false
suggestion to improve a missing dataset error I was using `--dataset_name wmt19` all was good. Then thought perhaps wmt20 is out, so I tried to use `--dataset_name wmt20`, got 3 different errors (1 repeated twice), none telling me the real issue - that `wmt20` isn't in the `datasets`: ``` True, predict_with_genera...
[ "This is the current error thrown for missing datasets:\r\n```\r\nFileNotFoundError: Couldn't find a dataset script at C:\\Users\\Mario\\Desktop\\projects\\datasets\\missing_dataset\\missing_dataset.py or any data file in the same directory. Couldn't find 'missing_dataset' on the Hugging Face Hub either: FileNotFou...
https://api.github.com/repos/huggingface/datasets/issues/1890
1,890
Reformat dataset cards section titles
Titles are formatted like [Foo](#foo) instead of just Foo
closed
2021-02-16T15:11:47
https://api.github.com/repos/huggingface/datasets/issues/1890/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1890", "html_url": "https://github.com/huggingface/datasets/pull/1890", "diff_url": "https://github.com/huggingface/datasets/pull/1890.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1890.patch", "merged_at": "2021-02-16T15:12...
true
Reformat dataset cards section titles Titles are formatted like [Foo](#foo) instead of just Foo
[]
https://api.github.com/repos/huggingface/datasets/issues/1889
1,889
Implement to_dict and to_pandas for Dataset
With options to return a generator or the full dataset
closed
2021-02-16T12:38:19
https://api.github.com/repos/huggingface/datasets/issues/1889/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1889", "html_url": "https://github.com/huggingface/datasets/pull/1889", "diff_url": "https://github.com/huggingface/datasets/pull/1889.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1889.patch", "merged_at": "2021-02-18T18:42...
true
Implement to_dict and to_pandas for Dataset With options to return a generator or the full dataset
[ "Next step is going to add these two in the documentation ^^" ]
https://api.github.com/repos/huggingface/datasets/issues/1888
1,888
Docs for adding new column on formatted dataset
As mentioned in #1872 we should add in the documentation how the format gets updated when new columns are added Close #1872
closed
2021-02-16T11:45:00
https://api.github.com/repos/huggingface/datasets/issues/1888/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1888", "html_url": "https://github.com/huggingface/datasets/pull/1888", "diff_url": "https://github.com/huggingface/datasets/pull/1888.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1888.patch", "merged_at": "2021-02-16T11:58...
true
Docs for adding new column on formatted dataset As mentioned in #1872 we should add in the documentation how the format gets updated when new columns are added Close #1872
[ "Close #1872" ]
https://api.github.com/repos/huggingface/datasets/issues/1887
1,887
Implement to_csv for Dataset
cc @thomwolf `to_csv` supports passing either a file path or a *binary* file object The writing is batched to avoid loading the whole table in memory
closed
2021-02-16T11:27:29
https://api.github.com/repos/huggingface/datasets/issues/1887/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1887", "html_url": "https://github.com/huggingface/datasets/pull/1887", "diff_url": "https://github.com/huggingface/datasets/pull/1887.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1887.patch", "merged_at": "2021-02-19T09:41...
true
Implement to_csv for Dataset cc @thomwolf `to_csv` supports passing either a file path or a *binary* file object The writing is batched to avoid loading the whole table in memory
[ "@lhoestq I stumbled upon an interesting failure when adding tests for CSV serialization of `ArrayXD` features (see the failing unit tests in the CI)\r\n\r\nIt's due to the fact that booleans cannot be converted from arrow format to numpy without copy: https://arrow.apache.org/docs/python/generated/pyarrow.Array.ht...
https://api.github.com/repos/huggingface/datasets/issues/1886
1,886
Common voice
Started filling out information about the dataset and a dataset card. To do Create tagging file Update the common_voice.py file with more information
closed
2021-02-16T11:16:10
https://api.github.com/repos/huggingface/datasets/issues/1886/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1886", "html_url": "https://github.com/huggingface/datasets/pull/1886", "diff_url": "https://github.com/huggingface/datasets/pull/1886.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1886.patch", "merged_at": "2021-03-09T18:51...
true
Common voice Started filling out information about the dataset and a dataset card. To do Create tagging file Update the common_voice.py file with more information
[ "Does it make sense to make the domains as the different languages?\r\nA problem is that you need to download the datasets from the browser.\r\nOne idea would be to either contact Mozilla regarding API access to the dataset or make use of a headless browser for downloading the datasets (might be hard since we have ...
https://api.github.com/repos/huggingface/datasets/issues/1885
1,885
add missing info on how to add large files
Thanks to @lhoestq's instructions I was able to add data files to a custom dataset repo. This PR is attempting to tell others how to do the same if they need to. @lhoestq
closed
2021-02-15T23:46:39
https://api.github.com/repos/huggingface/datasets/issues/1885/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1885", "html_url": "https://github.com/huggingface/datasets/pull/1885", "diff_url": "https://github.com/huggingface/datasets/pull/1885.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1885.patch", "merged_at": "2021-02-16T11:44...
true
add missing info on how to add large files Thanks to @lhoestq's instructions I was able to add data files to a custom dataset repo. This PR is attempting to tell others how to do the same if they need to. @lhoestq
[]
https://api.github.com/repos/huggingface/datasets/issues/1884
1,884
dtype fix when using numpy arrays
As discussed in #625 this fix lets the user preserve the dtype of numpy array to pyarrow array which was getting lost due to conversion of numpy array -> list -> pyarrow array
closed
2021-02-15T18:55:25
https://api.github.com/repos/huggingface/datasets/issues/1884/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1884", "html_url": "https://github.com/huggingface/datasets/pull/1884", "diff_url": "https://github.com/huggingface/datasets/pull/1884.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1884.patch", "merged_at": null }
true
dtype fix when using numpy arrays As discussed in #625 this fix lets the user preserve the dtype of numpy array to pyarrow array which was getting lost due to conversion of numpy array -> list -> pyarrow array
[]
https://api.github.com/repos/huggingface/datasets/issues/1883
1,883
Add not-in-place implementations for several dataset transforms
Should we deprecate in-place versions of such methods?
closed
2021-02-15T18:44:26
https://api.github.com/repos/huggingface/datasets/issues/1883/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1883", "html_url": "https://github.com/huggingface/datasets/pull/1883", "diff_url": "https://github.com/huggingface/datasets/pull/1883.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1883.patch", "merged_at": "2021-02-24T14:53...
true
Add not-in-place implementations for several dataset transforms Should we deprecate in-place versions of such methods?
[ "@lhoestq I am not sure how to test `dictionary_encode_column` (in-place version was not tested before)", "I can take a look at dictionary_encode_column tomorrow.\r\nAlthough it's likely that it doesn't work then. It was added at the beginning of the lib and never tested nor used afaik.", "Now let's update the ...
https://api.github.com/repos/huggingface/datasets/issues/1882
1,882
Create Remote Manager
Refactoring to separate the concern of remote (HTTP/FTP requests) management.
open
2021-02-15T17:36:24
https://api.github.com/repos/huggingface/datasets/issues/1882/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1882", "html_url": "https://github.com/huggingface/datasets/pull/1882", "diff_url": "https://github.com/huggingface/datasets/pull/1882.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1882.patch", "merged_at": null }
true
Create Remote Manager Refactoring to separate the concern of remote (HTTP/FTP requests) management.
[ "@lhoestq I have refactorized the logic. Instead of the previous hierarchy call (local temp file opening -> remote call -> use again temp local file logic but from within the remote caller scope), now it is flattened. Schematically:\r\n```python\r\nwith src.open() as src_file, dst.open() as dst_file:\r\n src_fil...
https://api.github.com/repos/huggingface/datasets/issues/1881
1,881
`list_datasets()` returns a list of strings, not objects
Here and there in the docs there is still stuff like this: ```python >>> datasets_list = list_datasets() >>> print(', '.join(dataset.id for dataset in datasets_list)) ``` However, my understanding is that `list_datasets()` returns a list of strings rather than a list of objects.
closed
2021-02-15T14:20:15
https://api.github.com/repos/huggingface/datasets/issues/1881/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1881", "html_url": "https://github.com/huggingface/datasets/pull/1881", "diff_url": "https://github.com/huggingface/datasets/pull/1881.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1881.patch", "merged_at": "2021-02-15T15:09...
true
`list_datasets()` returns a list of strings, not objects Here and there in the docs there is still stuff like this: ```python >>> datasets_list = list_datasets() >>> print(', '.join(dataset.id for dataset in datasets_list)) ``` However, my understanding is that `list_datasets()` returns a list of strings rathe...
[]
https://api.github.com/repos/huggingface/datasets/issues/1880
1,880
Update multi_woz_v22 checksums
As noticed in #1876 the checksums of this dataset are outdated. I updated them in this PR
closed
2021-02-15T14:00:18
https://api.github.com/repos/huggingface/datasets/issues/1880/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1880", "html_url": "https://github.com/huggingface/datasets/pull/1880", "diff_url": "https://github.com/huggingface/datasets/pull/1880.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1880.patch", "merged_at": "2021-02-15T14:18...
true
Update multi_woz_v22 checksums As noticed in #1876 the checksums of this dataset are outdated. I updated them in this PR
[]
https://api.github.com/repos/huggingface/datasets/issues/1879
1,879
Replace flatten_nested
Replace `flatten_nested` with `NestedDataStructure.flatten`. This is a first step towards having all NestedDataStructure logic as a separated concern, independent of the caller/user of the data structure. Eventually, all checks (whether the underlying data is list, dict, etc.) will be only inside this class. I...
closed
2021-02-15T13:29:40
https://api.github.com/repos/huggingface/datasets/issues/1879/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1879", "html_url": "https://github.com/huggingface/datasets/pull/1879", "diff_url": "https://github.com/huggingface/datasets/pull/1879.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1879.patch", "merged_at": "2021-02-19T18:35...
true
Replace flatten_nested Replace `flatten_nested` with `NestedDataStructure.flatten`. This is a first step towards having all NestedDataStructure logic as a separated concern, independent of the caller/user of the data structure. Eventually, all checks (whether the underlying data is list, dict, etc.) will be only ...
[ "Hi @lhoestq. If you agree to merge this, I will start separating the logic for NestedDataStructure.map ;)" ]
https://api.github.com/repos/huggingface/datasets/issues/1878
1,878
Add LJ Speech dataset
This PR adds the LJ Speech dataset (https://keithito.com/LJ-Speech-Dataset/) As requested by #1841 The ASR format is based on #1767 There are a couple of quirks that should be addressed: - I tagged this dataset as `other-other-automatic-speech-recognition` and `other-other-text-to-speech` (as classified by pape...
closed
2021-02-15T13:10:42
https://api.github.com/repos/huggingface/datasets/issues/1878/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1878", "html_url": "https://github.com/huggingface/datasets/pull/1878", "diff_url": "https://github.com/huggingface/datasets/pull/1878.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1878.patch", "merged_at": "2021-02-15T14:18...
true
Add LJ Speech dataset This PR adds the LJ Speech dataset (https://keithito.com/LJ-Speech-Dataset/) As requested by #1841 The ASR format is based on #1767 There are a couple of quirks that should be addressed: - I tagged this dataset as `other-other-automatic-speech-recognition` and `other-other-text-to-speech` ...
[ "Hey @anton-l,\r\n\r\nThanks a lot for the very clean integration!\r\n\r\n1) I think we should now start having \"automatic-speech-recognition\" as a label in the dataset tagger (@yjernite is it easy to add?). But we can surely add this dataset with the tag you've added and then later change the label to `asr` \r\n...
https://api.github.com/repos/huggingface/datasets/issues/1877
1,877
Allow concatenation of both in-memory and on-disk datasets
This is a prerequisite for the addition of the `add_item` feature (see #1870). Currently there is one assumption that we would need to change: a dataset is either fully in memory (dataset._data_files is empty), or the dataset can be reloaded from disk (using the dataset._data_files). This assumption is used for pickl...
closed
2021-02-15T11:39:46
https://api.github.com/repos/huggingface/datasets/issues/1877/comments
null
false
Allow concatenation of both in-memory and on-disk datasets This is a prerequisite for the addition of the `add_item` feature (see #1870). Currently there is one assumption that we would need to change: a dataset is either fully in memory (dataset._data_files is empty), or the dataset can be reloaded from disk (using t...
[ "I started working on this. My idea is to first add the pyarrow Table wrappers InMemoryTable and MemoryMappedTable that both implement what's necessary regarding copy/pickle. Then have another wrapper that takes the concatenation of InMemoryTable/MemoryMappedTable objects.\r\n\r\nWhat's important here is that conca...
https://api.github.com/repos/huggingface/datasets/issues/1876
1,876
load_dataset("multi_woz_v22") NonMatchingChecksumError
Hi, it seems that loading the multi_woz_v22 dataset gives a NonMatchingChecksumError. To reproduce: `dataset = load_dataset('multi_woz_v22','v2.2_active_only',split='train')` This will give the following error: ``` raise NonMatchingChecksumError(error_msg + str(bad_urls)) datasets.utils.info_utils.N...
closed
2021-02-14T19:14:48
https://api.github.com/repos/huggingface/datasets/issues/1876/comments
null
false
load_dataset("multi_woz_v22") NonMatchingChecksumError Hi, it seems that loading the multi_woz_v22 dataset gives a NonMatchingChecksumError. To reproduce: `dataset = load_dataset('multi_woz_v22','v2.2_active_only',split='train')` This will give the following error: ``` raise NonMatchingChecksumError...
[ "Thanks for reporting !\r\nThis is due to the changes made in the data files in the multiwoz repo: https://github.com/budzianowski/multiwoz/pull/59\r\nI'm opening a PR to update the checksums of the data files.", "I just merged the fix. It will be available in the new release of `datasets` later today.\r\nYou'll ...
https://api.github.com/repos/huggingface/datasets/issues/1875
1,875
Adding sari metric
Adding SARI metric that is used in evaluation of text simplification. This is required as part of the GEM benchmark.
closed
2021-02-14T04:38:35
https://api.github.com/repos/huggingface/datasets/issues/1875/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1875", "html_url": "https://github.com/huggingface/datasets/pull/1875", "diff_url": "https://github.com/huggingface/datasets/pull/1875.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1875.patch", "merged_at": "2021-02-17T15:56...
true
Adding sari metric Adding SARI metric that is used in evaluation of text simplification. This is required as part of the GEM benchmark.
[]
https://api.github.com/repos/huggingface/datasets/issues/1874
1,874
Adding Europarl Bilingual dataset
Implementation of Europarl bilingual dataset from described [here](https://opus.nlpl.eu/Europarl.php). This dataset allows to use every language pair detailed in the original dataset. The loading script manages also the small errors contained in the original dataset (in very rare cases (1 over 10M) there are some ke...
closed
2021-02-13T17:02:04
https://api.github.com/repos/huggingface/datasets/issues/1874/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1874", "html_url": "https://github.com/huggingface/datasets/pull/1874", "diff_url": "https://github.com/huggingface/datasets/pull/1874.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1874.patch", "merged_at": "2021-03-04T10:38...
true
Adding Europarl Bilingual dataset Implementation of Europarl bilingual dataset from described [here](https://opus.nlpl.eu/Europarl.php). This dataset allows to use every language pair detailed in the original dataset. The loading script manages also the small errors contained in the original dataset (in very rare ca...
[ "is there a way to check errors without subscribing to CircleCI? Because they want access to private repositories when logging.", "I think you need to be logged in to check the errors unfortunately. Feel free to create an account with bitbucket maybe if you don't want it to access your private github repos", "I...
https://api.github.com/repos/huggingface/datasets/issues/1873
1,873
add iapp_wiki_qa_squad
`iapp_wiki_qa_squad` is an extractive question answering dataset from Thai Wikipedia articles. It is adapted from [the original iapp-wiki-qa-dataset](https://github.com/iapp-technology/iapp-wiki-qa-dataset) to [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/) format, resulting in 5761/742/739 questions from 1529/...
closed
2021-02-13T13:34:27
https://api.github.com/repos/huggingface/datasets/issues/1873/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1873", "html_url": "https://github.com/huggingface/datasets/pull/1873", "diff_url": "https://github.com/huggingface/datasets/pull/1873.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1873.patch", "merged_at": "2021-02-16T14:21...
true
add iapp_wiki_qa_squad `iapp_wiki_qa_squad` is an extractive question answering dataset from Thai Wikipedia articles. It is adapted from [the original iapp-wiki-qa-dataset](https://github.com/iapp-technology/iapp-wiki-qa-dataset) to [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/) format, resulting in 5761/742/7...
[]
https://api.github.com/repos/huggingface/datasets/issues/1872
1,872
Adding a new column to the dataset after set_format was called
Hi, thanks for the nice library. I'm in the process of creating a custom dataset, which has a mix of tensors and lists of strings. I stumbled upon an error and want to know if its a problem on my side. I load some lists of strings and integers, then call `data.set_format("torch", columns=["some_integer_column1"...
closed
2021-02-13T09:14:35
https://api.github.com/repos/huggingface/datasets/issues/1872/comments
null
false
Adding a new column to the dataset after set_format was called Hi, thanks for the nice library. I'm in the process of creating a custom dataset, which has a mix of tensors and lists of strings. I stumbled upon an error and want to know if its a problem on my side. I load some lists of strings and integers, then...
[ "Hi ! Indeed if you add a column to a formatted dataset, then the new dataset gets a new formatting in which:\r\n```\r\nnew formatted columns = (all columns - previously unformatted columns)\r\n```\r\nTherefore the new column is going to be formatted using the `torch` formatting.\r\n\r\nIf you want your new column ...
https://api.github.com/repos/huggingface/datasets/issues/1871
1,871
Add newspop dataset
closed
2021-02-13T07:31:23
https://api.github.com/repos/huggingface/datasets/issues/1871/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1871", "html_url": "https://github.com/huggingface/datasets/pull/1871", "diff_url": "https://github.com/huggingface/datasets/pull/1871.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1871.patch", "merged_at": "2021-03-08T10:12...
true
Add newspop dataset
[ "Thanks for the changes :)\r\nmerging" ]
https://api.github.com/repos/huggingface/datasets/issues/1870
1,870
Implement Dataset add_item
Implement `Dataset.add_item`. Close #1854.
closed
2021-02-12T15:03:46
https://api.github.com/repos/huggingface/datasets/issues/1870/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1870", "html_url": "https://github.com/huggingface/datasets/pull/1870", "diff_url": "https://github.com/huggingface/datasets/pull/1870.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1870.patch", "merged_at": "2021-04-23T10:01...
true
Implement Dataset add_item Implement `Dataset.add_item`. Close #1854.
[ "Thanks @lhoestq for your remarks. Yes, I agree there are still many issues to be tackled... This PR is just a starting point, so that we can discuss how Dataset should be generalized.", "Sure ! I opened an issue #1877 so we can discuss this specific aspect :)", "I am going to implement this consolidation step ...
https://api.github.com/repos/huggingface/datasets/issues/1869
1,869
Remove outdated commands in favor of huggingface-cli
Removing the old user commands since `huggingface_hub` is going to be used instead. cc @julien-c
closed
2021-02-12T11:28:10
https://api.github.com/repos/huggingface/datasets/issues/1869/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1869", "html_url": "https://github.com/huggingface/datasets/pull/1869", "diff_url": "https://github.com/huggingface/datasets/pull/1869.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1869.patch", "merged_at": "2021-02-12T16:13...
true
Remove outdated commands in favor of huggingface-cli Removing the old user commands since `huggingface_hub` is going to be used instead. cc @julien-c
[]
https://api.github.com/repos/huggingface/datasets/issues/1868
1,868
Update oscar sizes
This commit https://github.com/huggingface/datasets/commit/837a152e4724adc5308e2c4481908c00a8d93383 removed empty lines from the oscar deduplicated datasets. This PR updates the size of each deduplicated dataset to fix possible `NonMatchingSplitsSizesError` errors. cc @cahya-wirawan
closed
2021-02-12T10:55:35
https://api.github.com/repos/huggingface/datasets/issues/1868/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1868", "html_url": "https://github.com/huggingface/datasets/pull/1868", "diff_url": "https://github.com/huggingface/datasets/pull/1868.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1868.patch", "merged_at": "2021-02-12T11:03...
true
Update oscar sizes This commit https://github.com/huggingface/datasets/commit/837a152e4724adc5308e2c4481908c00a8d93383 removed empty lines from the oscar deduplicated datasets. This PR updates the size of each deduplicated dataset to fix possible `NonMatchingSplitsSizesError` errors. cc @cahya-wirawan
[]
https://api.github.com/repos/huggingface/datasets/issues/1867
1,867
ERROR WHEN USING SET_TRANSFORM()
Hi, I'm trying to use dataset.set_transform(encode) as @lhoestq told me in this issue: https://github.com/huggingface/datasets/issues/1825#issuecomment-774202797 However, when I try to use Trainer from transformers with such dataset, it throws an error: ``` TypeError: __init__() missing 1 required positional arg...
closed
2021-02-12T10:38:31
https://api.github.com/repos/huggingface/datasets/issues/1867/comments
null
false
ERROR WHEN USING SET_TRANSFORM() Hi, I'm trying to use dataset.set_transform(encode) as @lhoestq told me in this issue: https://github.com/huggingface/datasets/issues/1825#issuecomment-774202797 However, when I try to use Trainer from transformers with such dataset, it throws an error: ``` TypeError: __init__()...
[ "Hi @alejandrocros it looks like an incompatibility with the current Trainer @sgugger \r\nIndeed currently the Trainer of `transformers` doesn't support a dataset with a transform\r\n\r\nIt looks like it comes from this line: https://github.com/huggingface/transformers/blob/f51188cbe74195c14c5b3e2e8f10c2f435f9751a/...
https://api.github.com/repos/huggingface/datasets/issues/1866
1,866
Add dataset for Financial PhraseBank
closed
2021-02-12T07:30:56
https://api.github.com/repos/huggingface/datasets/issues/1866/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1866", "html_url": "https://github.com/huggingface/datasets/pull/1866", "diff_url": "https://github.com/huggingface/datasets/pull/1866.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1866.patch", "merged_at": "2021-02-17T14:22...
true
Add dataset for Financial PhraseBank
[ "Thanks for the feedback. All accepted and metadata regenerated." ]
https://api.github.com/repos/huggingface/datasets/issues/1865
1,865
Updated OPUS Open Subtitles Dataset with metadata information
Close #1844 Problems: - I ran `python datasets-cli test datasets/open_subtitles --save_infos --all_configs`, hence the change in `dataset_infos.json`, but it appears that the metadata features have not been added for all pairs. Any idea why that might be? - Possibly related to the above, I tried doing `pip uninst...
closed
2021-02-11T13:26:26
https://api.github.com/repos/huggingface/datasets/issues/1865/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1865", "html_url": "https://github.com/huggingface/datasets/pull/1865", "diff_url": "https://github.com/huggingface/datasets/pull/1865.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1865.patch", "merged_at": "2021-02-12T16:59...
true
Updated OPUS Open Subtitles Dataset with metadata information Close #1844 Problems: - I ran `python datasets-cli test datasets/open_subtitles --save_infos --all_configs`, hence the change in `dataset_infos.json`, but it appears that the metadata features have not been added for all pairs. Any idea why that might b...
[ "Hi !\r\nAbout the problems you mentioned:\r\n- Saving the infos is only done for the configurations inside the BUILDER_CONFIGS. Otherwise you would need to run the scripts on ALL language pairs, which is not what we want.\r\n- Moreover when you're on your branch, please specify the path to your local version of th...
https://api.github.com/repos/huggingface/datasets/issues/1864
1,864
Add Winogender Schemas
## Adding a Dataset - **Name:** Winogender Schemas - **Description:** Winogender Schemas (inspired by Winograd Schemas) are minimal pairs of sentences that differ only by the gender of one pronoun in the sentence, designed to test for the presence of gender bias in automated coreference resolution systems. - **Paper...
closed
2021-02-11T08:18:38
https://api.github.com/repos/huggingface/datasets/issues/1864/comments
null
false
Add Winogender Schemas ## Adding a Dataset - **Name:** Winogender Schemas - **Description:** Winogender Schemas (inspired by Winograd Schemas) are minimal pairs of sentences that differ only by the gender of one pronoun in the sentence, designed to test for the presence of gender bias in automated coreference resolut...
[ "Nevermind, this one is already available on the hub under the name `'wino_bias'`: https://huggingface.co/datasets/wino_bias" ]
https://api.github.com/repos/huggingface/datasets/issues/1863
1,863
Add WikiCREM
## Adding a Dataset - **Name:** WikiCREM - **Description:** A large unsupervised corpus for coreference resolution. - **Paper:** https://arxiv.org/abs/1905.06290 - **Github repo:**: https://github.com/vid-koci/bert-commonsense - **Data:** https://ora.ox.ac.uk/objects/uuid:c83e94bb-7584-41a1-aef9-85b0e764d9e3 - **...
open
2021-02-11T08:16:00
https://api.github.com/repos/huggingface/datasets/issues/1863/comments
null
false
Add WikiCREM ## Adding a Dataset - **Name:** WikiCREM - **Description:** A large unsupervised corpus for coreference resolution. - **Paper:** https://arxiv.org/abs/1905.06290 - **Github repo:**: https://github.com/vid-koci/bert-commonsense - **Data:** https://ora.ox.ac.uk/objects/uuid:c83e94bb-7584-41a1-aef9-85b0e...
[ "Hi @NielsRogge I would like to work on this dataset.\r\n\r\nThanks!", "Hi @udapy, are you working on this?" ]
https://api.github.com/repos/huggingface/datasets/issues/1862
1,862
Fix writing GPU Faiss index
As reported in by @corticalstack there is currently an error when we try to save a faiss index on GPU. I fixed that by checking the index `getDevice()` method before calling `index_gpu_to_cpu` Close #1859
closed
2021-02-10T17:32:03
https://api.github.com/repos/huggingface/datasets/issues/1862/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1862", "html_url": "https://github.com/huggingface/datasets/pull/1862", "diff_url": "https://github.com/huggingface/datasets/pull/1862.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1862.patch", "merged_at": "2021-02-10T18:17...
true
Fix writing GPU Faiss index As reported in by @corticalstack there is currently an error when we try to save a faiss index on GPU. I fixed that by checking the index `getDevice()` method before calling `index_gpu_to_cpu` Close #1859
[]
https://api.github.com/repos/huggingface/datasets/issues/1861
1,861
Fix Limit url
The test.json file of the Literal-Motion-in-Text (LiMiT) dataset was removed recently on the master branch of the repo at https://github.com/ilmgut/limit_dataset This PR uses the previous commit sha to download the file instead, as suggested by @Paethon Close #1836
closed
2021-02-10T15:44:56
https://api.github.com/repos/huggingface/datasets/issues/1861/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1861", "html_url": "https://github.com/huggingface/datasets/pull/1861", "diff_url": "https://github.com/huggingface/datasets/pull/1861.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1861.patch", "merged_at": "2021-02-10T16:14...
true
Fix Limit url The test.json file of the Literal-Motion-in-Text (LiMiT) dataset was removed recently on the master branch of the repo at https://github.com/ilmgut/limit_dataset This PR uses the previous commit sha to download the file instead, as suggested by @Paethon Close #1836
[]
https://api.github.com/repos/huggingface/datasets/issues/1860
1,860
Add loading from the Datasets Hub + add relative paths in download manager
With the new Datasets Hub on huggingface.co it's now possible to have a dataset repo with your own script and data. For example: https://huggingface.co/datasets/lhoestq/custom_squad/tree/main contains one script and two json files. You can load it using ```python from datasets import load_dataset d = load_data...
closed
2021-02-10T13:24:11
https://api.github.com/repos/huggingface/datasets/issues/1860/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1860", "html_url": "https://github.com/huggingface/datasets/pull/1860", "diff_url": "https://github.com/huggingface/datasets/pull/1860.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1860.patch", "merged_at": "2021-02-12T19:13...
true
Add loading from the Datasets Hub + add relative paths in download manager With the new Datasets Hub on huggingface.co it's now possible to have a dataset repo with your own script and data. For example: https://huggingface.co/datasets/lhoestq/custom_squad/tree/main contains one script and two json files. You can l...
[ "I just added the steps to share a dataset on the datasets hub. It's highly inspired by the steps to share a model in the `transformers` doc.\r\n\r\nMoreover once the new huggingface_hub is released we can update the version in the setup.py. We also need to update the command to create a dataset repo in the documen...
https://api.github.com/repos/huggingface/datasets/issues/1859
1,859
Error "in void don't know how to serialize this type of index" when saving index to disk when device=0 (GPU)
Error serializing faiss index. Error as follows: `Error in void faiss::write_index(const faiss::Index*, faiss::IOWriter*) at /home/conda/feedstock_root/build_artifacts/faiss-split_1612472484670/work/faiss/impl/index_write.cpp:453: don't know how to serialize this type of index` Note: `torch.cuda.is_availabl...
closed
2021-02-10T12:41:00
https://api.github.com/repos/huggingface/datasets/issues/1859/comments
null
false
Error "in void don't know how to serialize this type of index" when saving index to disk when device=0 (GPU) Error serializing faiss index. Error as follows: `Error in void faiss::write_index(const faiss::Index*, faiss::IOWriter*) at /home/conda/feedstock_root/build_artifacts/faiss-split_1612472484670/work/faiss/im...
[ "Hi @corticalstack ! Thanks for reporting. Indeed in the recent versions of Faiss we must use `getDevice` to check if the index in on GPU.\r\n\r\nI'm opening a PR", "I fixed this issue. It should work fine now.\r\nFeel free to try it out by installing `datasets` from source.\r\nOtherwise you can wait for the next...
https://api.github.com/repos/huggingface/datasets/issues/1858
1,858
Clean config getenvs
Following #1848 Remove double getenv calls and fix one issue with rarfile cc @albertvillanova
closed
2021-02-10T12:39:14
https://api.github.com/repos/huggingface/datasets/issues/1858/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1858", "html_url": "https://github.com/huggingface/datasets/pull/1858", "diff_url": "https://github.com/huggingface/datasets/pull/1858.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1858.patch", "merged_at": "2021-02-10T15:52...
true
Clean config getenvs Following #1848 Remove double getenv calls and fix one issue with rarfile cc @albertvillanova
[]
https://api.github.com/repos/huggingface/datasets/issues/1857
1,857
Unable to upload "community provided" dataset - 400 Client Error
Hi, i'm trying to a upload a dataset as described [here](https://huggingface.co/docs/datasets/v1.2.0/share_dataset.html#sharing-a-community-provided-dataset). This is what happens: ``` $ datasets-cli login $ datasets-cli upload_dataset my_dataset About to upload file /path/to/my_dataset/dataset_infos.json to S3...
closed
2021-02-10T10:39:01
https://api.github.com/repos/huggingface/datasets/issues/1857/comments
null
false
Unable to upload "community provided" dataset - 400 Client Error Hi, i'm trying to a upload a dataset as described [here](https://huggingface.co/docs/datasets/v1.2.0/share_dataset.html#sharing-a-community-provided-dataset). This is what happens: ``` $ datasets-cli login $ datasets-cli upload_dataset my_dataset ...
[ "Hi ! We're in the process of switching the community datasets to git repos, exactly like what we're doing for models.\r\nYou can find an example here:\r\nhttps://huggingface.co/datasets/lhoestq/custom_squad/tree/main\r\n\r\nWe'll update the CLI in the coming days and do a new release :)\r\n\r\nAlso cc @julien-c ma...
https://api.github.com/repos/huggingface/datasets/issues/1856
1,856
load_dataset("amazon_polarity") NonMatchingChecksumError
Hi, it seems that loading the amazon_polarity dataset gives a NonMatchingChecksumError. To reproduce: ``` load_dataset("amazon_polarity") ``` This will give the following error: ``` --------------------------------------------------------------------------- NonMatchingChecksumError Traceback ...
closed
2021-02-10T10:00:56
https://api.github.com/repos/huggingface/datasets/issues/1856/comments
null
false
load_dataset("amazon_polarity") NonMatchingChecksumError Hi, it seems that loading the amazon_polarity dataset gives a NonMatchingChecksumError. To reproduce: ``` load_dataset("amazon_polarity") ``` This will give the following error: ``` ------------------------------------------------------------------------...
[ "Hi ! This issue may be related to #996 \r\nThis comes probably from the Quota Exceeded error from Google Drive.\r\nCan you try again tomorrow and see if you still have the error ?\r\n\r\nOn my side I didn't get any error today with `load_dataset(\"amazon_polarity\")`", "+1 encountering this issue as well", "@l...
https://api.github.com/repos/huggingface/datasets/issues/1855
1,855
Minor fix in the docs
closed
2021-02-10T07:27:43
https://api.github.com/repos/huggingface/datasets/issues/1855/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1855", "html_url": "https://github.com/huggingface/datasets/pull/1855", "diff_url": "https://github.com/huggingface/datasets/pull/1855.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1855.patch", "merged_at": "2021-02-10T12:33...
true
Minor fix in the docs
[]
https://api.github.com/repos/huggingface/datasets/issues/1854
1,854
Feature Request: Dataset.add_item
I'm trying to integrate `huggingface/datasets` functionality into `fairseq`, which requires (afaict) being able to build a dataset through an `add_item` method, such as https://github.com/pytorch/fairseq/blob/master/fairseq/data/indexed_dataset.py#L318, as opposed to loading all the text into arrow, and then `dataset.m...
closed
2021-02-10T06:06:00
https://api.github.com/repos/huggingface/datasets/issues/1854/comments
null
false
Feature Request: Dataset.add_item I'm trying to integrate `huggingface/datasets` functionality into `fairseq`, which requires (afaict) being able to build a dataset through an `add_item` method, such as https://github.com/pytorch/fairseq/blob/master/fairseq/data/indexed_dataset.py#L318, as opposed to loading all the te...
[ "Hi @sshleifer.\r\n\r\nI am not sure of understanding the need of the `add_item` approach...\r\n\r\nBy just reading your \"Desired API\" section, I would say you could (nearly) get it with a 1-column Dataset:\r\n```python\r\ndata = {\"input_ids\": [np.array([4,4,2]), np.array([8,6,5,5,2]), np.array([3,3,31,5])]}\r\...
https://api.github.com/repos/huggingface/datasets/issues/1853
1,853
Configure library root logger at the module level
Configure library root logger at the datasets.logging module level (singleton-like). By doing it this way: - we are sure configuration is done only once: module level code is only runned once - no need of global variable - no need of threading lock
closed
2021-02-09T18:11:12
https://api.github.com/repos/huggingface/datasets/issues/1853/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1853", "html_url": "https://github.com/huggingface/datasets/pull/1853", "diff_url": "https://github.com/huggingface/datasets/pull/1853.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1853.patch", "merged_at": "2021-02-10T12:32...
true
Configure library root logger at the module level Configure library root logger at the datasets.logging module level (singleton-like). By doing it this way: - we are sure configuration is done only once: module level code is only runned once - no need of global variable - no need of threading lock
[]
https://api.github.com/repos/huggingface/datasets/issues/1852
1,852
Add Arabic Speech Corpus
closed
2021-02-09T15:02:26
https://api.github.com/repos/huggingface/datasets/issues/1852/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1852", "html_url": "https://github.com/huggingface/datasets/pull/1852", "diff_url": "https://github.com/huggingface/datasets/pull/1852.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1852.patch", "merged_at": "2021-02-11T10:18...
true
Add Arabic Speech Corpus
[]
https://api.github.com/repos/huggingface/datasets/issues/1851
1,851
set bert_score version dependency
Set the bert_score version in requirements since previous versions of bert_score will fail with datasets (closes #843)
closed
2021-02-09T12:51:07
https://api.github.com/repos/huggingface/datasets/issues/1851/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1851", "html_url": "https://github.com/huggingface/datasets/pull/1851", "diff_url": "https://github.com/huggingface/datasets/pull/1851.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1851.patch", "merged_at": "2021-02-09T14:21...
true
set bert_score version dependency Set the bert_score version in requirements since previous versions of bert_score will fail with datasets (closes #843)
[]
https://api.github.com/repos/huggingface/datasets/issues/1850
1,850
Add cord 19 dataset
Initial version only reading the metadata in CSV. ### Checklist: - [x] Create the dataset script /datasets/my_dataset/my_dataset.py using the template - [x] Fill the _DESCRIPTION and _CITATION variables - [x] Implement _infos(), _split_generators() and _generate_examples() - [x] Make sure that the BUILDER_CONFIG...
closed
2021-02-09T10:22:08
https://api.github.com/repos/huggingface/datasets/issues/1850/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1850", "html_url": "https://github.com/huggingface/datasets/pull/1850", "diff_url": "https://github.com/huggingface/datasets/pull/1850.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1850.patch", "merged_at": "2021-02-09T15:16...
true
Add cord 19 dataset Initial version only reading the metadata in CSV. ### Checklist: - [x] Create the dataset script /datasets/my_dataset/my_dataset.py using the template - [x] Fill the _DESCRIPTION and _CITATION variables - [x] Implement _infos(), _split_generators() and _generate_examples() - [x] Make sure tha...
[ "Cleaned-up version of previous PR: https://github.com/huggingface/datasets/pull/1129", "@lhoestq FYI", "Before merging I might tweak a little bit the dummy data to avoid having to check if the `document_parses` and `embeddings` directories exist or not. I'll do that later today", "Looks all good now ! Thanks...
https://api.github.com/repos/huggingface/datasets/issues/1849
1,849
Add TIMIT
## Adding a Dataset - **Name:** *TIMIT* - **Description:** *The TIMIT corpus of read speech has been designed to provide speech data for the acquisition of acoustic-phonetic knowledge and for the development and evaluation of automatic speech recognition systems* - **Paper:** *Homepage*: http://groups.inf.ed.ac.uk...
closed
2021-02-09T07:29:41
https://api.github.com/repos/huggingface/datasets/issues/1849/comments
null
false
Add TIMIT ## Adding a Dataset - **Name:** *TIMIT* - **Description:** *The TIMIT corpus of read speech has been designed to provide speech data for the acquisition of acoustic-phonetic knowledge and for the development and evaluation of automatic speech recognition systems* - **Paper:** *Homepage*: http://groups.in...
[ "@patrickvonplaten Could you please help me with how the output text has to be represented in the data? TIMIT has Words, Phonemes and texts. Also has lot on info on the speaker and the dialect. Could you please help me? An example of how to arrange it would be super helpful!\r\n\r\n", "Hey @vrindaprabhu - sure I'...
https://api.github.com/repos/huggingface/datasets/issues/1848
1,848
Refactoring: Create config module
Refactorize configuration settings into their own module. This could be seen as a Pythonic singleton-like approach. Eventually a config instance class might be created.
closed
2021-02-08T18:43:51
https://api.github.com/repos/huggingface/datasets/issues/1848/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1848", "html_url": "https://github.com/huggingface/datasets/pull/1848", "diff_url": "https://github.com/huggingface/datasets/pull/1848.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1848.patch", "merged_at": "2021-02-10T12:29...
true
Refactoring: Create config module Refactorize configuration settings into their own module. This could be seen as a Pythonic singleton-like approach. Eventually a config instance class might be created.
[]
https://api.github.com/repos/huggingface/datasets/issues/1847
1,847
[Metrics] Add word error metric metric
This PR adds the word error rate metric to datasets. WER: https://en.wikipedia.org/wiki/Word_error_rate for speech recognition. WER is the main metric used in ASR. `jiwer` seems to be a solid library (see https://github.com/asteroid-team/asteroid/pull/329#discussion_r525158939)
closed
2021-02-08T18:41:15
https://api.github.com/repos/huggingface/datasets/issues/1847/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1847", "html_url": "https://github.com/huggingface/datasets/pull/1847", "diff_url": "https://github.com/huggingface/datasets/pull/1847.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1847.patch", "merged_at": "2021-02-09T17:53...
true
[Metrics] Add word error metric metric This PR adds the word error rate metric to datasets. WER: https://en.wikipedia.org/wiki/Word_error_rate for speech recognition. WER is the main metric used in ASR. `jiwer` seems to be a solid library (see https://github.com/asteroid-team/asteroid/pull/329#discussion_r525158...
[ "Feel free to merge once the CI is all green ;)" ]
https://api.github.com/repos/huggingface/datasets/issues/1846
1,846
Make DownloadManager downloaded/extracted paths accessible
Make accessible the file paths downloaded/extracted by DownloadManager. Close #1831. The approach: - I set these paths as DownloadManager attributes: these are DownloadManager's concerns - To access to these from DatasetBuilder, I set the DownloadManager instance as DatasetBuilder attribute: object composition
closed
2021-02-08T18:14:42
https://api.github.com/repos/huggingface/datasets/issues/1846/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1846", "html_url": "https://github.com/huggingface/datasets/pull/1846", "diff_url": "https://github.com/huggingface/datasets/pull/1846.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1846.patch", "merged_at": "2021-02-25T14:10...
true
Make DownloadManager downloaded/extracted paths accessible Make accessible the file paths downloaded/extracted by DownloadManager. Close #1831. The approach: - I set these paths as DownloadManager attributes: these are DownloadManager's concerns - To access to these from DatasetBuilder, I set the DownloadManage...
[ "First I was thinking of the dict, which makes sense for .download, mapping URL to downloaded path. However does this make sense for .extract, mapping the downloaded path to the extracted path? I ask this because the user did not chose the downloaded path, so this is completely unknown for them...", "There could ...
https://api.github.com/repos/huggingface/datasets/issues/1845
1,845
Enable logging propagation and remove logging handler
We used to have logging propagation disabled because of this issue: https://github.com/tensorflow/tensorflow/issues/26691 But since it's now fixed we should re-enable it. This is important to keep the default logging behavior for users, and propagation is also needed for pytest fixtures as asked in #1826 I also re...
closed
2021-02-08T16:22:13
https://api.github.com/repos/huggingface/datasets/issues/1845/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1845", "html_url": "https://github.com/huggingface/datasets/pull/1845", "diff_url": "https://github.com/huggingface/datasets/pull/1845.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1845.patch", "merged_at": "2021-02-09T14:22...
true
Enable logging propagation and remove logging handler We used to have logging propagation disabled because of this issue: https://github.com/tensorflow/tensorflow/issues/26691 But since it's now fixed we should re-enable it. This is important to keep the default logging behavior for users, and propagation is also need...
[ "Thank you @lhoestq. This logging configuration makes more sense to me.\r\n\r\nOnce propagation is allowed, the end-user can customize logging behavior and add custom handlers to the proper top logger in the hierarchy.\r\n\r\nAnd I also agree with following the best practices and removing any custom handlers:\r\n- ...
https://api.github.com/repos/huggingface/datasets/issues/1844
1,844
Update Open Subtitles corpus with original sentence IDs
Hi! It would be great if you could add the original sentence ids to [Open Subtitles](https://huggingface.co/datasets/open_subtitles). I can think of two reasons: first, it's possible to gather sentences for an entire document (the original ids contain media id, subtitle file id and sentence id), therefore somewhat a...
closed
2021-02-08T13:55:13
https://api.github.com/repos/huggingface/datasets/issues/1844/comments
null
false
Update Open Subtitles corpus with original sentence IDs Hi! It would be great if you could add the original sentence ids to [Open Subtitles](https://huggingface.co/datasets/open_subtitles). I can think of two reasons: first, it's possible to gather sentences for an entire document (the original ids contain media id,...
[ "Hi ! You're right this can can useful.\r\nThis should be easy to add, so feel free to give it a try if you want to contribute :)\r\nI think we just need to add it to the _generate_examples method of the OpenSubtitles dataset builder [here](https://github.com/huggingface/datasets/blob/master/datasets/open_subtitles...
https://api.github.com/repos/huggingface/datasets/issues/1843
1,843
MustC Speech Translation
## Adding a Dataset - **Name:** *IWSLT19* - **Description:** *The Speech Translation Task addresses the translation of English audio into German and Portuguese text.* - **Hompage:** *https://sites.google.com/view/iwslt-evaluation-2019/speech-translation* - **Data:** *https://sites.google.com/view/iwslt-evaluation-2...
open
2021-02-08T13:27:45
https://api.github.com/repos/huggingface/datasets/issues/1843/comments
null
false
MustC Speech Translation ## Adding a Dataset - **Name:** *IWSLT19* - **Description:** *The Speech Translation Task addresses the translation of English audio into German and Portuguese text.* - **Hompage:** *https://sites.google.com/view/iwslt-evaluation-2019/speech-translation* - **Data:** *https://sites.google.co...
[ "Hi @patrickvonplaten I would like to work on this dataset. \r\n\r\nThanks! ", "That's awesome! Actually, I just noticed that this dataset might become a bit too big!\r\n\r\nMuST-C is the main dataset used for IWSLT19 and should probably be added as a standalone dataset. Would you be interested also in adding `d...
https://api.github.com/repos/huggingface/datasets/issues/1842
1,842
Add AMI Corpus
## Adding a Dataset - **Name:** *AMI* - **Description:** *The AMI Meeting Corpus is a multi-modal data set consisting of 100 hours of meeting recordings. For a gentle introduction to the corpus, see the corpus overview. To access the data, follow the directions given there. Around two-thirds of the data has been elic...
closed
2021-02-08T13:25:00
https://api.github.com/repos/huggingface/datasets/issues/1842/comments
null
false
Add AMI Corpus ## Adding a Dataset - **Name:** *AMI* - **Description:** *The AMI Meeting Corpus is a multi-modal data set consisting of 100 hours of meeting recordings. For a gentle introduction to the corpus, see the corpus overview. To access the data, follow the directions given there. Around two-thirds of the dat...
[ "Available here: ~https://huggingface.co/datasets/ami~ https://huggingface.co/datasets/edinburghcstr/ami", "@mariosasko actually the \"official\" AMI dataset can be found here: https://huggingface.co/datasets/edinburghcstr/ami -> the old one under `datasets/ami` doesn't work and should be deleted. \r\n\r\nThe new...
https://api.github.com/repos/huggingface/datasets/issues/1841
1,841
Add ljspeech
## Adding a Dataset - **Name:** *ljspeech* - **Description:** *This is a public domain speech dataset consisting of 13,100 short audio clips of a single speaker reading passages from 7 non-fiction books. A transcription is provided for each clip. Clips vary in length from 1 to 10 seconds and have a total length of ap...
closed
2021-02-08T13:22:26
https://api.github.com/repos/huggingface/datasets/issues/1841/comments
null
false
Add ljspeech ## Adding a Dataset - **Name:** *ljspeech* - **Description:** *This is a public domain speech dataset consisting of 13,100 short audio clips of a single speaker reading passages from 7 non-fiction books. A transcription is provided for each clip. Clips vary in length from 1 to 10 seconds and have a total...
[]
https://api.github.com/repos/huggingface/datasets/issues/1840
1,840
Add common voice
## Adding a Dataset - **Name:** *common voice* - **Description:** *Mozilla Common Voice Dataset* - **Paper:** Homepage: https://voice.mozilla.org/en/datasets - **Data:** https://voice.mozilla.org/en/datasets - **Motivation:** Important speech dataset - **TFDatasets Implementation**: https://www.tensorflow.org/dat...
closed
2021-02-08T13:21:05
https://api.github.com/repos/huggingface/datasets/issues/1840/comments
null
false
Add common voice ## Adding a Dataset - **Name:** *common voice* - **Description:** *Mozilla Common Voice Dataset* - **Paper:** Homepage: https://voice.mozilla.org/en/datasets - **Data:** https://voice.mozilla.org/en/datasets - **Motivation:** Important speech dataset - **TFDatasets Implementation**: https://www.t...
[ "I have started working on adding this dataset.", "Hey @BirgerMoell - awesome that you started working on Common Voice. Common Voice is a bit special since, there is no direct download link to download the data. In these cases we usually consider two options:\r\n\r\n1) Find a hacky solution to extract the downloa...
https://api.github.com/repos/huggingface/datasets/issues/1839
1,839
Add Voxforge
## Adding a Dataset - **Name:** *voxforge* - **Description:** *VoxForge is a language classification dataset. It consists of user submitted audio clips submitted to the website. In this release, data from 6 languages is collected - English, Spanish, French, German, Russian, and Italian. Since the website is constant...
open
2021-02-08T13:19:56
https://api.github.com/repos/huggingface/datasets/issues/1839/comments
null
false
Add Voxforge ## Adding a Dataset - **Name:** *voxforge* - **Description:** *VoxForge is a language classification dataset. It consists of user submitted audio clips submitted to the website. In this release, data from 6 languages is collected - English, Spanish, French, German, Russian, and Italian. Since the websit...
[]
https://api.github.com/repos/huggingface/datasets/issues/1838
1,838
Add tedlium
## Adding a Dataset - **Name:** *tedlium* - **Description:** *The TED-LIUM 1-3 corpus is English-language TED talks, with transcriptions, sampled at 16kHz. It contains about 118 hours of speech.* - **Paper:** Homepage: http://www.openslr.org/7/, https://lium.univ-lemans.fr/en/ted-lium2/ &, https://www.openslr.org/51...
closed
2021-02-08T13:17:52
https://api.github.com/repos/huggingface/datasets/issues/1838/comments
null
false
Add tedlium ## Adding a Dataset - **Name:** *tedlium* - **Description:** *The TED-LIUM 1-3 corpus is English-language TED talks, with transcriptions, sampled at 16kHz. It contains about 118 hours of speech.* - **Paper:** Homepage: http://www.openslr.org/7/, https://lium.univ-lemans.fr/en/ted-lium2/ &, https://www.op...
[ "Hi @patrickvonplaten \r\nI can have a look to this dataset later since I am trying to add the OpenSLR dataset https://github.com/huggingface/datasets/pull/2173\r\nHopefully I have enough space since the compressed file is 21GB. The release 3 is even bigger: 54GB :-0", "Resolved via https://github.com/huggingface...
https://api.github.com/repos/huggingface/datasets/issues/1837
1,837
Add VCTK
## Adding a Dataset - **Name:** *VCTK* - **Description:** *This CSTR VCTK Corpus includes speech data uttered by 110 English speakers with various accents. Each speaker reads out about 400 sentences, which were selected from a newspaper, the rainbow passage and an elicitation paragraph used for the speech accent arch...
closed
2021-02-08T13:15:28
https://api.github.com/repos/huggingface/datasets/issues/1837/comments
null
false
Add VCTK ## Adding a Dataset - **Name:** *VCTK* - **Description:** *This CSTR VCTK Corpus includes speech data uttered by 110 English speakers with various accents. Each speaker reads out about 400 sentences, which were selected from a newspaper, the rainbow passage and an elicitation paragraph used for the speech ac...
[ "@patrickvonplaten I'd like to take this, if nobody has already done it. I have added datasets before through the datasets sprint, but I feel rusty on the details, so I'll look at the guide as well as similar audio PRs (#1878 in particular comes to mind). If there is any detail I should be aware of please, let me k...
https://api.github.com/repos/huggingface/datasets/issues/1836
1,836
test.json has been removed from the limit dataset repo (breaks dataset)
https://github.com/huggingface/datasets/blob/16042b233dbff2a7585110134e969204c69322c3/datasets/limit/limit.py#L51 The URL is not valid anymore since test.json has been removed in master for some reason. Directly referencing the last commit works: `https://raw.githubusercontent.com/ilmgut/limit_dataset/0707d3989cd...
closed
2021-02-08T12:45:53
https://api.github.com/repos/huggingface/datasets/issues/1836/comments
null
false
test.json has been removed from the limit dataset repo (breaks dataset) https://github.com/huggingface/datasets/blob/16042b233dbff2a7585110134e969204c69322c3/datasets/limit/limit.py#L51 The URL is not valid anymore since test.json has been removed in master for some reason. Directly referencing the last commit works...
[ "Thanks for the heads up ! I'm opening a PR to fix that" ]
https://api.github.com/repos/huggingface/datasets/issues/1835
1,835
Add CHiME4 dataset
## Adding a Dataset - **Name:** Chime4 - **Description:** Chime4 is a dataset for automatic speech recognition. It is especially useful for evaluating models in a noisy environment and for multi-channel ASR - **Paper:** Dataset comes from a channel: http://spandh.dcs.shef.ac.uk/chime_challenge/CHiME4/ . Results pape...
open
2021-02-08T12:36:38
https://api.github.com/repos/huggingface/datasets/issues/1835/comments
null
false
Add CHiME4 dataset ## Adding a Dataset - **Name:** Chime4 - **Description:** Chime4 is a dataset for automatic speech recognition. It is especially useful for evaluating models in a noisy environment and for multi-channel ASR - **Paper:** Dataset comes from a channel: http://spandh.dcs.shef.ac.uk/chime_challenge/CHi...
[ "@patrickvonplaten not sure whether it is still needed, but willing to tackle this issue", "Hey @patrickvonplaten, I have managed to download the zip on [here]( http://spandh.dcs.shef.ac.uk/chime_challenge/CHiME4/download.html) and successfully uploaded all the files on a hugging face dataset: \r\n\r\nhttps://hug...
https://api.github.com/repos/huggingface/datasets/issues/1834
1,834
Fixes base_url of limit dataset
`test.json` is not available in the master branch of the repository anymore. Linking to a specific commit.
closed
2021-02-08T12:26:35
https://api.github.com/repos/huggingface/datasets/issues/1834/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1834", "html_url": "https://github.com/huggingface/datasets/pull/1834", "diff_url": "https://github.com/huggingface/datasets/pull/1834.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1834.patch", "merged_at": null }
true
Fixes base_url of limit dataset `test.json` is not available in the master branch of the repository anymore. Linking to a specific commit.
[ "OK, apparently it is a lot more complicated than simply changing the URL? Going to make an issue." ]