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/1833
1,833
Add OSCAR dataset card
I added more information and completed the dataset card for OSCAR which was started by @lhoestq in his previous [PR](https://github.com/huggingface/datasets/pull/1824).
closed
2021-02-08T01:39:49
https://api.github.com/repos/huggingface/datasets/issues/1833/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1833", "html_url": "https://github.com/huggingface/datasets/pull/1833", "diff_url": "https://github.com/huggingface/datasets/pull/1833.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1833.patch", "merged_at": "2021-02-12T14:08...
true
Add OSCAR dataset card I added more information and completed the dataset card for OSCAR which was started by @lhoestq in his previous [PR](https://github.com/huggingface/datasets/pull/1824).
[ "@lhoestq Thanks for the suggestions! I agree with all of them. Should I accept them one by one or can I accept them all at once? When I try to load the whole diff GitHub is complaining and it does no render them well (probably my browser?) 😅 ", "I just merged the tables as suggested 😄 . However I noticed somet...
https://api.github.com/repos/huggingface/datasets/issues/1832
1,832
Looks like nokogumbo is up-to-date now, so this is no longer needed.
Looks like nokogumbo is up-to-date now, so this is no longer needed. __Originally posted by @dependabot in https://github.com/discourse/discourse/pull/11373#issuecomment-738993432__
closed
2021-02-07T06:52:07
https://api.github.com/repos/huggingface/datasets/issues/1832/comments
null
false
Looks like nokogumbo is up-to-date now, so this is no longer needed. Looks like nokogumbo is up-to-date now, so this is no longer needed. __Originally posted by @dependabot in https://github.com/discourse/discourse/pull/11373#issuecomment-738993432__
[]
https://api.github.com/repos/huggingface/datasets/issues/1831
1,831
Some question about raw dataset download info in the project .
Hi , i review the code in https://github.com/huggingface/datasets/blob/master/datasets/conll2003/conll2003.py in the _split_generators function is the truly logic of download raw datasets with dl_manager and use Conll2003 cls by use import_main_class in load_dataset function My question is that , with this logic i...
closed
2021-02-07T05:33:36
https://api.github.com/repos/huggingface/datasets/issues/1831/comments
null
false
Some question about raw dataset download info in the project . Hi , i review the code in https://github.com/huggingface/datasets/blob/master/datasets/conll2003/conll2003.py in the _split_generators function is the truly logic of download raw datasets with dl_manager and use Conll2003 cls by use import_main_class in...
[ "Hi ! The `dl_manager` is a `DownloadManager` object and is responsible for downloading the raw data files.\r\nIt is used by dataset builders in their `_split_generators` method to download the raw data files that are necessary to build the datasets splits.\r\n\r\nThe `Conll2003` class is a dataset builder, and so ...
https://api.github.com/repos/huggingface/datasets/issues/1830
1,830
using map on loaded Tokenizer 10x - 100x slower than default Tokenizer?
This could total relate to me misunderstanding particular call functions, but I added words to a GPT2Tokenizer, and saved it to disk (note I'm only showing snippets but I can share more) and the map function ran much slower: ```` def save_tokenizer(original_tokenizer,text,path="simpledata/tokenizer"): words_u...
open
2021-02-06T21:00:26
https://api.github.com/repos/huggingface/datasets/issues/1830/comments
null
false
using map on loaded Tokenizer 10x - 100x slower than default Tokenizer? This could total relate to me misunderstanding particular call functions, but I added words to a GPT2Tokenizer, and saved it to disk (note I'm only showing snippets but I can share more) and the map function ran much slower: ```` def save_toke...
[ "Hi @wumpusman \r\n`datasets` has a caching mechanism that allows to cache the results of `.map` so that when you want to re-run it later it doesn't recompute it again.\r\nSo when you do `.map`, what actually happens is:\r\n1. compute the hash used to identify your `map` for the cache\r\n2. apply your function on e...
https://api.github.com/repos/huggingface/datasets/issues/1829
1,829
Add Tweet Eval Dataset
Closes Draft PR #1407. Notes: 1. I have excluded `mapping.txt` from the dataset at it only contained the name mappings, which are already present in the ClassLabels. 2. I have also exluded the textual names for the emojis mentioned in the [mapping](https://github.com/cardiffnlp/tweeteval/blob/main/datasets/emoji/...
closed
2021-02-06T12:36:25
https://api.github.com/repos/huggingface/datasets/issues/1829/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1829", "html_url": "https://github.com/huggingface/datasets/pull/1829", "diff_url": "https://github.com/huggingface/datasets/pull/1829.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1829.patch", "merged_at": "2021-02-08T13:17...
true
Add Tweet Eval Dataset Closes Draft PR #1407. Notes: 1. I have excluded `mapping.txt` from the dataset at it only contained the name mappings, which are already present in the ClassLabels. 2. I have also exluded the textual names for the emojis mentioned in the [mapping](https://github.com/cardiffnlp/tweeteval/bl...
[]
https://api.github.com/repos/huggingface/datasets/issues/1828
1,828
Add CelebA Dataset
Trying to add CelebA Dataset. Need help with testing. Loading examples takes a lot of time so I am unable to generate the `dataset_infos.json` and unable to test. Also, need help with creating `dummy_data.zip`. Additionally, trying to load a few examples using `load_dataset('./datasets/celeb_a',split='train[10:20]...
closed
2021-02-05T20:20:55
https://api.github.com/repos/huggingface/datasets/issues/1828/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1828", "html_url": "https://github.com/huggingface/datasets/pull/1828", "diff_url": "https://github.com/huggingface/datasets/pull/1828.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1828.patch", "merged_at": null }
true
Add CelebA Dataset Trying to add CelebA Dataset. Need help with testing. Loading examples takes a lot of time so I am unable to generate the `dataset_infos.json` and unable to test. Also, need help with creating `dummy_data.zip`. Additionally, trying to load a few examples using `load_dataset('./datasets/celeb_a',...
[ "Hi @gchhablani! Thanks for all the contributions! We definitely want more image datasets, but Face datasets are tricky in general, in this one includes predicting attributes such as Attractiveness, Gender, or Race, which can be pretty problematic.\r\n\r\nWould you be up for starting with only object classification...
https://api.github.com/repos/huggingface/datasets/issues/1827
1,827
Regarding On-the-fly Data Loading
Hi, I was wondering if it is possible to load images/texts as a batch during the training process, without loading the entire dataset on the RAM at any given point. Thanks, Gunjan
closed
2021-02-05T17:43:48
https://api.github.com/repos/huggingface/datasets/issues/1827/comments
null
false
Regarding On-the-fly Data Loading Hi, I was wondering if it is possible to load images/texts as a batch during the training process, without loading the entire dataset on the RAM at any given point. Thanks, Gunjan
[ "Possible duplicate\r\n\r\n#1776 https://github.com/huggingface/datasets/issues/\r\n\r\nreally looking PR for this feature", "Hi @acul3 \r\n\r\nIssue #1776 talks about doing on-the-fly data pre-processing, which I think is solved in the next release as mentioned in the issue #1825. I also look forward to using t...
https://api.github.com/repos/huggingface/datasets/issues/1826
1,826
Print error message with filename when malformed CSV
Print error message specifying filename when malformed CSV file. Close #1821
closed
2021-02-05T11:07:59
https://api.github.com/repos/huggingface/datasets/issues/1826/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1826", "html_url": "https://github.com/huggingface/datasets/pull/1826", "diff_url": "https://github.com/huggingface/datasets/pull/1826.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1826.patch", "merged_at": "2021-02-09T17:39...
true
Print error message with filename when malformed CSV Print error message specifying filename when malformed CSV file. Close #1821
[]
https://api.github.com/repos/huggingface/datasets/issues/1825
1,825
Datasets library not suitable for huge text datasets.
Hi, I'm trying to use datasets library to load a 187GB dataset of pure text, with the intention of building a Language Model. The problem is that from the 187GB it goes to some TB when processed by Datasets. First of all, I think the pre-tokenizing step (with tokenizer.map()) is not really thought for datasets this ...
closed
2021-02-05T11:06:50
https://api.github.com/repos/huggingface/datasets/issues/1825/comments
null
false
Datasets library not suitable for huge text datasets. Hi, I'm trying to use datasets library to load a 187GB dataset of pure text, with the intention of building a Language Model. The problem is that from the 187GB it goes to some TB when processed by Datasets. First of all, I think the pre-tokenizing step (with tok...
[ "Hi ! Looks related to #861 \r\n\r\nYou are right: tokenizing a dataset using map takes a lot of space since it can store `input_ids` but also `token_type_ids`, `attention_mask` and `special_tokens_mask`. Moreover if your tokenization function returns python integers then by default they'll be stored as int64 which...
https://api.github.com/repos/huggingface/datasets/issues/1824
1,824
Add OSCAR dataset card
I started adding the dataset card for OSCAR ! For now it's just basic info for all the different configurations in `Dataset Structure`. In particular the Data Splits section tells how may samples there are for each config. The Data Instances section show an example for each config, and it also shows the size in MB....
closed
2021-02-05T10:30:26
https://api.github.com/repos/huggingface/datasets/issues/1824/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1824", "html_url": "https://github.com/huggingface/datasets/pull/1824", "diff_url": "https://github.com/huggingface/datasets/pull/1824.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1824.patch", "merged_at": null }
true
Add OSCAR dataset card I started adding the dataset card for OSCAR ! For now it's just basic info for all the different configurations in `Dataset Structure`. In particular the Data Splits section tells how may samples there are for each config. The Data Instances section show an example for each config, and it als...
[ "Hi @lhoestq! When are you planning to release the version with this dataset?\r\n\r\nBTW: What a huge README file :astonished:", "Next week !", "Closing in favor of #1833" ]
https://api.github.com/repos/huggingface/datasets/issues/1823
1,823
Add FewRel Dataset
Hi, This PR closes this [Card](https://github.com/huggingface/datasets/projects/1#card-53285184) and Issue #1757. I wasn't sure how to add `pid2name` along with the dataset so I added it as a separate configuration. For each (head, tail, tokens) triplet, I have created one example. I have added the dictionary key...
closed
2021-02-05T10:22:03
https://api.github.com/repos/huggingface/datasets/issues/1823/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1823", "html_url": "https://github.com/huggingface/datasets/pull/1823", "diff_url": "https://github.com/huggingface/datasets/pull/1823.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1823.patch", "merged_at": "2021-03-01T10:21...
true
Add FewRel Dataset Hi, This PR closes this [Card](https://github.com/huggingface/datasets/projects/1#card-53285184) and Issue #1757. I wasn't sure how to add `pid2name` along with the dataset so I added it as a separate configuration. For each (head, tail, tokens) triplet, I have created one example. I have added...
[ "Hi @lhoestq,\r\n\r\nSorry for the late response. What do you mean when you say \"adding names to default config\"? Should I handle \"pid2name\" in the same config as \"default\"?", "Yes I was thinking of having the pid2name field available in the default configuration (and therefore only have one config). What d...
https://api.github.com/repos/huggingface/datasets/issues/1822
1,822
Add Hindi Discourse Analysis Natural Language Inference Dataset
# Dataset Card for Hindi Discourse Analysis Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#dat...
closed
2021-02-05T09:30:54
https://api.github.com/repos/huggingface/datasets/issues/1822/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1822", "html_url": "https://github.com/huggingface/datasets/pull/1822", "diff_url": "https://github.com/huggingface/datasets/pull/1822.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1822.patch", "merged_at": "2021-02-15T09:57...
true
Add Hindi Discourse Analysis Natural Language Inference Dataset # Dataset Card for Hindi Discourse Analysis Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [D...
[ "Could you also run `make style` to fix the CI check on code formatting ?", "@lhoestq completed and resolved all comments." ]
https://api.github.com/repos/huggingface/datasets/issues/1821
1,821
Provide better exception message when one of many files results in an exception
I find when I process many files, i.e. ``` train_files = glob.glob('rain*.csv') validation_files = glob.glob(validation*.csv') datasets = load_dataset("csv", data_files=dict(train=train_files, validation=validation_files)) ``` I sometimes encounter an error due to one of the files being misformed (i.e. no dat...
closed
2021-02-05T00:49:03
https://api.github.com/repos/huggingface/datasets/issues/1821/comments
null
false
Provide better exception message when one of many files results in an exception I find when I process many files, i.e. ``` train_files = glob.glob('rain*.csv') validation_files = glob.glob(validation*.csv') datasets = load_dataset("csv", data_files=dict(train=train_files, validation=validation_files)) ``` I s...
[ "Hi!\r\n\r\nThank you for reporting this issue. I agree that the information about the exception should be more clear and explicit.\r\n\r\nI could take on this issue.\r\n\r\nOn the meantime, as you can see from the exception stack trace, HF Datasets uses pandas to read the CSV files. You can pass arguments to `pand...
https://api.github.com/repos/huggingface/datasets/issues/1820
1,820
Add metrics usage examples and tests
All metrics finally have usage examples and proper fast + slow tests :) I added examples of usage for every metric, and I use doctest to make sure they all work as expected. For "slow" metrics such as bert_score or bleurt which require to download + run a transformer model, the download + forward pass are only do...
closed
2021-02-04T18:23:50
https://api.github.com/repos/huggingface/datasets/issues/1820/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1820", "html_url": "https://github.com/huggingface/datasets/pull/1820", "diff_url": "https://github.com/huggingface/datasets/pull/1820.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1820.patch", "merged_at": "2021-02-05T14:00...
true
Add metrics usage examples and tests All metrics finally have usage examples and proper fast + slow tests :) I added examples of usage for every metric, and I use doctest to make sure they all work as expected. For "slow" metrics such as bert_score or bleurt which require to download + run a transformer model, th...
[]
https://api.github.com/repos/huggingface/datasets/issues/1819
1,819
Fixed spelling `S3Fileystem` to `S3FileSystem`
Fixed documentation spelling errors. Wrong `S3Fileystem` Right `S3FileSystem`
closed
2021-02-04T16:36:46
https://api.github.com/repos/huggingface/datasets/issues/1819/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1819", "html_url": "https://github.com/huggingface/datasets/pull/1819", "diff_url": "https://github.com/huggingface/datasets/pull/1819.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1819.patch", "merged_at": "2021-02-04T16:52...
true
Fixed spelling `S3Fileystem` to `S3FileSystem` Fixed documentation spelling errors. Wrong `S3Fileystem` Right `S3FileSystem`
[]
https://api.github.com/repos/huggingface/datasets/issues/1818
1,818
Loading local dataset raise requests.exceptions.ConnectTimeout
Load local dataset: ``` dataset = load_dataset('json', data_files=["../../data/json.json"]) train = dataset["train"] print(train.features) train1 = train.map(lambda x: {"labels": 1}) print(train1[:2]) ``` but it raised requests.exceptions.ConnectTimeout: ``` /Users/littlely/myvirtual/tf2/bin/python3.7 /Us...
closed
2021-02-04T05:55:23
https://api.github.com/repos/huggingface/datasets/issues/1818/comments
null
false
Loading local dataset raise requests.exceptions.ConnectTimeout Load local dataset: ``` dataset = load_dataset('json', data_files=["../../data/json.json"]) train = dataset["train"] print(train.features) train1 = train.map(lambda x: {"labels": 1}) print(train1[:2]) ``` but it raised requests.exceptions.ConnectT...
[ "Hi ! Thanks for reporting. This was indeed a bug introduced when we moved the `json` dataset loader inside the `datasets` package (before that, the `json` loader was fetched online, as all the other dataset scripts).\r\n\r\nThis should be fixed on master now. Feel free to install `datasets` from source to try it o...
https://api.github.com/repos/huggingface/datasets/issues/1817
1,817
pyarrow.lib.ArrowInvalid: Column 1 named input_ids expected length 599 but got length 1500
I am trying to preprocess any dataset in this package with GPT-2 tokenizer, so I need to structure the datasets as long sequences of text without padding. I've been following a couple of your tutorials and here you can find the script that is failing right at the end https://github.com/LuCeHe/GenericTools/blob/maste...
closed
2021-02-04T02:30:23
https://api.github.com/repos/huggingface/datasets/issues/1817/comments
null
false
pyarrow.lib.ArrowInvalid: Column 1 named input_ids expected length 599 but got length 1500 I am trying to preprocess any dataset in this package with GPT-2 tokenizer, so I need to structure the datasets as long sequences of text without padding. I've been following a couple of your tutorials and here you can find the s...
[ "Hi !\r\nThe error you have is due to the `input_ids` column not having the same number of examples as the other columns.\r\nIndeed you're concatenating the `input_ids` at this line:\r\n\r\nhttps://github.com/LuCeHe/GenericTools/blob/431835d8e13ec24dceb5ee4dc4ae58f0e873b091/KerasTools/lm_preprocessing.py#L134\r\n\r...
https://api.github.com/repos/huggingface/datasets/issues/1816
1,816
Doc2dial rc update to latest version
closed
2021-02-03T20:08:54
https://api.github.com/repos/huggingface/datasets/issues/1816/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1816", "html_url": "https://github.com/huggingface/datasets/pull/1816", "diff_url": "https://github.com/huggingface/datasets/pull/1816.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1816.patch", "merged_at": "2021-02-15T15:04...
true
Doc2dial rc update to latest version
[ "- update data loader and readme for latest version 1.0.1" ]
https://api.github.com/repos/huggingface/datasets/issues/1815
1,815
Add CCAligned Multilingual Dataset
Hello, I'm trying to add [CCAligned Multilingual Dataset](http://www.statmt.org/cc-aligned/). This has the potential to close #1756. This dataset has two types - Document-Pairs, and Sentence-Pairs. The datasets are huge, so I won't be able to test all of them. At the same time, a user might only want to downlo...
closed
2021-02-03T18:59:52
https://api.github.com/repos/huggingface/datasets/issues/1815/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1815", "html_url": "https://github.com/huggingface/datasets/pull/1815", "diff_url": "https://github.com/huggingface/datasets/pull/1815.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1815.patch", "merged_at": "2021-03-01T10:36...
true
Add CCAligned Multilingual Dataset Hello, I'm trying to add [CCAligned Multilingual Dataset](http://www.statmt.org/cc-aligned/). This has the potential to close #1756. This dataset has two types - Document-Pairs, and Sentence-Pairs. The datasets are huge, so I won't be able to test all of them. At the same tim...
[ "Hi !\r\n\r\nWe already have some datasets that can have many many configurations possible.\r\nTo be able to support that, we allow to subclass BuilderConfig to add as many additional parameters as you may need.\r\nThis way users can load any language they want. For example the [bible_para](https://github.com/huggi...
https://api.github.com/repos/huggingface/datasets/issues/1814
1,814
Add Freebase QA Dataset
Closes PR #1435. Fixed issues with PR #1809. Requesting @lhoestq to review.
closed
2021-02-03T16:57:49
https://api.github.com/repos/huggingface/datasets/issues/1814/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1814", "html_url": "https://github.com/huggingface/datasets/pull/1814", "diff_url": "https://github.com/huggingface/datasets/pull/1814.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1814.patch", "merged_at": "2021-02-04T16:21...
true
Add Freebase QA Dataset Closes PR #1435. Fixed issues with PR #1809. Requesting @lhoestq to review.
[ "Hi @lhoestq \r\n\r\nThanks for approving. Request you to close PR #1435 as well." ]
https://api.github.com/repos/huggingface/datasets/issues/1813
1,813
Support future datasets
If a dataset is available at the version of the local installation of `datasets` (e.g. 1.2.0), then loading this dataset means loading the script at this version. However when trying to load a dataset that is only available on master, currently users have to specify `script_version="master"` in `load_dataset` to mak...
closed
2021-02-03T15:26:49
https://api.github.com/repos/huggingface/datasets/issues/1813/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1813", "html_url": "https://github.com/huggingface/datasets/pull/1813", "diff_url": "https://github.com/huggingface/datasets/pull/1813.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1813.patch", "merged_at": "2021-02-05T10:33...
true
Support future datasets If a dataset is available at the version of the local installation of `datasets` (e.g. 1.2.0), then loading this dataset means loading the script at this version. However when trying to load a dataset that is only available on master, currently users have to specify `script_version="master"` ...
[]
https://api.github.com/repos/huggingface/datasets/issues/1812
1,812
Add CIFAR-100 Dataset
Adding CIFAR-100 Dataset.
closed
2021-02-02T15:22:59
https://api.github.com/repos/huggingface/datasets/issues/1812/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1812", "html_url": "https://github.com/huggingface/datasets/pull/1812", "diff_url": "https://github.com/huggingface/datasets/pull/1812.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1812.patch", "merged_at": "2021-02-08T10:39...
true
Add CIFAR-100 Dataset Adding CIFAR-100 Dataset.
[ "Hi @lhoestq,\r\nI have updated with the changes from the review.", "Thanks for approving :)" ]
https://api.github.com/repos/huggingface/datasets/issues/1811
1,811
Unable to add Multi-label Datasets
I am trying to add [CIFAR-100](https://www.cs.toronto.edu/~kriz/cifar.html) dataset. The dataset contains two labels per image - `fine label` and `coarse label`. Using just one label in supervised keys as `supervised_keys=("img", "fine_label")` raises no issue. But trying `supervised_keys=("img", "fine_label","coarse...
closed
2021-02-02T11:50:56
https://api.github.com/repos/huggingface/datasets/issues/1811/comments
null
false
Unable to add Multi-label Datasets I am trying to add [CIFAR-100](https://www.cs.toronto.edu/~kriz/cifar.html) dataset. The dataset contains two labels per image - `fine label` and `coarse label`. Using just one label in supervised keys as `supervised_keys=("img", "fine_label")` raises no issue. But trying `supervise...
[ "Thanks for adding this dataset! As far as I know `supervised_keys` is mostly a holdover from TFDS, but isn't really used, so feel free to drop it (@lhoestq or @thomwolf correct me if I'm wrong). It definitely shouldn't be blocking :) ", "I can confirm that it comes from TFDS and is not used at the moment.", "...
https://api.github.com/repos/huggingface/datasets/issues/1810
1,810
Add Hateful Memes Dataset
## Add Hateful Memes Dataset - **Name:** Hateful Memes - **Description:** [https://ai.facebook.com/blog/hateful-memes-challenge-and-data-set]( https://ai.facebook.com/blog/hateful-memes-challenge-and-data-set) - **Paper:** [https://arxiv.org/pdf/2005.04790.pdf](https://arxiv.org/pdf/2005.04790.pdf) - **Data:** [Thi...
open
2021-02-02T10:53:59
https://api.github.com/repos/huggingface/datasets/issues/1810/comments
null
false
Add Hateful Memes Dataset ## Add Hateful Memes Dataset - **Name:** Hateful Memes - **Description:** [https://ai.facebook.com/blog/hateful-memes-challenge-and-data-set]( https://ai.facebook.com/blog/hateful-memes-challenge-and-data-set) - **Paper:** [https://arxiv.org/pdf/2005.04790.pdf](https://arxiv.org/pdf/2005.04...
[ "I am not sure, but would `datasets.Sequence(datasets.Sequence(datasets.Sequence(datasets.Value(\"int\")))` work?", "Also, I found the information for loading only subsets of the data [here](https://github.com/huggingface/datasets/blob/master/docs/source/splits.rst).", "Hi @lhoestq,\r\n\r\nRequest you to check ...
https://api.github.com/repos/huggingface/datasets/issues/1809
1,809
Add FreebaseQA dataset
Adding FreebaseQA dataset suggested in PR #1435 with minor edits. Also closes that PR. Requesting @lhoestq to review.
closed
2021-02-02T08:35:53
https://api.github.com/repos/huggingface/datasets/issues/1809/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1809", "html_url": "https://github.com/huggingface/datasets/pull/1809", "diff_url": "https://github.com/huggingface/datasets/pull/1809.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1809.patch", "merged_at": null }
true
Add FreebaseQA dataset Adding FreebaseQA dataset suggested in PR #1435 with minor edits. Also closes that PR. Requesting @lhoestq to review.
[ "Hi ! It looks like this PR contains changes about other datasets than freebase_qa such as DuoRC.\r\n\r\nCan you remove these changes please ?", "Hi @lhoestq,\r\n\r\nI think this happened because of rebasing. I'm unable to remove the duorc commit from the branch. GEM, Arabic sarcasm datasets are also there. I ca...
https://api.github.com/repos/huggingface/datasets/issues/1808
1,808
writing Datasets in a human readable format
Hi I see there is a save_to_disk function to save data, but this is not human readable format, is there a way I could save a Dataset object in a human readable format to a file like json? thanks @lhoestq
closed
2021-02-02T02:55:40
https://api.github.com/repos/huggingface/datasets/issues/1808/comments
null
false
writing Datasets in a human readable format Hi I see there is a save_to_disk function to save data, but this is not human readable format, is there a way I could save a Dataset object in a human readable format to a file like json? thanks @lhoestq
[ "AFAIK, there is currently no built-in method on the `Dataset` object to do this.\r\nHowever, a workaround is to directly use the Arrow table backing the dataset, **but it implies loading the whole dataset in memory** (correct me if I'm mistaken @lhoestq).\r\n\r\nYou can convert the Arrow table to a pandas datafram...
https://api.github.com/repos/huggingface/datasets/issues/1807
1,807
Adding an aggregated dataset for the GEM benchmark
This dataset gathers modified versions of several other conditional text generation datasets which together make up the shared task for the Generation Evaluation and Metrics workshop (think GLUE for text generation) The changes from the original datasets are detailed in the Dataset Cards on the GEM website, which ar...
closed
2021-02-02T00:39:53
https://api.github.com/repos/huggingface/datasets/issues/1807/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1807", "html_url": "https://github.com/huggingface/datasets/pull/1807", "diff_url": "https://github.com/huggingface/datasets/pull/1807.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1807.patch", "merged_at": "2021-02-02T18:06...
true
Adding an aggregated dataset for the GEM benchmark This dataset gathers modified versions of several other conditional text generation datasets which together make up the shared task for the Generation Evaluation and Metrics workshop (think GLUE for text generation) The changes from the original datasets are detaile...
[ "Nice !" ]
https://api.github.com/repos/huggingface/datasets/issues/1806
1,806
Update details to MLSUM dataset
Update details to MLSUM dataset
closed
2021-02-01T18:35:12
https://api.github.com/repos/huggingface/datasets/issues/1806/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1806", "html_url": "https://github.com/huggingface/datasets/pull/1806", "diff_url": "https://github.com/huggingface/datasets/pull/1806.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1806.patch", "merged_at": "2021-02-01T18:46...
true
Update details to MLSUM dataset Update details to MLSUM dataset
[ "Thanks!" ]
https://api.github.com/repos/huggingface/datasets/issues/1805
1,805
can't pickle SwigPyObject objects when calling dataset.get_nearest_examples from FAISS index
So, I have the following instances in my dataset ``` {'question': 'An astronomer observes that a planet rotates faster after a meteorite impact. Which is the most likely effect of this increase in rotation?', 'answer': 'C', 'example_id': 'ARCCH_Mercury_7175875', 'options':[{'option_context': 'One effect of ...
closed
2021-02-01T16:14:17
https://api.github.com/repos/huggingface/datasets/issues/1805/comments
null
false
can't pickle SwigPyObject objects when calling dataset.get_nearest_examples from FAISS index So, I have the following instances in my dataset ``` {'question': 'An astronomer observes that a planet rotates faster after a meteorite impact. Which is the most likely effect of this increase in rotation?', 'answer': ...
[ "Hi ! Indeed we used to require mapping functions to be picklable with `pickle` or `dill` in order to cache the resulting datasets. And FAISS indexes are not picklable unfortunately.\r\n\r\nBut since #1703 this is no longer required (the caching will simply be disabled). This change will be available in the next re...
https://api.github.com/repos/huggingface/datasets/issues/1804
1,804
Add SICK dataset
Adds the SICK dataset (http://marcobaroni.org/composes/sick.html). Closes #1772. Edit: also closes #1632, which is the original issue requesting the dataset. The newer one is a duplicate.
closed
2021-02-01T15:57:44
https://api.github.com/repos/huggingface/datasets/issues/1804/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1804", "html_url": "https://github.com/huggingface/datasets/pull/1804", "diff_url": "https://github.com/huggingface/datasets/pull/1804.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1804.patch", "merged_at": "2021-02-05T15:49...
true
Add SICK dataset Adds the SICK dataset (http://marcobaroni.org/composes/sick.html). Closes #1772. Edit: also closes #1632, which is the original issue requesting the dataset. The newer one is a duplicate.
[]
https://api.github.com/repos/huggingface/datasets/issues/1803
1,803
Querying examples from big datasets is slower than small datasets
After some experiments with bookcorpus I noticed that querying examples from big datasets is slower than small datasets. For example ```python from datasets import load_dataset b1 = load_dataset("bookcorpus", split="train[:1%]") b50 = load_dataset("bookcorpus", split="train[:50%]") b100 = load_dataset("bookcorp...
closed
2021-02-01T11:08:23
https://api.github.com/repos/huggingface/datasets/issues/1803/comments
null
false
Querying examples from big datasets is slower than small datasets After some experiments with bookcorpus I noticed that querying examples from big datasets is slower than small datasets. For example ```python from datasets import load_dataset b1 = load_dataset("bookcorpus", split="train[:1%]") b50 = load_dataset...
[ "Hello, @lhoestq / @gaceladri : We have been seeing similar behavior with bigger datasets, where querying time increases. Are you folks aware of any solution that fixes this problem yet? ", "Hi ! I'm pretty sure that it can be fixed by using the Arrow IPC file format instead of the raw streaming format but I ha...
https://api.github.com/repos/huggingface/datasets/issues/1802
1,802
add github of contributors
This PR will add contributors GitHub id at the end of every dataset cards.
closed
2021-02-01T03:49:19
https://api.github.com/repos/huggingface/datasets/issues/1802/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1802", "html_url": "https://github.com/huggingface/datasets/pull/1802", "diff_url": "https://github.com/huggingface/datasets/pull/1802.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1802.patch", "merged_at": "2021-02-03T10:06...
true
add github of contributors This PR will add contributors GitHub id at the end of every dataset cards.
[ "@lhoestq Can you confirm if this format is fine? I will update cards based on your feedback.", "On HuggingFace side we also have a mapping of hf user => github user (GitHub info used to be required when signing up until not long ago – cc @gary149 @beurkinger) so we can also add a link to HF profile", "All the ...
https://api.github.com/repos/huggingface/datasets/issues/1801
1,801
[GEM] Updated the source link of the data to update correct tokenized version.
closed
2021-01-31T21:17:19
https://api.github.com/repos/huggingface/datasets/issues/1801/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1801", "html_url": "https://github.com/huggingface/datasets/pull/1801", "diff_url": "https://github.com/huggingface/datasets/pull/1801.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1801.patch", "merged_at": null }
true
[GEM] Updated the source link of the data to update correct tokenized version.
[ "@mounicam we'll keep the original version in the Turk dataset proper, and use the updated file in the GEM aggregated dataset which I'll add later today\r\n\r\n@lhoestq do not merge, I'll close when I've submitted the GEM dataset PR :) ", "Closed by https://github.com/huggingface/datasets/pull/1807" ]
https://api.github.com/repos/huggingface/datasets/issues/1800
1,800
Add DuoRC Dataset
Hi, DuoRC SelfRC is one type of the [DuoRC Dataset](https://duorc.github.io/). DuoRC SelfRC is a crowdsourced Abstractive/Extractive Question-Answering dataset based on Wikipedia movie plots. It contains examples that may have answers in the movie plot, synthesized answers which are not present in the movie plot, or...
closed
2021-01-31T20:01:59
https://api.github.com/repos/huggingface/datasets/issues/1800/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1800", "html_url": "https://github.com/huggingface/datasets/pull/1800", "diff_url": "https://github.com/huggingface/datasets/pull/1800.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1800.patch", "merged_at": "2021-02-02T22:49...
true
Add DuoRC Dataset Hi, DuoRC SelfRC is one type of the [DuoRC Dataset](https://duorc.github.io/). DuoRC SelfRC is a crowdsourced Abstractive/Extractive Question-Answering dataset based on Wikipedia movie plots. It contains examples that may have answers in the movie plot, synthesized answers which are not present in ...
[ "Thanks for approving @lhoestq!\r\nWill apply these changes for the other datasets I've added too." ]
https://api.github.com/repos/huggingface/datasets/issues/1799
1,799
Update: SWDA - Fixed code to use all metadata features. Added comments and cleaned c…
This is a dataset I currently use my research and I realized some features are not being returned. Previous code was not using all available metadata and was kind of messy I fixed code to use all metadata and made some modification to be more efficient and better formatted. Please let me know if I need to ma...
closed
2021-01-31T19:18:55
https://api.github.com/repos/huggingface/datasets/issues/1799/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1799", "html_url": "https://github.com/huggingface/datasets/pull/1799", "diff_url": "https://github.com/huggingface/datasets/pull/1799.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1799.patch", "merged_at": "2021-02-09T15:49...
true
Update: SWDA - Fixed code to use all metadata features. Added comments and cleaned c… This is a dataset I currently use my research and I realized some features are not being returned. Previous code was not using all available metadata and was kind of messy I fixed code to use all metadata and made some modificat...
[ "@yjernite Pushed all the changes you recommended. Thank you for your help!" ]
https://api.github.com/repos/huggingface/datasets/issues/1798
1,798
Add Arabic sarcasm dataset
This MIT license dataset: https://github.com/iabufarha/ArSarcasm Via https://sites.google.com/view/ar-sarcasm-sentiment-detection/
closed
2021-01-31T17:38:55
https://api.github.com/repos/huggingface/datasets/issues/1798/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1798", "html_url": "https://github.com/huggingface/datasets/pull/1798", "diff_url": "https://github.com/huggingface/datasets/pull/1798.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1798.patch", "merged_at": "2021-02-03T10:35...
true
Add Arabic sarcasm dataset This MIT license dataset: https://github.com/iabufarha/ArSarcasm Via https://sites.google.com/view/ar-sarcasm-sentiment-detection/
[ "@lhoestq thanks for the comments - I believe these are now addressed. I re-generated the datasets_info.json and dummy data" ]
https://api.github.com/repos/huggingface/datasets/issues/1797
1,797
Connection error
Hi I am hitting to the error, help me and thanks. `train_data = datasets.load_dataset("xsum", split="train")` `ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.0.2/datasets/xsum/xsum.py`
closed
2021-01-30T07:32:45
https://api.github.com/repos/huggingface/datasets/issues/1797/comments
null
false
Connection error Hi I am hitting to the error, help me and thanks. `train_data = datasets.load_dataset("xsum", split="train")` `ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.0.2/datasets/xsum/xsum.py`
[ "Hi ! For future references let me add a link to our discussion here : https://github.com/huggingface/datasets/issues/759#issuecomment-770684693\r\n\r\nLet me know if you manage to fix your proxy issue or if we can do something on our end to help you :)" ]
https://api.github.com/repos/huggingface/datasets/issues/1796
1,796
Filter on dataset too much slowww
I have a dataset with 50M rows. For pre-processing, I need to tokenize this and filter rows with the large sequence. My tokenization took roughly 12mins. I used `map()` with batch size 1024 and multi-process with 96 processes. When I applied the `filter()` function it is taking too much time. I need to filter se...
open
2021-01-30T04:09:19
https://api.github.com/repos/huggingface/datasets/issues/1796/comments
null
false
Filter on dataset too much slowww I have a dataset with 50M rows. For pre-processing, I need to tokenize this and filter rows with the large sequence. My tokenization took roughly 12mins. I used `map()` with batch size 1024 and multi-process with 96 processes. When I applied the `filter()` function it is taking ...
[ "When I use the filter on the arrow table directly, it works like butter. But I can't find a way to update the table in `Dataset` object.\r\n\r\n```\r\nds_table = dataset.data.filter(mask=dataset['flag'])\r\n```", "@thomwolf @lhoestq can you guys please take a look and recommend some solution.", "Hi ! Currently...
https://api.github.com/repos/huggingface/datasets/issues/1795
1,795
Custom formatting for lazy map + arrow data extraction refactor
Hi ! This PR refactors the way data are extracted from pyarrow tables to extend it to the use of custom formatting functions. While the internal storage of the dataset is always the Apache Arrow format, by setting a specific format on a dataset, you can cast the output of `datasets.Dataset.__getitem__` in NumPy/p...
closed
2021-01-29T16:35:53
https://api.github.com/repos/huggingface/datasets/issues/1795/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1795", "html_url": "https://github.com/huggingface/datasets/pull/1795", "diff_url": "https://github.com/huggingface/datasets/pull/1795.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1795.patch", "merged_at": "2021-02-05T09:54...
true
Custom formatting for lazy map + arrow data extraction refactor Hi ! This PR refactors the way data are extracted from pyarrow tables to extend it to the use of custom formatting functions. While the internal storage of the dataset is always the Apache Arrow format, by setting a specific format on a dataset, you ...
[ "This PR is amazing!!!\r\n\r\nI only looked at `arrow_dataset.py` and `formatting/formatting.py` but those look good to me.\r\n\r\nMy only (tiny) concern is the name of the function: I don't think it's self-evident that `set_format` applies a generic transformation, and some people might not look too far into the d...
https://api.github.com/repos/huggingface/datasets/issues/1794
1,794
Move silicone directory
The dataset was added in #1761 but not in the right directory. I'm moving it to /datasets
closed
2021-01-29T15:33:15
https://api.github.com/repos/huggingface/datasets/issues/1794/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1794", "html_url": "https://github.com/huggingface/datasets/pull/1794", "diff_url": "https://github.com/huggingface/datasets/pull/1794.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1794.patch", "merged_at": "2021-01-29T16:31...
true
Move silicone directory The dataset was added in #1761 but not in the right directory. I'm moving it to /datasets
[]
https://api.github.com/repos/huggingface/datasets/issues/1793
1,793
Minor fix the docstring of load_metric
Minor fix: - duplicated attributes - format fix
closed
2021-01-29T14:47:35
https://api.github.com/repos/huggingface/datasets/issues/1793/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1793", "html_url": "https://github.com/huggingface/datasets/pull/1793", "diff_url": "https://github.com/huggingface/datasets/pull/1793.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1793.patch", "merged_at": "2021-01-29T16:53...
true
Minor fix the docstring of load_metric Minor fix: - duplicated attributes - format fix
[]
https://api.github.com/repos/huggingface/datasets/issues/1792
1,792
Allow loading dataset in-memory
Allow loading datasets either from: - memory-mapped file (current implementation) - from file descriptor, copying data to physical memory Close #708
closed
2021-01-29T14:39:50
https://api.github.com/repos/huggingface/datasets/issues/1792/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1792", "html_url": "https://github.com/huggingface/datasets/pull/1792", "diff_url": "https://github.com/huggingface/datasets/pull/1792.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1792.patch", "merged_at": "2021-02-12T14:13...
true
Allow loading dataset in-memory Allow loading datasets either from: - memory-mapped file (current implementation) - from file descriptor, copying data to physical memory Close #708
[ "I am wondering how to test their difference...", "> ring how to test their difference...\r\n\r\nHmm I don't think pyarrow exposes an API to check if a Table comes from a file that is memory-mapped. In particular since all the buffer/memory logic is in the C++ part of pyarrow.\r\n\r\nOtherwise we can still check ...
https://api.github.com/repos/huggingface/datasets/issues/1791
1,791
Small fix with corrected logging of train vectors
Now you can set `train_size` to the whole dataset size via `train_size = -1` and login writes not `Training the index with the first -1 vectors` but (for example) `Training the index with the first 16123 vectors`. And maybe more than dataset length. Logging will be correct
closed
2021-01-29T14:26:06
https://api.github.com/repos/huggingface/datasets/issues/1791/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1791", "html_url": "https://github.com/huggingface/datasets/pull/1791", "diff_url": "https://github.com/huggingface/datasets/pull/1791.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1791.patch", "merged_at": "2021-01-29T17:05...
true
Small fix with corrected logging of train vectors Now you can set `train_size` to the whole dataset size via `train_size = -1` and login writes not `Training the index with the first -1 vectors` but (for example) `Training the index with the first 16123 vectors`. And maybe more than dataset length. Logging will be corr...
[]
https://api.github.com/repos/huggingface/datasets/issues/1790
1,790
ModuleNotFoundError: No module named 'apache_beam', when specific languages.
```py import datasets wiki = datasets.load_dataset('wikipedia', '20200501.ja', cache_dir='./datasets') ``` then `ModuleNotFoundError: No module named 'apache_beam'` happend. The error doesn't appear when it's '20200501.en'. I don't know Apache Beam, but according to #498 it isn't necessary when it's saved to lo...
open
2021-01-29T08:17:24
https://api.github.com/repos/huggingface/datasets/issues/1790/comments
null
false
ModuleNotFoundError: No module named 'apache_beam', when specific languages. ```py import datasets wiki = datasets.load_dataset('wikipedia', '20200501.ja', cache_dir='./datasets') ``` then `ModuleNotFoundError: No module named 'apache_beam'` happend. The error doesn't appear when it's '20200501.en'. I don't kno...
[ "Hi !\r\n\r\nApache Beam is a framework used to define data transformation pipelines. These pipeline can then be run in many runtimes: DataFlow, Spark, Flink, etc. There also exist a local runner called the DirectRunner.\r\nWikipedia is a dataset that requires some parsing, so to allow the processing to be run on t...
https://api.github.com/repos/huggingface/datasets/issues/1789
1,789
[BUG FIX] typo in the import path for metrics
This tiny PR fixes a typo introduced in https://github.com/huggingface/datasets/pull/1726 which prevents loading new metrics
closed
2021-01-28T18:01:37
https://api.github.com/repos/huggingface/datasets/issues/1789/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1789", "html_url": "https://github.com/huggingface/datasets/pull/1789", "diff_url": "https://github.com/huggingface/datasets/pull/1789.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1789.patch", "merged_at": "2021-01-28T18:13...
true
[BUG FIX] typo in the import path for metrics This tiny PR fixes a typo introduced in https://github.com/huggingface/datasets/pull/1726 which prevents loading new metrics
[]
https://api.github.com/repos/huggingface/datasets/issues/1788
1,788
Doc2dial rc
closed
2021-01-27T23:51:00
https://api.github.com/repos/huggingface/datasets/issues/1788/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1788", "html_url": "https://github.com/huggingface/datasets/pull/1788", "diff_url": "https://github.com/huggingface/datasets/pull/1788.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1788.patch", "merged_at": null }
true
Doc2dial rc
[]
https://api.github.com/repos/huggingface/datasets/issues/1787
1,787
Update the CommonGen citation information
closed
2021-01-27T22:12:47
https://api.github.com/repos/huggingface/datasets/issues/1787/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1787", "html_url": "https://github.com/huggingface/datasets/pull/1787", "diff_url": "https://github.com/huggingface/datasets/pull/1787.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1787.patch", "merged_at": "2021-01-28T13:56...
true
Update the CommonGen citation information
[]
https://api.github.com/repos/huggingface/datasets/issues/1786
1,786
How to use split dataset
![Capture1](https://user-images.githubusercontent.com/78090287/106057436-cb6a1f00-6111-11eb-8c9c-3658065b1fdf.PNG) Hey, I want to split the lambada dataset into corpus, test, train and valid txt files (like penn treebank) but I am not able to achieve this. What I am doing is, executing the lambada.py file in my pro...
closed
2021-01-27T21:37:47
https://api.github.com/repos/huggingface/datasets/issues/1786/comments
null
false
How to use split dataset ![Capture1](https://user-images.githubusercontent.com/78090287/106057436-cb6a1f00-6111-11eb-8c9c-3658065b1fdf.PNG) Hey, I want to split the lambada dataset into corpus, test, train and valid txt files (like penn treebank) but I am not able to achieve this. What I am doing is, executing the...
[ "By default, all 3 splits will be loaded if you run the following:\r\n\r\n```python\r\nfrom datasets import load_dataset\r\ndataset = load_dataset(\"lambada\")\r\nprint(dataset[\"train\"])\r\nprint(dataset[\"valid\"])\r\n\r\n```\r\n\r\nIf you wanted to do load this manually, you could do this:\r\n\r\n```python\r\nf...
https://api.github.com/repos/huggingface/datasets/issues/1785
1,785
Not enough disk space (Needed: Unknown size) when caching on a cluster
I'm running some experiments where I'm caching datasets on a cluster and accessing it through multiple compute nodes. However, I get an error when loading the cached dataset from the shared disk. The exact error thrown: ```bash >>> load_dataset(dataset, cache_dir="/path/to/cluster/shared/path") OSError: Not eno...
closed
2021-01-27T21:30:59
https://api.github.com/repos/huggingface/datasets/issues/1785/comments
null
false
Not enough disk space (Needed: Unknown size) when caching on a cluster I'm running some experiments where I'm caching datasets on a cluster and accessing it through multiple compute nodes. However, I get an error when loading the cached dataset from the shared disk. The exact error thrown: ```bash >>> load_datas...
[ "Hi ! \r\n\r\nWhat do you mean by \"disk_usage(\".\").free` can't compute on the cluster's shared disk\" exactly ?\r\nDoes it return 0 ?", "Yes, that's right. It shows 0 free space even though there is. I suspect it might have to do with permissions on the shared disk.\r\n\r\n```python\r\n>>> disk_usage(\".\")\r\...
https://api.github.com/repos/huggingface/datasets/issues/1784
1,784
JSONDecodeError on JSON with multiple lines
Hello :), I have been trying to load data using a JSON file. Based on the [docs](https://huggingface.co/docs/datasets/loading_datasets.html#json-files), the following format is supported: ```json {"key1":11, "key2":12, "key3":13} {"key1":21, "key2":22, "key3":23} ``` But, when I try loading a dataset with th...
closed
2021-01-27T00:19:22
https://api.github.com/repos/huggingface/datasets/issues/1784/comments
null
false
JSONDecodeError on JSON with multiple lines Hello :), I have been trying to load data using a JSON file. Based on the [docs](https://huggingface.co/docs/datasets/loading_datasets.html#json-files), the following format is supported: ```json {"key1":11, "key2":12, "key3":13} {"key1":21, "key2":22, "key3":23} ```...
[ "Hi !\r\n\r\nThe `json` dataset script does support this format. For example loading a dataset with this format works on my side:\r\n```json\r\n{\"key1\":11, \"key2\":12, \"key3\":13}\r\n{\"key1\":21, \"key2\":22, \"key3\":23}\r\n```\r\n\r\nCan you show the full stacktrace please ? Also which version of datasets an...
https://api.github.com/repos/huggingface/datasets/issues/1783
1,783
Dataset Examples Explorer
In the Older version of the Dataset, there are a useful Dataset Explorer that allow user to visualize the examples (training, test and validation) of a particular dataset, it is no longer there in current version. Hope HuggingFace can re-enable the feature that at least allow viewing of the first 20 examples of a ...
closed
2021-01-26T20:39:02
https://api.github.com/repos/huggingface/datasets/issues/1783/comments
null
false
Dataset Examples Explorer In the Older version of the Dataset, there are a useful Dataset Explorer that allow user to visualize the examples (training, test and validation) of a particular dataset, it is no longer there in current version. Hope HuggingFace can re-enable the feature that at least allow viewing of th...
[ "Hi @ChewKokWah,\r\n\r\nWe're working on it! In the meantime, you can still find the dataset explorer at the following URL: https://huggingface.co/datasets/viewer/", "Glad to see that it still exist, this existing one is more than good enough for me, it is feature rich, simple to use and concise. \r\nHope similar...
https://api.github.com/repos/huggingface/datasets/issues/1782
1,782
Update pyarrow import warning
Update the minimum version to >=0.17.1 in the pyarrow version check and update the message. I also moved the check at the top of the __init__.py
closed
2021-01-26T11:47:11
https://api.github.com/repos/huggingface/datasets/issues/1782/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1782", "html_url": "https://github.com/huggingface/datasets/pull/1782", "diff_url": "https://github.com/huggingface/datasets/pull/1782.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1782.patch", "merged_at": "2021-01-26T13:50...
true
Update pyarrow import warning Update the minimum version to >=0.17.1 in the pyarrow version check and update the message. I also moved the check at the top of the __init__.py
[]
https://api.github.com/repos/huggingface/datasets/issues/1781
1,781
AttributeError: module 'pyarrow' has no attribute 'PyExtensionType' during import
I'm using Colab. And suddenly this morning, there is this error. Have a look below! ![screenshot-colab research google com-2021 01 26-08-15-36](https://user-images.githubusercontent.com/45964869/105799890-fdaf3b80-5fae-11eb-8f06-11b65cdccc30.png)
closed
2021-01-26T04:18:35
https://api.github.com/repos/huggingface/datasets/issues/1781/comments
null
false
AttributeError: module 'pyarrow' has no attribute 'PyExtensionType' during import I'm using Colab. And suddenly this morning, there is this error. Have a look below! ![screenshot-colab research google com-2021 01 26-08-15-36](https://user-images.githubusercontent.com/45964869/105799890-fdaf3b80-5fae-11eb-8f06-11b65...
[ "Hi ! I'm not able to reproduce the issue. Can you try restarting your runtime ?\r\n\r\nThe PyExtensionType is available in pyarrow starting 0.17.1 iirc. If restarting your runtime doesn't fix this, can you try updating pyarrow ?\r\n```\r\npip install pyarrow --upgrade\r\n```", "We should bump up the version test...
https://api.github.com/repos/huggingface/datasets/issues/1780
1,780
Update SciFact URL
Hi, I'm following up this [issue](https://github.com/huggingface/datasets/issues/1717). I'm the SciFact dataset creator, and I'm trying to update the SciFact data url in your repo. Thanks again for adding the dataset! Basically, I'd just like to change the `_URL` to `"https://scifact.s3-us-west-2.amazonaws.com/re...
closed
2021-01-26T02:49:06
https://api.github.com/repos/huggingface/datasets/issues/1780/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1780", "html_url": "https://github.com/huggingface/datasets/pull/1780", "diff_url": "https://github.com/huggingface/datasets/pull/1780.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1780.patch", "merged_at": "2021-01-28T10:19...
true
Update SciFact URL Hi, I'm following up this [issue](https://github.com/huggingface/datasets/issues/1717). I'm the SciFact dataset creator, and I'm trying to update the SciFact data url in your repo. Thanks again for adding the dataset! Basically, I'd just like to change the `_URL` to `"https://scifact.s3-us-west...
[ "Hi ! The error you get is the result of some verifications the library is doing when loading a dataset that already has some metadata in the dataset_infos.json. You can ignore the verifications with \r\n```\r\npython datasets-cli test datasets/scifact --save_infos --all_configs --ignore_verifications\r\n```\r\nThi...
https://api.github.com/repos/huggingface/datasets/issues/1779
1,779
Ignore definition line number of functions for caching
As noticed in #1718 , when a function used for processing with `map` is moved inside its python file, then the change of line number causes the caching mechanism to consider it as a different function. Therefore in this case, it recomputes everything. This is because we were not ignoring the line number definition f...
closed
2021-01-25T16:42:29
https://api.github.com/repos/huggingface/datasets/issues/1779/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1779", "html_url": "https://github.com/huggingface/datasets/pull/1779", "diff_url": "https://github.com/huggingface/datasets/pull/1779.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1779.patch", "merged_at": "2021-01-26T10:20...
true
Ignore definition line number of functions for caching As noticed in #1718 , when a function used for processing with `map` is moved inside its python file, then the change of line number causes the caching mechanism to consider it as a different function. Therefore in this case, it recomputes everything. This is be...
[]
https://api.github.com/repos/huggingface/datasets/issues/1778
1,778
Narrative QA Manual
Submitting the manual version of Narrative QA script which requires a manual download from the original repository
closed
2021-01-25T15:22:31
https://api.github.com/repos/huggingface/datasets/issues/1778/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1778", "html_url": "https://github.com/huggingface/datasets/pull/1778", "diff_url": "https://github.com/huggingface/datasets/pull/1778.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1778.patch", "merged_at": "2021-01-29T09:34...
true
Narrative QA Manual Submitting the manual version of Narrative QA script which requires a manual download from the original repository
[ "@lhoestq sorry I opened a new pull request because of some issues with the previous code base. This pull request is originally from #1364", "Excellent comments. Thanks for those valuable suggestions. I changed everything as you have pointed out :) ", "I've copied the same template as NarrativeQA now. Please le...
https://api.github.com/repos/huggingface/datasets/issues/1777
1,777
GPT2 MNLI training using run_glue.py
Edit: I'm closing this because I actually meant to post this in `transformers `not `datasets` Running this on Google Colab, ``` !python run_glue.py \ --model_name_or_path gpt2 \ --task_name mnli \ --do_train \ --do_eval \ --max_seq_length 128 \ --per_gpu_train_batch_size 10 \ --gradient_accu...
closed
2021-01-25T10:53:52
https://api.github.com/repos/huggingface/datasets/issues/1777/comments
null
false
GPT2 MNLI training using run_glue.py Edit: I'm closing this because I actually meant to post this in `transformers `not `datasets` Running this on Google Colab, ``` !python run_glue.py \ --model_name_or_path gpt2 \ --task_name mnli \ --do_train \ --do_eval \ --max_seq_length 128 \ --per_gpu_tra...
[]
https://api.github.com/repos/huggingface/datasets/issues/1776
1,776
[Question & Bug Report] Can we preprocess a dataset on the fly?
I know we can use `Datasets.map` to preprocess a dataset, but I'm using it with very large corpus which generates huge cache file (several TB cache from a 400 GB text file). I have no disk large enough to save it. Can we preprocess a dataset on the fly without generating cache? BTW, I tried raising `writer_batch_si...
closed
2021-01-24T09:28:24
https://api.github.com/repos/huggingface/datasets/issues/1776/comments
null
false
[Question & Bug Report] Can we preprocess a dataset on the fly? I know we can use `Datasets.map` to preprocess a dataset, but I'm using it with very large corpus which generates huge cache file (several TB cache from a 400 GB text file). I have no disk large enough to save it. Can we preprocess a dataset on the fly wi...
[ "We are very actively working on this. How does your dataset look like in practice (number/size/type of files)?", "It's a text file with many lines (about 1B) of Chinese sentences. I use it to train language model using https://github.com/huggingface/transformers/blob/master/examples/language-modeling/run_mlm_wwm...
https://api.github.com/repos/huggingface/datasets/issues/1775
1,775
Efficient ways to iterate the dataset
For a large dataset that does not fits the memory, how can I select only a subset of features from each example? If I iterate over the dataset and then select the subset of features one by one, the resulted memory usage will be huge. Any ways to solve this? Thanks
closed
2021-01-24T07:54:31
https://api.github.com/repos/huggingface/datasets/issues/1775/comments
null
false
Efficient ways to iterate the dataset For a large dataset that does not fits the memory, how can I select only a subset of features from each example? If I iterate over the dataset and then select the subset of features one by one, the resulted memory usage will be huge. Any ways to solve this? Thanks
[ "It seems that selecting a subset of colums directly from the dataset, i.e., dataset[\"column\"], is slow.", "I was wrong, ```dataset[\"column\"]``` is fast." ]
https://api.github.com/repos/huggingface/datasets/issues/1774
1,774
is it possible to make slice to be more compatible like python list and numpy?
Hi, see below error: ``` AssertionError: Requested slice [:10000000000000000] incompatible with 20 examples. ```
closed
2021-01-24T06:15:52
https://api.github.com/repos/huggingface/datasets/issues/1774/comments
null
false
is it possible to make slice to be more compatible like python list and numpy? Hi, see below error: ``` AssertionError: Requested slice [:10000000000000000] incompatible with 20 examples. ```
[ "Hi ! Thanks for reporting.\r\nI am working on changes in the way data are sliced from arrow. I can probably fix your issue with the changes I'm doing.\r\nIf you have some code to reproduce the issue it would be nice so I can make sure that this case will be supported :)\r\nI'll make a PR in a few days ", "Good i...
https://api.github.com/repos/huggingface/datasets/issues/1773
1,773
bug in loading datasets
Hi, I need to load a dataset, I use these commands: ``` from datasets import load_dataset dataset = load_dataset('csv', data_files={'train': 'sick/train.csv', 'test': 'sick/test.csv', 'validation': 'sick/validation.csv'}) prin...
closed
2021-01-24T02:53:45
https://api.github.com/repos/huggingface/datasets/issues/1773/comments
null
false
bug in loading datasets Hi, I need to load a dataset, I use these commands: ``` from datasets import load_dataset dataset = load_dataset('csv', data_files={'train': 'sick/train.csv', 'test': 'sick/test.csv', 'validation': 'sic...
[ "Looks like an issue with your csv file. Did you use the right delimiter ?\r\nApparently at line 37 the CSV reader from pandas reads 2 fields instead of 1.", "Note that you can pass any argument you would pass to `pandas.read_csv` as kwargs to `load_dataset`. For example you can do\r\n```python\r\nfrom datasets i...
https://api.github.com/repos/huggingface/datasets/issues/1772
1,772
Adding SICK dataset
Hi It would be great to include SICK dataset. ## Adding a Dataset - **Name:** SICK - **Description:** a well known entailment dataset - **Paper:** http://marcobaroni.org/composes/sick.html - **Data:** http://marcobaroni.org/composes/sick.html - **Motivation:** this is an important NLI benchmark Instruction...
closed
2021-01-24T02:15:31
https://api.github.com/repos/huggingface/datasets/issues/1772/comments
null
false
Adding SICK dataset Hi It would be great to include SICK dataset. ## Adding a Dataset - **Name:** SICK - **Description:** a well known entailment dataset - **Paper:** http://marcobaroni.org/composes/sick.html - **Data:** http://marcobaroni.org/composes/sick.html - **Motivation:** this is an important NLI benc...
[]
https://api.github.com/repos/huggingface/datasets/issues/1771
1,771
Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.2.1/datasets/csv/csv.py
Hi, When I load_dataset from local csv files, below error happened, looks raw.githubusercontent.com was blocked by the chinese government. But why it need to download csv.py? should it include when pip install the dataset? ``` Traceback (most recent call last): File "/home/tom/pyenv/pystory/lib/python3.6/site-p...
closed
2021-01-24T01:53:52
https://api.github.com/repos/huggingface/datasets/issues/1771/comments
null
false
Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/1.2.1/datasets/csv/csv.py Hi, When I load_dataset from local csv files, below error happened, looks raw.githubusercontent.com was blocked by the chinese government. But why it need to download csv.py? should it include when pip install the dataset? ...
[ "I temporary manually download csv.py as custom dataset loading script", "Indeed in 1.2.1 the script to process csv file is downloaded. Starting from the next release though we include the csv processing directly in the library.\r\nSee PR #1726 \r\nWe'll do a new release soon :)", "Thanks." ]
https://api.github.com/repos/huggingface/datasets/issues/1770
1,770
how can I combine 2 dataset with different/same features?
to combine 2 dataset by one-one map like ds = zip(ds1, ds2): ds1: {'text'}, ds2: {'text'}, combine ds:{'src', 'tgt'} or different feature: ds1: {'src'}, ds2: {'tgt'}, combine ds:{'src', 'tgt'}
closed
2021-01-24T01:26:06
https://api.github.com/repos/huggingface/datasets/issues/1770/comments
null
false
how can I combine 2 dataset with different/same features? to combine 2 dataset by one-one map like ds = zip(ds1, ds2): ds1: {'text'}, ds2: {'text'}, combine ds:{'src', 'tgt'} or different feature: ds1: {'src'}, ds2: {'tgt'}, combine ds:{'src', 'tgt'}
[ "Hi ! Currently we don't have a way to `zip` datasets but we plan to add this soon :)\r\nFor now you'll need to use `map` to add the fields from one dataset to the other. See the comment here for more info : https://github.com/huggingface/datasets/issues/853#issuecomment-727872188", "Good to hear.\r\nCurrently I ...
https://api.github.com/repos/huggingface/datasets/issues/1769
1,769
_pickle.PicklingError: Can't pickle typing.Union[str, NoneType]: it's not the same object as typing.Union when calling datasets.map with num_proc=2
It may be a bug of multiprocessing with Datasets, when I disable the multiprocessing by set num_proc to None, everything works fine. The script I use is https://github.com/huggingface/transformers/blob/master/examples/language-modeling/run_mlm_wwm.py Script args: ``` --model_name_or_path ../../../model/chine...
closed
2021-01-23T10:13:00
https://api.github.com/repos/huggingface/datasets/issues/1769/comments
null
false
_pickle.PicklingError: Can't pickle typing.Union[str, NoneType]: it's not the same object as typing.Union when calling datasets.map with num_proc=2 It may be a bug of multiprocessing with Datasets, when I disable the multiprocessing by set num_proc to None, everything works fine. The script I use is https://github.c...
[ "More information: `run_mlm.py` will raise same error when `data_args.line_by_line==True`\r\n\r\nhttps://github.com/huggingface/transformers/blob/9152f16023b59d262b51573714b40325c8e49370/examples/language-modeling/run_mlm.py#L300\r\n", "Hi ! What version of python and datasets do you have ? And also what version ...
https://api.github.com/repos/huggingface/datasets/issues/1768
1,768
Mention kwargs in the Dataset Formatting docs
Hi, This was discussed in Issue #1762 where the docs didn't mention that keyword arguments to `datasets.Dataset.set_format()` are allowed. To prevent people from having to check the code/method docs, I just added a couple of lines in the docs. Please let me know your thoughts on this. Thanks, Gunjan @lho...
closed
2021-01-22T16:43:20
https://api.github.com/repos/huggingface/datasets/issues/1768/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1768", "html_url": "https://github.com/huggingface/datasets/pull/1768", "diff_url": "https://github.com/huggingface/datasets/pull/1768.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1768.patch", "merged_at": "2021-01-25T09:14...
true
Mention kwargs in the Dataset Formatting docs Hi, This was discussed in Issue #1762 where the docs didn't mention that keyword arguments to `datasets.Dataset.set_format()` are allowed. To prevent people from having to check the code/method docs, I just added a couple of lines in the docs. Please let me know you...
[]
https://api.github.com/repos/huggingface/datasets/issues/1767
1,767
Add Librispeech ASR
This PR adds the librispeech asr dataset: https://www.tensorflow.org/datasets/catalog/librispeech There are 2 configs: "clean" and "other" whereas there are two "train" datasets for "clean", hence the name "train.100" and "train.360". As suggested by @lhoestq, due to the enormous size of the dataset in `.arrow` f...
closed
2021-01-22T14:54:37
https://api.github.com/repos/huggingface/datasets/issues/1767/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1767", "html_url": "https://github.com/huggingface/datasets/pull/1767", "diff_url": "https://github.com/huggingface/datasets/pull/1767.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1767.patch", "merged_at": "2021-01-25T20:37...
true
Add Librispeech ASR This PR adds the librispeech asr dataset: https://www.tensorflow.org/datasets/catalog/librispeech There are 2 configs: "clean" and "other" whereas there are two "train" datasets for "clean", hence the name "train.100" and "train.360". As suggested by @lhoestq, due to the enormous size of the d...
[ "> Awesome thank you !\r\n> \r\n> The dummy data are quite big but it was expected given that the raw files are flac files.\r\n> Given that the script doesn't even read the flac files I think we can remove them. Or maybe use empty flac files (see [here](https://hydrogenaud.io/index.php?topic=118685.0) for example)....
https://api.github.com/repos/huggingface/datasets/issues/1766
1,766
Issues when run two programs compute the same metrics
I got the following error when running two different programs that both compute sacreblue metrics. It seems that both read/and/write to the same location (.cache/huggingface/metrics/sacrebleu/default/default_experiment-1-0.arrow) where it caches the batches: ``` File "train_matching_min.py", line 160, in <module>ch...
closed
2021-01-22T14:22:55
https://api.github.com/repos/huggingface/datasets/issues/1766/comments
null
false
Issues when run two programs compute the same metrics I got the following error when running two different programs that both compute sacreblue metrics. It seems that both read/and/write to the same location (.cache/huggingface/metrics/sacrebleu/default/default_experiment-1-0.arrow) where it caches the batches: ``` ...
[ "Hi ! To avoid collisions you can specify a `experiment_id` when instantiating your metric using `load_metric`. It will replace \"default_experiment\" with the experiment id that you provide in the arrow filename. \r\n\r\nAlso when two `experiment_id` collide we're supposed to detect it using our locking mechanism....
https://api.github.com/repos/huggingface/datasets/issues/1765
1,765
Error iterating over Dataset with DataLoader
I have a Dataset that I've mapped a tokenizer over: ``` encoded_dataset.set_format(type='torch',columns=['attention_mask','input_ids','token_type_ids']) encoded_dataset[:1] ``` ``` {'attention_mask': tensor([[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]]), 'input_ids': tensor([[ 101, 178, 1198, 1400, 1714, 22233, 2...
closed
2021-01-21T22:56:45
https://api.github.com/repos/huggingface/datasets/issues/1765/comments
null
false
Error iterating over Dataset with DataLoader I have a Dataset that I've mapped a tokenizer over: ``` encoded_dataset.set_format(type='torch',columns=['attention_mask','input_ids','token_type_ids']) encoded_dataset[:1] ``` ``` {'attention_mask': tensor([[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]]), 'input_ids': tensor(...
[ "Instead of:\r\n```python\r\ndataloader = torch.utils.data.DataLoader(encoded_dataset, batch_sampler=32)\r\n```\r\nIt should be:\r\n```python\r\ndataloader = torch.utils.data.DataLoader(encoded_dataset, batch_size=32)\r\n```\r\n\r\n`batch_sampler` accepts a Sampler object or an Iterable, so you get an error.", "@...
https://api.github.com/repos/huggingface/datasets/issues/1764
1,764
Connection Issues
Today, I am getting connection issues while loading a dataset and the metric. ``` Traceback (most recent call last): File "src/train.py", line 180, in <module> train_dataset, dev_dataset, test_dataset = create_race_dataset() File "src/train.py", line 130, in create_race_dataset train_dataset = load_da...
closed
2021-01-21T20:56:09
https://api.github.com/repos/huggingface/datasets/issues/1764/comments
null
false
Connection Issues Today, I am getting connection issues while loading a dataset and the metric. ``` Traceback (most recent call last): File "src/train.py", line 180, in <module> train_dataset, dev_dataset, test_dataset = create_race_dataset() File "src/train.py", line 130, in create_race_dataset train...
[ "Academic WIFI was blocking." ]
https://api.github.com/repos/huggingface/datasets/issues/1763
1,763
PAWS-X: Fix csv Dictreader splitting data on quotes
```python from datasets import load_dataset # load english paws-x dataset datasets = load_dataset('paws-x', 'en') print(len(datasets['train'])) # outputs 49202 but official dataset has 49401 pairs print(datasets['train'].unique('label')) # outputs [1, 0, -1] but labels are binary [0,1] ...
closed
2021-01-21T18:21:01
https://api.github.com/repos/huggingface/datasets/issues/1763/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1763", "html_url": "https://github.com/huggingface/datasets/pull/1763", "diff_url": "https://github.com/huggingface/datasets/pull/1763.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1763.patch", "merged_at": "2021-01-22T10:13...
true
PAWS-X: Fix csv Dictreader splitting data on quotes ```python from datasets import load_dataset # load english paws-x dataset datasets = load_dataset('paws-x', 'en') print(len(datasets['train'])) # outputs 49202 but official dataset has 49401 pairs print(datasets['train'].unique('label')) ...
[]
https://api.github.com/repos/huggingface/datasets/issues/1762
1,762
Unable to format dataset to CUDA Tensors
Hi, I came across this [link](https://huggingface.co/docs/datasets/torch_tensorflow.html) where the docs show show to convert a dataset to a particular format. I see that there is an option to convert it to tensors, but I don't see any option to convert it to CUDA tensors. I tried this, but Dataset doesn't suppor...
closed
2021-01-21T15:31:23
https://api.github.com/repos/huggingface/datasets/issues/1762/comments
null
false
Unable to format dataset to CUDA Tensors Hi, I came across this [link](https://huggingface.co/docs/datasets/torch_tensorflow.html) where the docs show show to convert a dataset to a particular format. I see that there is an option to convert it to tensors, but I don't see any option to convert it to CUDA tensors. ...
[ "Hi ! You can get CUDA tensors with\r\n\r\n```python\r\ndataset.set_format(\"torch\", columns=columns, device=\"cuda\")\r\n```\r\n\r\nIndeed `set_format` passes the `**kwargs` to `torch.tensor`", "Hi @lhoestq,\r\n\r\nThanks a lot. Is this true for all format types?\r\n\r\nAs in, for 'torch', I can have `**kwargs`...
https://api.github.com/repos/huggingface/datasets/issues/1761
1,761
Add SILICONE benchmark
My collaborators and I within the Affective Computing team at Telecom Paris would like to re-submit our spoken dialogue dataset for publication. This is a new pull request relative to the [previously closed request](https://github.com/huggingface/datasets/pull/1712) which was reviewed by @lhoestq.
closed
2021-01-21T14:29:12
https://api.github.com/repos/huggingface/datasets/issues/1761/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1761", "html_url": "https://github.com/huggingface/datasets/pull/1761", "diff_url": "https://github.com/huggingface/datasets/pull/1761.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1761.patch", "merged_at": "2021-01-26T13:50...
true
Add SILICONE benchmark My collaborators and I within the Affective Computing team at Telecom Paris would like to re-submit our spoken dialogue dataset for publication. This is a new pull request relative to the [previously closed request](https://github.com/huggingface/datasets/pull/1712) which was reviewed by @lhoe...
[ "Thanks for the feedback. All your comments have been addressed!", "Thank you for your constructive feedback! I now know how to best format future datasets that our team plans to publish in the near future :)", "Awesome ! Looking forward to it :) ", "Hi @lhoestq ! One last question. Our research team would li...
https://api.github.com/repos/huggingface/datasets/issues/1760
1,760
More tags
Since the hub v2 is going to be released soon I figured it would be great to add the missing tags at least for some of the datasets of reference listed [here](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md#write-the-loadingprocessing-code)
closed
2021-01-21T13:50:10
https://api.github.com/repos/huggingface/datasets/issues/1760/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1760", "html_url": "https://github.com/huggingface/datasets/pull/1760", "diff_url": "https://github.com/huggingface/datasets/pull/1760.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1760.patch", "merged_at": "2021-01-22T09:40...
true
More tags Since the hub v2 is going to be released soon I figured it would be great to add the missing tags at least for some of the datasets of reference listed [here](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md#write-the-loadingprocessing-code)
[ "Conll has `multilingual` but is only tagged as `en`", "good catch, that was a bad copy paste x)" ]
https://api.github.com/repos/huggingface/datasets/issues/1759
1,759
wikipedia dataset incomplete
Hey guys, I am using the https://github.com/huggingface/datasets/tree/master/datasets/wikipedia dataset. Unfortunately, I found out that there is an incompleteness for the German dataset. For reasons unknown to me, the number of inhabitants has been removed from many pages: Thorey-sur-Ouche has 128 inhabitants a...
closed
2021-01-21T11:47:15
https://api.github.com/repos/huggingface/datasets/issues/1759/comments
null
false
wikipedia dataset incomplete Hey guys, I am using the https://github.com/huggingface/datasets/tree/master/datasets/wikipedia dataset. Unfortunately, I found out that there is an incompleteness for the German dataset. For reasons unknown to me, the number of inhabitants has been removed from many pages: Thorey-su...
[ "Hi !\r\nFrom what pickle file fo you get this ?\r\nI guess you mean the dataset loaded using `load_dataset` ?", "yes sorry, I used the `load_dataset`function and saved the data to a pickle file so I don't always have to reload it and are able to work offline. ", "The wikipedia articles are processed using the ...
https://api.github.com/repos/huggingface/datasets/issues/1758
1,758
dataset.search() (elastic) cannot reliably retrieve search results
I am trying to use elastic search to retrieve the indices of items in the dataset in their precise order, given shuffled training indices. The problem I have is that I cannot retrieve reliable results with my data on my first search. I have to run the search **twice** to get the right answer. I am indexing data t...
closed
2021-01-21T02:26:37
https://api.github.com/repos/huggingface/datasets/issues/1758/comments
null
false
dataset.search() (elastic) cannot reliably retrieve search results I am trying to use elastic search to retrieve the indices of items in the dataset in their precise order, given shuffled training indices. The problem I have is that I cannot retrieve reliable results with my data on my first search. I have to run th...
[ "Hi !\r\nI tried your code on my side and I was able to workaround this issue by waiting a few seconds before querying the index.\r\nMaybe this is because the index is not updated yet on the ElasticSearch side ?", "Thanks for the feedback! I added a 30 second \"sleep\" and that seemed to work well!" ]
https://api.github.com/repos/huggingface/datasets/issues/1757
1,757
FewRel
## Adding a Dataset - **Name:** FewRel - **Description:** Large-Scale Supervised Few-Shot Relation Classification Dataset - **Paper:** @inproceedings{han2018fewrel, title={FewRel:A Large-Scale Supervised Few-Shot Relation Classification Dataset with State-of-the-Art Evaluation}, auth...
closed
2021-01-20T23:56:03
https://api.github.com/repos/huggingface/datasets/issues/1757/comments
null
false
FewRel ## Adding a Dataset - **Name:** FewRel - **Description:** Large-Scale Supervised Few-Shot Relation Classification Dataset - **Paper:** @inproceedings{han2018fewrel, title={FewRel:A Large-Scale Supervised Few-Shot Relation Classification Dataset with State-of-the-Art Evaluation}, ...
[ "+1", "@dspoka Please check the following link : https://github.com/thunlp/FewRel\r\nThis link mentions two versions of the datasets. Also, this one seems to be the official link.\r\n\r\nI am assuming this is the correct link and implementing based on the same.", "Hi @lhoestq,\r\n\r\nThis issue can be closed, I...
https://api.github.com/repos/huggingface/datasets/issues/1756
1,756
Ccaligned multilingual translation dataset
## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - CCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language ...
closed
2021-01-20T22:18:44
https://api.github.com/repos/huggingface/datasets/issues/1756/comments
null
false
Ccaligned multilingual translation dataset ## Adding a Dataset - **Name:** *name of the dataset* - **Description:** *short description of the dataset (or link to social media or blog post)* - CCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pai...
[]
https://api.github.com/repos/huggingface/datasets/issues/1755
1,755
Using select/reordering datasets slows operations down immensely
I am using portions of HF's helpful work in preparing / scoring the SQuAD 2.0 data. The problem I have is that after using `select` to re-ordering the dataset, computations slow down immensely where the total scoring process on 131k training examples would take maybe 3 minutes, now take over an hour. The below examp...
closed
2021-01-20T21:12:12
https://api.github.com/repos/huggingface/datasets/issues/1755/comments
null
false
Using select/reordering datasets slows operations down immensely I am using portions of HF's helpful work in preparing / scoring the SQuAD 2.0 data. The problem I have is that after using `select` to re-ordering the dataset, computations slow down immensely where the total scoring process on 131k training examples woul...
[ "You can use `Dataset.flatten_indices()` to make it fast after a select or shuffle.", "Thanks for the input! I gave that a try by adding this after my selection / reordering operations, but before the big computation task of `score_squad`\r\n\r\n```\r\nexamples = examples.flatten_indices()\r\nfeatures = features....
https://api.github.com/repos/huggingface/datasets/issues/1754
1,754
Use a config id in the cache directory names for custom configs
As noticed by @JetRunner there was some issues when trying to generate a dataset using a custom config that is based on an existing config. For example in the following code the `mnli_custom` would reuse the cache used to create `mnli` instead of generating a new dataset with the new label classes: ```python from ...
closed
2021-01-20T11:11:00
https://api.github.com/repos/huggingface/datasets/issues/1754/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1754", "html_url": "https://github.com/huggingface/datasets/pull/1754", "diff_url": "https://github.com/huggingface/datasets/pull/1754.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1754.patch", "merged_at": "2021-01-25T09:12...
true
Use a config id in the cache directory names for custom configs As noticed by @JetRunner there was some issues when trying to generate a dataset using a custom config that is based on an existing config. For example in the following code the `mnli_custom` would reuse the cache used to create `mnli` instead of genera...
[]
https://api.github.com/repos/huggingface/datasets/issues/1753
1,753
fix comet citations
I realized COMET citations were not showing in the hugging face metrics page: <img width="814" alt="Screenshot 2021-01-20 at 09 48 44" src="https://user-images.githubusercontent.com/17256847/105164848-8b9da900-5b0d-11eb-9e20-a38f559d2037.png"> This pull request is intended to fix that. Thanks!
closed
2021-01-20T10:52:38
https://api.github.com/repos/huggingface/datasets/issues/1753/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1753", "html_url": "https://github.com/huggingface/datasets/pull/1753", "diff_url": "https://github.com/huggingface/datasets/pull/1753.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1753.patch", "merged_at": "2021-01-20T14:39...
true
fix comet citations I realized COMET citations were not showing in the hugging face metrics page: <img width="814" alt="Screenshot 2021-01-20 at 09 48 44" src="https://user-images.githubusercontent.com/17256847/105164848-8b9da900-5b0d-11eb-9e20-a38f559d2037.png"> This pull request is intended to fix that. Than...
[]
https://api.github.com/repos/huggingface/datasets/issues/1752
1,752
COMET metric citation
In my last pull request to add COMET metric, the citations where not following the usual "format". Because of that they where not correctly displayed on the website: <img width="814" alt="Screenshot 2021-01-20 at 09 48 44" src="https://user-images.githubusercontent.com/17256847/105158000-686efb80-5b05-11eb-8bb0-9c8...
closed
2021-01-20T09:54:43
https://api.github.com/repos/huggingface/datasets/issues/1752/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1752", "html_url": "https://github.com/huggingface/datasets/pull/1752", "diff_url": "https://github.com/huggingface/datasets/pull/1752.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1752.patch", "merged_at": null }
true
COMET metric citation In my last pull request to add COMET metric, the citations where not following the usual "format". Because of that they where not correctly displayed on the website: <img width="814" alt="Screenshot 2021-01-20 at 09 48 44" src="https://user-images.githubusercontent.com/17256847/105158000-686ef...
[ "I think its better to create a new branch with this fix. I forgot I was still using the old branch." ]
https://api.github.com/repos/huggingface/datasets/issues/1751
1,751
Updated README for the Social Bias Frames dataset
See the updated card at https://github.com/mcmillanmajora/datasets/tree/add-SBIC-card/datasets/social_bias_frames. I incorporated information from the [SBIC data statement](https://homes.cs.washington.edu/~msap/social-bias-frames/DATASTATEMENT.html), paper, and the corpus README file included with the dataset download.
closed
2021-01-19T17:53:00
https://api.github.com/repos/huggingface/datasets/issues/1751/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1751", "html_url": "https://github.com/huggingface/datasets/pull/1751", "diff_url": "https://github.com/huggingface/datasets/pull/1751.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1751.patch", "merged_at": "2021-01-20T14:56...
true
Updated README for the Social Bias Frames dataset See the updated card at https://github.com/mcmillanmajora/datasets/tree/add-SBIC-card/datasets/social_bias_frames. I incorporated information from the [SBIC data statement](https://homes.cs.washington.edu/~msap/social-bias-frames/DATASTATEMENT.html), paper, and the corp...
[]
https://api.github.com/repos/huggingface/datasets/issues/1750
1,750
Fix typo in README.md of cnn_dailymail
When I read the README.md of `CNN/DailyMail Dataset`, there seems to be a typo `CCN`. I am afraid this is a trivial matter, but I would like to make a suggestion for revision.
closed
2021-01-19T03:06:05
https://api.github.com/repos/huggingface/datasets/issues/1750/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1750", "html_url": "https://github.com/huggingface/datasets/pull/1750", "diff_url": "https://github.com/huggingface/datasets/pull/1750.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1750.patch", "merged_at": "2021-01-19T09:48...
true
Fix typo in README.md of cnn_dailymail When I read the README.md of `CNN/DailyMail Dataset`, there seems to be a typo `CCN`. I am afraid this is a trivial matter, but I would like to make a suggestion for revision.
[ "Good catch, thanks!", "Thank you for merging!" ]
https://api.github.com/repos/huggingface/datasets/issues/1749
1,749
Added metadata and correct splits for swda.
Switchboard Dialog Act Corpus I made some changes following @bhavitvyamalik recommendation in #1678: * Contains all metadata. * Used official implementation from the [/swda](https://github.com/cgpotts/swda) repo. * Add official train and test splits used in [Stolcke et al. (2000)](https://web.stanford.edu/~jur...
closed
2021-01-18T18:36:32
https://api.github.com/repos/huggingface/datasets/issues/1749/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1749", "html_url": "https://github.com/huggingface/datasets/pull/1749", "diff_url": "https://github.com/huggingface/datasets/pull/1749.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1749.patch", "merged_at": "2021-01-29T18:38...
true
Added metadata and correct splits for swda. Switchboard Dialog Act Corpus I made some changes following @bhavitvyamalik recommendation in #1678: * Contains all metadata. * Used official implementation from the [/swda](https://github.com/cgpotts/swda) repo. * Add official train and test splits used in [Stolcke ...
[ "I will push updates tomorrow.", "@lhoestq thank you for your comments! I went ahead and fixed the code 😃. Please let me know if I missed anything." ]
https://api.github.com/repos/huggingface/datasets/issues/1748
1,748
add Stuctured Argument Extraction for Korean dataset
closed
2021-01-18T17:14:19
https://api.github.com/repos/huggingface/datasets/issues/1748/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1748", "html_url": "https://github.com/huggingface/datasets/pull/1748", "diff_url": "https://github.com/huggingface/datasets/pull/1748.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1748.patch", "merged_at": "2021-01-19T11:26...
true
add Stuctured Argument Extraction for Korean dataset
[]
https://api.github.com/repos/huggingface/datasets/issues/1747
1,747
datasets slicing with seed
Hi I need to slice a dataset with random seed, I looked into documentation here https://huggingface.co/docs/datasets/splits.html I could not find a seed option, could you assist me please how I can get a slice for different seeds? thank you. @lhoestq
closed
2021-01-18T14:08:55
https://api.github.com/repos/huggingface/datasets/issues/1747/comments
null
false
datasets slicing with seed Hi I need to slice a dataset with random seed, I looked into documentation here https://huggingface.co/docs/datasets/splits.html I could not find a seed option, could you assist me please how I can get a slice for different seeds? thank you. @lhoestq
[ "Hi :) \r\nThe slicing API from https://huggingface.co/docs/datasets/splits.html doesn't shuffle the data.\r\nYou can shuffle and then take a subset of your dataset with\r\n```python\r\n# shuffle and take the first 100 examples\r\ndataset = dataset.shuffle(seed=42).select(range(100))\r\n```\r\n\r\nYou can find more...
https://api.github.com/repos/huggingface/datasets/issues/1746
1,746
Fix release conda worflow
The current workflow yaml file is not valid according to https://github.com/huggingface/datasets/actions/runs/487638110
closed
2021-01-18T11:29:10
https://api.github.com/repos/huggingface/datasets/issues/1746/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1746", "html_url": "https://github.com/huggingface/datasets/pull/1746", "diff_url": "https://github.com/huggingface/datasets/pull/1746.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1746.patch", "merged_at": "2021-01-18T11:31...
true
Fix release conda worflow The current workflow yaml file is not valid according to https://github.com/huggingface/datasets/actions/runs/487638110
[]
https://api.github.com/repos/huggingface/datasets/issues/1745
1,745
difference between wsc and wsc.fixed for superglue
Hi I see two versions of wsc in superglue, and I am not sure what is the differences and which one is the original one. could you help to discuss the differences? thanks @lhoestq
closed
2021-01-18T00:50:19
https://api.github.com/repos/huggingface/datasets/issues/1745/comments
null
false
difference between wsc and wsc.fixed for superglue Hi I see two versions of wsc in superglue, and I am not sure what is the differences and which one is the original one. could you help to discuss the differences? thanks @lhoestq
[ "From the description given in the dataset script for `wsc.fixed`:\r\n```\r\nThis version fixes issues where the spans are not actually substrings of the text.\r\n```" ]
https://api.github.com/repos/huggingface/datasets/issues/1744
1,744
Add missing "brief" entries to reuters
This brings the number of examples for ModApte to match the stated `Training set (9,603 docs)...Test Set (3,299 docs)`
closed
2021-01-17T07:58:49
https://api.github.com/repos/huggingface/datasets/issues/1744/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1744", "html_url": "https://github.com/huggingface/datasets/pull/1744", "diff_url": "https://github.com/huggingface/datasets/pull/1744.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1744.patch", "merged_at": "2021-01-18T11:26...
true
Add missing "brief" entries to reuters This brings the number of examples for ModApte to match the stated `Training set (9,603 docs)...Test Set (3,299 docs)`
[ "@lhoestq I ran `make style` but CI code quality still failing and I don't have access to logs", "It's also likely that due to the previous placement of the field initialization, much of the data about topics etc was simply wrong and carried over from previous entries. Model scores seem to improve significantly w...
https://api.github.com/repos/huggingface/datasets/issues/1743
1,743
Issue while Creating Custom Metric
Hi Team, I am trying to create a custom metric for my training as follows, where f1 is my own metric: ```python def _info(self): # TODO: Specifies the datasets.MetricInfo object return datasets.MetricInfo( # This is the description that will appear on the metrics page. ...
closed
2021-01-17T07:01:14
https://api.github.com/repos/huggingface/datasets/issues/1743/comments
null
false
Issue while Creating Custom Metric Hi Team, I am trying to create a custom metric for my training as follows, where f1 is my own metric: ```python def _info(self): # TODO: Specifies the datasets.MetricInfo object return datasets.MetricInfo( # This is the description that will appe...
[ "Currently it's only possible to define the features for the two columns `references` and `predictions`.\r\nThe data for these columns can then be passed to `metric.add_batch` and `metric.compute`.\r\nInstead of defining more columns `text`, `offset_mapping` and `ground` you must include them in either references a...
https://api.github.com/repos/huggingface/datasets/issues/1742
1,742
Add GLUE Compat (compatible with transformers<3.5.0)
Link to our discussion on Slack (HF internal) https://huggingface.slack.com/archives/C014N4749J9/p1609668119337400 The next step is to add a compatible option in the new `run_glue.py` I duplicated `glue` and made the following changes: 1. Change the name to `glue_compat`. 2. Change the label assignments for MN...
closed
2021-01-17T05:54:25
https://api.github.com/repos/huggingface/datasets/issues/1742/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1742", "html_url": "https://github.com/huggingface/datasets/pull/1742", "diff_url": "https://github.com/huggingface/datasets/pull/1742.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1742.patch", "merged_at": null }
true
Add GLUE Compat (compatible with transformers<3.5.0) Link to our discussion on Slack (HF internal) https://huggingface.slack.com/archives/C014N4749J9/p1609668119337400 The next step is to add a compatible option in the new `run_glue.py` I duplicated `glue` and made the following changes: 1. Change the name to `...
[ "Maybe it would be simpler to just overwrite the order of the label classes of the `glue` dataset ?\r\n```python\r\nmnli = load_dataset(\"glue\", \"mnli\", label_classes=[\"contradiction\", \"entailment\", \"neutral\"])\r\n```", "Sounds good. Will close the issue if that works." ]
https://api.github.com/repos/huggingface/datasets/issues/1741
1,741
error when run fine_tuning on text_classification
dataset:sem_eval_2014_task_1 pretrained_model:bert-base-uncased error description: when i use these resoruce to train fine_tuning a text_classification on sem_eval_2014_task_1,there always be some problem(when i use other dataset ,there exist the error too). And i followed the colab code (url:https://colab.researc...
closed
2021-01-16T02:23:19
https://api.github.com/repos/huggingface/datasets/issues/1741/comments
null
false
error when run fine_tuning on text_classification dataset:sem_eval_2014_task_1 pretrained_model:bert-base-uncased error description: when i use these resoruce to train fine_tuning a text_classification on sem_eval_2014_task_1,there always be some problem(when i use other dataset ,there exist the error too). And i ...
[ "none" ]
https://api.github.com/repos/huggingface/datasets/issues/1740
1,740
add id_liputan6 dataset
id_liputan6 is a large-scale Indonesian summarization dataset. The articles were harvested from an online news portal, and obtain 215,827 document-summary pairs: https://arxiv.org/abs/2011.00679
closed
2021-01-15T22:58:34
https://api.github.com/repos/huggingface/datasets/issues/1740/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1740", "html_url": "https://github.com/huggingface/datasets/pull/1740", "diff_url": "https://github.com/huggingface/datasets/pull/1740.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1740.patch", "merged_at": "2021-01-20T13:41...
true
add id_liputan6 dataset id_liputan6 is a large-scale Indonesian summarization dataset. The articles were harvested from an online news portal, and obtain 215,827 document-summary pairs: https://arxiv.org/abs/2011.00679
[]
https://api.github.com/repos/huggingface/datasets/issues/1739
1,739
fixes and improvements for the WebNLG loader
- fixes test sets loading in v3.0 - adds additional fields for v3.0_ru - adds info to the WebNLG data card
closed
2021-01-15T21:45:23
https://api.github.com/repos/huggingface/datasets/issues/1739/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1739", "html_url": "https://github.com/huggingface/datasets/pull/1739", "diff_url": "https://github.com/huggingface/datasets/pull/1739.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1739.patch", "merged_at": "2021-01-29T10:53...
true
fixes and improvements for the WebNLG loader - fixes test sets loading in v3.0 - adds additional fields for v3.0_ru - adds info to the WebNLG data card
[ "The dataset card is fantastic!\r\n\r\nLooks good to me! Did you check that this still passes the slow tests with the existing dummy data?", "Yes, I ran and passed all the tests specified in [this guide](https://github.com/huggingface/datasets/blob/master/ADD_NEW_DATASET.md#automatically-add-code-metadata), inclu...
https://api.github.com/repos/huggingface/datasets/issues/1738
1,738
Conda support
Will push a new version on anaconda cloud every time a tag starting with `v` is pushed (like `v1.2.2`). Will appear here: https://anaconda.org/huggingface/datasets Depends on `conda-forge` for now, so the following is required for installation: ``` conda install -c huggingface -c conda-forge datasets ```
closed
2021-01-14T15:11:25
https://api.github.com/repos/huggingface/datasets/issues/1738/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1738", "html_url": "https://github.com/huggingface/datasets/pull/1738", "diff_url": "https://github.com/huggingface/datasets/pull/1738.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1738.patch", "merged_at": "2021-01-15T10:08...
true
Conda support Will push a new version on anaconda cloud every time a tag starting with `v` is pushed (like `v1.2.2`). Will appear here: https://anaconda.org/huggingface/datasets Depends on `conda-forge` for now, so the following is required for installation: ``` conda install -c huggingface -c conda-forge dat...
[ "Nice thanks :) \r\nNote that in `datasets` the tags are simply the version without the `v`. For example `1.2.1`.", "Do you push tags only for versions?", "Yes I've always used tags only for versions" ]
https://api.github.com/repos/huggingface/datasets/issues/1737
1,737
update link in TLC to be github links
Base on this issue https://github.com/huggingface/datasets/issues/1064, I can now use the official links.
closed
2021-01-14T02:49:21
https://api.github.com/repos/huggingface/datasets/issues/1737/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1737", "html_url": "https://github.com/huggingface/datasets/pull/1737", "diff_url": "https://github.com/huggingface/datasets/pull/1737.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1737.patch", "merged_at": "2021-01-14T10:25...
true
update link in TLC to be github links Base on this issue https://github.com/huggingface/datasets/issues/1064, I can now use the official links.
[ "Thanks for updating this!" ]
https://api.github.com/repos/huggingface/datasets/issues/1736
1,736
Adjust BrWaC dataset features name
I added this dataset some days ago, and today I used it to train some models and realized that the names of the features aren't so good. Looking at the current features hierarchy, we have "paragraphs" with a list of "sentences" with a list of "sentences?!". But the actual hierarchy is a "text" with a list of "paragr...
closed
2021-01-13T20:39:04
https://api.github.com/repos/huggingface/datasets/issues/1736/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1736", "html_url": "https://github.com/huggingface/datasets/pull/1736", "diff_url": "https://github.com/huggingface/datasets/pull/1736.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1736.patch", "merged_at": "2021-01-14T10:29...
true
Adjust BrWaC dataset features name I added this dataset some days ago, and today I used it to train some models and realized that the names of the features aren't so good. Looking at the current features hierarchy, we have "paragraphs" with a list of "sentences" with a list of "sentences?!". But the actual hierarchy...
[]
https://api.github.com/repos/huggingface/datasets/issues/1735
1,735
Update add new dataset template
This PR fixes a few typos in the "Add new dataset template" and clarifies a bit what to do for the dummy data creation when the `auto_generate` flag can't work.
closed
2021-01-13T15:08:09
https://api.github.com/repos/huggingface/datasets/issues/1735/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1735", "html_url": "https://github.com/huggingface/datasets/pull/1735", "diff_url": "https://github.com/huggingface/datasets/pull/1735.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1735.patch", "merged_at": "2021-01-14T15:16...
true
Update add new dataset template This PR fixes a few typos in the "Add new dataset template" and clarifies a bit what to do for the dummy data creation when the `auto_generate` flag can't work.
[ "Add new \"dataset\"? ;)", "Lol, too used to Transformers ;-)" ]
https://api.github.com/repos/huggingface/datasets/issues/1734
1,734
Fix empty token bug for `thainer` and `lst20`
add a condition to check if tokens exist before yielding in `thainer` and `lst20`
closed
2021-01-13T09:55:09
https://api.github.com/repos/huggingface/datasets/issues/1734/comments
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/1734", "html_url": "https://github.com/huggingface/datasets/pull/1734", "diff_url": "https://github.com/huggingface/datasets/pull/1734.diff", "patch_url": "https://github.com/huggingface/datasets/pull/1734.patch", "merged_at": "2021-01-14T10:42...
true
Fix empty token bug for `thainer` and `lst20` add a condition to check if tokens exist before yielding in `thainer` and `lst20`
[]