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/1733
1,733
connection issue with glue, what is the data url for glue?
Hi my codes sometimes fails due to connection issue with glue, could you tell me how I can have the URL datasets library is trying to read GLUE from to test the machines I am working on if there is an issue on my side or not thanks
closed
2021-01-13T08:37:40
https://api.github.com/repos/huggingface/datasets/issues/1733/comments
null
false
connection issue with glue, what is the data url for glue? Hi my codes sometimes fails due to connection issue with glue, could you tell me how I can have the URL datasets library is trying to read GLUE from to test the machines I am working on if there is an issue on my side or not thanks
[ "Hello @juliahane, which config of GLUE causes you trouble?\r\nThe URLs are defined in the dataset script source code: https://github.com/huggingface/datasets/blob/master/datasets/glue/glue.py" ]
https://api.github.com/repos/huggingface/datasets/issues/1732
1,732
[GEM Dataset] Added TurkCorpus, an evaluation dataset for sentence simplification.
We want to use TurkCorpus for validation and testing of the sentence simplification task.
closed
2021-01-13T07:50:19
https://api.github.com/repos/huggingface/datasets/issues/1732/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1732", "html_url": "https://github.com/huggingface/datasets/pull/1732", "diff_url": "https://github.com/huggingface/datasets/pull/1732.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1732.patch", "merged_at": "2021-01-14T10:19...
true
[GEM Dataset] Added TurkCorpus, an evaluation dataset for sentence simplification. We want to use TurkCorpus for validation and testing of the sentence simplification task.
[ "Thank you for the feedback! I updated the code. " ]
https://api.github.com/repos/huggingface/datasets/issues/1731
1,731
Couldn't reach swda.py
ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.2.0/datasets/swda/swda.py
closed
2021-01-13T02:57:40
https://api.github.com/repos/huggingface/datasets/issues/1731/comments
null
false
Couldn't reach swda.py ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.2.0/datasets/swda/swda.py
[ "Hi @yangp725,\r\nThe SWDA has been added very recently and has not been released yet, thus it is not available in the `1.2.0` version of 🤗`datasets`.\r\nYou can still access it by installing the latest version of the library (master branch), by following instructions in [this issue](https://github.com/huggingface...
https://api.github.com/repos/huggingface/datasets/issues/1730
1,730
Add MNIST dataset
This PR adds the MNIST dataset to the library.
closed
2021-01-12T21:48:02
https://api.github.com/repos/huggingface/datasets/issues/1730/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1730", "html_url": "https://github.com/huggingface/datasets/pull/1730", "diff_url": "https://github.com/huggingface/datasets/pull/1730.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1730.patch", "merged_at": "2021-01-13T10:19...
true
Add MNIST dataset This PR adds the MNIST dataset to the library.
[]
https://api.github.com/repos/huggingface/datasets/issues/1729
1,729
Is there support for Deep learning datasets?
I looked around this repository and looking the datasets I think that there's no support for images-datasets. Or am I missing something? For example to add a repo like this https://github.com/DZPeru/fish-datasets
closed
2021-01-12T20:22:41
https://api.github.com/repos/huggingface/datasets/issues/1729/comments
null
false
Is there support for Deep learning datasets? I looked around this repository and looking the datasets I think that there's no support for images-datasets. Or am I missing something? For example to add a repo like this https://github.com/DZPeru/fish-datasets
[ "Hi @ZurMaD!\r\nThanks for your interest in 🤗 `datasets`. Support for image datasets is at an early stage, with CIFAR-10 added in #1617 \r\nMNIST is also on the way: #1730 \r\n\r\nIf you feel like adding another image dataset, I would advise starting by reading the [ADD_NEW_DATASET.md](https://github.com/huggingfa...
https://api.github.com/repos/huggingface/datasets/issues/1728
1,728
Add an entry to an arrow dataset
Is it possible to add an entry to a dataset object? **Motivation: I want to transform the sentences in the dataset and add them to the original dataset** For example, say we have the following code: ``` python from datasets import load_dataset # Load a dataset and print the first examples in the training s...
closed
2021-01-12T18:01:47
https://api.github.com/repos/huggingface/datasets/issues/1728/comments
null
false
Add an entry to an arrow dataset Is it possible to add an entry to a dataset object? **Motivation: I want to transform the sentences in the dataset and add them to the original dataset** For example, say we have the following code: ``` python from datasets import load_dataset # Load a dataset and print the...
[ "Hi @ameet-1997,\r\nI think what you are looking for is the `concatenate_datasets` function: https://huggingface.co/docs/datasets/processing.html?highlight=concatenate#concatenate-several-datasets\r\n\r\nFor your use case, I would use the [`map` method](https://huggingface.co/docs/datasets/processing.html?highlight...
https://api.github.com/repos/huggingface/datasets/issues/1727
1,727
BLEURT score calculation raises UnrecognizedFlagError
Calling the `compute` method for **bleurt** metric fails with an `UnrecognizedFlagError` for `FLAGS.bleurt_batch_size`. My environment: ``` python==3.8.5 datasets==1.2.0 tensorflow==2.3.1 cudatoolkit==11.0.221 ``` Test code for reproducing the error: ``` from datasets import load_metric bleurt = load_me...
closed
2021-01-12T17:27:02
https://api.github.com/repos/huggingface/datasets/issues/1727/comments
null
false
BLEURT score calculation raises UnrecognizedFlagError Calling the `compute` method for **bleurt** metric fails with an `UnrecognizedFlagError` for `FLAGS.bleurt_batch_size`. My environment: ``` python==3.8.5 datasets==1.2.0 tensorflow==2.3.1 cudatoolkit==11.0.221 ``` Test code for reproducing the error: `...
[ "Upgrading tensorflow to version 2.4.0 solved the issue.", "I still have the same error even with TF 2.4.0.", "And I have the same error with TF 2.4.1. I believe this issue should be reopened. Any ideas?!", "I'm seeing the same issue with TF 2.4.1 when running the following in https://colab.research.google.co...
https://api.github.com/repos/huggingface/datasets/issues/1726
1,726
Offline loading
As discussed in #824 it would be cool to make the library work in offline mode. Currently if there's not internet connection then modules (datasets or metrics) that have already been loaded in the past can't be loaded and it raises a ConnectionError. This is because `prepare_module` fetches online for the latest vers...
closed
2021-01-12T15:21:57
https://api.github.com/repos/huggingface/datasets/issues/1726/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1726", "html_url": "https://github.com/huggingface/datasets/pull/1726", "diff_url": "https://github.com/huggingface/datasets/pull/1726.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1726.patch", "merged_at": "2021-01-19T16:42...
true
Offline loading As discussed in #824 it would be cool to make the library work in offline mode. Currently if there's not internet connection then modules (datasets or metrics) that have already been loaded in the past can't be loaded and it raises a ConnectionError. This is because `prepare_module` fetches online for...
[ "It's maybe a bit annoying to add but could we maybe have as well a version of the local data loading scripts in the package?\r\nThe `text`, `json`, `csv`. Thinking about people like in #1725 who are expecting to be able to work with local data without downloading anything.\r\n\r\nMaybe we can add them to package_d...
https://api.github.com/repos/huggingface/datasets/issues/1725
1,725
load the local dataset
your guidebook's example is like >>>from datasets import load_dataset >>> dataset = load_dataset('json', data_files='my_file.json') but the first arg is path... so how should i do if i want to load the local dataset for model training? i will be grateful if you can help me handle this problem! thanks a lot!
closed
2021-01-12T12:12:55
https://api.github.com/repos/huggingface/datasets/issues/1725/comments
null
false
load the local dataset your guidebook's example is like >>>from datasets import load_dataset >>> dataset = load_dataset('json', data_files='my_file.json') but the first arg is path... so how should i do if i want to load the local dataset for model training? i will be grateful if you can help me handle this proble...
[ "You should rephrase your question or give more examples and details on what you want to do.\r\n\r\nit’s not possible to understand it and help you with only this information.", "sorry for that.\r\ni want to know how could i load the train set and the test set from the local ,which api or function should i use .\...
https://api.github.com/repos/huggingface/datasets/issues/1723
1,723
ADD S3 support for downloading and uploading processed datasets
# What does this PR do? This PR adds the functionality to load and save `datasets` from and to s3. You can save `datasets` with either `Dataset.save_to_disk()` or `DatasetDict.save_to_disk`. You can load `datasets` with either `load_from_disk` or `Dataset.load_from_disk()`, `DatasetDict.load_from_disk()`. Lo...
closed
2021-01-12T07:17:34
https://api.github.com/repos/huggingface/datasets/issues/1723/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1723", "html_url": "https://github.com/huggingface/datasets/pull/1723", "diff_url": "https://github.com/huggingface/datasets/pull/1723.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1723.patch", "merged_at": "2021-01-26T17:02...
true
ADD S3 support for downloading and uploading processed datasets # What does this PR do? This PR adds the functionality to load and save `datasets` from and to s3. You can save `datasets` with either `Dataset.save_to_disk()` or `DatasetDict.save_to_disk`. You can load `datasets` with either `load_from_disk` or `D...
[ "I created the documentation for `FileSystem Integration for cloud storage` with loading and saving datasets to/from a filesystem with an example of using `datasets.filesystem.S3Filesystem`. I added a note on the `Saving a processed dataset on disk and reload` saying that it is also possible to use other filesystem...
https://api.github.com/repos/huggingface/datasets/issues/1724
1,724
could not run models on a offline server successfully
Hi, I really need your help about this. I am trying to fine-tuning a RoBERTa on a remote server, which is strictly banning internet. I try to install all the packages by hand and try to run run_mlm.py on the server. It works well on colab, but when I try to run it on this offline server, it shows: ![image](https://us...
closed
2021-01-12T06:08:06
https://api.github.com/repos/huggingface/datasets/issues/1724/comments
null
false
could not run models on a offline server successfully Hi, I really need your help about this. I am trying to fine-tuning a RoBERTa on a remote server, which is strictly banning internet. I try to install all the packages by hand and try to run run_mlm.py on the server. It works well on colab, but when I try to run it ...
[ "Transferred to `datasets` based on the stack trace.", "Hi @lkcao !\r\nYour issue is indeed related to `datasets`. In addition to installing the package manually, you will need to download the `text.py` script on your server. You'll find it (under `datasets/datasets/text`: https://github.com/huggingface/datasets/...
https://api.github.com/repos/huggingface/datasets/issues/1722
1,722
Added unfiltered versions of the Wiki-Auto training data for the GEM simplification task.
closed
2021-01-12T05:26:04
https://api.github.com/repos/huggingface/datasets/issues/1722/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1722", "html_url": "https://github.com/huggingface/datasets/pull/1722", "diff_url": "https://github.com/huggingface/datasets/pull/1722.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1722.patch", "merged_at": "2021-01-12T17:35...
true
Added unfiltered versions of the Wiki-Auto training data for the GEM simplification task.
[ "The current version of Wiki-Auto dataset contains a filtered version of the aligned dataset. The commit adds unfiltered versions of the data that can be useful the GEM task participants." ]
https://api.github.com/repos/huggingface/datasets/issues/1721
1,721
[Scientific papers] Mirror datasets zip
Datasets were uploading to https://s3.amazonaws.com/datasets.huggingface.co/scientific_papers/1.1.1/arxiv-dataset.zip and https://s3.amazonaws.com/datasets.huggingface.co/scientific_papers/1.1.1/pubmed-dataset.zip respectively to escape google drive quota and enable faster download.
closed
2021-01-12T01:15:40
https://api.github.com/repos/huggingface/datasets/issues/1721/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1721", "html_url": "https://github.com/huggingface/datasets/pull/1721", "diff_url": "https://github.com/huggingface/datasets/pull/1721.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1721.patch", "merged_at": "2021-01-12T11:41...
true
[Scientific papers] Mirror datasets zip Datasets were uploading to https://s3.amazonaws.com/datasets.huggingface.co/scientific_papers/1.1.1/arxiv-dataset.zip and https://s3.amazonaws.com/datasets.huggingface.co/scientific_papers/1.1.1/pubmed-dataset.zip respectively to escape google drive quota and enable faster downlo...
[ "> Nice !\r\n> \r\n> Could you try to reduce the size of the dummy_data.zip files ? they're quite big (300KB)\r\n\r\nYes, I think it might make sense to enhance the tool a tiny bit to prevent this automatically", "That's the lightest I can make it...it's long-range summarization so a single sample has ~11000 toke...
https://api.github.com/repos/huggingface/datasets/issues/1720
1,720
Adding the NorNE dataset for NER
NorNE is a manually annotated corpus of named entities which extends the annotation of the existing Norwegian Dependency Treebank. Comprising both of the official standards of written Norwegian (Bokmål and Nynorsk), the corpus contains around 600,000 tokens and annotates a rich set of entity types including persons, or...
closed
2021-01-11T21:34:13
https://api.github.com/repos/huggingface/datasets/issues/1720/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1720", "html_url": "https://github.com/huggingface/datasets/pull/1720", "diff_url": "https://github.com/huggingface/datasets/pull/1720.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1720.patch", "merged_at": null }
true
Adding the NorNE dataset for NER NorNE is a manually annotated corpus of named entities which extends the annotation of the existing Norwegian Dependency Treebank. Comprising both of the official standards of written Norwegian (Bokmål and Nynorsk), the corpus contains around 600,000 tokens and annotates a rich set of e...
[ "Quick question, @lhoestq. In this specific dataset, two special types `GPE_LOC` and `GPE_ORG` can easily be altered depending on the task, choosing either the more general `GPE` tag or the more specific `LOC`/`ORG` tags, conflating them with the other annotations of the same type. However, I have not found an easy...
https://api.github.com/repos/huggingface/datasets/issues/1719
1,719
Fix column list comparison in transmit format
As noticed in #1718 the cache might not reload the cache files when new columns were added. This is because of an issue in `transmit_format` where the column list comparison fails because the order was not deterministic. This causes the `transmit_format` to apply an unnecessary `set_format` transform with shuffled col...
closed
2021-01-11T17:23:56
https://api.github.com/repos/huggingface/datasets/issues/1719/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1719", "html_url": "https://github.com/huggingface/datasets/pull/1719", "diff_url": "https://github.com/huggingface/datasets/pull/1719.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1719.patch", "merged_at": "2021-01-11T18:45...
true
Fix column list comparison in transmit format As noticed in #1718 the cache might not reload the cache files when new columns were added. This is because of an issue in `transmit_format` where the column list comparison fails because the order was not deterministic. This causes the `transmit_format` to apply an unnece...
[]
https://api.github.com/repos/huggingface/datasets/issues/1718
1,718
Possible cache miss in datasets
Hi, I am using the datasets package and even though I run the same data processing functions, datasets always recomputes the function instead of using cache. I have attached an example script that for me reproduces the problem. In the attached example the second map function always recomputes instead of loading fr...
closed
2021-01-11T15:37:31
https://api.github.com/repos/huggingface/datasets/issues/1718/comments
null
false
Possible cache miss in datasets Hi, I am using the datasets package and even though I run the same data processing functions, datasets always recomputes the function instead of using cache. I have attached an example script that for me reproduces the problem. In the attached example the second map function always ...
[ "Thanks for reporting !\r\nI was able to reproduce thanks to your code and find the origin of the bug.\r\nThe cache was not reusing the same file because one object was not deterministic. It comes from a conversion from `set` to `list` in the `datasets.arrrow_dataset.transmit_format` function, where the resulting l...
https://api.github.com/repos/huggingface/datasets/issues/1717
1,717
SciFact dataset - minor changes
Hi, SciFact dataset creator here. First of all, thanks for adding the dataset to Huggingface, much appreciated! I'd like to make a few minor changes, including the citation information and the `_URL` from which to download the dataset. Can I submit a PR for this? It also looks like the dataset is being downloa...
closed
2021-01-11T05:26:40
https://api.github.com/repos/huggingface/datasets/issues/1717/comments
null
false
SciFact dataset - minor changes Hi, SciFact dataset creator here. First of all, thanks for adding the dataset to Huggingface, much appreciated! I'd like to make a few minor changes, including the citation information and the `_URL` from which to download the dataset. Can I submit a PR for this? It also looks l...
[ "Hi Dave,\r\nYou are more than welcome to open a PR to make these changes! 🤗\r\nYou will find the relevant information about opening a PR in the [contributing guide](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md) and in the [dataset addition guide](https://github.com/huggingface/datasets/blob...
https://api.github.com/repos/huggingface/datasets/issues/1716
1,716
Add Hatexplain Dataset
Adding Hatexplain - the first benchmark hate speech dataset covering multiple aspects of the issue
closed
2021-01-10T13:30:01
https://api.github.com/repos/huggingface/datasets/issues/1716/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1716", "html_url": "https://github.com/huggingface/datasets/pull/1716", "diff_url": "https://github.com/huggingface/datasets/pull/1716.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1716.patch", "merged_at": "2021-01-18T14:21...
true
Add Hatexplain Dataset Adding Hatexplain - the first benchmark hate speech dataset covering multiple aspects of the issue
[]
https://api.github.com/repos/huggingface/datasets/issues/1715
1,715
add Korean intonation-aided intention identification dataset
closed
2021-01-10T06:29:04
https://api.github.com/repos/huggingface/datasets/issues/1715/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1715", "html_url": "https://github.com/huggingface/datasets/pull/1715", "diff_url": "https://github.com/huggingface/datasets/pull/1715.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1715.patch", "merged_at": "2021-01-12T17:14...
true
add Korean intonation-aided intention identification dataset
[]
https://api.github.com/repos/huggingface/datasets/issues/1714
1,714
Adding adversarialQA dataset
Adding the adversarialQA dataset (https://adversarialqa.github.io/) from Beat the AI (https://arxiv.org/abs/2002.00293)
closed
2021-01-08T21:46:09
https://api.github.com/repos/huggingface/datasets/issues/1714/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1714", "html_url": "https://github.com/huggingface/datasets/pull/1714", "diff_url": "https://github.com/huggingface/datasets/pull/1714.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1714.patch", "merged_at": "2021-01-13T16:05...
true
Adding adversarialQA dataset Adding the adversarialQA dataset (https://adversarialqa.github.io/) from Beat the AI (https://arxiv.org/abs/2002.00293)
[ "Oh that's a really cool one, we'll review/merge it soon!\r\n\r\nIn the meantime, do you have any specific positive/negative feedback on the process of adding a datasets Max?\r\nDid you follow the instruction in the [detailed step-by-step](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md)?", ...
https://api.github.com/repos/huggingface/datasets/issues/1713
1,713
Installation using conda
Will a conda package for installing datasets be added to the huggingface conda channel? I have installed transformers using conda and would like to use the datasets library to use some of the scripts in the transformers/examples folder but am unable to do so at the moment as datasets can only be installed using pip and...
closed
2021-01-08T19:12:15
https://api.github.com/repos/huggingface/datasets/issues/1713/comments
null
false
Installation using conda Will a conda package for installing datasets be added to the huggingface conda channel? I have installed transformers using conda and would like to use the datasets library to use some of the scripts in the transformers/examples folder but am unable to do so at the moment as datasets can only b...
[ "Yes indeed the idea is to have the next release on conda cc @LysandreJik ", "Great! Did you guys have a timeframe in mind for the next release?\r\n\r\nThank you for all the great work in developing this library.", "I think we can have `datasets` on conda by next week. Will see what I can do!", "Thank you. Lo...
https://api.github.com/repos/huggingface/datasets/issues/1712
1,712
Silicone
My collaborators and I within the Affective Computing team at Telecom Paris would like to push our spoken dialogue dataset for publication.
closed
2021-01-08T18:24:18
https://api.github.com/repos/huggingface/datasets/issues/1712/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1712", "html_url": "https://github.com/huggingface/datasets/pull/1712", "diff_url": "https://github.com/huggingface/datasets/pull/1712.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1712.patch", "merged_at": null }
true
Silicone My collaborators and I within the Affective Computing team at Telecom Paris would like to push our spoken dialogue dataset for publication.
[ "When should we expect to see our dataset appear in the search dropdown at huggingface.co?", "Hi @eusip,\r\n\r\n> When should we expect to see our dataset appear in the search dropdown at huggingface.co?\r\n\r\nwhen this PR is merged.", "Thanks!", "I've implemented all the changes requested by @lhoestq but I ...
https://api.github.com/repos/huggingface/datasets/issues/1711
1,711
Fix windows path scheme in cached path
As noticed in #807 there's currently an issue with `cached_path` not raising `FileNotFoundError` on windows for absolute paths. This is due to the way we check for a path to be local or not. The check on the scheme using urlparse was incomplete. I fixed this and added tests
closed
2021-01-08T13:45:56
https://api.github.com/repos/huggingface/datasets/issues/1711/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1711", "html_url": "https://github.com/huggingface/datasets/pull/1711", "diff_url": "https://github.com/huggingface/datasets/pull/1711.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1711.patch", "merged_at": "2021-01-11T09:23...
true
Fix windows path scheme in cached path As noticed in #807 there's currently an issue with `cached_path` not raising `FileNotFoundError` on windows for absolute paths. This is due to the way we check for a path to be local or not. The check on the scheme using urlparse was incomplete. I fixed this and added tests
[]
https://api.github.com/repos/huggingface/datasets/issues/1710
1,710
IsADirectoryError when trying to download C4
**TLDR**: I fail to download C4 and see a stacktrace originating in `IsADirectoryError` as an explanation for failure. How can the problem be fixed? **VERBOSE**: I use Python version 3.7 and have the following dependencies listed in my project: ``` datasets==1.2.0 apache-beam==2.26.0 ``` When runn...
closed
2021-01-08T07:31:30
https://api.github.com/repos/huggingface/datasets/issues/1710/comments
null
false
IsADirectoryError when trying to download C4 **TLDR**: I fail to download C4 and see a stacktrace originating in `IsADirectoryError` as an explanation for failure. How can the problem be fixed? **VERBOSE**: I use Python version 3.7 and have the following dependencies listed in my project: ``` datasets=...
[ "I haven't tested C4 on my side so there so there may be a few bugs in the code/adjustments to make.\r\nHere it looks like in c4.py, line 190 one of the `files_to_download` is `'/'` which is invalid.\r\nValid files are paths to local files or URLs to remote files.", "Fixed once processed data is used instead:\r\n...
https://api.github.com/repos/huggingface/datasets/issues/1709
1,709
Databases
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
closed
2021-01-08T06:14:03
https://api.github.com/repos/huggingface/datasets/issues/1709/comments
null
false
Databases ## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good...
[]
https://api.github.com/repos/huggingface/datasets/issues/1708
1,708
<html dir="ltr" lang="en" class="focus-outline-visible"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if available* - **Data:** *link to the Github repository or current dataset location* - **Motivation:** *what are some good reasons t...
closed
2021-01-07T21:45:24
https://api.github.com/repos/huggingface/datasets/issues/1708/comments
null
false
<html dir="ltr" lang="en" class="focus-outline-visible"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> ## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - **Paper:** *link to the dataset paper if ...
[]
https://api.github.com/repos/huggingface/datasets/issues/1707
1,707
Added generated READMEs for datasets that were missing one.
This is it: we worked on a generator with Yacine @yjernite , and we generated dataset cards for all missing ones (161), with all the information we could gather from datasets repository, and using dummy_data to generate examples when possible. Code is available here for the moment: https://github.com/madlag/datasets...
closed
2021-01-07T18:10:06
https://api.github.com/repos/huggingface/datasets/issues/1707/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1707", "html_url": "https://github.com/huggingface/datasets/pull/1707", "diff_url": "https://github.com/huggingface/datasets/pull/1707.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1707.patch", "merged_at": "2021-01-18T14:32...
true
Added generated READMEs for datasets that were missing one. This is it: we worked on a generator with Yacine @yjernite , and we generated dataset cards for all missing ones (161), with all the information we could gather from datasets repository, and using dummy_data to generate examples when possible. Code is avail...
[ "Looks like we need to trim the ones with too many configs, will look into it tomorrow!" ]
https://api.github.com/repos/huggingface/datasets/issues/1706
1,706
Error when downloading a large dataset on slow connection.
I receive the following error after about an hour trying to download the `openwebtext` dataset. The code used is: ```python import datasets datasets.load_dataset("openwebtext") ``` > Traceback (most recent call last): ...
open
2021-01-07T17:48:15
https://api.github.com/repos/huggingface/datasets/issues/1706/comments
null
false
Error when downloading a large dataset on slow connection. I receive the following error after about an hour trying to download the `openwebtext` dataset. The code used is: ```python import datasets datasets.load_dataset("openwebtext") ``` > Traceback (most recent call last): ...
[ "Hi ! Is this an issue you have with `openwebtext` specifically or also with other datasets ?\r\n\r\nIt looks like the downloaded file is corrupted and can't be extracted using `tarfile`.\r\nCould you try loading it again with \r\n```python\r\nimport datasets\r\ndatasets.load_dataset(\"openwebtext\", download_mode=...
https://api.github.com/repos/huggingface/datasets/issues/1705
1,705
Add information about caching and verifications in "Load a Dataset" docs
Related to #215. Missing improvements from @lhoestq's #1703.
closed
2021-01-07T17:18:44
https://api.github.com/repos/huggingface/datasets/issues/1705/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1705", "html_url": "https://github.com/huggingface/datasets/pull/1705", "diff_url": "https://github.com/huggingface/datasets/pull/1705.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1705.patch", "merged_at": "2021-01-12T14:08...
true
Add information about caching and verifications in "Load a Dataset" docs Related to #215. Missing improvements from @lhoestq's #1703.
[]
https://api.github.com/repos/huggingface/datasets/issues/1704
1,704
Update XSUM Factuality DatasetCard
Update XSUM Factuality DatasetCard
closed
2021-01-07T15:37:14
https://api.github.com/repos/huggingface/datasets/issues/1704/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1704", "html_url": "https://github.com/huggingface/datasets/pull/1704", "diff_url": "https://github.com/huggingface/datasets/pull/1704.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1704.patch", "merged_at": "2021-01-12T13:30...
true
Update XSUM Factuality DatasetCard Update XSUM Factuality DatasetCard
[]
https://api.github.com/repos/huggingface/datasets/issues/1703
1,703
Improvements regarding caching and fingerprinting
This PR adds these features: - Enable/disable caching If disabled, the library will no longer reload cached datasets files when applying transforms to the datasets. It is equivalent to setting `load_from_cache` to `False` in dataset transforms. ```python from datasets import set_caching_enabled set_cach...
closed
2021-01-07T15:26:29
https://api.github.com/repos/huggingface/datasets/issues/1703/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1703", "html_url": "https://github.com/huggingface/datasets/pull/1703", "diff_url": "https://github.com/huggingface/datasets/pull/1703.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1703.patch", "merged_at": "2021-01-19T17:32...
true
Improvements regarding caching and fingerprinting This PR adds these features: - Enable/disable caching If disabled, the library will no longer reload cached datasets files when applying transforms to the datasets. It is equivalent to setting `load_from_cache` to `False` in dataset transforms. ```python fr...
[ "I few comments here for discussion:\r\n- I'm not convinced yet the end user should really have to understand the difference between \"caching\" and 'fingerprinting\", what do you think? I think fingerprinting should probably stay as an internal thing. Is there a case where we want cahing without fingerprinting or ...
https://api.github.com/repos/huggingface/datasets/issues/1702
1,702
Fix importlib metdata import in py38
In Python 3.8 there's no need to install `importlib_metadata` since it already exists as `importlib.metadata` in the standard lib.
closed
2021-01-07T15:10:30
https://api.github.com/repos/huggingface/datasets/issues/1702/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1702", "html_url": "https://github.com/huggingface/datasets/pull/1702", "diff_url": "https://github.com/huggingface/datasets/pull/1702.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1702.patch", "merged_at": "2021-01-08T10:47...
true
Fix importlib metdata import in py38 In Python 3.8 there's no need to install `importlib_metadata` since it already exists as `importlib.metadata` in the standard lib.
[]
https://api.github.com/repos/huggingface/datasets/issues/1701
1,701
Some datasets miss dataset_infos.json or dummy_data.zip
While working on dataset REAME generation script at https://github.com/madlag/datasets_readme_generator , I noticed that some datasets miss a dataset_infos.json : ``` c4 lm1b reclor wikihow ``` And some does not have a dummy_data.zip : ``` kor_nli math_dataset mlqa ms_marco newsgroup qa4mre qanga...
closed
2021-01-07T14:17:13
https://api.github.com/repos/huggingface/datasets/issues/1701/comments
null
false
Some datasets miss dataset_infos.json or dummy_data.zip While working on dataset REAME generation script at https://github.com/madlag/datasets_readme_generator , I noticed that some datasets miss a dataset_infos.json : ``` c4 lm1b reclor wikihow ``` And some does not have a dummy_data.zip : ``` kor_nli...
[ "Thanks for reporting.\r\nWe should indeed add all the missing dummy_data.zip and also the dataset_infos.json at least for lm1b, reclor and wikihow.\r\n\r\nFor c4 I haven't tested the script and I think we'll require some optimizations regarding beam datasets before processing it.\r\n", "Closing since the dummy d...
https://api.github.com/repos/huggingface/datasets/issues/1700
1,700
Update Curiosity dialogs DatasetCard
Update Curiosity dialogs DatasetCard There are some entries in the data fields section yet to be filled. There is little information regarding those fields.
closed
2021-01-07T13:59:27
https://api.github.com/repos/huggingface/datasets/issues/1700/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1700", "html_url": "https://github.com/huggingface/datasets/pull/1700", "diff_url": "https://github.com/huggingface/datasets/pull/1700.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1700.patch", "merged_at": "2021-01-12T18:51...
true
Update Curiosity dialogs DatasetCard Update Curiosity dialogs DatasetCard There are some entries in the data fields section yet to be filled. There is little information regarding those fields.
[]
https://api.github.com/repos/huggingface/datasets/issues/1699
1,699
Update DBRD dataset card and download URL
I've added the Dutch Bood Review Dataset (DBRD) during the recent sprint. This pull request makes two minor changes: 1. I'm changing the download URL from Google Drive to the dataset's GitHub release package. This is now possible because of PR #1316. 2. I've updated the dataset card. Cheers! 😄
closed
2021-01-07T12:16:43
https://api.github.com/repos/huggingface/datasets/issues/1699/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1699", "html_url": "https://github.com/huggingface/datasets/pull/1699", "diff_url": "https://github.com/huggingface/datasets/pull/1699.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1699.patch", "merged_at": "2021-01-07T13:40...
true
Update DBRD dataset card and download URL I've added the Dutch Bood Review Dataset (DBRD) during the recent sprint. This pull request makes two minor changes: 1. I'm changing the download URL from Google Drive to the dataset's GitHub release package. This is now possible because of PR #1316. 2. I've updated the da...
[ "not sure why the CI was not triggered though" ]
https://api.github.com/repos/huggingface/datasets/issues/1698
1,698
Update Coached Conv Pref DatasetCard
Update Coached Conversation Preferance DatasetCard
closed
2021-01-07T09:07:16
https://api.github.com/repos/huggingface/datasets/issues/1698/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1698", "html_url": "https://github.com/huggingface/datasets/pull/1698", "diff_url": "https://github.com/huggingface/datasets/pull/1698.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1698.patch", "merged_at": "2021-01-08T17:04...
true
Update Coached Conv Pref DatasetCard Update Coached Conversation Preferance DatasetCard
[ "Really cool!\r\n\r\nCan you add some task tags for `dialogue-modeling` (under `sequence-modeling`) and `parsing` (under `structured-prediction`)?" ]
https://api.github.com/repos/huggingface/datasets/issues/1697
1,697
Update DialogRE DatasetCard
Update the information in the dataset card for the Dialog RE dataset.
closed
2021-01-07T08:22:33
https://api.github.com/repos/huggingface/datasets/issues/1697/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1697", "html_url": "https://github.com/huggingface/datasets/pull/1697", "diff_url": "https://github.com/huggingface/datasets/pull/1697.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1697.patch", "merged_at": "2021-01-07T13:34...
true
Update DialogRE DatasetCard Update the information in the dataset card for the Dialog RE dataset.
[ "Same as #1698, can you add a task tag for dialogue-modeling (under sequence-modeling) :) ?" ]
https://api.github.com/repos/huggingface/datasets/issues/1696
1,696
Unable to install datasets
** Edit ** I believe there's a bug with the package when you're installing it with Python 3.9. I recommend sticking with previous versions. Thanks, @thomwolf for the insight! **Short description** I followed the instructions for installing datasets (https://huggingface.co/docs/datasets/installation.html). Howev...
closed
2021-01-07T07:24:37
https://api.github.com/repos/huggingface/datasets/issues/1696/comments
null
false
Unable to install datasets ** Edit ** I believe there's a bug with the package when you're installing it with Python 3.9. I recommend sticking with previous versions. Thanks, @thomwolf for the insight! **Short description** I followed the instructions for installing datasets (https://huggingface.co/docs/dataset...
[ "Maybe try to create a virtual env with python 3.8 or 3.7", "Thanks, @thomwolf! I fixed the issue by downgrading python to 3.7. ", "Damn sorry", "Damn sorry" ]
https://api.github.com/repos/huggingface/datasets/issues/1695
1,695
fix ner_tag bugs in thainer
fix bug that results in `ner_tag` always equal to 'O'.
closed
2021-01-07T02:12:33
https://api.github.com/repos/huggingface/datasets/issues/1695/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1695", "html_url": "https://github.com/huggingface/datasets/pull/1695", "diff_url": "https://github.com/huggingface/datasets/pull/1695.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1695.patch", "merged_at": "2021-01-07T14:43...
true
fix ner_tag bugs in thainer fix bug that results in `ner_tag` always equal to 'O'.
[ "> Thanks :)\r\n> \r\n> Apparently the dummy_data.zip got removed. Is this expected ?\r\n> Also can you remove the `data-pos.conll` file that you added ?\r\n\r\nNot expected. I forgot to remove the `dummy_data` folder used to create `dummy_data.zip`. \r\nChanged to only `dummy_data.zip`." ]
https://api.github.com/repos/huggingface/datasets/issues/1694
1,694
Add OSCAR
Continuation of #348 The files have been moved to S3 and only the unshuffled version is available. Both original and deduplicated versions of each language are available. Example of usage: ```python from datasets import load_dataset oscar_dedup_en = load_dataset("oscar", "unshuffled_deduplicated_en", split="...
closed
2021-01-06T10:21:08
https://api.github.com/repos/huggingface/datasets/issues/1694/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1694", "html_url": "https://github.com/huggingface/datasets/pull/1694", "diff_url": "https://github.com/huggingface/datasets/pull/1694.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1694.patch", "merged_at": "2021-01-25T09:10...
true
Add OSCAR Continuation of #348 The files have been moved to S3 and only the unshuffled version is available. Both original and deduplicated versions of each language are available. Example of usage: ```python from datasets import load_dataset oscar_dedup_en = load_dataset("oscar", "unshuffled_deduplicated_en...
[ "Hi @lhoestq, on the OSCAR dataset, the document boundaries are defined by an empty line. Are there any chances to keep this empty line or explicitly group the sentences of a document? I'm asking for this 'cause I need to know if some sentences belong to the same document on my current OSCAR dataset usage.", "Ind...
https://api.github.com/repos/huggingface/datasets/issues/1693
1,693
Fix reuters metadata parsing errors
Was missing the last entry in each metadata category
closed
2021-01-06T08:26:03
https://api.github.com/repos/huggingface/datasets/issues/1693/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1693", "html_url": "https://github.com/huggingface/datasets/pull/1693", "diff_url": "https://github.com/huggingface/datasets/pull/1693.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1693.patch", "merged_at": "2021-01-07T14:01...
true
Fix reuters metadata parsing errors Was missing the last entry in each metadata category
[]
https://api.github.com/repos/huggingface/datasets/issues/1691
1,691
Updated HuggingFace Datasets README (fix typos)
Awesome work on 🤗 Datasets. I found a couple of small typos in the README. Hope this helps. ![](https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/google/56/hugging-face_1f917.png)
closed
2021-01-06T02:14:38
https://api.github.com/repos/huggingface/datasets/issues/1691/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1691", "html_url": "https://github.com/huggingface/datasets/pull/1691", "diff_url": "https://github.com/huggingface/datasets/pull/1691.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1691.patch", "merged_at": "2021-01-07T10:06...
true
Updated HuggingFace Datasets README (fix typos) Awesome work on 🤗 Datasets. I found a couple of small typos in the README. Hope this helps. ![](https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/google/56/hugging-face_1f917.png)
[]
https://api.github.com/repos/huggingface/datasets/issues/1690
1,690
Fast start up
Currently if optional dependencies such as tensorflow, torch, apache_beam, faiss and elasticsearch are installed, then it takes a long time to do `import datasets` since it imports all of these heavy dependencies. To make a fast start up for `datasets` I changed that so that they are not imported when `datasets` is ...
closed
2021-01-05T19:07:53
https://api.github.com/repos/huggingface/datasets/issues/1690/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1690", "html_url": "https://github.com/huggingface/datasets/pull/1690", "diff_url": "https://github.com/huggingface/datasets/pull/1690.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1690.patch", "merged_at": "2021-01-06T14:20...
true
Fast start up Currently if optional dependencies such as tensorflow, torch, apache_beam, faiss and elasticsearch are installed, then it takes a long time to do `import datasets` since it imports all of these heavy dependencies. To make a fast start up for `datasets` I changed that so that they are not imported when ...
[]
https://api.github.com/repos/huggingface/datasets/issues/1689
1,689
Fix ade_corpus_v2 config names
There are currently some typos in the config names of the `ade_corpus_v2` dataset, I fixed them: - Ade_corpos_v2_classificaion -> Ade_corpus_v2_classification - Ade_corpos_v2_drug_ade_relation -> Ade_corpus_v2_drug_ade_relation - Ade_corpos_v2_drug_dosage_relation -> Ade_corpus_v2_drug_dosage_relation
closed
2021-01-05T14:33:28
https://api.github.com/repos/huggingface/datasets/issues/1689/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1689", "html_url": "https://github.com/huggingface/datasets/pull/1689", "diff_url": "https://github.com/huggingface/datasets/pull/1689.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1689.patch", "merged_at": "2021-01-05T14:55...
true
Fix ade_corpus_v2 config names There are currently some typos in the config names of the `ade_corpus_v2` dataset, I fixed them: - Ade_corpos_v2_classificaion -> Ade_corpus_v2_classification - Ade_corpos_v2_drug_ade_relation -> Ade_corpus_v2_drug_ade_relation - Ade_corpos_v2_drug_dosage_relation -> Ade_corpus_v2_dr...
[]
https://api.github.com/repos/huggingface/datasets/issues/1688
1,688
Fix DaNE last example
The last example from the DaNE dataset is empty. Fix #1686
closed
2021-01-05T13:29:37
https://api.github.com/repos/huggingface/datasets/issues/1688/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1688", "html_url": "https://github.com/huggingface/datasets/pull/1688", "diff_url": "https://github.com/huggingface/datasets/pull/1688.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1688.patch", "merged_at": "2021-01-05T14:00...
true
Fix DaNE last example The last example from the DaNE dataset is empty. Fix #1686
[]
https://api.github.com/repos/huggingface/datasets/issues/1687
1,687
Question: Shouldn't .info be a part of DatasetDict?
Currently, only `Dataset` contains the .info or .features, but as many datasets contains standard splits (train, test) and thus the underlying information is the same (or at least should be) across the datasets. For instance: ``` >>> ds = datasets.load_dataset("conll2002", "es") >>> ds.info Traceback (most rece...
open
2021-01-05T13:08:41
https://api.github.com/repos/huggingface/datasets/issues/1687/comments
null
false
Question: Shouldn't .info be a part of DatasetDict? Currently, only `Dataset` contains the .info or .features, but as many datasets contains standard splits (train, test) and thus the underlying information is the same (or at least should be) across the datasets. For instance: ``` >>> ds = datasets.load_dataset("...
[ "We could do something. There is a part of `.info` which is split specific (cache files, split instructions) but maybe if could be made to work.", "Yes this was kinda the idea I was going for. DatasetDict.info would be the shared info amongs the datasets (maybe even some info on how they differ). " ]
https://api.github.com/repos/huggingface/datasets/issues/1686
1,686
Dataset Error: DaNE contains empty samples at the end
The dataset DaNE, contains empty samples at the end. It is naturally easy to remove using a filter but should probably not be there, to begin with as it can cause errors. ```python >>> import datasets [...] >>> dataset = datasets.load_dataset("dane") [...] >>> dataset["test"][-1] {'dep_ids': [], 'dep_labels': ...
closed
2021-01-05T11:54:26
https://api.github.com/repos/huggingface/datasets/issues/1686/comments
null
false
Dataset Error: DaNE contains empty samples at the end The dataset DaNE, contains empty samples at the end. It is naturally easy to remove using a filter but should probably not be there, to begin with as it can cause errors. ```python >>> import datasets [...] >>> dataset = datasets.load_dataset("dane") [...] >...
[ "Thanks for reporting, I opened a PR to fix that", "One the PR is merged the fix will be available in the next release of `datasets`.\r\n\r\nIf you don't want to wait the next release you can still load the script from the master branch with\r\n\r\n```python\r\nload_dataset(\"dane\", script_version=\"master\")\r\...
https://api.github.com/repos/huggingface/datasets/issues/1685
1,685
Update README.md of covid-tweets-japanese
Update README.md of covid-tweets-japanese added by PR https://github.com/huggingface/datasets/pull/1367 and https://github.com/huggingface/datasets/pull/1402. - Update "Data Splits" to be more precise that no information is provided for now. - old: [More Information Needed] - new: No information about data spl...
closed
2021-01-05T11:47:27
https://api.github.com/repos/huggingface/datasets/issues/1685/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1685", "html_url": "https://github.com/huggingface/datasets/pull/1685", "diff_url": "https://github.com/huggingface/datasets/pull/1685.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1685.patch", "merged_at": "2021-01-06T09:31...
true
Update README.md of covid-tweets-japanese Update README.md of covid-tweets-japanese added by PR https://github.com/huggingface/datasets/pull/1367 and https://github.com/huggingface/datasets/pull/1402. - Update "Data Splits" to be more precise that no information is provided for now. - old: [More Information Neede...
[ "Thanks for reviewing and merging!" ]
https://api.github.com/repos/huggingface/datasets/issues/1684
1,684
Add CANER Corpus
What does this PR do? Adds the following dataset: https://github.com/RamziSalah/Classical-Arabic-Named-Entity-Recognition-Corpus Who can review? @lhoestq
closed
2021-01-04T20:49:11
https://api.github.com/repos/huggingface/datasets/issues/1684/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1684", "html_url": "https://github.com/huggingface/datasets/pull/1684", "diff_url": "https://github.com/huggingface/datasets/pull/1684.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1684.patch", "merged_at": "2021-01-25T09:09...
true
Add CANER Corpus What does this PR do? Adds the following dataset: https://github.com/RamziSalah/Classical-Arabic-Named-Entity-Recognition-Corpus Who can review? @lhoestq
[]
https://api.github.com/repos/huggingface/datasets/issues/1683
1,683
`ArrowInvalid` occurs while running `Dataset.map()` function for DPRContext
It seems to fail the final batch ): steps to reproduce: ``` from datasets import load_dataset from elasticsearch import Elasticsearch import torch from transformers import file_utils, set_seed from transformers import DPRContextEncoder, DPRContextEncoderTokenizerFast MAX_SEQ_LENGTH = 256 ctx_encoder = DPRCon...
closed
2021-01-04T18:47:53
https://api.github.com/repos/huggingface/datasets/issues/1683/comments
null
false
`ArrowInvalid` occurs while running `Dataset.map()` function for DPRContext It seems to fail the final batch ): steps to reproduce: ``` from datasets import load_dataset from elasticsearch import Elasticsearch import torch from transformers import file_utils, set_seed from transformers import DPRContextEncoder...
[ "Looks like the mapping function returns a dictionary with a 768-dim array in the `embeddings` field. Since the map is batched, we actually expect the `embeddings` field to be an array of shape (batch_size, 768) to have one embedding per example in the batch.\r\n\r\nTo fix that can you try to remove one of the `[0]...
https://api.github.com/repos/huggingface/datasets/issues/1682
1,682
Don't use xlrd for xlsx files
Since the latest release of `xlrd` (2.0), the support for xlsx files stopped. Therefore we needed to use something else. A good alternative is `openpyxl` which has also an integration with pandas si we can still call `pd.read_excel`. I left the unused import of `openpyxl` in the dataset scripts to show users that ...
closed
2021-01-04T18:11:50
https://api.github.com/repos/huggingface/datasets/issues/1682/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1682", "html_url": "https://github.com/huggingface/datasets/pull/1682", "diff_url": "https://github.com/huggingface/datasets/pull/1682.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1682.patch", "merged_at": "2021-01-04T18:13...
true
Don't use xlrd for xlsx files Since the latest release of `xlrd` (2.0), the support for xlsx files stopped. Therefore we needed to use something else. A good alternative is `openpyxl` which has also an integration with pandas si we can still call `pd.read_excel`. I left the unused import of `openpyxl` in the datas...
[]
https://api.github.com/repos/huggingface/datasets/issues/1681
1,681
Dataset "dane" missing
the `dane` dataset appear to be missing in the latest version (1.1.3). ```python >>> import datasets >>> datasets.__version__ '1.1.3' >>> "dane" in datasets.list_datasets() True ``` As we can see it should be present, but doesn't seem to be findable when using `load_dataset`. ```python >>> datasets.load...
closed
2021-01-03T14:03:03
https://api.github.com/repos/huggingface/datasets/issues/1681/comments
null
false
Dataset "dane" missing the `dane` dataset appear to be missing in the latest version (1.1.3). ```python >>> import datasets >>> datasets.__version__ '1.1.3' >>> "dane" in datasets.list_datasets() True ``` As we can see it should be present, but doesn't seem to be findable when using `load_dataset`. ```py...
[ "Hi @KennethEnevoldsen ,\r\nI think the issue might be that this dataset was added during the community sprint and has not been released yet. It will be available with the v2 of datasets.\r\nFor now, you should be able to load the datasets after installing the latest (master) version of datasets using pip:\r\npip i...
https://api.github.com/repos/huggingface/datasets/issues/1680
1,680
added TurkishProductReviews dataset
This PR added **Turkish Product Reviews Dataset contains 235.165 product reviews collected online. There are 220.284 positive, 14881 negative reviews**. - **Repository:** [turkish-text-data](https://github.com/fthbrmnby/turkish-text-data) - **Point of Contact:** Fatih Barmanbay - @fthbrmnby
closed
2021-01-03T11:52:59
https://api.github.com/repos/huggingface/datasets/issues/1680/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1680", "html_url": "https://github.com/huggingface/datasets/pull/1680", "diff_url": "https://github.com/huggingface/datasets/pull/1680.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1680.patch", "merged_at": "2021-01-04T18:15...
true
added TurkishProductReviews dataset This PR added **Turkish Product Reviews Dataset contains 235.165 product reviews collected online. There are 220.284 positive, 14881 negative reviews**. - **Repository:** [turkish-text-data](https://github.com/fthbrmnby/turkish-text-data) - **Point of Contact:** Fatih Barmanbay -...
[ "@lhoestq, can you please review this PR?", "Thanks for the suggestions. Updates were made and dataset_infos.json file was created again." ]
https://api.github.com/repos/huggingface/datasets/issues/1679
1,679
Can't import cc100 dataset
There is some issue to import cc100 dataset. ``` from datasets import load_dataset dataset = load_dataset("cc100") ``` FileNotFoundError: Couldn't find file at https://raw.githubusercontent.com/huggingface/datasets/1.1.3/datasets/cc100/cc100.py During handling of the above exception, another exception occur...
closed
2021-01-03T07:12:56
https://api.github.com/repos/huggingface/datasets/issues/1679/comments
null
false
Can't import cc100 dataset There is some issue to import cc100 dataset. ``` from datasets import load_dataset dataset = load_dataset("cc100") ``` FileNotFoundError: Couldn't find file at https://raw.githubusercontent.com/huggingface/datasets/1.1.3/datasets/cc100/cc100.py During handling of the above excepti...
[ "cc100 was added recently, that's why it wasn't available yet.\r\n\r\nTo load it you can just update `datasets`\r\n```\r\npip install --upgrade datasets\r\n```\r\n\r\nand then you can load `cc100` with\r\n\r\n```python\r\nfrom datasets import load_dataset\r\n\r\nlang = \"en\"\r\ndataset = load_dataset(\"cc100\", la...
https://api.github.com/repos/huggingface/datasets/issues/1678
1,678
Switchboard Dialog Act Corpus added under `datasets/swda`
Switchboard Dialog Act Corpus Intro: The Switchboard Dialog Act Corpus (SwDA) extends the Switchboard-1 Telephone Speech Corpus, Release 2, with turn/utterance-level dialog-act tags. The tags summarize syntactic, semantic, and pragmatic information about the associated turn. The SwDA project was undertaken at UC ...
closed
2021-01-03T03:53:41
https://api.github.com/repos/huggingface/datasets/issues/1678/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1678", "html_url": "https://github.com/huggingface/datasets/pull/1678", "diff_url": "https://github.com/huggingface/datasets/pull/1678.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1678.patch", "merged_at": "2021-01-05T10:06...
true
Switchboard Dialog Act Corpus added under `datasets/swda` Switchboard Dialog Act Corpus Intro: The Switchboard Dialog Act Corpus (SwDA) extends the Switchboard-1 Telephone Speech Corpus, Release 2, with turn/utterance-level dialog-act tags. The tags summarize syntactic, semantic, and pragmatic information about t...
[ "@lhoestq Thank you for your detailed comments! I fixed everything you suggested.\r\n\r\nPlease let me know if I'm missing anything else.", "It looks like the Transcript and Utterance objects are missing, maybe we can mention it in the README ? Or just add them ? @gmihaila @bhavitvyamalik ", "Hi @lhoestq,\r\nI'...
https://api.github.com/repos/huggingface/datasets/issues/1677
1,677
Switchboard Dialog Act Corpus added under `datasets/swda`
Pleased to announced that I added my first dataset **Switchboard Dialog Act Corpus**. I think this is an important datasets to be added since it is the only one related to dialogue act classification. Hope the pull request is ok. Wasn't able to see any special formatting for the pull request form. The Swi...
closed
2021-01-03T01:16:42
https://api.github.com/repos/huggingface/datasets/issues/1677/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1677", "html_url": "https://github.com/huggingface/datasets/pull/1677", "diff_url": "https://github.com/huggingface/datasets/pull/1677.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1677.patch", "merged_at": null }
true
Switchboard Dialog Act Corpus added under `datasets/swda` Pleased to announced that I added my first dataset **Switchboard Dialog Act Corpus**. I think this is an important datasets to be added since it is the only one related to dialogue act classification. Hope the pull request is ok. Wasn't able to see any ...
[ "Need to fix code formatting." ]
https://api.github.com/repos/huggingface/datasets/issues/1676
1,676
new version of Ted Talks IWSLT (WIT3)
In the previous iteration #1608 I had used language pairs. Which created 21,582 configs (109*108) !!! Now, TED talks in _each language_ is a separate config. So it's more cleaner with _just 109 configs_ (one for each language). Dummy files were created manually. Locally I was able to clear the `python dataset...
closed
2021-01-02T15:30:03
https://api.github.com/repos/huggingface/datasets/issues/1676/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1676", "html_url": "https://github.com/huggingface/datasets/pull/1676", "diff_url": "https://github.com/huggingface/datasets/pull/1676.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1676.patch", "merged_at": "2021-01-14T10:10...
true
new version of Ted Talks IWSLT (WIT3) In the previous iteration #1608 I had used language pairs. Which created 21,582 configs (109*108) !!! Now, TED talks in _each language_ is a separate config. So it's more cleaner with _just 109 configs_ (one for each language). Dummy files were created manually. Locally I...
[ "> Nice thank you ! Actually as it is a translation dataset we should probably have one configuration = one language pair no ?\r\n> \r\n> Could you use the same trick for this dataset ?\r\n\r\nI was looking for this input, infact I had written a long post on the Slack channel,...(_but unfortunately due to the holid...
https://api.github.com/repos/huggingface/datasets/issues/1675
1,675
Add the 800GB Pile dataset?
## Adding a Dataset - **Name:** The Pile - **Description:** The Pile is a 825 GiB diverse, open source language modelling data set that consists of 22 smaller, high-quality datasets combined together. See [here](https://twitter.com/nabla_theta/status/1345130408170541056?s=20) for the Twitter announcement - **Paper:*...
closed
2021-01-01T22:58:12
https://api.github.com/repos/huggingface/datasets/issues/1675/comments
null
false
Add the 800GB Pile dataset? ## Adding a Dataset - **Name:** The Pile - **Description:** The Pile is a 825 GiB diverse, open source language modelling data set that consists of 22 smaller, high-quality datasets combined together. See [here](https://twitter.com/nabla_theta/status/1345130408170541056?s=20) for the Twitt...
[ "The pile dataset would be very nice.\r\nBenchmarks show that pile trained models achieve better results than most of actually trained models", "The pile can very easily be added and adapted using this [tfds implementation](https://github.com/EleutherAI/The-Pile/blob/master/the_pile/tfds_pile.py) from the repo. \...
https://api.github.com/repos/huggingface/datasets/issues/1674
1,674
dutch_social can't be loaded
Hi all, I'm trying to import the `dutch_social` dataset described [here](https://huggingface.co/datasets/dutch_social). However, the code that should load the data doesn't seem to be working, in particular because the corresponding files can't be found at the provided links. ``` (base) Koens-MacBook-Pro:~ koe...
closed
2021-01-01T17:37:08
https://api.github.com/repos/huggingface/datasets/issues/1674/comments
null
false
dutch_social can't be loaded Hi all, I'm trying to import the `dutch_social` dataset described [here](https://huggingface.co/datasets/dutch_social). However, the code that should load the data doesn't seem to be working, in particular because the corresponding files can't be found at the provided links. ``` (...
[ "exactly the same issue in some other datasets.\r\nDid you find any solution??\r\n", "Hi @koenvandenberge and @alighofrani95!\r\nThe datasets you're experiencing issues with were most likely added recently to the `datasets` library, meaning they have not been released yet. They will be released with the v2 of the...
https://api.github.com/repos/huggingface/datasets/issues/1673
1,673
Unable to Download Hindi Wikipedia Dataset
I used the Dataset Library in Python to load the wikipedia dataset with the Hindi Config 20200501.hi along with something called beam_runner='DirectRunner' and it keeps giving me the error that the file is not found. I have attached the screenshot of the error and the code both. Please help me to understand how to reso...
closed
2021-01-01T10:52:53
https://api.github.com/repos/huggingface/datasets/issues/1673/comments
null
false
Unable to Download Hindi Wikipedia Dataset I used the Dataset Library in Python to load the wikipedia dataset with the Hindi Config 20200501.hi along with something called beam_runner='DirectRunner' and it keeps giving me the error that the file is not found. I have attached the screenshot of the error and the code bot...
[ "Currently this dataset is only available when the library is installed from source since it was added after the last release.\r\n\r\nWe pin the dataset version with the library version so that people can have a reproducible dataset and processing when pinning the library.\r\n\r\nWe'll see if we can provide access ...
https://api.github.com/repos/huggingface/datasets/issues/1672
1,672
load_dataset hang on file_lock
I am trying to load the squad dataset. Fails on Windows 10 but succeeds in Colab. Transformers: 3.3.1 Datasets: 1.0.2 Windows 10 (also tested in WSL) ``` datasets.logging.set_verbosity_debug() datasets. train_dataset = load_dataset('squad', split='train') valid_dataset = load_dataset('squad', split='validat...
closed
2021-01-01T10:25:07
https://api.github.com/repos/huggingface/datasets/issues/1672/comments
null
false
load_dataset hang on file_lock I am trying to load the squad dataset. Fails on Windows 10 but succeeds in Colab. Transformers: 3.3.1 Datasets: 1.0.2 Windows 10 (also tested in WSL) ``` datasets.logging.set_verbosity_debug() datasets. train_dataset = load_dataset('squad', split='train') valid_dataset = load_...
[ "Can you try to upgrade to a more recent version of datasets?", "Thank, upgrading to 1.1.3 resolved the issue.", "Having the same issue with `datasets 1.1.3` of `1.5.0` (both tracebacks look the same) and `kilt_wikipedia`, Ubuntu 20.04\r\n\r\n```py\r\nIn [1]: from datasets import load_dataset ...
https://api.github.com/repos/huggingface/datasets/issues/1671
1,671
connection issue
Hi I am getting this connection issue, resulting in large failure on cloud, @lhoestq I appreciate your help on this. If I want to keep the codes the same, so not using save_to_disk, load_from_disk, but save the datastes in the way load_dataset reads from and copy the files in the same folder the datasets library r...
closed
2020-12-30T21:56:20
https://api.github.com/repos/huggingface/datasets/issues/1671/comments
null
false
connection issue Hi I am getting this connection issue, resulting in large failure on cloud, @lhoestq I appreciate your help on this. If I want to keep the codes the same, so not using save_to_disk, load_from_disk, but save the datastes in the way load_dataset reads from and copy the files in the same folder the ...
[ "Also, mayjor issue for me is the format issue, even if I go through changing the whole code to use load_from_disk, then if I do \r\n\r\nd = datasets.load_from_disk(\"imdb\")\r\nd = d[\"train\"][:10] => the format of this is no more in datasets format\r\nthis is different from you call load_datasets(\"train[10]\")\...
https://api.github.com/repos/huggingface/datasets/issues/1670
1,670
wiki_dpr pre-processing performance
I've been working with wiki_dpr and noticed that the dataset processing is seriously impaired in performance [1]. It takes about 12h to process the entire dataset. Most of this time is simply loading and processing the data, but the actual indexing is also quite slow (3h). I won't repeat the concerns around multipro...
open
2020-12-30T19:41:43
https://api.github.com/repos/huggingface/datasets/issues/1670/comments
null
false
wiki_dpr pre-processing performance I've been working with wiki_dpr and noticed that the dataset processing is seriously impaired in performance [1]. It takes about 12h to process the entire dataset. Most of this time is simply loading and processing the data, but the actual indexing is also quite slow (3h). I won't...
[ "Hi ! And thanks for the tips :) \r\n\r\nIndeed currently `wiki_dpr` takes some time to be processed.\r\nMultiprocessing for dataset generation is definitely going to speed up things.\r\n\r\nRegarding the index note that for the default configurations, the index is downloaded instead of being built, which avoid spe...
https://api.github.com/repos/huggingface/datasets/issues/1669
1,669
wiki_dpr dataset pre-processesing performance
I've been working with wiki_dpr and noticed that the dataset processing is seriously impaired in performance [1]. It takes about 12h to process the entire dataset. Most of this time is simply loading and processing the data, but the actual indexing is also quite slow (3h). I won't repeat the concerns around multipro...
closed
2020-12-30T19:41:09
https://api.github.com/repos/huggingface/datasets/issues/1669/comments
null
false
wiki_dpr dataset pre-processesing performance I've been working with wiki_dpr and noticed that the dataset processing is seriously impaired in performance [1]. It takes about 12h to process the entire dataset. Most of this time is simply loading and processing the data, but the actual indexing is also quite slow (3h). ...
[ "Sorry, double posted." ]
https://api.github.com/repos/huggingface/datasets/issues/1668
1,668
xed_en_fi dataset Cleanup
Fix ClassLabel feature type and minor mistakes in the dataset card
closed
2020-12-30T17:11:18
https://api.github.com/repos/huggingface/datasets/issues/1668/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1668", "html_url": "https://github.com/huggingface/datasets/pull/1668", "diff_url": "https://github.com/huggingface/datasets/pull/1668.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1668.patch", "merged_at": "2020-12-30T17:22...
true
xed_en_fi dataset Cleanup Fix ClassLabel feature type and minor mistakes in the dataset card
[]
https://api.github.com/repos/huggingface/datasets/issues/1667
1,667
Fix NER metric example in Overview notebook
Fix errors in `NER metric example` section in `Overview.ipynb`. ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-37-ee559b166e25> in <module>() ----> 1 ner_metric = load_metric('seqeval') ...
closed
2020-12-30T13:05:19
https://api.github.com/repos/huggingface/datasets/issues/1667/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1667", "html_url": "https://github.com/huggingface/datasets/pull/1667", "diff_url": "https://github.com/huggingface/datasets/pull/1667.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1667.patch", "merged_at": "2020-12-30T17:21...
true
Fix NER metric example in Overview notebook Fix errors in `NER metric example` section in `Overview.ipynb`. ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-37-ee559b166e25> in <module>() ---...
[]
https://api.github.com/repos/huggingface/datasets/issues/1666
1,666
Add language to dataset card for Makhzan dataset.
Add language to dataset card.
closed
2020-12-30T12:25:52
https://api.github.com/repos/huggingface/datasets/issues/1666/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1666", "html_url": "https://github.com/huggingface/datasets/pull/1666", "diff_url": "https://github.com/huggingface/datasets/pull/1666.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1666.patch", "merged_at": "2020-12-30T17:20...
true
Add language to dataset card for Makhzan dataset. Add language to dataset card.
[]
https://api.github.com/repos/huggingface/datasets/issues/1665
1,665
Add language to dataset card for Counter dataset.
Add language.
closed
2020-12-30T12:23:20
https://api.github.com/repos/huggingface/datasets/issues/1665/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1665", "html_url": "https://github.com/huggingface/datasets/pull/1665", "diff_url": "https://github.com/huggingface/datasets/pull/1665.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1665.patch", "merged_at": "2020-12-30T17:20...
true
Add language to dataset card for Counter dataset. Add language.
[]
https://api.github.com/repos/huggingface/datasets/issues/1664
1,664
removed \n in labels
updated social_i_qa labels as per #1633
closed
2020-12-29T15:41:43
https://api.github.com/repos/huggingface/datasets/issues/1664/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1664", "html_url": "https://github.com/huggingface/datasets/pull/1664", "diff_url": "https://github.com/huggingface/datasets/pull/1664.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1664.patch", "merged_at": "2020-12-30T17:18...
true
removed \n in labels updated social_i_qa labels as per #1633
[]
https://api.github.com/repos/huggingface/datasets/issues/1663
1,663
update saving and loading methods for faiss index so to accept path l…
- Update saving and loading methods for faiss index so to accept path like objects from pathlib The current code only supports using a string type to save and load a faiss index. This change makes it possible to use a string type OR a Path from [pathlib](https://docs.python.org/3/library/pathlib.html). The codes bec...
closed
2020-12-29T14:15:37
https://api.github.com/repos/huggingface/datasets/issues/1663/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1663", "html_url": "https://github.com/huggingface/datasets/pull/1663", "diff_url": "https://github.com/huggingface/datasets/pull/1663.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1663.patch", "merged_at": "2021-01-18T09:27...
true
update saving and loading methods for faiss index so to accept path l… - Update saving and loading methods for faiss index so to accept path like objects from pathlib The current code only supports using a string type to save and load a faiss index. This change makes it possible to use a string type OR a Path from [...
[ "Seems ok for me, what do you think @lhoestq ?" ]
https://api.github.com/repos/huggingface/datasets/issues/1662
1,662
Arrow file is too large when saving vector data
I computed the sentence embedding of each sentence of bookcorpus data using bert base and saved them to disk. I used 20M sentences and the obtained arrow file is about 59GB while the original text file is only about 1.3GB. Are there any ways to reduce the size of the arrow file?
closed
2020-12-29T13:23:12
https://api.github.com/repos/huggingface/datasets/issues/1662/comments
null
false
Arrow file is too large when saving vector data I computed the sentence embedding of each sentence of bookcorpus data using bert base and saved them to disk. I used 20M sentences and the obtained arrow file is about 59GB while the original text file is only about 1.3GB. Are there any ways to reduce the size of the arro...
[ "Hi !\r\nThe arrow file size is due to the embeddings. Indeed if they're stored as float32 then the total size of the embeddings is\r\n\r\n20 000 000 vectors * 768 dimensions * 4 bytes per dimension ~= 60GB\r\n\r\nIf you want to reduce the size you can consider using quantization for example, or maybe using dimensi...
https://api.github.com/repos/huggingface/datasets/issues/1661
1,661
updated dataset cards
added dataset instance in the card.
closed
2020-12-29T11:20:40
https://api.github.com/repos/huggingface/datasets/issues/1661/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1661", "html_url": "https://github.com/huggingface/datasets/pull/1661", "diff_url": "https://github.com/huggingface/datasets/pull/1661.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1661.patch", "merged_at": "2020-12-30T17:15...
true
updated dataset cards added dataset instance in the card.
[]
https://api.github.com/repos/huggingface/datasets/issues/1660
1,660
add dataset info
closed
2020-12-29T10:58:19
https://api.github.com/repos/huggingface/datasets/issues/1660/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1660", "html_url": "https://github.com/huggingface/datasets/pull/1660", "diff_url": "https://github.com/huggingface/datasets/pull/1660.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1660.patch", "merged_at": "2020-12-30T17:04...
true
add dataset info
[]
https://api.github.com/repos/huggingface/datasets/issues/1659
1,659
update dataset info
closed
2020-12-29T10:58:01
https://api.github.com/repos/huggingface/datasets/issues/1659/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1659", "html_url": "https://github.com/huggingface/datasets/pull/1659", "diff_url": "https://github.com/huggingface/datasets/pull/1659.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1659.patch", "merged_at": "2020-12-30T16:55...
true
update dataset info
[]
https://api.github.com/repos/huggingface/datasets/issues/1658
1,658
brwac dataset: add instances and data splits info
closed
2020-12-29T01:24:45
https://api.github.com/repos/huggingface/datasets/issues/1658/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1658", "html_url": "https://github.com/huggingface/datasets/pull/1658", "diff_url": "https://github.com/huggingface/datasets/pull/1658.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1658.patch", "merged_at": "2020-12-30T16:54...
true
brwac dataset: add instances and data splits info
[]
https://api.github.com/repos/huggingface/datasets/issues/1657
1,657
mac_morpho dataset: add data splits info
closed
2020-12-29T01:05:21
https://api.github.com/repos/huggingface/datasets/issues/1657/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1657", "html_url": "https://github.com/huggingface/datasets/pull/1657", "diff_url": "https://github.com/huggingface/datasets/pull/1657.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1657.patch", "merged_at": "2020-12-30T16:51...
true
mac_morpho dataset: add data splits info
[]
https://api.github.com/repos/huggingface/datasets/issues/1656
1,656
assin 2 dataset: add instances and data splits info
closed
2020-12-29T00:57:51
https://api.github.com/repos/huggingface/datasets/issues/1656/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1656", "html_url": "https://github.com/huggingface/datasets/pull/1656", "diff_url": "https://github.com/huggingface/datasets/pull/1656.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1656.patch", "merged_at": "2020-12-30T16:50...
true
assin 2 dataset: add instances and data splits info
[]
https://api.github.com/repos/huggingface/datasets/issues/1655
1,655
assin dataset: add instances and data splits info
closed
2020-12-29T00:47:56
https://api.github.com/repos/huggingface/datasets/issues/1655/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1655", "html_url": "https://github.com/huggingface/datasets/pull/1655", "diff_url": "https://github.com/huggingface/datasets/pull/1655.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1655.patch", "merged_at": "2020-12-30T16:50...
true
assin dataset: add instances and data splits info
[]
https://api.github.com/repos/huggingface/datasets/issues/1654
1,654
lener_br dataset: add instances and data splits info
closed
2020-12-29T00:35:12
https://api.github.com/repos/huggingface/datasets/issues/1654/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1654", "html_url": "https://github.com/huggingface/datasets/pull/1654", "diff_url": "https://github.com/huggingface/datasets/pull/1654.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1654.patch", "merged_at": "2020-12-30T16:49...
true
lener_br dataset: add instances and data splits info
[]
https://api.github.com/repos/huggingface/datasets/issues/1653
1,653
harem dataset: add data splits info
closed
2020-12-28T23:58:20
https://api.github.com/repos/huggingface/datasets/issues/1653/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1653", "html_url": "https://github.com/huggingface/datasets/pull/1653", "diff_url": "https://github.com/huggingface/datasets/pull/1653.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1653.patch", "merged_at": "2020-12-30T16:49...
true
harem dataset: add data splits info
[]
https://api.github.com/repos/huggingface/datasets/issues/1652
1,652
Update dataset cards from previous sprint
This PR updates the dataset cards/readmes for the 4 approved PRs I submitted in the previous sprint.
closed
2020-12-28T20:20:47
https://api.github.com/repos/huggingface/datasets/issues/1652/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1652", "html_url": "https://github.com/huggingface/datasets/pull/1652", "diff_url": "https://github.com/huggingface/datasets/pull/1652.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1652.patch", "merged_at": "2020-12-30T16:48...
true
Update dataset cards from previous sprint This PR updates the dataset cards/readmes for the 4 approved PRs I submitted in the previous sprint.
[]
https://api.github.com/repos/huggingface/datasets/issues/1651
1,651
Add twi wordsim353
Added the citation information to the README file
closed
2020-12-28T19:31:55
https://api.github.com/repos/huggingface/datasets/issues/1651/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1651", "html_url": "https://github.com/huggingface/datasets/pull/1651", "diff_url": "https://github.com/huggingface/datasets/pull/1651.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1651.patch", "merged_at": "2021-01-04T09:39...
true
Add twi wordsim353 Added the citation information to the README file
[ "Well actually it looks like it was already added in #1428 \r\n\r\nMaybe we can close this one ? Or you wanted to make changes to this dataset ?", "Thank you, it's just a modification of Readme. I added the missing citation.", "Indeed thanks" ]
https://api.github.com/repos/huggingface/datasets/issues/1650
1,650
Update README.md
added dataset summary
closed
2020-12-28T19:09:05
https://api.github.com/repos/huggingface/datasets/issues/1650/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1650", "html_url": "https://github.com/huggingface/datasets/pull/1650", "diff_url": "https://github.com/huggingface/datasets/pull/1650.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1650.patch", "merged_at": "2020-12-29T10:43...
true
Update README.md added dataset summary
[]
https://api.github.com/repos/huggingface/datasets/issues/1649
1,649
Update README.md
Added information in the dataset card
closed
2020-12-28T19:05:00
https://api.github.com/repos/huggingface/datasets/issues/1649/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1649", "html_url": "https://github.com/huggingface/datasets/pull/1649", "diff_url": "https://github.com/huggingface/datasets/pull/1649.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1649.patch", "merged_at": "2020-12-29T10:43...
true
Update README.md Added information in the dataset card
[]
https://api.github.com/repos/huggingface/datasets/issues/1648
1,648
Update README.md
added dataset summary
closed
2020-12-28T18:59:06
https://api.github.com/repos/huggingface/datasets/issues/1648/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1648", "html_url": "https://github.com/huggingface/datasets/pull/1648", "diff_url": "https://github.com/huggingface/datasets/pull/1648.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1648.patch", "merged_at": "2020-12-29T10:39...
true
Update README.md added dataset summary
[]
https://api.github.com/repos/huggingface/datasets/issues/1647
1,647
NarrativeQA fails to load with `load_dataset`
When loading the NarrativeQA dataset with `load_dataset('narrativeqa')` as given in the documentation [here](https://huggingface.co/datasets/narrativeqa), I receive a cascade of exceptions, ending with FileNotFoundError: Couldn't find file locally at narrativeqa/narrativeqa.py, or remotely at https://r...
closed
2020-12-28T18:16:09
https://api.github.com/repos/huggingface/datasets/issues/1647/comments
null
false
NarrativeQA fails to load with `load_dataset` When loading the NarrativeQA dataset with `load_dataset('narrativeqa')` as given in the documentation [here](https://huggingface.co/datasets/narrativeqa), I receive a cascade of exceptions, ending with FileNotFoundError: Couldn't find file locally at narrativeqa/narr...
[ "Hi @eric-mitchell,\r\nI think the issue might be that this dataset was added during the community sprint and has not been released yet. It will be available with the v2 of `datasets`.\r\nFor now, you should be able to load the datasets after installing the latest (master) version of `datasets` using pip:\r\n`pip i...
https://api.github.com/repos/huggingface/datasets/issues/1646
1,646
Add missing homepage in some dataset cards
In some dataset cards the homepage field in the `Dataset Description` section was missing/empty
closed
2020-12-28T17:09:48
https://api.github.com/repos/huggingface/datasets/issues/1646/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1646", "html_url": "https://github.com/huggingface/datasets/pull/1646", "diff_url": "https://github.com/huggingface/datasets/pull/1646.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1646.patch", "merged_at": "2021-01-04T14:08...
true
Add missing homepage in some dataset cards In some dataset cards the homepage field in the `Dataset Description` section was missing/empty
[]
https://api.github.com/repos/huggingface/datasets/issues/1645
1,645
Rename "part-of-speech-tagging" tag in some dataset cards
`part-of-speech-tagging` was not part of the tagging taxonomy under `structure-prediction`
closed
2020-12-28T16:09:09
https://api.github.com/repos/huggingface/datasets/issues/1645/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1645", "html_url": "https://github.com/huggingface/datasets/pull/1645", "diff_url": "https://github.com/huggingface/datasets/pull/1645.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1645.patch", "merged_at": "2021-01-07T10:08...
true
Rename "part-of-speech-tagging" tag in some dataset cards `part-of-speech-tagging` was not part of the tagging taxonomy under `structure-prediction`
[]
https://api.github.com/repos/huggingface/datasets/issues/1644
1,644
HoVeR dataset fails to load
Hi! I'm getting an error when trying to load **HoVeR** dataset. Another one (**SQuAD**) does work for me. I'm using the latest (1.1.3) version of the library. Steps to reproduce the error: ```python >>> from datasets import load_dataset >>> dataset = load_dataset("hover") Traceback (most recent call last): ...
closed
2020-12-28T12:27:07
https://api.github.com/repos/huggingface/datasets/issues/1644/comments
null
false
HoVeR dataset fails to load Hi! I'm getting an error when trying to load **HoVeR** dataset. Another one (**SQuAD**) does work for me. I'm using the latest (1.1.3) version of the library. Steps to reproduce the error: ```python >>> from datasets import load_dataset >>> dataset = load_dataset("hover") Traceback ...
[ "Hover was added recently, that's why it wasn't available yet.\r\n\r\nTo load it you can just update `datasets`\r\n```\r\npip install --upgrade datasets\r\n```\r\n\r\nand then you can load `hover` with\r\n\r\n```python\r\nfrom datasets import load_dataset\r\n\r\ndataset = load_dataset(\"hover\")\r\n```" ]
https://api.github.com/repos/huggingface/datasets/issues/1643
1,643
Dataset social_bias_frames 404
``` >>> from datasets import load_dataset >>> dataset = load_dataset("social_bias_frames") ... Downloading and preparing dataset social_bias_frames/default ... ~/.pyenv/versions/3.7.6/lib/python3.7/site-packages/datasets/utils/file_utils.py in get_from_cache(url, cache_dir, force_download, proxies, etag_timeout, ...
closed
2020-12-28T08:35:34
https://api.github.com/repos/huggingface/datasets/issues/1643/comments
null
false
Dataset social_bias_frames 404 ``` >>> from datasets import load_dataset >>> dataset = load_dataset("social_bias_frames") ... Downloading and preparing dataset social_bias_frames/default ... ~/.pyenv/versions/3.7.6/lib/python3.7/site-packages/datasets/utils/file_utils.py in get_from_cache(url, cache_dir, force_do...
[ "I see, master is already fixed in https://github.com/huggingface/datasets/commit/9e058f098a0919efd03a136b9b9c3dec5076f626" ]
https://api.github.com/repos/huggingface/datasets/issues/1642
1,642
Ollie dataset
This is the dataset used to train the Ollie open information extraction algorithm. It has over 21M sentences. See http://knowitall.github.io/ollie/ for more details.
closed
2020-12-28T02:43:37
https://api.github.com/repos/huggingface/datasets/issues/1642/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1642", "html_url": "https://github.com/huggingface/datasets/pull/1642", "diff_url": "https://github.com/huggingface/datasets/pull/1642.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1642.patch", "merged_at": "2021-01-04T13:35...
true
Ollie dataset This is the dataset used to train the Ollie open information extraction algorithm. It has over 21M sentences. See http://knowitall.github.io/ollie/ for more details.
[]
https://api.github.com/repos/huggingface/datasets/issues/1641
1,641
muchocine dataset cannot be dowloaded
```python --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/datasets/load.py in prepare_module(path, script_version, download_config, download_mode, dataset, force_local_path, ...
closed
2020-12-27T21:26:28
https://api.github.com/repos/huggingface/datasets/issues/1641/comments
null
false
muchocine dataset cannot be dowloaded ```python --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/datasets/load.py in prepare_module(path, script_version, download_config, down...
[ "I have encountered the same error with `v1.0.1` and `v1.0.2` on both Windows and Linux environments. However, cloning the repo and using the path to the dataset's root directory worked for me. Even after having the dataset cached - passing the path is the only way (for now) to load the dataset.\r\n\r\n```python\r\...
https://api.github.com/repos/huggingface/datasets/issues/1640
1,640
Fix "'BertTokenizerFast' object has no attribute 'max_len'"
Tensorflow 2.3.0 gives: FutureWarning: The `max_len` attribute has been deprecated and will be removed in a future version, use `model_max_length` instead. Tensorflow 2.4.0 gives: AttributeError 'BertTokenizerFast' object has no attribute 'max_len'
closed
2020-12-26T19:25:41
https://api.github.com/repos/huggingface/datasets/issues/1640/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1640", "html_url": "https://github.com/huggingface/datasets/pull/1640", "diff_url": "https://github.com/huggingface/datasets/pull/1640.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1640.patch", "merged_at": "2020-12-28T17:26...
true
Fix "'BertTokenizerFast' object has no attribute 'max_len'" Tensorflow 2.3.0 gives: FutureWarning: The `max_len` attribute has been deprecated and will be removed in a future version, use `model_max_length` instead. Tensorflow 2.4.0 gives: AttributeError 'BertTokenizerFast' object has no attribute 'max_len'
[]
https://api.github.com/repos/huggingface/datasets/issues/1639
1,639
bug with sst2 in glue
Hi I am getting very low accuracy on SST2 I investigate this and observe that for this dataset sentences are tokenized, while this is correct for the other datasets in GLUE, please see below. Is there any alternatives I could get untokenized sentences? I am unfortunately under time pressure to report some results on ...
closed
2020-12-26T16:57:23
https://api.github.com/repos/huggingface/datasets/issues/1639/comments
null
false
bug with sst2 in glue Hi I am getting very low accuracy on SST2 I investigate this and observe that for this dataset sentences are tokenized, while this is correct for the other datasets in GLUE, please see below. Is there any alternatives I could get untokenized sentences? I am unfortunately under time pressure to ...
[ "Maybe you can use nltk's treebank detokenizer ?\r\n```python\r\nfrom nltk.tokenize.treebank import TreebankWordDetokenizer\r\n\r\nTreebankWordDetokenizer().detokenize(\"it 's a charming and often affecting journey . \".split())\r\n# \"it's a charming and often affecting journey.\"\r\n```", "I am looking for alte...
https://api.github.com/repos/huggingface/datasets/issues/1638
1,638
Add id_puisi dataset
Puisi (poem) is an Indonesian poetic form. The dataset contains 7223 Indonesian puisi with its title and author. :)
closed
2020-12-26T12:41:55
https://api.github.com/repos/huggingface/datasets/issues/1638/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1638", "html_url": "https://github.com/huggingface/datasets/pull/1638", "diff_url": "https://github.com/huggingface/datasets/pull/1638.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1638.patch", "merged_at": "2020-12-30T16:34...
true
Add id_puisi dataset Puisi (poem) is an Indonesian poetic form. The dataset contains 7223 Indonesian puisi with its title and author. :)
[]
https://api.github.com/repos/huggingface/datasets/issues/1637
1,637
Added `pn_summary` dataset
#1635 You did a great job with the fluent procedure regarding adding a dataset. I took the chance to add the dataset on my own. Thank you for your awesome job, and I hope this dataset found the researchers happy, specifically those interested in Persian Language (Farsi)!
closed
2020-12-25T11:01:24
https://api.github.com/repos/huggingface/datasets/issues/1637/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1637", "html_url": "https://github.com/huggingface/datasets/pull/1637", "diff_url": "https://github.com/huggingface/datasets/pull/1637.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1637.patch", "merged_at": "2021-01-04T13:43...
true
Added `pn_summary` dataset #1635 You did a great job with the fluent procedure regarding adding a dataset. I took the chance to add the dataset on my own. Thank you for your awesome job, and I hope this dataset found the researchers happy, specifically those interested in Persian Language (Farsi)!
[ "As always, I got stuck in the correct order of imports 😅\r\n@lhoestq, It's finished!", "@lhoestq, It's done! Is there anything else that needs changes?" ]
https://api.github.com/repos/huggingface/datasets/issues/1636
1,636
winogrande cannot be dowloaded
Hi, I am getting this error when trying to run the codes on the cloud. Thank you for any suggestion and help on this @lhoestq ``` File "./finetune_trainer.py", line 318, in <module> main() File "./finetune_trainer.py", line 148, in main for task in data_args.tasks] File "./finetune_trainer.py", ...
closed
2020-12-24T22:28:22
https://api.github.com/repos/huggingface/datasets/issues/1636/comments
null
false
winogrande cannot be dowloaded Hi, I am getting this error when trying to run the codes on the cloud. Thank you for any suggestion and help on this @lhoestq ``` File "./finetune_trainer.py", line 318, in <module> main() File "./finetune_trainer.py", line 148, in main for task in data_args.tasks] ...
[ "I have same issue for other datasets (`myanmar_news` in my case).\r\n\r\nA version of `datasets` runs correctly on my local machine (**without GPU**) which looking for the dataset at \r\n```\r\nhttps://raw.githubusercontent.com/huggingface/datasets/master/datasets/myanmar_news/myanmar_news.py\r\n```\r\n\r\nMeanwhi...
https://api.github.com/repos/huggingface/datasets/issues/1635
1,635
Persian Abstractive/Extractive Text Summarization
Assembling datasets tailored to different tasks and languages is a precious target. This would be great to have this dataset included. ## Adding a Dataset - **Name:** *pn-summary* - **Description:** *A well-structured summarization dataset for the Persian language consists of 93,207 records. It is prepared for Abs...
closed
2020-12-24T17:47:12
https://api.github.com/repos/huggingface/datasets/issues/1635/comments
null
false
Persian Abstractive/Extractive Text Summarization Assembling datasets tailored to different tasks and languages is a precious target. This would be great to have this dataset included. ## Adding a Dataset - **Name:** *pn-summary* - **Description:** *A well-structured summarization dataset for the Persian language ...
[]
https://api.github.com/repos/huggingface/datasets/issues/1634
1,634
Inspecting datasets per category
Hi Is there a way I could get all NLI datasets/all QA datasets to get some understanding of available datasets per category? this is hard for me to inspect the datasets one by one in the webpage, thanks for the suggestions @lhoestq
closed
2020-12-24T15:26:34
https://api.github.com/repos/huggingface/datasets/issues/1634/comments
null
false
Inspecting datasets per category Hi Is there a way I could get all NLI datasets/all QA datasets to get some understanding of available datasets per category? this is hard for me to inspect the datasets one by one in the webpage, thanks for the suggestions @lhoestq
[ "That's interesting, can you tell me what you think would be useful to access to inspect a dataset?\r\n\r\nYou can filter them in the hub with the search by the way: https://huggingface.co/datasets have you seen it?", "Hi @thomwolf \r\nthank you, I was not aware of this, I was looking into the data viewer linked ...
https://api.github.com/repos/huggingface/datasets/issues/1633
1,633
social_i_qa wrong format of labels
Hi, there is extra "\n" in labels of social_i_qa datasets, no big deal, but I was wondering if you could remove it to make it consistent. so label is 'label': '1\n', not '1' thanks ``` >>> import datasets >>> from datasets import load_dataset >>> dataset = load_dataset( ... 'social_i_qa') cahce dir /jul...
closed
2020-12-24T13:11:54
https://api.github.com/repos/huggingface/datasets/issues/1633/comments
null
false
social_i_qa wrong format of labels Hi, there is extra "\n" in labels of social_i_qa datasets, no big deal, but I was wondering if you could remove it to make it consistent. so label is 'label': '1\n', not '1' thanks ``` >>> import datasets >>> from datasets import load_dataset >>> dataset = load_dataset( ......
[ "@lhoestq, should I raise a PR for this? Just a minor change while reading labels text file", "Sure feel free to open a PR thanks !" ]