Unnamed: 0
int64
0
4.89k
url
stringlengths
58
61
repository_url
stringclasses
1 value
labels_url
stringlengths
72
75
comments_url
stringlengths
67
70
events_url
stringlengths
65
68
html_url
stringlengths
46
51
id
int64
599M
1.34B
node_id
stringlengths
18
32
number
int64
1
4.87k
title
stringlengths
1
276
user
stringlengths
870
1.16k
labels
stringclasses
64 values
state
stringclasses
2 values
locked
bool
1 class
assignee
stringclasses
38 values
assignees
stringclasses
48 values
milestone
stringclasses
7 values
comments
stringlengths
2
53k
created_at
stringlengths
19
19
updated_at
stringlengths
19
19
closed_at
stringlengths
19
19
author_association
stringclasses
3 values
active_lock_reason
float64
draft
bool
2 classes
pull_request
stringlengths
289
336
body
stringlengths
1
228k
reactions
stringlengths
191
196
timeline_url
stringlengths
67
70
performed_via_github_app
float64
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
4,400
https://api.github.com/repos/huggingface/datasets/issues/496
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/496/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/496/comments
https://api.github.com/repos/huggingface/datasets/issues/496/events
https://github.com/huggingface/datasets/pull/496
677,016,998
MDExOlB1bGxSZXF1ZXN0NDY2MjE1Mjg1
496
fix bad type in overflow check
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-08-11 16:24:58
2020-08-14 13:29:35
2020-08-14 13:29:34
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/496', 'html_url': 'https://github.com/huggingface/datasets/pull/496', 'diff_url': 'https://github.com/huggingface/datasets/pull/496.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/496.patch', 'merged_at': datetime.datetime(2020, 8, 14, 1...
When writing an arrow file and inferring the features, the overflow check could fail if the first example had a `null` field. This is because we were not using the inferred features to do this check, and we could end up with arrays that don't match because of a type mismatch (`null` vs `string` for example). This s...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/496/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/496/timeline
null
null
true
4,401
https://api.github.com/repos/huggingface/datasets/issues/495
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/495/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/495/comments
https://api.github.com/repos/huggingface/datasets/issues/495/events
https://github.com/huggingface/datasets/pull/495
676,959,289
MDExOlB1bGxSZXF1ZXN0NDY2MTY5MTA3
495
stack vectors in pytorch and tensorflow
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-08-11 15:12:53
2020-08-12 09:30:49
2020-08-12 09:30:48
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/495', 'html_url': 'https://github.com/huggingface/datasets/pull/495', 'diff_url': 'https://github.com/huggingface/datasets/pull/495.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/495.patch', 'merged_at': datetime.datetime(2020, 8, 12, 9...
When the format of a dataset is set to pytorch or tensorflow, and if the dataset has vectors in it, they were not stacked together as tensors when calling `dataset[i:i + batch_size][column]` or `dataset[column]`. I added support for stacked tensors for both pytorch and tensorflow. For ragged tensors, they are stack...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/495/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/495/timeline
null
null
true
4,402
https://api.github.com/repos/huggingface/datasets/issues/494
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/494/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/494/comments
https://api.github.com/repos/huggingface/datasets/issues/494/events
https://github.com/huggingface/datasets/pull/494
676,886,955
MDExOlB1bGxSZXF1ZXN0NDY2MTExOTQz
494
Fix numpy stacking
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['This PR also fixed a bug where numpy arrays were returned instead of pytorch tensors when getting with a clumn as a key.']
2020-08-11 13:40:30
2020-08-11 14:56:50
2020-08-11 13:49:52
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/494', 'html_url': 'https://github.com/huggingface/datasets/pull/494', 'diff_url': 'https://github.com/huggingface/datasets/pull/494.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/494.patch', 'merged_at': datetime.datetime(2020, 8, 11, 1...
When getting items using a column name as a key, numpy arrays were not stacked. I fixed that and added some tests. There is another issue that still needs to be fixed though: when getting items using a column name as a key, pytorch tensors are not stacked (it outputs a list of tensors). This PR should help with the...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/494/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/494/timeline
null
null
true
4,403
https://api.github.com/repos/huggingface/datasets/issues/493
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/493/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/493/comments
https://api.github.com/repos/huggingface/datasets/issues/493/events
https://github.com/huggingface/datasets/pull/493
676,527,351
MDExOlB1bGxSZXF1ZXN0NDY1ODIxOTA0
493
Fix wmt zh-en url
{'login': 'sshleifer', 'id': 6045025, 'node_id': 'MDQ6VXNlcjYwNDUwMjU=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6045025?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sshleifer', 'html_url': 'https://github.com/sshleifer', 'followers_url': 'https://api.github.com/users/sshleifer/followers...
[]
closed
false
null
[]
null
["this doesn't work. I can decompress the file after download locally."]
2020-08-11 02:14:52
2020-08-11 02:22:28
2020-08-11 02:22:12
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/493', 'html_url': 'https://github.com/huggingface/datasets/pull/493', 'diff_url': 'https://github.com/huggingface/datasets/pull/493.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/493.patch', 'merged_at': None}
I verified that ``` wget https://stuncorpusprod.blob.core.windows.net/corpusfiles/UNv1.0.en-zh.tar.gz.00 ``` runs in 2 minutes.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/493/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/493/timeline
null
null
true
4,404
https://api.github.com/repos/huggingface/datasets/issues/492
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/492/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/492/comments
https://api.github.com/repos/huggingface/datasets/issues/492/events
https://github.com/huggingface/datasets/issues/492
676,495,064
MDU6SXNzdWU2NzY0OTUwNjQ=
492
nlp.Features does not distinguish between nullable and non-nullable types in PyArrow schema
{'login': 'jarednielsen', 'id': 4564897, 'node_id': 'MDQ6VXNlcjQ1NjQ4OTc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/4564897?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jarednielsen', 'html_url': 'https://github.com/jarednielsen', 'followers_url': 'https://api.github.com/users/jaredniels...
[]
closed
false
null
[]
null
['In 0.4.0, the assertion in `concatenate_datasets ` is on the features, and not the schema.\r\nCould you try to update `nlp` ?\r\n\r\nAlso, since 0.4.0, you can use `dset_wikipedia.cast_(dset_books.features)` to avoid the schema cast hack.' 'Or maybe the assertion comes from elsewhere ?' "I'm using the master branch...
2020-08-11 00:27:46
2020-08-26 16:17:19
2020-08-26 16:17:19
CONTRIBUTOR
null
null
null
Here's the code I'm trying to run: ```python dset_wikipedia = nlp.load_dataset("wikipedia", "20200501.en", split="train", cache_dir=args.cache_dir) dset_wikipedia.drop(columns=["title"]) dset_wikipedia.features.pop("title") dset_books = nlp.load_dataset("bookcorpus", split="train", cache_dir=args.cache_dir) dse...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/492/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/492/timeline
null
completed
false
4,405
https://api.github.com/repos/huggingface/datasets/issues/491
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/491/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/491/comments
https://api.github.com/repos/huggingface/datasets/issues/491/events
https://github.com/huggingface/datasets/issues/491
676,486,275
MDU6SXNzdWU2NzY0ODYyNzU=
491
No 0.4.0 release on GitHub
{'login': 'jarednielsen', 'id': 4564897, 'node_id': 'MDQ6VXNlcjQ1NjQ4OTc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/4564897?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jarednielsen', 'html_url': 'https://github.com/jarednielsen', 'followers_url': 'https://api.github.com/users/jaredniels...
[]
closed
false
null
[]
null
['I did the release on github, and updated the doc :)\r\nSorry for the delay' 'Thanks!']
2020-08-10 23:59:57
2020-08-11 16:50:07
2020-08-11 16:50:07
CONTRIBUTOR
null
null
null
0.4.0 was released on PyPi, but not on GitHub. This means [the documentation](https://huggingface.co/nlp/) is still displaying from 0.3.0, and that there's no tag to easily clone the 0.4.0 version of the repo.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/491/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/491/timeline
null
completed
false
4,406
https://api.github.com/repos/huggingface/datasets/issues/490
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/490/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/490/comments
https://api.github.com/repos/huggingface/datasets/issues/490/events
https://github.com/huggingface/datasets/issues/490
676,482,242
MDU6SXNzdWU2NzY0ODIyNDI=
490
Loading preprocessed Wikipedia dataset requires apache_beam
{'login': 'jarednielsen', 'id': 4564897, 'node_id': 'MDQ6VXNlcjQ1NjQ4OTc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/4564897?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jarednielsen', 'html_url': 'https://github.com/jarednielsen', 'followers_url': 'https://api.github.com/users/jaredniels...
[]
closed
false
null
[]
null
[]
2020-08-10 23:46:50
2020-08-14 13:17:20
2020-08-14 13:17:20
CONTRIBUTOR
null
null
null
Running `nlp.load_dataset("wikipedia", "20200501.en", split="train", dir="/tmp/wikipedia")` gives an error if apache_beam is not installed, stemming from https://github.com/huggingface/nlp/blob/38eb2413de54ee804b0be81781bd65ac4a748ced/src/nlp/builder.py#L981-L988 This succeeded without the dependency in ve...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/490/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/490/timeline
null
completed
false
4,407
https://api.github.com/repos/huggingface/datasets/issues/489
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/489/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/489/comments
https://api.github.com/repos/huggingface/datasets/issues/489/events
https://github.com/huggingface/datasets/issues/489
676,456,257
MDU6SXNzdWU2NzY0NTYyNTc=
489
ug
{'login': 'timothyjlaurent', 'id': 2000204, 'node_id': 'MDQ6VXNlcjIwMDAyMDQ=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2000204?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/timothyjlaurent', 'html_url': 'https://github.com/timothyjlaurent', 'followers_url': 'https://api.github.com/users/t...
[]
closed
false
null
[]
null
['whoops' 'please delete this']
2020-08-10 22:33:03
2020-08-10 22:55:14
2020-08-10 22:33:40
NONE
null
null
null
null
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/489/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/489/timeline
null
completed
false
4,408
https://api.github.com/repos/huggingface/datasets/issues/488
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/488/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/488/comments
https://api.github.com/repos/huggingface/datasets/issues/488/events
https://github.com/huggingface/datasets/issues/488
676,299,993
MDU6SXNzdWU2NzYyOTk5OTM=
488
issues with downloading datasets for wmt16 and wmt19
{'login': 'stas00', 'id': 10676103, 'node_id': 'MDQ6VXNlcjEwNjc2MTAz', 'avatar_url': 'https://avatars.githubusercontent.com/u/10676103?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/stas00', 'html_url': 'https://github.com/stas00', 'followers_url': 'https://api.github.com/users/stas00/followers', 'follow...
[]
open
false
null
[]
null
['I found `UNv1.0.en-ru.tar.gz` here: https://conferences.unite.un.org/uncorpus/en/downloadoverview, so it can be reconstructed with:\r\n```\r\nwget -c https://stuncorpusprod.blob.core.windows.net/corpusfiles/UNv1.0.en-ru.tar.gz.00\r\nwget -c https://stuncorpusprod.blob.core.windows.net/corpusfiles/UNv1.0.en-ru.tar.gz....
2020-08-10 17:32:51
2020-08-11 05:07:34
null
MEMBER
null
null
null
I have encountered multiple issues while trying to: ``` import nlp dataset = nlp.load_dataset('wmt16', 'ru-en') metric = nlp.load_metric('wmt16') ``` 1. I had to do `pip install -e ".[dev]" ` on master, currently released nlp didn't work (sorry, didn't save the error) - I went back to the released version and no...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/488/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/488/timeline
null
null
false
4,409
https://api.github.com/repos/huggingface/datasets/issues/487
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/487/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/487/comments
https://api.github.com/repos/huggingface/datasets/issues/487/events
https://github.com/huggingface/datasets/pull/487
676,143,029
MDExOlB1bGxSZXF1ZXN0NDY1NTA1NjQy
487
Fix elasticsearch result ids returning as strings
{'login': 'sai-prasanna', 'id': 3595526, 'node_id': 'MDQ6VXNlcjM1OTU1MjY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3595526?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sai-prasanna', 'html_url': 'https://github.com/sai-prasanna', 'followers_url': 'https://api.github.com/users/sai-prasan...
[]
closed
false
null
[]
null
['It looks like you need to rebase from master to fix the CI. Could you do that please ?']
2020-08-10 13:37:11
2020-08-31 10:42:46
2020-08-31 10:42:46
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/487', 'html_url': 'https://github.com/huggingface/datasets/pull/487', 'diff_url': 'https://github.com/huggingface/datasets/pull/487.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/487.patch', 'merged_at': datetime.datetime(2020, 8, 31, 1...
I am using the latest elasticsearch binary and master of nlp. For me elasticsearch searches failed because the resultant "id_" returned for searches are strings, but our library assumes them to be integers.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/487/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/487/timeline
null
null
true
4,410
https://api.github.com/repos/huggingface/datasets/issues/486
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/486/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/486/comments
https://api.github.com/repos/huggingface/datasets/issues/486/events
https://github.com/huggingface/datasets/issues/486
675,649,034
MDU6SXNzdWU2NzU2NDkwMzQ=
486
Bookcorpus data contains pretokenized text
{'login': 'orsharir', 'id': 99543, 'node_id': 'MDQ6VXNlcjk5NTQz', 'avatar_url': 'https://avatars.githubusercontent.com/u/99543?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/orsharir', 'html_url': 'https://github.com/orsharir', 'followers_url': 'https://api.github.com/users/orsharir/followers', 'followin...
[]
open
false
null
[]
null
["Yes indeed it looks like some `'` and spaces are missing (for example in `dont` or `didnt`).\r\nDo you know if there exist some copies without this issue ?\r\nHow would you fix this issue on the current data exactly ? I can see that the data is raw text (not tokenized) so I'm not sure I understand how you would do it...
2020-08-09 06:53:24
2020-09-30 12:01:04
null
CONTRIBUTOR
null
null
null
It seem that the bookcoprus data downloaded through the library was pretokenized with NLTK's Treebank tokenizer, which changes the text in incompatible ways to how, for instance, BERT's wordpiece tokenizer works. For example, "didn't" becomes "did" + "n't", and double quotes are changed to `` and '' for start and end q...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/486/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/486/timeline
null
null
false
4,411
https://api.github.com/repos/huggingface/datasets/issues/485
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/485/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/485/comments
https://api.github.com/repos/huggingface/datasets/issues/485/events
https://github.com/huggingface/datasets/issues/485
675,595,393
MDU6SXNzdWU2NzU1OTUzOTM=
485
PAWS dataset first item is header
{'login': 'jxmorris12', 'id': 13238952, 'node_id': 'MDQ6VXNlcjEzMjM4OTUy', 'avatar_url': 'https://avatars.githubusercontent.com/u/13238952?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jxmorris12', 'html_url': 'https://github.com/jxmorris12', 'followers_url': 'https://api.github.com/users/jxmorris12/fol...
[]
closed
false
null
[]
null
[]
2020-08-08 22:05:25
2020-08-19 09:50:01
2020-08-19 09:50:01
CONTRIBUTOR
null
null
null
``` import nlp dataset = nlp.load_dataset('xtreme', 'PAWS-X.en') dataset['test'][0] ``` prints the following ``` {'label': 'label', 'sentence1': 'sentence1', 'sentence2': 'sentence2'} ``` dataset['test'][0] should probably be the first item in the dataset, not just a dictionary mapping the column names t...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/485/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/485/timeline
null
completed
false
4,412
https://api.github.com/repos/huggingface/datasets/issues/484
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/484/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/484/comments
https://api.github.com/repos/huggingface/datasets/issues/484/events
https://github.com/huggingface/datasets/pull/484
675,088,983
MDExOlB1bGxSZXF1ZXN0NDY0NjY1NTU4
484
update mirror for RT dataset
{'login': 'jxmorris12', 'id': 13238952, 'node_id': 'MDQ6VXNlcjEzMjM4OTUy', 'avatar_url': 'https://avatars.githubusercontent.com/u/13238952?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jxmorris12', 'html_url': 'https://github.com/jxmorris12', 'followers_url': 'https://api.github.com/users/jxmorris12/fol...
[]
closed
false
null
[]
null
['Thanks for adding this mirror link :)\r\n\r\nCould you run the following command to update the json file `dataset_infos.json` used to verify the integrity of the downloaded file ?\r\n\r\n```\r\nnlp-cli test ./datasets/rotten_tomatoes --save_infos --ignore_verifications\r\n```' 'done! @lhoestq ' 'the build_doc CI fa...
2020-08-07 15:25:45
2020-08-24 13:33:37
2020-08-24 13:33:37
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/484', 'html_url': 'https://github.com/huggingface/datasets/pull/484', 'diff_url': 'https://github.com/huggingface/datasets/pull/484.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/484.patch', 'merged_at': datetime.datetime(2020, 8, 24, 1...
null
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/484/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/484/timeline
null
null
true
4,413
https://api.github.com/repos/huggingface/datasets/issues/483
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/483/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/483/comments
https://api.github.com/repos/huggingface/datasets/issues/483/events
https://github.com/huggingface/datasets/issues/483
675,080,694
MDU6SXNzdWU2NzUwODA2OTQ=
483
rotten tomatoes movie review dataset taken down
{'login': 'jxmorris12', 'id': 13238952, 'node_id': 'MDQ6VXNlcjEzMjM4OTUy', 'avatar_url': 'https://avatars.githubusercontent.com/u/13238952?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jxmorris12', 'html_url': 'https://github.com/jxmorris12', 'followers_url': 'https://api.github.com/users/jxmorris12/fol...
[]
closed
false
null
[]
null
['found a mirror: https://storage.googleapis.com/seldon-datasets/sentence_polarity_v1/rt-polaritydata.tar.gz' 'fixed in #484 ' 'Closing this one. Thanks again @jxmorris12 for taking care of this :)']
2020-08-07 15:12:01
2020-09-08 09:36:34
2020-09-08 09:36:33
CONTRIBUTOR
null
null
null
In an interesting twist of events, the individual who created the movie review seems to have left Cornell, and their webpage has been removed, along with the movie review dataset (http://www.cs.cornell.edu/people/pabo/movie-review-data/rt-polaritydata.tar.gz). It's not downloadable anymore.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/483/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/483/timeline
null
completed
false
4,414
https://api.github.com/repos/huggingface/datasets/issues/482
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/482/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/482/comments
https://api.github.com/repos/huggingface/datasets/issues/482/events
https://github.com/huggingface/datasets/issues/482
674,851,147
MDU6SXNzdWU2NzQ4NTExNDc=
482
Bugs : dataset.map() is frozen on ELI5
{'login': 'ratthachat', 'id': 56621342, 'node_id': 'MDQ6VXNlcjU2NjIxMzQy', 'avatar_url': 'https://avatars.githubusercontent.com/u/56621342?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ratthachat', 'html_url': 'https://github.com/ratthachat', 'followers_url': 'https://api.github.com/users/ratthachat/fol...
[]
closed
false
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'f...
null
["This comes from an overflow in pyarrow's array.\r\nIt is stuck inside the loop that reduces the batch size to avoid the overflow.\r\nI'll take a look" "I created a PR to fix the issue.\r\nIt was due to an overflow check that handled badly an empty list.\r\n\r\nYou can try the changes by using \r\n```\r\n!pip install...
2020-08-07 08:23:35
2020-08-12 14:13:46
2020-08-11 23:55:15
NONE
null
null
null
Hi Huggingface Team! Thank you guys once again for this amazing repo. I have tried to prepare ELI5 to train with T5, based on [this wonderful notebook of Suraj Patil](https://github.com/patil-suraj/exploring-T5/blob/master/T5_on_TPU.ipynb) However, when I run `dataset.map()` on ELI5 to prepare `input_text, ta...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/482/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/482/timeline
null
completed
false
4,415
https://api.github.com/repos/huggingface/datasets/issues/481
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/481/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/481/comments
https://api.github.com/repos/huggingface/datasets/issues/481/events
https://github.com/huggingface/datasets/pull/481
674,567,389
MDExOlB1bGxSZXF1ZXN0NDY0MjM2MTA1
481
Apply utf-8 encoding to all datasets
{'login': 'lewtun', 'id': 26859204, 'node_id': 'MDQ6VXNlcjI2ODU5MjA0', 'avatar_url': 'https://avatars.githubusercontent.com/u/26859204?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lewtun', 'html_url': 'https://github.com/lewtun', 'followers_url': 'https://api.github.com/users/lewtun/followers', 'follow...
[]
closed
false
null
[]
null
['Not sure why the AWS test is failing - perhaps I made too many concurrent CI builds 😢. Can someone please rerun the CI to check the error is not on my end?' "I pushed an improved docstring and the unit tests now pass, which suggests the previous failure on AWS was simply a timeout error. \r\n\r\nFor some reason the...
2020-08-06 20:02:09
2020-08-20 08:16:08
2020-08-20 08:16:08
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/481', 'html_url': 'https://github.com/huggingface/datasets/pull/481', 'diff_url': 'https://github.com/huggingface/datasets/pull/481.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/481.patch', 'merged_at': datetime.datetime(2020, 8, 20, 8...
## Description This PR applies utf-8 encoding for all instances of `with open(...) as f` to all Python files in `datasets/`. As suggested by @thomwolf in #468 , we use regular expressions and the following function ```python def apply_encoding_on_file_open(filepath: str): """Apply UTF-8 encoding for all insta...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/481/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/481/timeline
null
null
true
4,416
https://api.github.com/repos/huggingface/datasets/issues/480
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/480/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/480/comments
https://api.github.com/repos/huggingface/datasets/issues/480/events
https://github.com/huggingface/datasets/pull/480
674,245,959
MDExOlB1bGxSZXF1ZXN0NDYzOTcwNjQ2
480
Column indexing hotfix
{'login': 'TevenLeScao', 'id': 26709476, 'node_id': 'MDQ6VXNlcjI2NzA5NDc2', 'avatar_url': 'https://avatars.githubusercontent.com/u/26709476?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/TevenLeScao', 'html_url': 'https://github.com/TevenLeScao', 'followers_url': 'https://api.github.com/users/TevenLeScao...
[]
closed
false
null
[]
null
["Looks good to me as well but we'll want to add a test indeed.\r\nYou can add one if you have time @TevenLeScao.\r\nOtherwise, we'll do it when we are back with Quentin. " 'I fixed it in #494 ']
2020-08-06 11:37:05
2020-08-12 08:36:10
2020-08-12 08:36:10
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/480', 'html_url': 'https://github.com/huggingface/datasets/pull/480', 'diff_url': 'https://github.com/huggingface/datasets/pull/480.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/480.patch', 'merged_at': None}
As observed for example in #469 , currently `__getitem__` does not convert the data to the dataset format when indexing by column. This is a hotfix that imitates functional 0.3.0. code. In the future it'd probably be nice to have a test there.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/480/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/480/timeline
null
null
true
4,417
https://api.github.com/repos/huggingface/datasets/issues/479
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/479/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/479/comments
https://api.github.com/repos/huggingface/datasets/issues/479/events
https://github.com/huggingface/datasets/pull/479
673,905,407
MDExOlB1bGxSZXF1ZXN0NDYzNjkxMjA0
479
add METEOR metric
{'login': 'vegarab', 'id': 24683907, 'node_id': 'MDQ6VXNlcjI0NjgzOTA3', 'avatar_url': 'https://avatars.githubusercontent.com/u/24683907?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/vegarab', 'html_url': 'https://github.com/vegarab', 'followers_url': 'https://api.github.com/users/vegarab/followers', 'fo...
[]
closed
false
null
[]
null
["Really nice !\r\nThanks for adding this one.\r\n\r\nI noticed that there are some '-' that are left in the description in the middle of some workds. It migh come from copy-pasting the pdf paper. ex: `im-provement`. Could you fix that please ?" '@lhoestq \r\nLinebreaks have been removed! Note that there are still a f...
2020-08-05 23:13:00
2020-08-19 13:39:09
2020-08-19 13:39:09
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/479', 'html_url': 'https://github.com/huggingface/datasets/pull/479', 'diff_url': 'https://github.com/huggingface/datasets/pull/479.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/479.patch', 'merged_at': datetime.datetime(2020, 8, 19, 1...
Added the METEOR metric. Can be used like this: ```python import nlp meteor = nlp.load_metric('metrics/meteor') meteor.compute(["some string", "some string"], ["some string", "some similar string"]) # {'meteor': 0.6411637931034483} meteor.add("some string", "some string") meteor.add('some string", "some simila...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/479/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/479/timeline
null
null
true
4,418
https://api.github.com/repos/huggingface/datasets/issues/478
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/478/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/478/comments
https://api.github.com/repos/huggingface/datasets/issues/478/events
https://github.com/huggingface/datasets/issues/478
673,178,317
MDU6SXNzdWU2NzMxNzgzMTc=
478
Export TFRecord to GCP bucket
{'login': 'astariul', 'id': 43774355, 'node_id': 'MDQ6VXNlcjQzNzc0MzU1', 'avatar_url': 'https://avatars.githubusercontent.com/u/43774355?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/astariul', 'html_url': 'https://github.com/astariul', 'followers_url': 'https://api.github.com/users/astariul/followers',...
[]
closed
false
null
[]
null
['Nevermind, I restarted my python session and it worked fine...\r\n\r\n---\r\n\r\nI had an authentification error, and I authenticated from another terminal. After that, no more error but it was not working. Restarting the sessions makes it work :)']
2020-08-05 01:08:32
2020-08-05 01:21:37
2020-08-05 01:21:36
NONE
null
null
null
Previously, I was writing TFRecords manually to GCP bucket with : `with tf.io.TFRecordWriter('gs://my_bucket/x.tfrecord')` Since `0.4.0` is out with the `export()` function, I tried it. But it seems TFRecords cannot be directly written to GCP bucket. `dataset.export('local.tfrecord')` works fine, but `dataset....
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/478/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/478/timeline
null
completed
false
4,419
https://api.github.com/repos/huggingface/datasets/issues/477
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/477/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/477/comments
https://api.github.com/repos/huggingface/datasets/issues/477/events
https://github.com/huggingface/datasets/issues/477
673,142,143
MDU6SXNzdWU2NzMxNDIxNDM=
477
Overview.ipynb throws exceptions with nlp 0.4.0
{'login': 'mandy-li', 'id': 23109219, 'node_id': 'MDQ6VXNlcjIzMTA5MjE5', 'avatar_url': 'https://avatars.githubusercontent.com/u/23109219?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mandy-li', 'html_url': 'https://github.com/mandy-li', 'followers_url': 'https://api.github.com/users/mandy-li/followers',...
[]
closed
false
null
[]
null
["Thanks for reporting this issue\r\n\r\nThere was a bug where numpy arrays would get returned instead of tensorflow tensors.\r\nThis is fixed on master.\r\n\r\nI tried to re-run the colab and encountered this error instead:\r\n\r\n```\r\nAttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attri...
2020-08-04 23:18:15
2021-08-03 06:02:15
2021-08-03 06:02:15
NONE
null
null
null
with nlp 0.4.0, the TensorFlow example in Overview.ipynb throws the following exceptions: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-5-48907f2ad433> in <module> ----> 1 features = {x: trai...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/477/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/477/timeline
null
completed
false
4,420
https://api.github.com/repos/huggingface/datasets/issues/476
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/476/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/476/comments
https://api.github.com/repos/huggingface/datasets/issues/476/events
https://github.com/huggingface/datasets/pull/476
672,991,854
MDExOlB1bGxSZXF1ZXN0NDYyOTMyMTgx
476
CheckList
{'login': 'marcotcr', 'id': 698010, 'node_id': 'MDQ6VXNlcjY5ODAxMA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/698010?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/marcotcr', 'html_url': 'https://github.com/marcotcr', 'followers_url': 'https://api.github.com/users/marcotcr/followers', 'fo...
[]
open
false
null
[]
null
["> Also, a little out of my depth there, but would there be a way to have the default pip install checklist command not require mysql and mariadb to be installed? Feels like that might be a source of confusion for users.\r\n\r\nI removed the pattern dependency, mysql is not a requirement anymore. I'm not sure where ma...
2020-08-04 18:32:05
2022-07-06 15:19:46
null
NONE
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/476', 'html_url': 'https://github.com/huggingface/datasets/pull/476', 'diff_url': 'https://github.com/huggingface/datasets/pull/476.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/476.patch', 'merged_at': None}
Sorry for the large pull request. - Added checklists as datasets. I can't run `test_load_real_dataset` (see #474), but I can load the datasets successfully as shown in the example notebook - Added a checklist wrapper
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/476/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 1, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/476/timeline
null
null
true
4,421
https://api.github.com/repos/huggingface/datasets/issues/475
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/475/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/475/comments
https://api.github.com/repos/huggingface/datasets/issues/475/events
https://github.com/huggingface/datasets/pull/475
672,884,595
MDExOlB1bGxSZXF1ZXN0NDYyODQzMzQz
475
misc. bugs and quality of life
{'login': 'joeddav', 'id': 9353833, 'node_id': 'MDQ6VXNlcjkzNTM4MzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/9353833?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joeddav', 'html_url': 'https://github.com/joeddav', 'followers_url': 'https://api.github.com/users/joeddav/followers', 'foll...
[]
closed
false
null
[]
null
["Cool thanks, I made those changes. LMK if you think it's ready for merge." 'Ok to merge for me']
2020-08-04 15:32:29
2020-08-17 21:14:08
2020-08-17 21:14:07
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/475', 'html_url': 'https://github.com/huggingface/datasets/pull/475', 'diff_url': 'https://github.com/huggingface/datasets/pull/475.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/475.patch', 'merged_at': datetime.datetime(2020, 8, 17, 2...
A few misc. bugs and QOL improvements that I've come across in using the library. Let me know if you don't like any of them and I can adjust/remove them. 1. Printing datasets without a description field throws an error when formatting the `single_line_description`. This fixes that, and also adds some formatting to t...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/475/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/475/timeline
null
null
true
4,422
https://api.github.com/repos/huggingface/datasets/issues/474
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/474/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/474/comments
https://api.github.com/repos/huggingface/datasets/issues/474/events
https://github.com/huggingface/datasets/issues/474
672,407,330
MDU6SXNzdWU2NzI0MDczMzA=
474
test_load_real_dataset when config has BUILDER_CONFIGS that matter
{'login': 'marcotcr', 'id': 698010, 'node_id': 'MDQ6VXNlcjY5ODAxMA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/698010?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/marcotcr', 'html_url': 'https://github.com/marcotcr', 'followers_url': 'https://api.github.com/users/marcotcr/followers', 'fo...
[]
closed
false
null
[]
null
['The `data_dir` parameter has been removed. Now the error is `ValueError: Config name is missing`\r\n\r\nAs mentioned in #470 I think we can have one test with the first config of BUILDER_CONFIGS, and another test that runs all of the configs in BUILDER_CONFIGS' 'This was fixed in #527 \r\n\r\nClosing this one, but f...
2020-08-03 23:46:36
2020-09-07 14:53:13
2020-09-07 14:53:13
NONE
null
null
null
It a dataset has custom `BUILDER_CONFIGS` with non-keyword arguments (or keyword arguments with non default values), the config is not loaded during the test and causes an error. I think the problem is that `test_load_real_dataset` calls `load_dataset` with `data_dir=temp_data_dir` ([here](https://github.com/huggingfa...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/474/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/474/timeline
null
completed
false
4,423
https://api.github.com/repos/huggingface/datasets/issues/473
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/473/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/473/comments
https://api.github.com/repos/huggingface/datasets/issues/473/events
https://github.com/huggingface/datasets/pull/473
672,007,247
MDExOlB1bGxSZXF1ZXN0NDYyMTIwNzU4
473
add DoQA dataset (ACL 2020)
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-08-03 11:26:52
2020-09-10 17:19:11
2020-09-03 11:44:15
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/473', 'html_url': 'https://github.com/huggingface/datasets/pull/473', 'diff_url': 'https://github.com/huggingface/datasets/pull/473.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/473.patch', 'merged_at': datetime.datetime(2020, 9, 3, 11...
add DoQA dataset (ACL 2020) http://ixa.eus/node/12931
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/473/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/473/timeline
null
null
true
4,424
https://api.github.com/repos/huggingface/datasets/issues/472
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/472/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/472/comments
https://api.github.com/repos/huggingface/datasets/issues/472/events
https://github.com/huggingface/datasets/pull/472
672,000,745
MDExOlB1bGxSZXF1ZXN0NDYyMTE1MjA4
472
add crd3 dataset
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
['This PR was already approved by @lhoestq in #456 . This one just make style to remove some typos']
2020-08-03 11:15:02
2020-08-03 11:22:10
2020-08-03 11:22:09
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/472', 'html_url': 'https://github.com/huggingface/datasets/pull/472', 'diff_url': 'https://github.com/huggingface/datasets/pull/472.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/472.patch', 'merged_at': datetime.datetime(2020, 8, 3, 11...
opening new PR for CRD3 dataset (ACL2020) to fix the circle CI problems
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/472/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/472/timeline
null
null
true
4,425
https://api.github.com/repos/huggingface/datasets/issues/471
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/471/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/471/comments
https://api.github.com/repos/huggingface/datasets/issues/471/events
https://github.com/huggingface/datasets/pull/471
671,996,423
MDExOlB1bGxSZXF1ZXN0NDYyMTExNTU1
471
add reuters21578 dataset
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-08-03 11:07:14
2022-08-04 08:39:11
2020-09-03 09:58:50
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/471', 'html_url': 'https://github.com/huggingface/datasets/pull/471', 'diff_url': 'https://github.com/huggingface/datasets/pull/471.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/471.patch', 'merged_at': datetime.datetime(2020, 9, 3, 9,...
new PR to add the reuters21578 dataset and fix the circle CI problems. Fix partially: - #353 Subsequent PR after: - #449
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/471/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/471/timeline
null
null
true
4,426
https://api.github.com/repos/huggingface/datasets/issues/470
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/470/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/470/comments
https://api.github.com/repos/huggingface/datasets/issues/470/events
https://github.com/huggingface/datasets/pull/470
671,952,276
MDExOlB1bGxSZXF1ZXN0NDYyMDc0MzQ0
470
Adding IWSLT 2017 dataset.
{'login': 'Narsil', 'id': 204321, 'node_id': 'MDQ6VXNlcjIwNDMyMQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/204321?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Narsil', 'html_url': 'https://github.com/Narsil', 'followers_url': 'https://api.github.com/users/Narsil/followers', 'following_...
[]
closed
false
null
[]
null
['Ok I tried to add the dummy dataset (I actually modified the dummy_data command to generate them for me because it was too painful to do that manually).\r\n\r\nThe dummy_data test seems to work:\r\n```bash\r\nRUN_SLOW=1 pytest tests/test_dataset_common.py::LocalDatasetTest::test_load_dataset_all_configs_iwslt2017\r\n...
2020-08-03 09:52:39
2020-09-07 12:33:30
2020-09-07 12:33:30
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/470', 'html_url': 'https://github.com/huggingface/datasets/pull/470', 'diff_url': 'https://github.com/huggingface/datasets/pull/470.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/470.patch', 'merged_at': datetime.datetime(2020, 9, 7, 12...
Created a [IWSLT 2017](https://sites.google.com/site/iwsltevaluation2017/TED-tasks) dataset script for the *multilingual data*. ``` Bilingual data: {Arabic, German, French, Japanese, Korean, Chinese} <-> English Multilingual data: German, English, Italian, Dutch, Romanian. (Any pair) ``` I'm unsure how to h...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/470/reactions', 'total_count': 2, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 2, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/470/timeline
null
null
true
4,427
https://api.github.com/repos/huggingface/datasets/issues/469
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/469/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/469/comments
https://api.github.com/repos/huggingface/datasets/issues/469/events
https://github.com/huggingface/datasets/issues/469
671,876,963
MDU6SXNzdWU2NzE4NzY5NjM=
469
invalid data type 'str' at _convert_outputs in arrow_dataset.py
{'login': 'Murgates', 'id': 30617486, 'node_id': 'MDQ6VXNlcjMwNjE3NDg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/30617486?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Murgates', 'html_url': 'https://github.com/Murgates', 'followers_url': 'https://api.github.com/users/Murgates/followers',...
[]
open
false
null
[]
null
['Hi ! Did you try to set the output format to pytorch ? (or tensorflow if you\'re using tensorflow)\r\nIt can be done with `dataset.set_format("torch", columns=columns)` (or "tensorflow").\r\n\r\nNote that for pytorch, string columns can\'t be converted to `torch.Tensor`, so you have to specify in `columns=` the list...
2020-08-03 07:48:29
2020-10-22 09:04:26
null
NONE
null
null
null
I trying to build multi label text classifier model using Transformers lib. I'm using Transformers NLP to load the data set, while calling trainer.train() method. It throws the following error File "C:\***\arrow_dataset.py", line 343, in _convert_outputs v = command(v) TypeError: new(): invalid data type ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/469/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/469/timeline
null
null
false
4,428
https://api.github.com/repos/huggingface/datasets/issues/468
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/468/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/468/comments
https://api.github.com/repos/huggingface/datasets/issues/468/events
https://github.com/huggingface/datasets/issues/468
671,622,441
MDU6SXNzdWU2NzE2MjI0NDE=
468
UnicodeDecodeError while loading PAN-X task of XTREME dataset
{'login': 'lewtun', 'id': 26859204, 'node_id': 'MDQ6VXNlcjI2ODU5MjA0', 'avatar_url': 'https://avatars.githubusercontent.com/u/26859204?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lewtun', 'html_url': 'https://github.com/lewtun', 'followers_url': 'https://api.github.com/users/lewtun/followers', 'follow...
[]
closed
false
null
[]
null
['Indeed. Solution 1 is the simplest.\r\n\r\nThis is actually a recurring problem.\r\nI think we should scan all the datasets with regexpr to fix the use of `open()` without encodings.\r\nAnd probably add a test in the CI to forbid using this in the future.' "I'm happy to tackle the broader problem - will open a PR wh...
2020-08-02 14:05:10
2020-08-20 08:16:08
2020-08-20 08:16:08
MEMBER
null
null
null
Hi 🤗 team! ## Description of the problem I'm running into a `UnicodeDecodeError` while trying to load the PAN-X subset the XTREME dataset: ``` --------------------------------------------------------------------------- UnicodeDecodeError Traceback (most recent call last) <ipython-inp...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/468/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/468/timeline
null
completed
false
4,429
https://api.github.com/repos/huggingface/datasets/issues/467
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/467/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/467/comments
https://api.github.com/repos/huggingface/datasets/issues/467/events
https://github.com/huggingface/datasets/pull/467
671,580,010
MDExOlB1bGxSZXF1ZXN0NDYxNzgwMzUy
467
DOCS: Fix typo
{'login': 'Bharat123rox', 'id': 13381361, 'node_id': 'MDQ6VXNlcjEzMzgxMzYx', 'avatar_url': 'https://avatars.githubusercontent.com/u/13381361?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Bharat123rox', 'html_url': 'https://github.com/Bharat123rox', 'followers_url': 'https://api.github.com/users/Bharat12...
[]
closed
false
null
[]
null
['Thanks!']
2020-08-02 08:59:37
2020-08-02 13:52:27
2020-08-02 09:18:54
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/467', 'html_url': 'https://github.com/huggingface/datasets/pull/467', 'diff_url': 'https://github.com/huggingface/datasets/pull/467.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/467.patch', 'merged_at': datetime.datetime(2020, 8, 2, 9,...
Fix typo from dictionnary -> dictionary
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/467/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/467/timeline
null
null
true
4,430
https://api.github.com/repos/huggingface/datasets/issues/466
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/466/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/466/comments
https://api.github.com/repos/huggingface/datasets/issues/466/events
https://github.com/huggingface/datasets/pull/466
670,766,891
MDExOlB1bGxSZXF1ZXN0NDYxMDEzOTM0
466
[METRICS] Various improvements on metrics
{'login': 'thomwolf', 'id': 7353373, 'node_id': 'MDQ6VXNlcjczNTMzNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7353373?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomwolf', 'html_url': 'https://github.com/thomwolf', 'followers_url': 'https://api.github.com/users/thomwolf/followers', '...
[]
closed
false
null
[]
null
['The cast function is now called inside `features.encode_example`.\r\nI also added `encode_batch` that was missing.\r\n\r\nMoreover I used the cast function in `Dataset.map` to support torch/tensorflow tensors or numpy arrays inputs.\r\n\r\nThere are tests for tensors inputs in metrics and in .map' 'I think we can me...
2020-08-01 11:03:45
2020-08-17 15:15:00
2020-08-17 15:14:59
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/466', 'html_url': 'https://github.com/huggingface/datasets/pull/466', 'diff_url': 'https://github.com/huggingface/datasets/pull/466.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/466.patch', 'merged_at': datetime.datetime(2020, 8, 17, 1...
- Disallow the use of positional arguments to avoid `predictions` vs `references` mistakes - Allow to directly feed numpy/pytorch/tensorflow/pandas objects in metrics
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/466/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/466/timeline
null
null
true
4,431
https://api.github.com/repos/huggingface/datasets/issues/465
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/465/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/465/comments
https://api.github.com/repos/huggingface/datasets/issues/465/events
https://github.com/huggingface/datasets/pull/465
669,889,779
MDExOlB1bGxSZXF1ZXN0NDYwMjEwODYw
465
Keep features after transform
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
["One note on features inference:\r\n\r\nif an arrow type is `struct of items` where each item is a `list`, then we return a `dict` in which each item is a `Sequence`.\r\nIt means that we don't use the Sequence <-> dict swap when we infer features.\r\n\r\nIt's fine because the swap is generally used in dataset scripts,...
2020-07-31 14:43:21
2020-07-31 18:27:33
2020-07-31 18:27:32
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/465', 'html_url': 'https://github.com/huggingface/datasets/pull/465', 'diff_url': 'https://github.com/huggingface/datasets/pull/465.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/465.patch', 'merged_at': datetime.datetime(2020, 7, 31, 1...
When applying a transform like `map`, some features were lost (and inferred features were used). It was the case for ClassLabel, Translation, etc. To fix that, I did some modifications in the `ArrowWriter`: - added the `update_features` parameter. When it's `True`, then the features specified by the user (if any...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/465/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/465/timeline
null
null
true
4,432
https://api.github.com/repos/huggingface/datasets/issues/464
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/464/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/464/comments
https://api.github.com/repos/huggingface/datasets/issues/464/events
https://github.com/huggingface/datasets/pull/464
669,767,381
MDExOlB1bGxSZXF1ZXN0NDYwMTAxNDYz
464
Add rename, remove and cast in-place operations
{'login': 'thomwolf', 'id': 7353373, 'node_id': 'MDQ6VXNlcjczNTMzNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7353373?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomwolf', 'html_url': 'https://github.com/thomwolf', 'followers_url': 'https://api.github.com/users/thomwolf/followers', '...
[]
closed
false
null
[]
null
[]
2020-07-31 12:30:21
2020-07-31 15:50:02
2020-07-31 15:50:00
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/464', 'html_url': 'https://github.com/huggingface/datasets/pull/464', 'diff_url': 'https://github.com/huggingface/datasets/pull/464.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/464.patch', 'merged_at': datetime.datetime(2020, 7, 31, 1...
Add a bunch of in-place operation leveraging the Arrow back-end to rename and remove columns and cast to new features without using the more expensive `map` method. These methods are added to `Dataset` as well as `DatasetDict`. Added tests for these new methods and add the methods to the doc. Naming follows th...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/464/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/464/timeline
null
null
true
4,433
https://api.github.com/repos/huggingface/datasets/issues/463
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/463/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/463/comments
https://api.github.com/repos/huggingface/datasets/issues/463/events
https://github.com/huggingface/datasets/pull/463
669,735,455
MDExOlB1bGxSZXF1ZXN0NDYwMDcyNjQ1
463
Add dataset/mlsum
{'login': 'RachelKer', 'id': 36986299, 'node_id': 'MDQ6VXNlcjM2OTg2Mjk5', 'avatar_url': 'https://avatars.githubusercontent.com/u/36986299?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/RachelKer', 'html_url': 'https://github.com/RachelKer', 'followers_url': 'https://api.github.com/users/RachelKer/followe...
[]
closed
false
null
[]
null
["I think the problem is related to `wiki_dpr` dataset which is making the circle CI failed as you can see:\r\n```\r\nFAILED tests/test_dataset_common.py::AWSDatasetTest::test_load_dataset_wiki_dpr\r\nFAILED tests/test_hf_gcp.py::TestDatasetOnHfGcp::test_script_synced_with_s3_wiki_dpr/dummy_psgs_w100_no_embeddings\r\nF...
2020-07-31 11:50:52
2020-08-24 14:54:42
2020-08-24 14:54:42
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/463', 'html_url': 'https://github.com/huggingface/datasets/pull/463', 'diff_url': 'https://github.com/huggingface/datasets/pull/463.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/463.patch', 'merged_at': None}
New pull request that should correct the previous errors. The load_real_data stills fails because it is looking for a default dataset URL that does not exists, this does not happen when loading the dataset with load_dataset
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/463/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/463/timeline
null
null
true
4,434
https://api.github.com/repos/huggingface/datasets/issues/462
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/462/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/462/comments
https://api.github.com/repos/huggingface/datasets/issues/462/events
https://github.com/huggingface/datasets/pull/462
669,715,547
MDExOlB1bGxSZXF1ZXN0NDYwMDU0NDgz
462
add DoQA (ACL 2020) dataset
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-31 11:25:56
2020-08-03 11:28:27
2020-08-03 11:28:27
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/462', 'html_url': 'https://github.com/huggingface/datasets/pull/462', 'diff_url': 'https://github.com/huggingface/datasets/pull/462.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/462.patch', 'merged_at': None}
adds DoQA (ACL 2020) dataset
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/462/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/462/timeline
null
null
true
4,435
https://api.github.com/repos/huggingface/datasets/issues/461
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/461/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/461/comments
https://api.github.com/repos/huggingface/datasets/issues/461/events
https://github.com/huggingface/datasets/pull/461
669,703,508
MDExOlB1bGxSZXF1ZXN0NDYwMDQzNDY5
461
Doqa
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-31 11:11:12
2020-07-31 11:13:15
2020-07-31 11:13:15
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/461', 'html_url': 'https://github.com/huggingface/datasets/pull/461', 'diff_url': 'https://github.com/huggingface/datasets/pull/461.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/461.patch', 'merged_at': None}
add DoQA (ACL 2020) dataset
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/461/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/461/timeline
null
null
true
4,436
https://api.github.com/repos/huggingface/datasets/issues/460
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/460/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/460/comments
https://api.github.com/repos/huggingface/datasets/issues/460/events
https://github.com/huggingface/datasets/pull/460
669,585,256
MDExOlB1bGxSZXF1ZXN0NDU5OTM2OTU2
460
Fix KeyboardInterrupt in map and bad indices in select
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['Thanks @TevenLeScao for finding this issue' 'Thanks @lhoestq for catching this ❤️']
2020-07-31 08:57:15
2020-07-31 11:32:19
2020-07-31 11:32:18
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/460', 'html_url': 'https://github.com/huggingface/datasets/pull/460', 'diff_url': 'https://github.com/huggingface/datasets/pull/460.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/460.patch', 'merged_at': datetime.datetime(2020, 7, 31, 1...
If you interrupted a map function while it was writing, the cached file was not discarded. Therefore the next time you called map, it was loading an incomplete arrow file. We had the same issue with select if there was a bad indice at one point. To fix that I used temporary files that are renamed once everything...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/460/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/460/timeline
null
null
true
4,437
https://api.github.com/repos/huggingface/datasets/issues/459
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/459/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/459/comments
https://api.github.com/repos/huggingface/datasets/issues/459/events
https://github.com/huggingface/datasets/pull/459
669,545,437
MDExOlB1bGxSZXF1ZXN0NDU5OTAxMjEy
459
[Breaking] Update Dataset and DatasetDict API
{'login': 'thomwolf', 'id': 7353373, 'node_id': 'MDQ6VXNlcjczNTMzNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7353373?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomwolf', 'html_url': 'https://github.com/thomwolf', 'followers_url': 'https://api.github.com/users/thomwolf/followers', '...
[]
closed
false
null
[]
null
[]
2020-07-31 08:11:33
2020-08-26 08:28:36
2020-08-26 08:28:35
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/459', 'html_url': 'https://github.com/huggingface/datasets/pull/459', 'diff_url': 'https://github.com/huggingface/datasets/pull/459.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/459.patch', 'merged_at': datetime.datetime(2020, 8, 26, 8...
This PR contains a few breaking changes so it's probably good to keep it for the next (major) release: - rename the `flatten`, `drop` and `dictionary_encode_column` methods in `flatten_`, `drop_` and `dictionary_encode_column_` to indicate that these methods have in-place effects as discussed in #166. From now on we s...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/459/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/459/timeline
null
null
true
4,438
https://api.github.com/repos/huggingface/datasets/issues/458
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/458/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/458/comments
https://api.github.com/repos/huggingface/datasets/issues/458/events
https://github.com/huggingface/datasets/pull/458
668,972,666
MDExOlB1bGxSZXF1ZXN0NDU5Mzk5ODg2
458
Install CoVal metric from github
{'login': 'yjernite', 'id': 10469459, 'node_id': 'MDQ6VXNlcjEwNDY5NDU5', 'avatar_url': 'https://avatars.githubusercontent.com/u/10469459?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yjernite', 'html_url': 'https://github.com/yjernite', 'followers_url': 'https://api.github.com/users/yjernite/followers',...
[]
closed
false
null
[]
null
[]
2020-07-30 16:59:25
2020-07-31 13:56:33
2020-07-31 13:56:33
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/458', 'html_url': 'https://github.com/huggingface/datasets/pull/458', 'diff_url': 'https://github.com/huggingface/datasets/pull/458.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/458.patch', 'merged_at': datetime.datetime(2020, 7, 31, 1...
Changed the import statements in `coval.py` to direct the user to install the original package from github if it's not already installed (the warning will only display properly after merging [PR455](https://github.com/huggingface/nlp/pull/455)) Also changed the function call to use named rather than positional argum...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/458/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/458/timeline
null
null
true
4,439
https://api.github.com/repos/huggingface/datasets/issues/457
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/457/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/457/comments
https://api.github.com/repos/huggingface/datasets/issues/457/events
https://github.com/huggingface/datasets/pull/457
668,898,386
MDExOlB1bGxSZXF1ZXN0NDU5MzMyOTM1
457
add set_format to DatasetDict + tests
{'login': 'thomwolf', 'id': 7353373, 'node_id': 'MDQ6VXNlcjczNTMzNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7353373?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/thomwolf', 'html_url': 'https://github.com/thomwolf', 'followers_url': 'https://api.github.com/users/thomwolf/followers', '...
[]
closed
false
null
[]
null
[]
2020-07-30 15:53:20
2020-07-30 17:34:36
2020-07-30 17:34:34
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/457', 'html_url': 'https://github.com/huggingface/datasets/pull/457', 'diff_url': 'https://github.com/huggingface/datasets/pull/457.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/457.patch', 'merged_at': datetime.datetime(2020, 7, 30, 1...
Add the `set_format` and `formated_as` and `reset_format` to `DatasetDict`. Add tests to these for `Dataset` and `DatasetDict`. Fix some bugs uncovered by the tests for `pandas` formating.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/457/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/457/timeline
null
null
true
4,440
https://api.github.com/repos/huggingface/datasets/issues/456
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/456/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/456/comments
https://api.github.com/repos/huggingface/datasets/issues/456/events
https://github.com/huggingface/datasets/pull/456
668,723,785
MDExOlB1bGxSZXF1ZXN0NDU5MTc1MTY0
456
add crd3(ACL 2020) dataset
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-30 13:28:35
2020-08-03 11:28:52
2020-08-03 11:28:52
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/456', 'html_url': 'https://github.com/huggingface/datasets/pull/456', 'diff_url': 'https://github.com/huggingface/datasets/pull/456.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/456.patch', 'merged_at': None}
This PR adds the **Critical Role Dungeons and Dragons Dataset** published at ACL 2020
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/456/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/456/timeline
null
null
true
4,441
https://api.github.com/repos/huggingface/datasets/issues/455
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/455/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/455/comments
https://api.github.com/repos/huggingface/datasets/issues/455/events
https://github.com/huggingface/datasets/pull/455
668,037,965
MDExOlB1bGxSZXF1ZXN0NDU4NTk4NTUw
455
Add bleurt
{'login': 'yjernite', 'id': 10469459, 'node_id': 'MDQ6VXNlcjEwNDY5NDU5', 'avatar_url': 'https://avatars.githubusercontent.com/u/10469459?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yjernite', 'html_url': 'https://github.com/yjernite', 'followers_url': 'https://api.github.com/users/yjernite/followers',...
[]
closed
false
null
[]
null
['Sorry one nit: Could we use named arguments for the call to BLEURT?\r\n\r\ni.e. \r\n scores = self.scorer.score(references=references, candidates=predictions)\r\n\r\n(i.e. so it is less bug prone)\r\n' "Following up on Ankur's comment---we are going to drop support for\npositional (not named) arguments in the...
2020-07-29 18:08:32
2020-07-31 13:56:14
2020-07-31 13:56:14
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/455', 'html_url': 'https://github.com/huggingface/datasets/pull/455', 'diff_url': 'https://github.com/huggingface/datasets/pull/455.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/455.patch', 'merged_at': datetime.datetime(2020, 7, 31, 1...
This PR adds the BLEURT metric to the library. The BLEURT `Metric` downloads a TF checkpoint corresponding to its `config_name` at creation (in the `_info` function). Default is set to `bleurt-base-128`. Note that the default in the original package is `bleurt-tiny-128`, but they throw a warning and recommend usi...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/455/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/455/timeline
null
null
true
4,442
https://api.github.com/repos/huggingface/datasets/issues/454
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/454/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/454/comments
https://api.github.com/repos/huggingface/datasets/issues/454/events
https://github.com/huggingface/datasets/pull/454
668,011,577
MDExOlB1bGxSZXF1ZXN0NDU4NTc3MzA3
454
Create SECURITY.md
{'login': 'ChenZehong13', 'id': 56394989, 'node_id': 'MDQ6VXNlcjU2Mzk0OTg5', 'avatar_url': 'https://avatars.githubusercontent.com/u/56394989?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ChenZehong13', 'html_url': 'https://github.com/ChenZehong13', 'followers_url': 'https://api.github.com/users/ChenZeho...
[]
closed
false
null
[]
null
[]
2020-07-29 17:23:34
2020-07-29 21:45:52
2020-07-29 21:45:52
NONE
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/454', 'html_url': 'https://github.com/huggingface/datasets/pull/454', 'diff_url': 'https://github.com/huggingface/datasets/pull/454.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/454.patch', 'merged_at': None}
null
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/454/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/454/timeline
null
null
true
4,443
https://api.github.com/repos/huggingface/datasets/issues/453
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/453/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/453/comments
https://api.github.com/repos/huggingface/datasets/issues/453/events
https://github.com/huggingface/datasets/pull/453
667,728,247
MDExOlB1bGxSZXF1ZXN0NDU4MzQwNzky
453
add builder tests
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-29 10:22:07
2020-07-29 11:14:06
2020-07-29 11:14:05
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/453', 'html_url': 'https://github.com/huggingface/datasets/pull/453', 'diff_url': 'https://github.com/huggingface/datasets/pull/453.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/453.patch', 'merged_at': datetime.datetime(2020, 7, 29, 1...
I added `as_dataset` and `download_and_prepare` to the tests
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/453/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/453/timeline
null
null
true
4,444
https://api.github.com/repos/huggingface/datasets/issues/452
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/452/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/452/comments
https://api.github.com/repos/huggingface/datasets/issues/452/events
https://github.com/huggingface/datasets/pull/452
667,498,295
MDExOlB1bGxSZXF1ZXN0NDU4MTUzNjQy
452
Guardian authorship dataset
{'login': 'malikaltakrori', 'id': 25109412, 'node_id': 'MDQ6VXNlcjI1MTA5NDEy', 'avatar_url': 'https://avatars.githubusercontent.com/u/25109412?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/malikaltakrori', 'html_url': 'https://github.com/malikaltakrori', 'followers_url': 'https://api.github.com/users/ma...
[]
closed
false
null
[]
null
["Hi ! Glad you managed to fix the version issue.\r\n\r\nThe command `\r\npython nlp-cli dummy_data datasets/guardian_authorship --save_infos --all_configs` is supposed to generate a json file `dataset_infos.json` next to your dataset script, but I can't see it in the PR.\r\nCan you make sure you have the json file on ...
2020-07-29 02:23:57
2020-08-20 15:09:57
2020-08-20 15:07:56
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/452', 'html_url': 'https://github.com/huggingface/datasets/pull/452', 'diff_url': 'https://github.com/huggingface/datasets/pull/452.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/452.patch', 'merged_at': datetime.datetime(2020, 8, 20, 1...
A new dataset: Guardian news articles for authorship attribution **tests passed:** python nlp-cli dummy_data datasets/guardian_authorship --save_infos --all_configs RUN_SLOW=1 pytest tests/test_dataset_common.py::LocalDatasetTest::test_load_dataset_all_configs_guardian_authorship **Tests failed:** Real data:...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/452/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/452/timeline
null
null
true
4,445
https://api.github.com/repos/huggingface/datasets/issues/451
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/451/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/451/comments
https://api.github.com/repos/huggingface/datasets/issues/451/events
https://github.com/huggingface/datasets/pull/451
667,210,468
MDExOlB1bGxSZXF1ZXN0NDU3OTIxNDMx
451
Fix csv/json/txt cache dir
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['I think this is the way to go but I’m afraid this might be a little slow. I was thinking that we could use a high quality very fast non crypto hash like xxhash for these stuff (hashing data files)' "Yep good idea, I'll take a look" 'I tested the hashing speed [here](https://colab.research.google.com/drive/1hlhP84kL...
2020-07-28 16:30:51
2020-07-29 13:57:23
2020-07-29 13:57:22
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/451', 'html_url': 'https://github.com/huggingface/datasets/pull/451', 'diff_url': 'https://github.com/huggingface/datasets/pull/451.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/451.patch', 'merged_at': datetime.datetime(2020, 7, 29, 1...
The cache dir for csv/json/txt datasets was always the same. This is an issue because it should be different depending on the data files provided by the user. To fix that, I added a line that use the hash of the data files provided by the user to define the cache dir. This should fix #444
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/451/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/451/timeline
null
null
true
4,446
https://api.github.com/repos/huggingface/datasets/issues/450
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/450/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/450/comments
https://api.github.com/repos/huggingface/datasets/issues/450/events
https://github.com/huggingface/datasets/pull/450
667,074,120
MDExOlB1bGxSZXF1ZXN0NDU3ODA5ODA2
450
add sogou_news
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-28 13:29:10
2020-07-29 13:30:18
2020-07-29 13:30:17
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/450', 'html_url': 'https://github.com/huggingface/datasets/pull/450', 'diff_url': 'https://github.com/huggingface/datasets/pull/450.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/450.patch', 'merged_at': datetime.datetime(2020, 7, 29, 1...
This PR adds the sogou news dataset #353
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/450/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/450/timeline
null
null
true
4,447
https://api.github.com/repos/huggingface/datasets/issues/449
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/449/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/449/comments
https://api.github.com/repos/huggingface/datasets/issues/449/events
https://github.com/huggingface/datasets/pull/449
666,898,923
MDExOlB1bGxSZXF1ZXN0NDU3NjY0NjYx
449
add reuters21578 dataset
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
["> Awesome !\r\n> Good job on parsing these files :O\r\n> \r\n> Do you think it would be hard to get the two other split configurations ?\r\n\r\nIt shouldn't be that hard, I think I can consider different config names for each split " "> > Awesome !\r\n> > Good job on parsing these files :O\r\n> > Do you think it wou...
2020-07-28 08:58:12
2020-08-03 11:10:31
2020-08-03 11:10:31
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/449', 'html_url': 'https://github.com/huggingface/datasets/pull/449', 'diff_url': 'https://github.com/huggingface/datasets/pull/449.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/449.patch', 'merged_at': None}
This PR adds the `Reuters_21578` dataset https://kdd.ics.uci.edu/databases/reuters21578/reuters21578.html #353 The datasets is a lit of `.sgm` files which are a bit different from xml file indeed `xml.etree` couldn't be used to read files. I consider them as text file (to avoid using external library) and read ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/449/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/449/timeline
null
null
true
4,448
https://api.github.com/repos/huggingface/datasets/issues/448
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/448/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/448/comments
https://api.github.com/repos/huggingface/datasets/issues/448/events
https://github.com/huggingface/datasets/pull/448
666,893,443
MDExOlB1bGxSZXF1ZXN0NDU3NjYwMDU2
448
add aws load metric test
{'login': 'idoh', 'id': 5303103, 'node_id': 'MDQ6VXNlcjUzMDMxMDM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5303103?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/idoh', 'html_url': 'https://github.com/idoh', 'followers_url': 'https://api.github.com/users/idoh/followers', 'following_url': ...
[]
closed
false
null
[]
null
["Could you run `make style` to fix the code_quality fail ?\r\nYou'll need `black` and `isort` that you can install by doing `pip install -e .[quality]`" 'Thanks @lhoestq\r\nI fixed the styling' 'Thank you :)']
2020-07-28 08:50:22
2020-07-28 15:02:27
2020-07-28 15:02:27
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/448', 'html_url': 'https://github.com/huggingface/datasets/pull/448', 'diff_url': 'https://github.com/huggingface/datasets/pull/448.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/448.patch', 'merged_at': datetime.datetime(2020, 7, 28, 1...
Following issue #445 Added a test to recognize import errors of all metrics
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/448/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/448/timeline
null
null
true
4,449
https://api.github.com/repos/huggingface/datasets/issues/447
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/447/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/447/comments
https://api.github.com/repos/huggingface/datasets/issues/447/events
https://github.com/huggingface/datasets/pull/447
666,842,115
MDExOlB1bGxSZXF1ZXN0NDU3NjE2NDA0
447
[BugFix] fix wrong import of DEFAULT_TOKENIZER
{'login': 'idoh', 'id': 5303103, 'node_id': 'MDQ6VXNlcjUzMDMxMDM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5303103?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/idoh', 'html_url': 'https://github.com/idoh', 'followers_url': 'https://api.github.com/users/idoh/followers', 'following_url': ...
[]
closed
false
null
[]
null
[]
2020-07-28 07:41:10
2020-07-28 12:58:01
2020-07-28 12:52:05
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/447', 'html_url': 'https://github.com/huggingface/datasets/pull/447', 'diff_url': 'https://github.com/huggingface/datasets/pull/447.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/447.patch', 'merged_at': datetime.datetime(2020, 7, 28, 1...
Fixed the path to `DEFAULT_TOKENIZER` #445
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/447/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/447/timeline
null
null
true
4,450
https://api.github.com/repos/huggingface/datasets/issues/446
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/446/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/446/comments
https://api.github.com/repos/huggingface/datasets/issues/446/events
https://github.com/huggingface/datasets/pull/446
666,837,351
MDExOlB1bGxSZXF1ZXN0NDU3NjEyNTg5
446
[BugFix] fix wrong import of DEFAULT_TOKENIZER
{'login': 'idoh', 'id': 5303103, 'node_id': 'MDQ6VXNlcjUzMDMxMDM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5303103?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/idoh', 'html_url': 'https://github.com/idoh', 'followers_url': 'https://api.github.com/users/idoh/followers', 'following_url': ...
[]
closed
false
null
[]
null
[]
2020-07-28 07:32:47
2020-07-28 07:34:46
2020-07-28 07:33:59
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/446', 'html_url': 'https://github.com/huggingface/datasets/pull/446', 'diff_url': 'https://github.com/huggingface/datasets/pull/446.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/446.patch', 'merged_at': None}
Fixed the path to `DEFAULT_TOKENIZER` #445
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/446/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/446/timeline
null
null
true
4,451
https://api.github.com/repos/huggingface/datasets/issues/445
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/445/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/445/comments
https://api.github.com/repos/huggingface/datasets/issues/445/events
https://github.com/huggingface/datasets/issues/445
666,836,658
MDU6SXNzdWU2NjY4MzY2NTg=
445
DEFAULT_TOKENIZER import error in sacrebleu
{'login': 'idoh', 'id': 5303103, 'node_id': 'MDQ6VXNlcjUzMDMxMDM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5303103?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/idoh', 'html_url': 'https://github.com/idoh', 'followers_url': 'https://api.github.com/users/idoh/followers', 'following_url': ...
[]
closed
false
null
[]
null
['This issue was resolved by #447 ']
2020-07-28 07:31:30
2020-07-28 12:58:56
2020-07-28 12:58:56
CONTRIBUTOR
null
null
null
Latest Version 0.3.0 When loading the metric "sacrebleu" there is an import error due to the wrong path ![image](https://user-images.githubusercontent.com/5303103/88633063-2c5e5f00-d0bd-11ea-8ca8-4704dc975433.png)
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/445/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/445/timeline
null
completed
false
4,452
https://api.github.com/repos/huggingface/datasets/issues/444
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/444/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/444/comments
https://api.github.com/repos/huggingface/datasets/issues/444/events
https://github.com/huggingface/datasets/issues/444
666,280,842
MDU6SXNzdWU2NjYyODA4NDI=
444
Keep loading old file even I specify a new file in load_dataset
{'login': 'joshhu', 'id': 10594453, 'node_id': 'MDQ6VXNlcjEwNTk0NDUz', 'avatar_url': 'https://avatars.githubusercontent.com/u/10594453?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/joshhu', 'html_url': 'https://github.com/joshhu', 'followers_url': 'https://api.github.com/users/joshhu/followers', 'follow...
[{'id': 2067388877, 'node_id': 'MDU6TGFiZWwyMDY3Mzg4ODc3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug', 'name': 'dataset bug', 'color': '2edb81', 'default': False, 'description': 'A bug in a dataset script provided in the library'}]
closed
false
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'f...
null
['Same here !' "This is the only fix I could come up with without touching the repo's code.\r\n```python\r\nfrom nlp.builder import FORCE_REDOWNLOAD\r\ndataset = load_dataset('csv', data_file='./a.csv', download_mode=FORCE_REDOWNLOAD, version='0.0.1')\r\n```\r\nYou'll have to change the version each time you want to l...
2020-07-27 13:08:06
2020-07-29 13:57:22
2020-07-29 13:57:22
NONE
null
null
null
I used load a file called 'a.csv' by ``` dataset = load_dataset('csv', data_file='./a.csv') ``` And after a while, I tried to load another csv called 'b.csv' ``` dataset = load_dataset('csv', data_file='./b.csv') ``` However, the new dataset seems to remain the old 'a.csv' and not loading new csv file. Even...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/444/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/444/timeline
null
completed
false
4,453
https://api.github.com/repos/huggingface/datasets/issues/443
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/443/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/443/comments
https://api.github.com/repos/huggingface/datasets/issues/443/events
https://github.com/huggingface/datasets/issues/443
666,246,716
MDU6SXNzdWU2NjYyNDY3MTY=
443
Cannot unpickle saved .pt dataset with torch.save()/load()
{'login': 'vegarab', 'id': 24683907, 'node_id': 'MDQ6VXNlcjI0NjgzOTA3', 'avatar_url': 'https://avatars.githubusercontent.com/u/24683907?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/vegarab', 'html_url': 'https://github.com/vegarab', 'followers_url': 'https://api.github.com/users/vegarab/followers', 'fo...
[]
closed
false
null
[]
null
['This seems to be fixed in a non-released version. \r\n\r\nInstalling nlp from source\r\n```\r\ngit clone https://github.com/huggingface/nlp\r\ncd nlp\r\npip install .\r\n```\r\nsolves the issue. ']
2020-07-27 12:13:37
2020-07-27 13:05:11
2020-07-27 13:05:11
CONTRIBUTOR
null
null
null
Saving a formatted torch dataset to file using `torch.save()`. Loading the same file fails during unpickling: ```python >>> import torch >>> import nlp >>> squad = nlp.load_dataset("squad.py", split="train") >>> squad Dataset(features: {'source_text': Value(dtype='string', id=None), 'target_text': Value(dtype...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/443/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/443/timeline
null
completed
false
4,454
https://api.github.com/repos/huggingface/datasets/issues/442
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/442/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/442/comments
https://api.github.com/repos/huggingface/datasets/issues/442/events
https://github.com/huggingface/datasets/issues/442
666,201,810
MDU6SXNzdWU2NjYyMDE4MTA=
442
[Suggestion] Glue Diagnostic Data with Labels
{'login': 'ggbetz', 'id': 3662782, 'node_id': 'MDQ6VXNlcjM2NjI3ODI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3662782?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ggbetz', 'html_url': 'https://github.com/ggbetz', 'followers_url': 'https://api.github.com/users/ggbetz/followers', 'followin...
[{'id': 2067401494, 'node_id': 'MDU6TGFiZWwyMDY3NDAxNDk0', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/Dataset%20discussion', 'name': 'Dataset discussion', 'color': '72f99f', 'default': False, 'description': 'Discussions on the datasets'}]
open
false
null
[]
null
[]
2020-07-27 10:59:58
2020-08-24 15:13:20
null
NONE
null
null
null
Hello! First of all, thanks for setting up this useful project! I've just realised you provide the the [Glue Diagnostics Data](https://huggingface.co/nlp/viewer/?dataset=glue&config=ax) without labels, indicating in the `GlueConfig` that you've only a test set. Yet, the data with labels is available, too (see als...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/442/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/442/timeline
null
null
false
4,455
https://api.github.com/repos/huggingface/datasets/issues/441
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/441/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/441/comments
https://api.github.com/repos/huggingface/datasets/issues/441/events
https://github.com/huggingface/datasets/pull/441
666,148,413
MDExOlB1bGxSZXF1ZXN0NDU3MDQyMjY3
441
Add features parameter in load dataset
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['This one is ready for review now' 'I changed to using features only, instead of info.\r\nLet mw know if it sounds good to you now @thomwolf ']
2020-07-27 09:50:01
2020-07-30 12:51:17
2020-07-30 12:51:16
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/441', 'html_url': 'https://github.com/huggingface/datasets/pull/441', 'diff_url': 'https://github.com/huggingface/datasets/pull/441.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/441.patch', 'merged_at': datetime.datetime(2020, 7, 30, 1...
Added `features` argument in `nlp.load_dataset`. If they don't match the data type, it raises a `ValueError`. It's a draft PR because #440 needs to be merged first.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/441/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/441/timeline
null
null
true
4,456
https://api.github.com/repos/huggingface/datasets/issues/440
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/440/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/440/comments
https://api.github.com/repos/huggingface/datasets/issues/440/events
https://github.com/huggingface/datasets/pull/440
666,116,823
MDExOlB1bGxSZXF1ZXN0NDU3MDE2MjQy
440
Fix user specified features in map
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-27 09:04:26
2020-07-28 09:25:23
2020-07-28 09:25:22
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/440', 'html_url': 'https://github.com/huggingface/datasets/pull/440', 'diff_url': 'https://github.com/huggingface/datasets/pull/440.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/440.patch', 'merged_at': datetime.datetime(2020, 7, 28, 9...
`.map` didn't keep the user specified features because of an issue in the writer. The writer used to overwrite the user specified features with inferred features. I also added tests to make sure it doesn't happen again.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/440/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/440/timeline
null
null
true
4,457
https://api.github.com/repos/huggingface/datasets/issues/439
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/439/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/439/comments
https://api.github.com/repos/huggingface/datasets/issues/439/events
https://github.com/huggingface/datasets/issues/439
665,964,673
MDU6SXNzdWU2NjU5NjQ2NzM=
439
Issues: Adding a FAISS or Elastic Search index to a Dataset
{'login': 'nsankar', 'id': 431890, 'node_id': 'MDQ6VXNlcjQzMTg5MA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/431890?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nsankar', 'html_url': 'https://github.com/nsankar', 'followers_url': 'https://api.github.com/users/nsankar/followers', 'follow...
[]
closed
false
null
[]
null
['`DPRContextEncoder` and `DPRContextEncoderTokenizer` will be available in the next release of `transformers`.\r\n\r\nRight now you can experiment with it by installing `transformers` from the master branch.\r\nYou can also check the docs of DPR [here](https://huggingface.co/transformers/master/model_doc/dpr.html).\r\...
2020-07-27 04:25:17
2020-10-28 01:46:24
2020-10-28 01:46:24
NONE
null
null
null
It seems the DPRContextEncoder, DPRContextEncoderTokenizer cited[ in this documentation](https://huggingface.co/nlp/faiss_and_ea.html) is not implemented ? It didnot work with the standard nlp installation . Also, I couldn't find or use it with the latest nlp install from github in Colab. Is there any dependency on t...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/439/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/439/timeline
null
completed
false
4,458
https://api.github.com/repos/huggingface/datasets/issues/438
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/438/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/438/comments
https://api.github.com/repos/huggingface/datasets/issues/438/events
https://github.com/huggingface/datasets/issues/438
665,865,490
MDU6SXNzdWU2NjU4NjU0OTA=
438
New Datasets: IWSLT15+, ITTB
{'login': 'sshleifer', 'id': 6045025, 'node_id': 'MDQ6VXNlcjYwNDUwMjU=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6045025?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sshleifer', 'html_url': 'https://github.com/sshleifer', 'followers_url': 'https://api.github.com/users/sshleifer/followers...
[{'id': 2067376369, 'node_id': 'MDU6TGFiZWwyMDY3Mzc2MzY5', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/dataset%20request', 'name': 'dataset request', 'color': 'e99695', 'default': False, 'description': 'Requesting to add a new dataset'}]
open
false
null
[]
null
['Thanks Sam, we now have a very detailed tutorial and template on how to add a new dataset to the library. It typically take 1-2 hours to add one. Do you want to give it a try ?\r\nThe tutorial on writing a new dataset loading script is here: https://huggingface.co/nlp/add_dataset.html\r\nAnd the part on how to share ...
2020-07-26 21:43:04
2020-08-24 15:12:15
null
CONTRIBUTOR
null
null
null
**Links:** [iwslt](https://pytorchnlp.readthedocs.io/en/latest/_modules/torchnlp/datasets/iwslt.html) Don't know if that link is up to date. [ittb](http://www.cfilt.iitb.ac.in/iitb_parallel/) **Motivation**: replicate mbart finetuning results (table below) ![image](https://user-images.githubusercontent.com/60450...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/438/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/438/timeline
null
null
false
4,459
https://api.github.com/repos/huggingface/datasets/issues/437
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/437/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/437/comments
https://api.github.com/repos/huggingface/datasets/issues/437/events
https://github.com/huggingface/datasets/pull/437
665,597,176
MDExOlB1bGxSZXF1ZXN0NDU2NjIzNjc3
437
Fix XTREME PAN-X loading
{'login': 'lvwerra', 'id': 8264887, 'node_id': 'MDQ6VXNlcjgyNjQ4ODc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8264887?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lvwerra', 'html_url': 'https://github.com/lvwerra', 'followers_url': 'https://api.github.com/users/lvwerra/followers', 'foll...
[]
closed
false
null
[]
null
["There is an interesting design question here (cc @lhoestq).\r\n\r\nI guess the labels form a closed set so we could also use a [nlp.ClassLabel](https://huggingface.co/nlp/package_reference/main_classes.html#nlp.ClassLabel) instead of a string. The differences will be mainly that:\r\n- the labels are stored as integer...
2020-07-25 14:44:57
2020-07-30 08:28:15
2020-07-30 08:28:15
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/437', 'html_url': 'https://github.com/huggingface/datasets/pull/437', 'diff_url': 'https://github.com/huggingface/datasets/pull/437.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/437.patch', 'merged_at': datetime.datetime(2020, 7, 30, 8...
Hi 🤗 In response to the discussion in #425 @lewtun and I made some fixes to the repo. In the original XTREME implementation the PAN-X dataset for named entity recognition loaded each word/tag pair as a single row and the sentence relation was lost. With the fix each row contains the list of all words in a single sen...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/437/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/437/timeline
null
null
true
4,460
https://api.github.com/repos/huggingface/datasets/issues/436
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/436/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/436/comments
https://api.github.com/repos/huggingface/datasets/issues/436/events
https://github.com/huggingface/datasets/issues/436
665,582,167
MDU6SXNzdWU2NjU1ODIxNjc=
436
Google Colab - load_dataset - PyArrow exception
{'login': 'nsankar', 'id': 431890, 'node_id': 'MDQ6VXNlcjQzMTg5MA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/431890?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nsankar', 'html_url': 'https://github.com/nsankar', 'followers_url': 'https://api.github.com/users/nsankar/followers', 'follow...
[]
closed
false
null
[]
null
['Indeed, we’ll make a new PyPi release next week to solve this. Cc @lhoestq ' "+1! this is the reason our tests are failing at [TextAttack](https://github.com/QData/TextAttack) \r\n\r\n(Though it's worth noting if we fixed the version number of pyarrow to 0.16.0 that would fix our problem too. But in this case we'll ...
2020-07-25 13:05:20
2020-08-20 08:08:18
2020-08-20 08:08:18
NONE
null
null
null
With latest PyArrow 1.0.0 installed, I get the following exception . Restarting colab has the same issue ImportWarning: To use `nlp`, the module `pyarrow>=0.16.0` is required, and the current version of `pyarrow` doesn't match this condition. If you are running this in a Google Colab, you should probably just rest...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/436/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 1}
https://api.github.com/repos/huggingface/datasets/issues/436/timeline
null
completed
false
4,461
https://api.github.com/repos/huggingface/datasets/issues/435
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/435/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/435/comments
https://api.github.com/repos/huggingface/datasets/issues/435/events
https://github.com/huggingface/datasets/issues/435
665,507,141
MDU6SXNzdWU2NjU1MDcxNDE=
435
ImportWarning for pyarrow 1.0.0
{'login': 'HanGuo97', 'id': 18187806, 'node_id': 'MDQ6VXNlcjE4MTg3ODA2', 'avatar_url': 'https://avatars.githubusercontent.com/u/18187806?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/HanGuo97', 'html_url': 'https://github.com/HanGuo97', 'followers_url': 'https://api.github.com/users/HanGuo97/followers',...
[]
closed
false
null
[]
null
["This was fixed in #434 \r\nWe'll do a release later this week to include this fix.\r\nThanks for reporting" 'I dont know if the fix was made but the problem is still present : \r\nInstaled with pip : NLP 0.3.0 // pyarrow 1.0.0 \r\nOS : archlinux with kernel zen 5.8.5' 'Yes it was fixed in `nlp>=0.4.0`\r\nYou can up...
2020-07-25 03:44:39
2020-09-08 17:57:15
2020-08-03 16:37:32
NONE
null
null
null
The following PR raised ImportWarning at `pyarrow ==1.0.0` https://github.com/huggingface/nlp/pull/265/files
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/435/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/435/timeline
null
completed
false
4,462
https://api.github.com/repos/huggingface/datasets/issues/434
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/434/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/434/comments
https://api.github.com/repos/huggingface/datasets/issues/434/events
https://github.com/huggingface/datasets/pull/434
665,477,638
MDExOlB1bGxSZXF1ZXN0NDU2NTM3Njgz
434
Fixed check for pyarrow
{'login': 'nadahlberg', 'id': 58701810, 'node_id': 'MDQ6VXNlcjU4NzAxODEw', 'avatar_url': 'https://avatars.githubusercontent.com/u/58701810?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nadahlberg', 'html_url': 'https://github.com/nadahlberg', 'followers_url': 'https://api.github.com/users/nadahlberg/fol...
[]
closed
false
null
[]
null
['Great, thanks!']
2020-07-25 00:16:53
2020-07-25 06:36:34
2020-07-25 06:36:34
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/434', 'html_url': 'https://github.com/huggingface/datasets/pull/434', 'diff_url': 'https://github.com/huggingface/datasets/pull/434.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/434.patch', 'merged_at': datetime.datetime(2020, 7, 25, 6...
Fix check for pyarrow in __init__.py. Previously would raise an error for pyarrow >= 1.0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/434/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/434/timeline
null
null
true
4,463
https://api.github.com/repos/huggingface/datasets/issues/433
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/433/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/433/comments
https://api.github.com/repos/huggingface/datasets/issues/433/events
https://github.com/huggingface/datasets/issues/433
665,311,025
MDU6SXNzdWU2NjUzMTEwMjU=
433
How to reuse functionality of a (generic) dataset?
{'login': 'ArneBinder', 'id': 3375489, 'node_id': 'MDQ6VXNlcjMzNzU0ODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3375489?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ArneBinder', 'html_url': 'https://github.com/ArneBinder', 'followers_url': 'https://api.github.com/users/ArneBinder/follo...
[]
open
false
null
[]
null
['Hi @ArneBinder, we have a few "generic" datasets which are intended to load data files with a predefined format:\r\n- csv: https://github.com/huggingface/nlp/tree/master/datasets/csv\r\n- json: https://github.com/huggingface/nlp/tree/master/datasets/json\r\n- text: https://github.com/huggingface/nlp/tree/master/datas...
2020-07-24 17:27:37
2020-07-31 10:23:17
null
NONE
null
null
null
I have written a generic dataset for corpora created with the Brat annotation tool ([specification](https://brat.nlplab.org/standoff.html), [dataset code](https://github.com/ArneBinder/nlp/blob/brat/datasets/brat/brat.py)). Now I wonder how to use that to create specific dataset instances. What's the recommended way to...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/433/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/433/timeline
null
null
false
4,464
https://api.github.com/repos/huggingface/datasets/issues/432
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/432/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/432/comments
https://api.github.com/repos/huggingface/datasets/issues/432/events
https://github.com/huggingface/datasets/pull/432
665,234,340
MDExOlB1bGxSZXF1ZXN0NDU2MzQxNDk3
432
Fix handling of config files while loading datasets from multiple processes
{'login': 'orsharir', 'id': 99543, 'node_id': 'MDQ6VXNlcjk5NTQz', 'avatar_url': 'https://avatars.githubusercontent.com/u/99543?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/orsharir', 'html_url': 'https://github.com/orsharir', 'followers_url': 'https://api.github.com/users/orsharir/followers', 'followin...
[]
closed
false
null
[]
null
['Ok for this but I think we may want to use the general `filelock` method we are using at other places in the library instead of filecmp (in particular `filelock` take care of being an atomic operation which is safer for concurrent processes)' 'Ok I see.\r\nWhy not use filelock in this case then ?' 'I think we shoul...
2020-07-24 15:10:57
2020-08-01 17:11:42
2020-07-30 08:25:28
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/432', 'html_url': 'https://github.com/huggingface/datasets/pull/432', 'diff_url': 'https://github.com/huggingface/datasets/pull/432.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/432.patch', 'merged_at': datetime.datetime(2020, 7, 30, 8...
When loading shards on several processes, each process upon loading the dataset will overwrite dataset_infos.json in <package path>/datasets/<dataset name>/<hash>/dataset_infos.json. It does so every time, even when the target file already exists and is identical. Because multiple processes rewrite the same file in par...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/432/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/432/timeline
null
null
true
4,465
https://api.github.com/repos/huggingface/datasets/issues/431
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/431/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/431/comments
https://api.github.com/repos/huggingface/datasets/issues/431/events
https://github.com/huggingface/datasets/pull/431
665,044,416
MDExOlB1bGxSZXF1ZXN0NDU2MTgyNDE2
431
Specify split post processing + Add post processing resources downloading
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['I was using a hack in `wiki_dpr` to download the index from GCS even for the configurations without the embeddings.\r\nHowever as GCS is something internal, I changed the logic to add a download step for indexes directly in the dataset script, using the `DownloadManager`.\r\n\r\nThis change was directly linked to the...
2020-07-24 09:29:19
2020-07-31 09:05:04
2020-07-31 09:05:03
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/431', 'html_url': 'https://github.com/huggingface/datasets/pull/431', 'diff_url': 'https://github.com/huggingface/datasets/pull/431.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/431.patch', 'merged_at': datetime.datetime(2020, 7, 31, 9...
Previously if you tried to do ```python from nlp import load_dataset wiki = load_dataset("wiki_dpr", "psgs_w100_with_nq_embeddings", split="train[:100]", with_index=True) ``` Then you'd get an error `Index size should match Dataset size...` This was because it was trying to use the full index (21M elements). ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/431/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/431/timeline
null
null
true
4,466
https://api.github.com/repos/huggingface/datasets/issues/430
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/430/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/430/comments
https://api.github.com/repos/huggingface/datasets/issues/430/events
https://github.com/huggingface/datasets/pull/430
664,583,837
MDExOlB1bGxSZXF1ZXN0NDU1ODAxOTI2
430
add DatasetDict
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['I did the changes in the docstrings and I added a type check in each `DatasetDict` method to make sure all values are of type `Dataset`' 'Awesome, do you mind adding these in the doc as well?' 'I added it to the docs (processing + main classes)' "I'm trying to follow along with the following about datasets from th...
2020-07-23 15:43:49
2020-08-04 01:01:53
2020-07-29 09:06:22
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/430', 'html_url': 'https://github.com/huggingface/datasets/pull/430', 'diff_url': 'https://github.com/huggingface/datasets/pull/430.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/430.patch', 'merged_at': datetime.datetime(2020, 7, 29, 9...
## Add DatasetDict ### Overview When you call `load_dataset` it can return a dictionary of datasets if there are several splits (train/test for example). If you wanted to apply dataset transforms you had to iterate over each split and apply the transform. Instead of returning a dict, it now returns a `nlp.Dat...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/430/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/430/timeline
null
null
true
4,467
https://api.github.com/repos/huggingface/datasets/issues/429
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/429/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/429/comments
https://api.github.com/repos/huggingface/datasets/issues/429/events
https://github.com/huggingface/datasets/pull/429
664,412,137
MDExOlB1bGxSZXF1ZXN0NDU1NjU2MDk5
429
mlsum
{'login': 'RachelKer', 'id': 36986299, 'node_id': 'MDQ6VXNlcjM2OTg2Mjk5', 'avatar_url': 'https://avatars.githubusercontent.com/u/36986299?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/RachelKer', 'html_url': 'https://github.com/RachelKer', 'followers_url': 'https://api.github.com/users/RachelKer/followe...
[]
closed
false
null
[]
null
['Thanks @RachelKer for this PR.\r\n\r\nI think the dummy_data structure does not also match. In the `_split_generator` you have something like `os.path.join(downloaded_files["validation"], lang+\'_val.jsonl\')` but in you dummy_data you have `os.path.join(downloaded_files["validation"], lang+"_val.zip", lang+\'_val.j...
2020-07-23 11:52:39
2020-07-31 11:46:20
2020-07-31 11:46:20
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/429', 'html_url': 'https://github.com/huggingface/datasets/pull/429', 'diff_url': 'https://github.com/huggingface/datasets/pull/429.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/429.patch', 'merged_at': None}
Hello, The tests for the load_real_data fail, as there is no default language subset to download it looks for a file that does not exist. This bug does not happen when using the load_dataset function, as it asks you to specify a language if you do not, so I submit this PR anyway. The dataset is avalaible on : https...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/429/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/429/timeline
null
null
true
4,468
https://api.github.com/repos/huggingface/datasets/issues/428
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/428/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/428/comments
https://api.github.com/repos/huggingface/datasets/issues/428/events
https://github.com/huggingface/datasets/pull/428
664,367,086
MDExOlB1bGxSZXF1ZXN0NDU1NjE3Nzcy
428
fix concatenate_datasets
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-23 10:30:59
2020-07-23 10:35:00
2020-07-23 10:34:58
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/428', 'html_url': 'https://github.com/huggingface/datasets/pull/428', 'diff_url': 'https://github.com/huggingface/datasets/pull/428.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/428.patch', 'merged_at': datetime.datetime(2020, 7, 23, 1...
`concatenate_datatsets` used to test that the different`nlp.Dataset.schema` match, but this attribute was removed in #423
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/428/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/428/timeline
null
null
true
4,469
https://api.github.com/repos/huggingface/datasets/issues/427
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/427/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/427/comments
https://api.github.com/repos/huggingface/datasets/issues/427/events
https://github.com/huggingface/datasets/pull/427
664,341,623
MDExOlB1bGxSZXF1ZXN0NDU1NTk1Nzc3
427
Allow sequence features for beam + add processed Natural Questions
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-23 09:52:41
2020-07-23 13:09:30
2020-07-23 13:09:29
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/427', 'html_url': 'https://github.com/huggingface/datasets/pull/427', 'diff_url': 'https://github.com/huggingface/datasets/pull/427.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/427.patch', 'merged_at': datetime.datetime(2020, 7, 23, 1...
## Allow Sequence features for Beam Datasets + add Natural Questions ### The issue The steps of beam datasets processing is the following: - download the source files and send them in a remote storage (gcs) - process the files using a beam runner (dataflow) - save output in remote storage (gcs) - convert outp...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/427/reactions', 'total_count': 4, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 1, 'confused': 0, 'heart': 0, 'rocket': 3, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/427/timeline
null
null
true
4,470
https://api.github.com/repos/huggingface/datasets/issues/426
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/426/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/426/comments
https://api.github.com/repos/huggingface/datasets/issues/426/events
https://github.com/huggingface/datasets/issues/426
664,203,897
MDU6SXNzdWU2NjQyMDM4OTc=
426
[FEATURE REQUEST] Multiprocessing with for dataset.map, dataset.filter
{'login': 'timothyjlaurent', 'id': 2000204, 'node_id': 'MDQ6VXNlcjIwMDAyMDQ=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2000204?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/timothyjlaurent', 'html_url': 'https://github.com/timothyjlaurent', 'followers_url': 'https://api.github.com/users/t...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
closed
false
null
[]
null
["Yes that's definitely something we plan to add ^^" 'Yes, that would be nice. We could take a look at what tensorflow `tf.data` does under the hood for instance.' 'So `tf.data.Dataset.map()` returns a `ParallelMapDataset` if `num_parallel_calls is not None` [link](https://github.com/tensorflow/tensorflow/blob/2b96f3...
2020-07-23 05:00:41
2021-03-12 09:34:12
2020-09-07 14:48:04
NONE
null
null
null
It would be nice to be able to speed up `dataset.map` or `dataset.filter`. Perhaps this is as easy as sharding the dataset sending each shard to a process/thread/dask pool and using the new `nlp.concatenate_dataset()` function to join them all together?
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/426/reactions', 'total_count': 3, '+1': 3, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/426/timeline
null
completed
false
4,471
https://api.github.com/repos/huggingface/datasets/issues/425
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/425/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/425/comments
https://api.github.com/repos/huggingface/datasets/issues/425/events
https://github.com/huggingface/datasets/issues/425
664,029,848
MDU6SXNzdWU2NjQwMjk4NDg=
425
Correct data structure for PAN-X task in XTREME dataset?
{'login': 'lewtun', 'id': 26859204, 'node_id': 'MDQ6VXNlcjI2ODU5MjA0', 'avatar_url': 'https://avatars.githubusercontent.com/u/26859204?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lewtun', 'html_url': 'https://github.com/lewtun', 'followers_url': 'https://api.github.com/users/lewtun/followers', 'follow...
[]
closed
false
null
[]
null
['Thanks for noticing ! This looks more reasonable indeed.\r\nFeel free to open a PR' 'Hi @lhoestq \r\nI made the proposed changes to the `xtreme.py` script. I noticed that I also need to change the schema in the `dataset_infos.json` file. More specifically the `"features"` part of the PAN-X.LANG dataset:\r\n\r\n```j...
2020-07-22 20:29:20
2020-08-02 13:30:34
2020-08-02 13:30:34
MEMBER
null
null
null
Hi 🤗 team! ## Description of the problem Thanks to the fix from #416 I am now able to load the NER task in the XTREME dataset as follows: ```python from nlp import load_dataset # AmazonPhotos.zip is located in data/ dataset = load_dataset("xtreme", "PAN-X.en", data_dir='./data') dataset_train = dataset['tr...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/425/reactions', 'total_count': 2, '+1': 2, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/425/timeline
null
completed
false
4,472
https://api.github.com/repos/huggingface/datasets/issues/424
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/424/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/424/comments
https://api.github.com/repos/huggingface/datasets/issues/424/events
https://github.com/huggingface/datasets/pull/424
663,858,552
MDExOlB1bGxSZXF1ZXN0NDU1MTk4MTY0
424
Web of science
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-22 15:38:31
2020-07-23 14:27:58
2020-07-23 14:27:56
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/424', 'html_url': 'https://github.com/huggingface/datasets/pull/424', 'diff_url': 'https://github.com/huggingface/datasets/pull/424.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/424.patch', 'merged_at': datetime.datetime(2020, 7, 23, 1...
this PR adds the WebofScience dataset #353
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/424/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/424/timeline
null
null
true
4,473
https://api.github.com/repos/huggingface/datasets/issues/423
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/423/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/423/comments
https://api.github.com/repos/huggingface/datasets/issues/423/events
https://github.com/huggingface/datasets/pull/423
663,079,359
MDExOlB1bGxSZXF1ZXN0NDU0NTU4OTA0
423
Change features vs schema logic
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['I had to make `SplitDict` serializable to be able to copy `DatasetInfo` objects properly.\r\nSerialization was also asked in #389 ' 'One thing I forgot to say here, is that we also want to use the features arguments of `load_dataset` (which goes in the builder’s config) to override the default features of a dataset ...
2020-07-21 14:52:47
2020-07-25 09:08:34
2020-07-23 10:15:17
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/423', 'html_url': 'https://github.com/huggingface/datasets/pull/423', 'diff_url': 'https://github.com/huggingface/datasets/pull/423.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/423.patch', 'merged_at': datetime.datetime(2020, 7, 23, 1...
## New logic for `nlp.Features` in datasets Previously, it was confusing to have `features` and pyarrow's `schema` in `nlp.Dataset`. However `features` is supposed to be the front-facing object to define the different fields of a dataset, while `schema` is only used to write arrow files. Changes: - Remove `sche...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/423/reactions', 'total_count': 2, '+1': 2, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/423/timeline
null
null
true
4,474
https://api.github.com/repos/huggingface/datasets/issues/422
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/422/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/422/comments
https://api.github.com/repos/huggingface/datasets/issues/422/events
https://github.com/huggingface/datasets/pull/422
663,028,497
MDExOlB1bGxSZXF1ZXN0NDU0NTE3MDU2
422
- Corrected encoding for IMDB.
{'login': 'ghazi-f', 'id': 25091538, 'node_id': 'MDQ6VXNlcjI1MDkxNTM4', 'avatar_url': 'https://avatars.githubusercontent.com/u/25091538?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ghazi-f', 'html_url': 'https://github.com/ghazi-f', 'followers_url': 'https://api.github.com/users/ghazi-f/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-21 13:46:59
2020-07-22 16:02:53
2020-07-22 16:02:53
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/422', 'html_url': 'https://github.com/huggingface/datasets/pull/422', 'diff_url': 'https://github.com/huggingface/datasets/pull/422.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/422.patch', 'merged_at': datetime.datetime(2020, 7, 22, 1...
The preparation phase (after the download phase) crashed on windows because of charmap encoding not being able to decode certain characters. This change suggested in Issue #347 fixes it for the IMDB dataset.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/422/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/422/timeline
null
null
true
4,475
https://api.github.com/repos/huggingface/datasets/issues/421
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/421/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/421/comments
https://api.github.com/repos/huggingface/datasets/issues/421/events
https://github.com/huggingface/datasets/pull/421
662,213,864
MDExOlB1bGxSZXF1ZXN0NDUzNzkzMzQ1
421
Style change
{'login': 'lordtt13', 'id': 35500534, 'node_id': 'MDQ6VXNlcjM1NTAwNTM0', 'avatar_url': 'https://avatars.githubusercontent.com/u/35500534?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lordtt13', 'html_url': 'https://github.com/lordtt13', 'followers_url': 'https://api.github.com/users/lordtt13/followers',...
[]
closed
false
null
[]
null
['What about the other PR #419 ?' 'Oh this is the PR where I ran make quality and make style and some previous files from master were changed' "Oh right ! Let me fix the style myself if you don't mind"]
2020-07-20 20:08:29
2020-07-22 16:08:40
2020-07-22 16:08:39
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/421', 'html_url': 'https://github.com/huggingface/datasets/pull/421', 'diff_url': 'https://github.com/huggingface/datasets/pull/421.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/421.patch', 'merged_at': None}
make quality and make style ran on scripts
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/421/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/421/timeline
null
null
true
4,476
https://api.github.com/repos/huggingface/datasets/issues/420
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/420/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/420/comments
https://api.github.com/repos/huggingface/datasets/issues/420/events
https://github.com/huggingface/datasets/pull/420
662,029,782
MDExOlB1bGxSZXF1ZXN0NDUzNjI5OTk2
420
Better handle nested features
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-20 16:44:13
2020-07-21 08:20:49
2020-07-21 08:09:52
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/420', 'html_url': 'https://github.com/huggingface/datasets/pull/420', 'diff_url': 'https://github.com/huggingface/datasets/pull/420.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/420.patch', 'merged_at': datetime.datetime(2020, 7, 21, 8...
Changes: - added arrow schema to features conversion (it's going to be useful to fix #342 ) - make flatten handle deep features (useful for tfrecords conversion in #339 ) - add tests for flatten and features conversions - the reader now returns the kwargs to instantiate a Dataset (fix circular dependencies)
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/420/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/420/timeline
null
null
true
4,477
https://api.github.com/repos/huggingface/datasets/issues/419
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/419/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/419/comments
https://api.github.com/repos/huggingface/datasets/issues/419/events
https://github.com/huggingface/datasets/pull/419
661,974,747
MDExOlB1bGxSZXF1ZXN0NDUzNTgxNzQz
419
EmoContext dataset add
{'login': 'lordtt13', 'id': 35500534, 'node_id': 'MDQ6VXNlcjM1NTAwNTM0', 'avatar_url': 'https://avatars.githubusercontent.com/u/35500534?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lordtt13', 'html_url': 'https://github.com/lordtt13', 'followers_url': 'https://api.github.com/users/lordtt13/followers',...
[]
closed
false
null
[]
null
[]
2020-07-20 15:48:45
2020-07-24 08:22:01
2020-07-24 08:22:00
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/419', 'html_url': 'https://github.com/huggingface/datasets/pull/419', 'diff_url': 'https://github.com/huggingface/datasets/pull/419.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/419.patch', 'merged_at': datetime.datetime(2020, 7, 24, 8...
EmoContext Dataset add Signed-off-by: lordtt13 <thakurtanmay72@yahoo.com>
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/419/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/419/timeline
null
null
true
4,478
https://api.github.com/repos/huggingface/datasets/issues/418
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/418/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/418/comments
https://api.github.com/repos/huggingface/datasets/issues/418/events
https://github.com/huggingface/datasets/issues/418
661,914,873
MDU6SXNzdWU2NjE5MTQ4NzM=
418
Addition of google drive links to dl_manager
{'login': 'lordtt13', 'id': 35500534, 'node_id': 'MDQ6VXNlcjM1NTAwNTM0', 'avatar_url': 'https://avatars.githubusercontent.com/u/35500534?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lordtt13', 'html_url': 'https://github.com/lordtt13', 'followers_url': 'https://api.github.com/users/lordtt13/followers',...
[]
closed
false
null
[]
null
['I think the problem is the way you wrote your urls. Try the following structure to see `https://drive.google.com/uc?export=download&id=your_file_id` . \r\n\r\n@lhoestq ' 'Oh sorry, I think `_get_drive_url` is doing that. \r\n\r\nHave you tried to use `dl_manager.download_and_extract(_get_drive_url(_TRAIN_URL)`? it ...
2020-07-20 14:52:02
2020-07-20 15:39:32
2020-07-20 15:39:32
CONTRIBUTOR
null
null
null
Hello there, I followed the template to create a download script of my own, which works fine for me, although I had to shun the dl_manager because it was downloading nothing from the drive links and instead use gdown. This is the script for me: ```python class EmoConfig(nlp.BuilderConfig): """BuilderConfig ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/418/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/418/timeline
null
completed
false
4,479
https://api.github.com/repos/huggingface/datasets/issues/417
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/417/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/417/comments
https://api.github.com/repos/huggingface/datasets/issues/417/events
https://github.com/huggingface/datasets/pull/417
661,804,054
MDExOlB1bGxSZXF1ZXN0NDUzNDMyODE5
417
Fix docstrins multiple metrics instances
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-20 13:08:59
2020-07-22 09:51:00
2020-07-22 09:50:59
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/417', 'html_url': 'https://github.com/huggingface/datasets/pull/417', 'diff_url': 'https://github.com/huggingface/datasets/pull/417.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/417.patch', 'merged_at': datetime.datetime(2020, 7, 22, 9...
We change the docstrings of `nlp.Metric.compute`, `nlp.Metric.add` and `nlp.Metric.add_batch` depending on which metric is instantiated. However we had issues when instantiating multiple metrics (docstrings were duplicated). This should fix #304
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/417/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/417/timeline
null
null
true
4,480
https://api.github.com/repos/huggingface/datasets/issues/416
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/416/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/416/comments
https://api.github.com/repos/huggingface/datasets/issues/416/events
https://github.com/huggingface/datasets/pull/416
661,635,393
MDExOlB1bGxSZXF1ZXN0NDUzMjg1NTM4
416
Fix xtreme panx directory
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
['great, I think I did not download the data the way you do, but yours is more reasonable.']
2020-07-20 10:09:17
2020-07-21 08:15:46
2020-07-21 08:15:44
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/416', 'html_url': 'https://github.com/huggingface/datasets/pull/416', 'diff_url': 'https://github.com/huggingface/datasets/pull/416.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/416.patch', 'merged_at': datetime.datetime(2020, 7, 21, 8...
Fix #412
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/416/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/416/timeline
null
null
true
4,481
https://api.github.com/repos/huggingface/datasets/issues/415
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/415/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/415/comments
https://api.github.com/repos/huggingface/datasets/issues/415/events
https://github.com/huggingface/datasets/issues/415
660,687,076
MDU6SXNzdWU2NjA2ODcwNzY=
415
Something is wrong with WMT 19 kk-en dataset
{'login': 'ChenghaoMou', 'id': 32014649, 'node_id': 'MDQ6VXNlcjMyMDE0NjQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/32014649?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ChenghaoMou', 'html_url': 'https://github.com/ChenghaoMou', 'followers_url': 'https://api.github.com/users/ChenghaoMou...
[{'id': 2067388877, 'node_id': 'MDU6TGFiZWwyMDY3Mzg4ODc3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug', 'name': 'dataset bug', 'color': '2edb81', 'default': False, 'description': 'A bug in a dataset script provided in the library'}]
open
false
null
[]
null
[]
2020-07-19 08:18:51
2020-07-20 09:54:26
null
NONE
null
null
null
The translation in the `train` set does not look right: ``` >>>import nlp >>>from nlp import load_dataset >>>dataset = load_dataset('wmt19', 'kk-en') >>>dataset["train"]["translation"][0] {'kk': 'Trumpian Uncertainty', 'en': 'Трамптық белгісіздік'} >>>dataset["validation"]["translation"][0] {'kk': 'Ақша-несие...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/415/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 1, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/415/timeline
null
null
false
4,482
https://api.github.com/repos/huggingface/datasets/issues/414
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/414/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/414/comments
https://api.github.com/repos/huggingface/datasets/issues/414/events
https://github.com/huggingface/datasets/issues/414
660,654,013
MDU6SXNzdWU2NjA2NTQwMTM=
414
from_dict delete?
{'login': 'hackerxiaobai', 'id': 22817243, 'node_id': 'MDQ6VXNlcjIyODE3MjQz', 'avatar_url': 'https://avatars.githubusercontent.com/u/22817243?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/hackerxiaobai', 'html_url': 'https://github.com/hackerxiaobai', 'followers_url': 'https://api.github.com/users/hacke...
[]
closed
false
null
[]
null
["`from_dict` was added in #350 that was unfortunately not included in the 0.3.0 release. It's going to be included in the next release that will be out pretty soon though.\r\nRight now if you want to use `from_dict` you have to install the package from the master branch\r\n```\r\npip install git+https://github.com/hug...
2020-07-19 07:08:36
2020-07-21 02:21:17
2020-07-21 02:21:17
NONE
null
null
null
AttributeError: type object 'Dataset' has no attribute 'from_dict'
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/414/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/414/timeline
null
completed
false
4,483
https://api.github.com/repos/huggingface/datasets/issues/413
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/413/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/413/comments
https://api.github.com/repos/huggingface/datasets/issues/413/events
https://github.com/huggingface/datasets/issues/413
660,063,655
MDU6SXNzdWU2NjAwNjM2NTU=
413
Is there a way to download only NQ dev?
{'login': 'tholor', 'id': 1563902, 'node_id': 'MDQ6VXNlcjE1NjM5MDI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1563902?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tholor', 'html_url': 'https://github.com/tholor', 'followers_url': 'https://api.github.com/users/tholor/followers', 'followin...
[]
closed
false
null
[]
null
["Unfortunately it's not possible to download only the dev set of NQ.\r\n\r\nI think we could add a way to download only the test set by adding a custom configuration to the processing script though." "Ok, got it. I think this could be a valuable feature - especially for large datasets like NQ, but potentially also ot...
2020-07-18 10:28:23
2022-02-11 09:50:21
2022-02-11 09:50:21
NONE
null
null
null
Maybe I missed that in the docs, but is there a way to only download the dev set of natural questions (~1 GB)? As we want to benchmark QA models on different datasets, I would like to avoid downloading the 41GB of training data. I tried ``` dataset = nlp.load_dataset('natural_questions', split="validation", bea...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/413/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/413/timeline
null
completed
false
4,484
https://api.github.com/repos/huggingface/datasets/issues/412
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/412/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/412/comments
https://api.github.com/repos/huggingface/datasets/issues/412/events
https://github.com/huggingface/datasets/issues/412
660,047,139
MDU6SXNzdWU2NjAwNDcxMzk=
412
Unable to load XTREME dataset from disk
{'login': 'lewtun', 'id': 26859204, 'node_id': 'MDQ6VXNlcjI2ODU5MjA0', 'avatar_url': 'https://avatars.githubusercontent.com/u/26859204?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lewtun', 'html_url': 'https://github.com/lewtun', 'followers_url': 'https://api.github.com/users/lewtun/followers', 'follow...
[]
closed
false
null
[]
null
['Hi @lewtun, you have to provide the full path to the downloaded file for example `/home/lewtum/..`' 'I was able to repro. Opening a PR to fix that.\r\nThanks for reporting this issue !' 'Thanks for the rapid fix @lhoestq!']
2020-07-18 09:55:00
2020-07-21 08:15:44
2020-07-21 08:15:44
MEMBER
null
null
null
Hi 🤗 team! ## Description of the problem Following the [docs](https://huggingface.co/nlp/loading_datasets.html?highlight=xtreme#manually-downloading-files) I'm trying to load the `PAN-X.fr` dataset from the [XTREME](https://github.com/google-research/xtreme) benchmark. I have manually downloaded the `AmazonPho...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/412/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/412/timeline
null
completed
false
4,485
https://api.github.com/repos/huggingface/datasets/issues/411
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/411/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/411/comments
https://api.github.com/repos/huggingface/datasets/issues/411/events
https://github.com/huggingface/datasets/pull/411
659,393,398
MDExOlB1bGxSZXF1ZXN0NDUxMjQxOTQy
411
Sbf
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-17 16:19:45
2020-07-21 09:13:46
2020-07-21 09:13:45
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/411', 'html_url': 'https://github.com/huggingface/datasets/pull/411', 'diff_url': 'https://github.com/huggingface/datasets/pull/411.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/411.patch', 'merged_at': datetime.datetime(2020, 7, 21, 9...
This PR adds the Social Bias Frames Dataset (ACL 2020) . dataset homepage: https://homes.cs.washington.edu/~msap/social-bias-frames/
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/411/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/411/timeline
null
null
true
4,486
https://api.github.com/repos/huggingface/datasets/issues/410
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/410/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/410/comments
https://api.github.com/repos/huggingface/datasets/issues/410/events
https://github.com/huggingface/datasets/pull/410
659,242,871
MDExOlB1bGxSZXF1ZXN0NDUxMTEzMTI3
410
20newsgroup
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-17 13:07:57
2020-07-20 07:05:29
2020-07-20 07:05:28
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/410', 'html_url': 'https://github.com/huggingface/datasets/pull/410', 'diff_url': 'https://github.com/huggingface/datasets/pull/410.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/410.patch', 'merged_at': datetime.datetime(2020, 7, 20, 7...
Add 20Newsgroup dataset. #353
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/410/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/410/timeline
null
null
true
4,487
https://api.github.com/repos/huggingface/datasets/issues/409
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/409/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/409/comments
https://api.github.com/repos/huggingface/datasets/issues/409/events
https://github.com/huggingface/datasets/issues/409
659,128,611
MDU6SXNzdWU2NTkxMjg2MTE=
409
train_test_split error: 'dict' object has no attribute 'deepcopy'
{'login': 'morganmcg1', 'id': 20516801, 'node_id': 'MDQ6VXNlcjIwNTE2ODAx', 'avatar_url': 'https://avatars.githubusercontent.com/u/20516801?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/morganmcg1', 'html_url': 'https://github.com/morganmcg1', 'followers_url': 'https://api.github.com/users/morganmcg1/fol...
[]
closed
false
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'f...
null
['It was fixed in 2ddd18d139d3047c9c3abe96e1e7d05bb360132c.\r\nCould you pull the latest changes from master @morganmcg1 ?' 'Thanks @lhoestq, works fine now!']
2020-07-17 10:36:28
2020-07-21 14:34:52
2020-07-21 14:34:52
NONE
null
null
null
`train_test_split` is giving me an error when I try and call it: `'dict' object has no attribute 'deepcopy'` ## To reproduce ``` dataset = load_dataset('glue', 'mrpc', split='train') dataset = dataset.train_test_split(test_size=0.2) ``` ## Full Stacktrace ``` -------------------------------------------...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/409/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/409/timeline
null
completed
false
4,488
https://api.github.com/repos/huggingface/datasets/issues/408
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/408/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/408/comments
https://api.github.com/repos/huggingface/datasets/issues/408/events
https://github.com/huggingface/datasets/pull/408
659,064,144
MDExOlB1bGxSZXF1ZXN0NDUwOTU1MTE0
408
Add tests datasets gcp
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-17 09:23:27
2020-07-17 09:26:57
2020-07-17 09:26:56
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/408', 'html_url': 'https://github.com/huggingface/datasets/pull/408', 'diff_url': 'https://github.com/huggingface/datasets/pull/408.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/408.patch', 'merged_at': datetime.datetime(2020, 7, 17, 9...
Some datasets are available on our google cloud storage in arrow format, so that the users don't need to process the data. These tests make sure that they're always available. It also makes sure that their scripts are in sync between S3 and the repo. This should avoid future issues like #407
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/408/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/408/timeline
null
null
true
4,489
https://api.github.com/repos/huggingface/datasets/issues/407
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/407/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/407/comments
https://api.github.com/repos/huggingface/datasets/issues/407/events
https://github.com/huggingface/datasets/issues/407
658,672,736
MDU6SXNzdWU2NTg2NzI3MzY=
407
MissingBeamOptions for Wikipedia 20200501.en
{'login': 'mitchellgordon95', 'id': 7490438, 'node_id': 'MDQ6VXNlcjc0OTA0Mzg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7490438?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mitchellgordon95', 'html_url': 'https://github.com/mitchellgordon95', 'followers_url': 'https://api.github.com/user...
[]
closed
false
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'f...
null
['Fixed. Could you try again @mitchellgordon95 ?\r\nIt was due a file not being updated on S3.\r\n\r\nWe need to make sure all the datasets scripts get updated properly @julien-c ' 'Works for me! Thanks.' 'I found the same issue with almost any language other than English. (For English, it works). Will someone need t...
2020-07-16 23:48:03
2021-01-12 11:41:16
2020-07-17 14:24:28
CONTRIBUTOR
null
null
null
There may or may not be a regression for the pre-processed Wikipedia dataset. This was working fine 10 commits ago (without having Apache Beam available): ``` nlp.load_dataset('wikipedia', "20200501.en", split='train') ``` And now, having pulled master, I get: ``` Downloading and preparing dataset wikipedia...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/407/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/407/timeline
null
completed
false
4,490
https://api.github.com/repos/huggingface/datasets/issues/406
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/406/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/406/comments
https://api.github.com/repos/huggingface/datasets/issues/406/events
https://github.com/huggingface/datasets/issues/406
658,581,764
MDU6SXNzdWU2NTg1ODE3NjQ=
406
Faster Shuffling?
{'login': 'mitchellgordon95', 'id': 7490438, 'node_id': 'MDQ6VXNlcjc0OTA0Mzg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7490438?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mitchellgordon95', 'html_url': 'https://github.com/mitchellgordon95', 'followers_url': 'https://api.github.com/user...
[]
closed
false
null
[]
null
['I think the slowness here probably come from the fact that we are copying from and to python.\r\n\r\n@lhoestq for all the `select`-based methods I think we should stay in Arrow format and update the writer so that it can accept Arrow tables or batches as well. What do you think?' "> @lhoestq for all the `select`-bas...
2020-07-16 21:21:53
2020-09-07 14:45:26
2020-09-07 14:45:25
CONTRIBUTOR
null
null
null
Consider shuffling bookcorpus: ``` dataset = nlp.load_dataset('bookcorpus', split='train') dataset.shuffle() ``` According to tqdm, this will take around 2.5 hours on my machine to complete (even with the faster version of select from #405). I've also tried with `keep_in_memory=True` and `writer_batch_size=1000`...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/406/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/406/timeline
null
completed
false
4,491
https://api.github.com/repos/huggingface/datasets/issues/405
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/405/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/405/comments
https://api.github.com/repos/huggingface/datasets/issues/405/events
https://github.com/huggingface/datasets/pull/405
658,580,192
MDExOlB1bGxSZXF1ZXN0NDUwNTI1MTc3
405
Make select() faster by batching reads
{'login': 'mitchellgordon95', 'id': 7490438, 'node_id': 'MDQ6VXNlcjc0OTA0Mzg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7490438?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mitchellgordon95', 'html_url': 'https://github.com/mitchellgordon95', 'followers_url': 'https://api.github.com/user...
[]
closed
false
null
[]
null
[]
2020-07-16 21:19:45
2020-07-17 17:05:44
2020-07-17 16:51:26
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/405', 'html_url': 'https://github.com/huggingface/datasets/pull/405', 'diff_url': 'https://github.com/huggingface/datasets/pull/405.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/405.patch', 'merged_at': datetime.datetime(2020, 7, 17, 1...
Here's a benchmark: ``` dataset = nlp.load_dataset('bookcorpus', split='train') start = time.time() dataset.select(np.arange(1000), reader_batch_size=1, load_from_cache_file=False) end = time.time() print(f'{end - start}') start = time.time() dataset.select(np.arange(1000), reader_batch_size=1000, load_fr...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/405/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/405/timeline
null
null
true
4,492
https://api.github.com/repos/huggingface/datasets/issues/404
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/404/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/404/comments
https://api.github.com/repos/huggingface/datasets/issues/404/events
https://github.com/huggingface/datasets/pull/404
658,400,987
MDExOlB1bGxSZXF1ZXN0NDUwMzY4Mjg4
404
Add seed in metrics
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-16 17:27:05
2020-07-20 10:12:35
2020-07-20 10:12:34
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/404', 'html_url': 'https://github.com/huggingface/datasets/pull/404', 'diff_url': 'https://github.com/huggingface/datasets/pull/404.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/404.patch', 'merged_at': datetime.datetime(2020, 7, 20, 1...
With #361 we noticed that some metrics were not deterministic. In this PR I allow the user to specify numpy's seed when instantiating a metric with `load_metric`. The seed is set only when `compute` is called, and reset afterwards. Moreover when calling `compute` with the same metric instance (i.e. same experiment...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/404/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/404/timeline
null
null
true
4,493
https://api.github.com/repos/huggingface/datasets/issues/403
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/403/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/403/comments
https://api.github.com/repos/huggingface/datasets/issues/403/events
https://github.com/huggingface/datasets/pull/403
658,325,756
MDExOlB1bGxSZXF1ZXN0NDUwMzAzNjI2
403
return python objects instead of arrays by default
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
false
null
[]
null
[]
2020-07-16 15:51:52
2020-07-17 11:37:01
2020-07-17 11:37:00
MEMBER
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/403', 'html_url': 'https://github.com/huggingface/datasets/pull/403', 'diff_url': 'https://github.com/huggingface/datasets/pull/403.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/403.patch', 'merged_at': datetime.datetime(2020, 7, 17, 1...
We were using to_pandas() to convert from arrow types, however it returns numpy arrays instead of python lists. I fixed it by using to_pydict/to_pylist instead. Fix #387 It was mentioned in https://github.com/huggingface/transformers/issues/5729
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/403/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/403/timeline
null
null
true
4,494
https://api.github.com/repos/huggingface/datasets/issues/402
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/402/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/402/comments
https://api.github.com/repos/huggingface/datasets/issues/402/events
https://github.com/huggingface/datasets/pull/402
658,001,288
MDExOlB1bGxSZXF1ZXN0NDUwMDI2NTE0
402
Search qa
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-16 09:00:10
2020-07-16 14:27:00
2020-07-16 14:26:59
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/402', 'html_url': 'https://github.com/huggingface/datasets/pull/402', 'diff_url': 'https://github.com/huggingface/datasets/pull/402.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/402.patch', 'merged_at': datetime.datetime(2020, 7, 16, 1...
add SearchQA dataset #336
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/402/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/402/timeline
null
null
true
4,495
https://api.github.com/repos/huggingface/datasets/issues/401
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/401/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/401/comments
https://api.github.com/repos/huggingface/datasets/issues/401/events
https://github.com/huggingface/datasets/pull/401
657,996,252
MDExOlB1bGxSZXF1ZXN0NDUwMDIyNTc0
401
add web_questions
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
['What does the `nlp-cli dummy_data` command returns ?' '`test.json` -> `test` \r\nand \r\n`train.json` -> `train`\r\n\r\nas shown by the `nlp-cli dummy_data` command ;-)' 'LGTM for merge @lhoestq - I let you merge if you want to.']
2020-07-16 08:54:59
2020-08-06 06:16:20
2020-08-06 06:16:19
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/401', 'html_url': 'https://github.com/huggingface/datasets/pull/401', 'diff_url': 'https://github.com/huggingface/datasets/pull/401.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/401.patch', 'merged_at': datetime.datetime(2020, 8, 6, 6,...
add Web Question dataset #336 Maybe @patrickvonplaten you can help with the dummy_data structure? it still broken
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/401/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/401/timeline
null
null
true
4,496
https://api.github.com/repos/huggingface/datasets/issues/400
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/400/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/400/comments
https://api.github.com/repos/huggingface/datasets/issues/400/events
https://github.com/huggingface/datasets/pull/400
657,975,600
MDExOlB1bGxSZXF1ZXN0NDUwMDA1MDU5
400
Web questions
{'login': 'mariamabarham', 'id': 38249783, 'node_id': 'MDQ6VXNlcjM4MjQ5Nzgz', 'avatar_url': 'https://avatars.githubusercontent.com/u/38249783?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariamabarham', 'html_url': 'https://github.com/mariamabarham', 'followers_url': 'https://api.github.com/users/maria...
[]
closed
false
null
[]
null
[]
2020-07-16 08:28:29
2020-07-16 08:50:51
2020-07-16 08:42:54
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/400', 'html_url': 'https://github.com/huggingface/datasets/pull/400', 'diff_url': 'https://github.com/huggingface/datasets/pull/400.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/400.patch', 'merged_at': None}
add the WebQuestion dataset #336
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/400/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/400/timeline
null
null
true
4,497
https://api.github.com/repos/huggingface/datasets/issues/399
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/399/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/399/comments
https://api.github.com/repos/huggingface/datasets/issues/399/events
https://github.com/huggingface/datasets/pull/399
657,841,433
MDExOlB1bGxSZXF1ZXN0NDQ5ODkxNTEy
399
Spelling mistake
{'login': 'BlancRay', 'id': 9410067, 'node_id': 'MDQ6VXNlcjk0MTAwNjc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/9410067?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/BlancRay', 'html_url': 'https://github.com/BlancRay', 'followers_url': 'https://api.github.com/users/BlancRay/followers', '...
[]
closed
false
null
[]
null
['Thanks!']
2020-07-16 04:37:58
2020-07-16 06:49:48
2020-07-16 06:49:37
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/399', 'html_url': 'https://github.com/huggingface/datasets/pull/399', 'diff_url': 'https://github.com/huggingface/datasets/pull/399.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/399.patch', 'merged_at': datetime.datetime(2020, 7, 16, 6...
In "Formatting the dataset" part, "The two toehr modifications..." should be "The two other modifications..." ,the word "other" wrong spelled as "toehr".
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/399/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/399/timeline
null
null
true
4,498
https://api.github.com/repos/huggingface/datasets/issues/398
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/398/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/398/comments
https://api.github.com/repos/huggingface/datasets/issues/398/events
https://github.com/huggingface/datasets/pull/398
657,511,962
MDExOlB1bGxSZXF1ZXN0NDQ5NjE1OTk1
398
Add inline links
{'login': 'Bharat123rox', 'id': 13381361, 'node_id': 'MDQ6VXNlcjEzMzgxMzYx', 'avatar_url': 'https://avatars.githubusercontent.com/u/13381361?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Bharat123rox', 'html_url': 'https://github.com/Bharat123rox', 'followers_url': 'https://api.github.com/users/Bharat12...
[]
closed
false
null
[]
null
['Do you mind adding a link to the much more extended pages on adding and sharing a dataset in the new documentation?' 'Sure, I will do that too']
2020-07-15 17:04:04
2020-07-22 10:14:22
2020-07-22 10:14:22
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/398', 'html_url': 'https://github.com/huggingface/datasets/pull/398', 'diff_url': 'https://github.com/huggingface/datasets/pull/398.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/398.patch', 'merged_at': datetime.datetime(2020, 7, 22, 1...
Add inline links to `Contributing.md`
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/398/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/398/timeline
null
null
true
4,499
https://api.github.com/repos/huggingface/datasets/issues/397
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/397/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/397/comments
https://api.github.com/repos/huggingface/datasets/issues/397/events
https://github.com/huggingface/datasets/pull/397
657,510,856
MDExOlB1bGxSZXF1ZXN0NDQ5NjE1MDA4
397
Add contiguous sharding
{'login': 'jarednielsen', 'id': 4564897, 'node_id': 'MDQ6VXNlcjQ1NjQ4OTc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/4564897?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jarednielsen', 'html_url': 'https://github.com/jarednielsen', 'followers_url': 'https://api.github.com/users/jaredniels...
[]
closed
false
null
[]
null
[]
2020-07-15 17:02:58
2020-07-17 16:59:31
2020-07-17 16:59:31
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/397', 'html_url': 'https://github.com/huggingface/datasets/pull/397', 'diff_url': 'https://github.com/huggingface/datasets/pull/397.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/397.patch', 'merged_at': datetime.datetime(2020, 7, 17, 1...
This makes dset.shard() play nice with nlp.concatenate_datasets(). When I originally wrote the shard() method, I was thinking about a distributed training scenario, but https://github.com/huggingface/nlp/pull/389 also uses it for splitting the dataset for distributed preprocessing. Usage: ``` nlp.concatenate_datas...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/397/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/397/timeline
null
null
true