comments_url
stringlengths
70
70
timeline_url
stringlengths
70
70
closed_at
stringlengths
20
20
performed_via_github_app
null
state_reason
stringclasses
3 values
node_id
stringlengths
18
32
state
stringclasses
2 values
assignees
listlengths
0
4
draft
bool
2 classes
number
int64
1.61k
6.73k
user
dict
title
stringlengths
1
290
events_url
stringlengths
68
68
milestone
dict
labels_url
stringlengths
75
75
created_at
stringlengths
20
20
active_lock_reason
null
locked
bool
1 class
assignee
dict
pull_request
dict
id
int64
771M
2.18B
labels
listlengths
0
4
url
stringlengths
61
61
comments
listlengths
0
30
repository_url
stringclasses
1 value
author_association
stringclasses
3 values
body
stringlengths
0
228k
updated_at
stringlengths
20
20
html_url
stringlengths
49
51
reactions
dict
is_pull_request
bool
2 classes
https://api.github.com/repos/huggingface/datasets/issues/2117/comments
https://api.github.com/repos/huggingface/datasets/issues/2117/timeline
2021-03-26T02:40:26Z
null
completed
MDU6SXNzdWU4NDE1MzUyODM=
closed
[]
null
2,117
{ "avatar_url": "https://avatars.githubusercontent.com/u/54012361?v=4", "events_url": "https://api.github.com/users/Frankie123421/events{/privacy}", "followers_url": "https://api.github.com/users/Frankie123421/followers", "following_url": "https://api.github.com/users/Frankie123421/following{/other_user}", "g...
load_metric from local "glue.py" meet error 'NoneType' object is not callable
https://api.github.com/repos/huggingface/datasets/issues/2117/events
null
https://api.github.com/repos/huggingface/datasets/issues/2117/labels{/name}
2021-03-26T02:35:22Z
null
false
null
null
841,535,283
[]
https://api.github.com/repos/huggingface/datasets/issues/2117
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
actual_task = "mnli" if task == "mnli-mm" else task dataset = load_dataset(path='/home/glue.py', name=actual_task) metric = load_metric(path='/home/glue.py', name=actual_task) --------------------------------------------------------------------------- TypeError Traceback (most recent...
2021-08-25T21:44:05Z
https://github.com/huggingface/datasets/issues/2117
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2117/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2116/comments
https://api.github.com/repos/huggingface/datasets/issues/2116/timeline
2021-03-31T14:30:32Z
null
completed
MDU6SXNzdWU4NDE0ODEyOTI=
closed
[]
null
2,116
{ "avatar_url": "https://avatars.githubusercontent.com/u/13940397?v=4", "events_url": "https://api.github.com/users/GeetDsa/events{/privacy}", "followers_url": "https://api.github.com/users/GeetDsa/followers", "following_url": "https://api.github.com/users/GeetDsa/following{/other_user}", "gists_url": "https:...
Creating custom dataset results in error while calling the map() function
https://api.github.com/repos/huggingface/datasets/issues/2116/events
null
https://api.github.com/repos/huggingface/datasets/issues/2116/labels{/name}
2021-03-26T00:37:46Z
null
false
null
null
841,481,292
[]
https://api.github.com/repos/huggingface/datasets/issues/2116
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
calling `map()` of `datasets` library results into an error while defining a Custom dataset. Reproducible example: ``` import datasets class MyDataset(datasets.Dataset): def __init__(self, sentences): "Initialization" self.samples = sentences def __len__(self): "Denotes the ...
2021-03-31T14:30:32Z
https://github.com/huggingface/datasets/issues/2116
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2116/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2115/comments
https://api.github.com/repos/huggingface/datasets/issues/2115/timeline
2021-03-26T15:13:52Z
null
completed
MDU6SXNzdWU4NDEyODM5NzQ=
closed
[]
null
2,115
{ "avatar_url": "https://avatars.githubusercontent.com/u/19983848?v=4", "events_url": "https://api.github.com/users/leleamol/events{/privacy}", "followers_url": "https://api.github.com/users/leleamol/followers", "following_url": "https://api.github.com/users/leleamol/following{/other_user}", "gists_url": "htt...
The datasets.map() implementation modifies the datatype of os.environ object
https://api.github.com/repos/huggingface/datasets/issues/2115/events
null
https://api.github.com/repos/huggingface/datasets/issues/2115/labels{/name}
2021-03-25T20:29:19Z
null
false
null
null
841,283,974
[]
https://api.github.com/repos/huggingface/datasets/issues/2115
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
In our testing, we noticed that the datasets.map() implementation is modifying the datatype of python os.environ object from '_Environ' to 'dict'. This causes following function calls to fail as follows: ` x = os.environ.get("TEST_ENV_VARIABLE_AFTER_dataset_map", default=None) TypeError: get() takes...
2021-03-26T15:13:52Z
https://github.com/huggingface/datasets/issues/2115
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2115/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2114/comments
https://api.github.com/repos/huggingface/datasets/issues/2114/timeline
2021-03-31T10:38:50Z
null
null
MDExOlB1bGxSZXF1ZXN0NjAwOTc1MTA3
closed
[]
false
2,114
{ "avatar_url": "https://avatars.githubusercontent.com/u/1626984?v=4", "events_url": "https://api.github.com/users/iliaschalkidis/events{/privacy}", "followers_url": "https://api.github.com/users/iliaschalkidis/followers", "following_url": "https://api.github.com/users/iliaschalkidis/following{/other_user}", ...
Support for legal NLP datasets (EURLEX, ECtHR cases and EU-REG-IR)
https://api.github.com/repos/huggingface/datasets/issues/2114/events
null
https://api.github.com/repos/huggingface/datasets/issues/2114/labels{/name}
2021-03-25T18:40:17Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2114.diff", "html_url": "https://github.com/huggingface/datasets/pull/2114", "merged_at": "2021-03-31T10:38:50Z", "patch_url": "https://github.com/huggingface/datasets/pull/2114.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
841,207,878
[]
https://api.github.com/repos/huggingface/datasets/issues/2114
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Add support for two legal NLP datasets: - EURLEX (https://www.aclweb.org/anthology/P19-1636/) - ECtHR cases (https://arxiv.org/abs/2103.13084) - EU-REG-IR (https://arxiv.org/abs/2101.10726)
2021-03-31T10:38:50Z
https://github.com/huggingface/datasets/pull/2114
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 2, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/huggingface/datasets/issues/2114/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2113/comments
https://api.github.com/repos/huggingface/datasets/issues/2113/timeline
2021-03-31T08:30:11Z
null
null
MDExOlB1bGxSZXF1ZXN0NjAwOTYxMDEz
closed
[]
false
2,113
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Implement Dataset as context manager
https://api.github.com/repos/huggingface/datasets/issues/2113/events
null
https://api.github.com/repos/huggingface/datasets/issues/2113/labels{/name}
2021-03-25T18:18:30Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2113.diff", "html_url": "https://github.com/huggingface/datasets/pull/2113", "merged_at": "2021-03-31T08:30:11Z", "patch_url": "https://github.com/huggingface/datasets/pull/2113.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
841,191,303
[]
https://api.github.com/repos/huggingface/datasets/issues/2113
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
When used as context manager, it would be safely deleted if some exception is raised. This will avoid > During handling of the above exception, another exception occurred:
2021-03-31T11:30:14Z
https://github.com/huggingface/datasets/pull/2113
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2113/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2112/comments
https://api.github.com/repos/huggingface/datasets/issues/2112/timeline
2021-03-25T18:34:31Z
null
null
MDExOlB1bGxSZXF1ZXN0NjAwODgyMjA0
closed
[]
false
2,112
{ "avatar_url": "https://avatars.githubusercontent.com/u/1626984?v=4", "events_url": "https://api.github.com/users/iliaschalkidis/events{/privacy}", "followers_url": "https://api.github.com/users/iliaschalkidis/followers", "following_url": "https://api.github.com/users/iliaschalkidis/following{/other_user}", ...
Support for legal NLP datasets (EURLEX and ECtHR cases)
https://api.github.com/repos/huggingface/datasets/issues/2112/events
null
https://api.github.com/repos/huggingface/datasets/issues/2112/labels{/name}
2021-03-25T16:24:17Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2112.diff", "html_url": "https://github.com/huggingface/datasets/pull/2112", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/2112.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/2112" }
841,098,008
[]
https://api.github.com/repos/huggingface/datasets/issues/2112
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Add support for two legal NLP datasets: - EURLEX (https://www.aclweb.org/anthology/P19-1636/) - ECtHR cases (https://arxiv.org/abs/2103.13084)
2021-03-25T18:39:31Z
https://github.com/huggingface/datasets/pull/2112
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2112/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2111/comments
https://api.github.com/repos/huggingface/datasets/issues/2111/timeline
2021-04-06T07:20:43Z
null
null
MDExOlB1bGxSZXF1ZXN0NjAwODY4OTg5
closed
[]
false
2,111
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Compute WER metric iteratively
https://api.github.com/repos/huggingface/datasets/issues/2111/events
null
https://api.github.com/repos/huggingface/datasets/issues/2111/labels{/name}
2021-03-25T16:06:48Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2111.diff", "html_url": "https://github.com/huggingface/datasets/pull/2111", "merged_at": "2021-04-06T07:20:43Z", "patch_url": "https://github.com/huggingface/datasets/pull/2111.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
841,082,087
[]
https://api.github.com/repos/huggingface/datasets/issues/2111
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Compute WER metric iteratively to avoid MemoryError. Fix #2078.
2021-04-06T07:20:43Z
https://github.com/huggingface/datasets/pull/2111
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2111/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2110/comments
https://api.github.com/repos/huggingface/datasets/issues/2110/timeline
2021-04-12T13:33:03Z
null
null
MDExOlB1bGxSZXF1ZXN0NjAwNjI1NDQ5
closed
[]
false
2,110
{ "avatar_url": "https://avatars.githubusercontent.com/u/2340721?v=4", "events_url": "https://api.github.com/users/dreamgonfly/events{/privacy}", "followers_url": "https://api.github.com/users/dreamgonfly/followers", "following_url": "https://api.github.com/users/dreamgonfly/following{/other_user}", "gists_ur...
Fix incorrect assertion in builder.py
https://api.github.com/repos/huggingface/datasets/issues/2110/events
null
https://api.github.com/repos/huggingface/datasets/issues/2110/labels{/name}
2021-03-25T10:39:20Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2110.diff", "html_url": "https://github.com/huggingface/datasets/pull/2110", "merged_at": "2021-04-12T13:33:03Z", "patch_url": "https://github.com/huggingface/datasets/pull/2110.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
840,794,995
[]
https://api.github.com/repos/huggingface/datasets/issues/2110
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fix incorrect num_examples comparison assertion in builder.py
2021-04-12T13:33:03Z
https://github.com/huggingface/datasets/pull/2110
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2110/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2109/comments
https://api.github.com/repos/huggingface/datasets/issues/2109/timeline
2021-04-19T06:20:11Z
null
null
MDExOlB1bGxSZXF1ZXN0NjAwNTg1MzM5
closed
[]
false
2,109
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Add more issue templates and customize issue template chooser
https://api.github.com/repos/huggingface/datasets/issues/2109/events
null
https://api.github.com/repos/huggingface/datasets/issues/2109/labels{/name}
2021-03-25T09:41:53Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2109.diff", "html_url": "https://github.com/huggingface/datasets/pull/2109", "merged_at": "2021-04-19T06:20:10Z", "patch_url": "https://github.com/huggingface/datasets/pull/2109.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
840,746,598
[]
https://api.github.com/repos/huggingface/datasets/issues/2109
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
When opening an issue, it is not evident for the users how to choose a blank issue template. There is a link at the bottom of all the other issue templates (`Don’t see your issue here? Open a blank issue.`), but this is not very visible for users. This is the reason why many users finally chose the `add-dataset` templa...
2021-04-19T06:20:11Z
https://github.com/huggingface/datasets/pull/2109
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2109/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2108/comments
https://api.github.com/repos/huggingface/datasets/issues/2108/timeline
null
null
null
MDU6SXNzdWU4NDAxODEwNTU=
open
[]
null
2,108
{ "avatar_url": "https://avatars.githubusercontent.com/u/16892570?v=4", "events_url": "https://api.github.com/users/shamanez/events{/privacy}", "followers_url": "https://api.github.com/users/shamanez/followers", "following_url": "https://api.github.com/users/shamanez/following{/other_user}", "gists_url": "htt...
Is there a way to use a GPU only when training an Index in the process of add_faisis_index?
https://api.github.com/repos/huggingface/datasets/issues/2108/events
null
https://api.github.com/repos/huggingface/datasets/issues/2108/labels{/name}
2021-03-24T21:32:16Z
null
false
null
null
840,181,055
[ { "color": "d876e3", "default": true, "description": "Further information is requested", "id": 1935892912, "name": "question", "node_id": "MDU6TGFiZWwxOTM1ODkyOTEy", "url": "https://api.github.com/repos/huggingface/datasets/labels/question" } ]
https://api.github.com/repos/huggingface/datasets/issues/2108
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Motivation - Some FAISS indexes like IVF consist of the training step that clusters the dataset into a given number of indexes. It would be nice if we can use a GPU to do the training step and covert the index back to CPU as mention in [this faiss example](https://gist.github.com/mdouze/46d6bbbaabca0b9778fca37ed2bcccf6...
2021-03-25T06:31:43Z
https://github.com/huggingface/datasets/issues/2108
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2108/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2107/comments
https://api.github.com/repos/huggingface/datasets/issues/2107/timeline
2021-04-26T08:27:13Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk5NTAxODE5
closed
[ { "avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4", "events_url": "https://api.github.com/users/SBrandeis/events{/privacy}", "followers_url": "https://api.github.com/users/SBrandeis/followers", "following_url": "https://api.github.com/users/SBrandeis/following{/other_user}", ...
false
2,107
{ "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_url": "https://a...
Metadata validation
https://api.github.com/repos/huggingface/datasets/issues/2107/events
null
https://api.github.com/repos/huggingface/datasets/issues/2107/labels{/name}
2021-03-24T08:52:41Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4", "events_url": "https://api.github.com/users/SBrandeis/events{/privacy}", "followers_url": "https://api.github.com/users/SBrandeis/followers", "following_url": "https://api.github.com/users/SBrandeis/following{/other_user}", "gists_url": "...
{ "diff_url": "https://github.com/huggingface/datasets/pull/2107.diff", "html_url": "https://github.com/huggingface/datasets/pull/2107", "merged_at": "2021-04-26T08:27:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/2107.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
839,495,825
[]
https://api.github.com/repos/huggingface/datasets/issues/2107
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
- `pydantic` metadata schema with dedicated validators against our taxonomy - ci script to validate new changes against this schema and start a vertuous loop - soft validation on tasks ids since we expect the taxonomy to undergo some changes in the near future for reference with the current validation we have ~365...
2021-04-26T08:27:14Z
https://github.com/huggingface/datasets/pull/2107
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2107/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2106/comments
https://api.github.com/repos/huggingface/datasets/issues/2106/timeline
null
null
null
MDU6SXNzdWU4MzkwODQyNjQ=
open
[]
null
2,106
{ "avatar_url": "https://avatars.githubusercontent.com/u/22580542?v=4", "events_url": "https://api.github.com/users/trina731/events{/privacy}", "followers_url": "https://api.github.com/users/trina731/followers", "following_url": "https://api.github.com/users/trina731/following{/other_user}", "gists_url": "htt...
WMT19 Dataset for Kazakh-English is not formatted correctly
https://api.github.com/repos/huggingface/datasets/issues/2106/events
null
https://api.github.com/repos/huggingface/datasets/issues/2106/labels{/name}
2021-03-23T20:14:47Z
null
false
null
null
839,084,264
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
https://api.github.com/repos/huggingface/datasets/issues/2106
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
In addition to the bug of languages being switched from Issue @415, there are incorrect translations in the dataset because the English-Kazakh translations have a one off formatting error. The News Commentary v14 parallel data set for kk-en from http://www.statmt.org/wmt19/translation-task.html has a bug here: > ...
2021-03-25T21:36:20Z
https://github.com/huggingface/datasets/issues/2106
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2106/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2105/comments
https://api.github.com/repos/huggingface/datasets/issues/2105/timeline
null
null
null
MDU6SXNzdWU4MzkwNTkyMjY=
open
[]
null
2,105
{ "avatar_url": "https://avatars.githubusercontent.com/u/13603748?v=4", "events_url": "https://api.github.com/users/kyleclo/events{/privacy}", "followers_url": "https://api.github.com/users/kyleclo/followers", "following_url": "https://api.github.com/users/kyleclo/following{/other_user}", "gists_url": "https:...
Request to remove S2ORC dataset
https://api.github.com/repos/huggingface/datasets/issues/2105/events
null
https://api.github.com/repos/huggingface/datasets/issues/2105/labels{/name}
2021-03-23T19:43:06Z
null
false
null
null
839,059,226
[]
https://api.github.com/repos/huggingface/datasets/issues/2105
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi! I was wondering if it's possible to remove [S2ORC](https://huggingface.co/datasets/s2orc) from hosting on Huggingface's platform? Unfortunately, there are some legal considerations about how we make this data available. Happy to add back to Huggingface's platform once we work out those hurdles! Thanks!
2021-08-04T19:18:02Z
https://github.com/huggingface/datasets/issues/2105
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2105/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2104/comments
https://api.github.com/repos/huggingface/datasets/issues/2104/timeline
2022-03-30T08:22:58Z
null
completed
MDU6SXNzdWU4MzkwMjc4MzQ=
closed
[]
null
2,104
{ "avatar_url": "https://avatars.githubusercontent.com/u/35391599?v=4", "events_url": "https://api.github.com/users/adityaarunsinghal/events{/privacy}", "followers_url": "https://api.github.com/users/adityaarunsinghal/followers", "following_url": "https://api.github.com/users/adityaarunsinghal/following{/other_...
Trouble loading wiki_movies
https://api.github.com/repos/huggingface/datasets/issues/2104/events
null
https://api.github.com/repos/huggingface/datasets/issues/2104/labels{/name}
2021-03-23T18:59:54Z
null
false
null
null
839,027,834
[]
https://api.github.com/repos/huggingface/datasets/issues/2104
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hello, I am trying to load_dataset("wiki_movies") and it gives me this error - `FileNotFoundError: Couldn't find file locally at wiki_movies/wiki_movies.py, or remotely at https://raw.githubusercontent.com/huggingface/datasets/1.1.2/datasets/wiki_movies/wiki_movies.py or https://s3.amazonaws.com/datasets.huggingfa...
2022-03-30T08:22:58Z
https://github.com/huggingface/datasets/issues/2104
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2104/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2103/comments
https://api.github.com/repos/huggingface/datasets/issues/2103/timeline
2021-04-06T14:39:59Z
null
completed
MDU6SXNzdWU4Mzg5NDY5MTY=
closed
[]
null
2,103
{ "avatar_url": "https://avatars.githubusercontent.com/u/15007950?v=4", "events_url": "https://api.github.com/users/samsontmr/events{/privacy}", "followers_url": "https://api.github.com/users/samsontmr/followers", "following_url": "https://api.github.com/users/samsontmr/following{/other_user}", "gists_url": "...
citation, homepage, and license fields of `dataset_info.json` are duplicated many times
https://api.github.com/repos/huggingface/datasets/issues/2103/events
null
https://api.github.com/repos/huggingface/datasets/issues/2103/labels{/name}
2021-03-23T17:18:09Z
null
false
null
null
838,946,916
[ { "color": "a2eeef", "default": true, "description": "New feature or request", "id": 1935892871, "name": "enhancement", "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement" }, { "color": "7057ff", "default": true...
https://api.github.com/repos/huggingface/datasets/issues/2103
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
This happens after a `map` operation when `num_proc` is set to `>1`. I tested this by cleaning up the json before running the `map` op on the dataset so it's unlikely it's coming from an earlier concatenation. Example result: ``` "citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {...
2021-04-06T14:39:59Z
https://github.com/huggingface/datasets/issues/2103
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2103/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2102/comments
https://api.github.com/repos/huggingface/datasets/issues/2102/timeline
2021-03-24T14:07:34Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk4OTEyNzUw
closed
[]
false
2,102
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Move Dataset.to_csv to csv module
https://api.github.com/repos/huggingface/datasets/issues/2102/events
null
https://api.github.com/repos/huggingface/datasets/issues/2102/labels{/name}
2021-03-23T14:35:46Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2102.diff", "html_url": "https://github.com/huggingface/datasets/pull/2102", "merged_at": "2021-03-24T14:07:34Z", "patch_url": "https://github.com/huggingface/datasets/pull/2102.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
838,794,090
[ { "color": "B67A40", "default": false, "description": "Restructuring existing code without changing its external behavior", "id": 2851292821, "name": "refactoring", "node_id": "MDU6TGFiZWwyODUxMjkyODIx", "url": "https://api.github.com/repos/huggingface/datasets/labels/refactoring" } ]
https://api.github.com/repos/huggingface/datasets/issues/2102
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Move the implementation of `Dataset.to_csv` to module `datasets.io.csv`.
2021-03-24T14:07:35Z
https://github.com/huggingface/datasets/pull/2102
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2102/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2101/comments
https://api.github.com/repos/huggingface/datasets/issues/2101/timeline
2021-03-23T18:08:10Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk4NzQzMDM4
closed
[]
false
2,101
{ "avatar_url": "https://avatars.githubusercontent.com/u/1551356?v=4", "events_url": "https://api.github.com/users/eusip/events{/privacy}", "followers_url": "https://api.github.com/users/eusip/followers", "following_url": "https://api.github.com/users/eusip/following{/other_user}", "gists_url": "https://api.g...
MIAM dataset - new citation details
https://api.github.com/repos/huggingface/datasets/issues/2101/events
null
https://api.github.com/repos/huggingface/datasets/issues/2101/labels{/name}
2021-03-23T10:41:23Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2101.diff", "html_url": "https://github.com/huggingface/datasets/pull/2101", "merged_at": "2021-03-23T18:08:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/2101.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
838,586,184
[]
https://api.github.com/repos/huggingface/datasets/issues/2101
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Hi @lhoestq, I have updated the citations to reference an OpenReview preprint.
2021-03-23T18:08:10Z
https://github.com/huggingface/datasets/pull/2101
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2101/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2100/comments
https://api.github.com/repos/huggingface/datasets/issues/2100/timeline
2021-03-23T18:03:49Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk4NzMzOTM0
closed
[]
false
2,100
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Fix deprecated warning message and docstring
https://api.github.com/repos/huggingface/datasets/issues/2100/events
null
https://api.github.com/repos/huggingface/datasets/issues/2100/labels{/name}
2021-03-23T10:27:52Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2100.diff", "html_url": "https://github.com/huggingface/datasets/pull/2100", "merged_at": "2021-03-23T18:03:49Z", "patch_url": "https://github.com/huggingface/datasets/pull/2100.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
838,574,631
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
https://api.github.com/repos/huggingface/datasets/issues/2100
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix deprecated warnings: - Use deprecated Sphinx directive in docstring - Fix format of deprecated message - Raise FutureWarning
2021-03-24T08:19:41Z
https://github.com/huggingface/datasets/pull/2100
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2100/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2099/comments
https://api.github.com/repos/huggingface/datasets/issues/2099/timeline
2021-03-23T17:12:16Z
null
completed
MDU6SXNzdWU4Mzg1MjM4MTk=
closed
[]
null
2,099
{ "avatar_url": "https://avatars.githubusercontent.com/u/15007950?v=4", "events_url": "https://api.github.com/users/samsontmr/events{/privacy}", "followers_url": "https://api.github.com/users/samsontmr/followers", "following_url": "https://api.github.com/users/samsontmr/following{/other_user}", "gists_url": "...
load_from_disk takes a long time to load local dataset
https://api.github.com/repos/huggingface/datasets/issues/2099/events
null
https://api.github.com/repos/huggingface/datasets/issues/2099/labels{/name}
2021-03-23T09:28:37Z
null
false
null
null
838,523,819
[]
https://api.github.com/repos/huggingface/datasets/issues/2099
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
I have an extremely large tokenized dataset (24M examples) that loads in a few minutes. However, after adding a column similar to `input_ids` (basically a list of integers) and saving the dataset to disk, the load time goes to >1 hour. I've even tried using `np.uint8` after seeing #1985 but it doesn't seem to be helpin...
2021-03-23T17:12:16Z
https://github.com/huggingface/datasets/issues/2099
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2099/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2098/comments
https://api.github.com/repos/huggingface/datasets/issues/2098/timeline
2021-03-26T09:48:54Z
null
completed
MDU6SXNzdWU4Mzg0NDc5NTk=
closed
[]
null
2,098
{ "avatar_url": "https://avatars.githubusercontent.com/u/39556019?v=4", "events_url": "https://api.github.com/users/h-peng17/events{/privacy}", "followers_url": "https://api.github.com/users/h-peng17/followers", "following_url": "https://api.github.com/users/h-peng17/following{/other_user}", "gists_url": "htt...
SQuAD version
https://api.github.com/repos/huggingface/datasets/issues/2098/events
null
https://api.github.com/repos/huggingface/datasets/issues/2098/labels{/name}
2021-03-23T07:47:54Z
null
false
null
null
838,447,959
[]
https://api.github.com/repos/huggingface/datasets/issues/2098
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi~ I want train on squad dataset. What's the version of the squad? Is it 1.1 or 1.0? I'm new in QA, I don't find some descriptions about it.
2021-03-26T09:48:54Z
https://github.com/huggingface/datasets/issues/2098
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2098/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2097/comments
https://api.github.com/repos/huggingface/datasets/issues/2097/timeline
2021-03-22T21:01:11Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk4MzM4MTA3
closed
[]
false
2,097
{ "avatar_url": "https://avatars.githubusercontent.com/u/15979778?v=4", "events_url": "https://api.github.com/users/dcfidalgo/events{/privacy}", "followers_url": "https://api.github.com/users/dcfidalgo/followers", "following_url": "https://api.github.com/users/dcfidalgo/following{/other_user}", "gists_url": "...
fixes issue #1110 by descending further if `obj["_type"]` is a dict
https://api.github.com/repos/huggingface/datasets/issues/2097/events
null
https://api.github.com/repos/huggingface/datasets/issues/2097/labels{/name}
2021-03-22T21:00:55Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2097.diff", "html_url": "https://github.com/huggingface/datasets/pull/2097", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/2097.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/2097" }
838,105,289
[]
https://api.github.com/repos/huggingface/datasets/issues/2097
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Check metrics
2021-03-22T21:01:11Z
https://github.com/huggingface/datasets/pull/2097
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2097/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2096/comments
https://api.github.com/repos/huggingface/datasets/issues/2096/timeline
2023-07-25T16:49:07Z
null
completed
MDU6SXNzdWU4MzgwMzgzNzk=
closed
[]
null
2,096
{ "avatar_url": "https://avatars.githubusercontent.com/u/8406802?v=4", "events_url": "https://api.github.com/users/rxian/events{/privacy}", "followers_url": "https://api.github.com/users/rxian/followers", "following_url": "https://api.github.com/users/rxian/following{/other_user}", "gists_url": "https://api.g...
CoNLL 2003 dataset not including German
https://api.github.com/repos/huggingface/datasets/issues/2096/events
null
https://api.github.com/repos/huggingface/datasets/issues/2096/labels{/name}
2021-03-22T19:23:56Z
null
false
null
null
838,038,379
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
https://api.github.com/repos/huggingface/datasets/issues/2096
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hello, thanks for all the work on developing and maintaining this amazing platform, which I am enjoying working with! I was wondering if there is a reason why the German CoNLL 2003 dataset is not included in the [repository](https://github.com/huggingface/datasets/tree/master/datasets/conll2003), since a copy of it ...
2023-07-25T16:49:07Z
https://github.com/huggingface/datasets/issues/2096
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2096/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2093/comments
https://api.github.com/repos/huggingface/datasets/issues/2093/timeline
2021-03-25T14:35:54Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk3NTgyNjUx
closed
[]
false
2,093
{ "avatar_url": "https://avatars.githubusercontent.com/u/15979778?v=4", "events_url": "https://api.github.com/users/dcfidalgo/events{/privacy}", "followers_url": "https://api.github.com/users/dcfidalgo/followers", "following_url": "https://api.github.com/users/dcfidalgo/following{/other_user}", "gists_url": "...
Fix: Allows a feature to be named "_type"
https://api.github.com/repos/huggingface/datasets/issues/2093/events
null
https://api.github.com/repos/huggingface/datasets/issues/2093/labels{/name}
2021-03-21T23:21:57Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2093.diff", "html_url": "https://github.com/huggingface/datasets/pull/2093", "merged_at": "2021-03-25T14:35:54Z", "patch_url": "https://github.com/huggingface/datasets/pull/2093.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
837,209,211
[]
https://api.github.com/repos/huggingface/datasets/issues/2093
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR tries to fix issue #1110. Sorry for taking so long to come back to this. It's a simple fix, but i am not sure if it works for all possible types of `obj`. Let me know what you think @lhoestq
2021-03-25T14:35:54Z
https://github.com/huggingface/datasets/pull/2093
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2093/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2092/comments
https://api.github.com/repos/huggingface/datasets/issues/2092/timeline
2022-06-01T16:49:52Z
null
completed
MDU6SXNzdWU4MzY5ODQwNDM=
closed
[]
null
2,092
{ "avatar_url": "https://avatars.githubusercontent.com/u/48825663?v=4", "events_url": "https://api.github.com/users/Jeevesh8/events{/privacy}", "followers_url": "https://api.github.com/users/Jeevesh8/followers", "following_url": "https://api.github.com/users/Jeevesh8/following{/other_user}", "gists_url": "htt...
How to disable making arrow tables in load_dataset ?
https://api.github.com/repos/huggingface/datasets/issues/2092/events
null
https://api.github.com/repos/huggingface/datasets/issues/2092/labels{/name}
2021-03-21T04:50:07Z
null
false
null
null
836,984,043
[]
https://api.github.com/repos/huggingface/datasets/issues/2092
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Is there a way to disable the construction of arrow tables, or to make them on the fly as the dataset is being used ?
2022-06-01T16:49:52Z
https://github.com/huggingface/datasets/issues/2092
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2092/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2091/comments
https://api.github.com/repos/huggingface/datasets/issues/2091/timeline
2021-03-23T17:18:31Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk3Mjk4ODI3
closed
[]
false
2,091
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Fix copy snippet in docs
https://api.github.com/repos/huggingface/datasets/issues/2091/events
null
https://api.github.com/repos/huggingface/datasets/issues/2091/labels{/name}
2021-03-20T15:08:22Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2091.diff", "html_url": "https://github.com/huggingface/datasets/pull/2091", "merged_at": "2021-03-23T17:18:31Z", "patch_url": "https://github.com/huggingface/datasets/pull/2091.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
836,831,403
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
https://api.github.com/repos/huggingface/datasets/issues/2091
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
With this change the lines starting with `...` in the code blocks can be properly copied to clipboard.
2021-03-24T08:20:50Z
https://github.com/huggingface/datasets/pull/2091
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2091/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2090/comments
https://api.github.com/repos/huggingface/datasets/issues/2090/timeline
2021-03-29T13:00:15Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk3MjgwNTEy
closed
[]
false
2,090
{ "avatar_url": "https://avatars.githubusercontent.com/u/229382?v=4", "events_url": "https://api.github.com/users/PhilipMay/events{/privacy}", "followers_url": "https://api.github.com/users/PhilipMay/followers", "following_url": "https://api.github.com/users/PhilipMay/following{/other_user}", "gists_url": "ht...
Add machine translated multilingual STS benchmark dataset
https://api.github.com/repos/huggingface/datasets/issues/2090/events
null
https://api.github.com/repos/huggingface/datasets/issues/2090/labels{/name}
2021-03-20T13:28:07Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2090.diff", "html_url": "https://github.com/huggingface/datasets/pull/2090", "merged_at": "2021-03-29T13:00:15Z", "patch_url": "https://github.com/huggingface/datasets/pull/2090.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
836,807,498
[]
https://api.github.com/repos/huggingface/datasets/issues/2090
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
also see here https://github.com/PhilipMay/stsb-multi-mt
2021-03-29T13:24:42Z
https://github.com/huggingface/datasets/pull/2090
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2090/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2089/comments
https://api.github.com/repos/huggingface/datasets/issues/2089/timeline
2023-07-25T16:45:37Z
null
completed
MDU6SXNzdWU4MzY3ODgwMTk=
closed
[]
null
2,089
{ "avatar_url": "https://avatars.githubusercontent.com/u/229382?v=4", "events_url": "https://api.github.com/users/PhilipMay/events{/privacy}", "followers_url": "https://api.github.com/users/PhilipMay/followers", "following_url": "https://api.github.com/users/PhilipMay/following{/other_user}", "gists_url": "ht...
Add documentaton for dataset README.md files
https://api.github.com/repos/huggingface/datasets/issues/2089/events
null
https://api.github.com/repos/huggingface/datasets/issues/2089/labels{/name}
2021-03-20T11:44:38Z
null
false
null
null
836,788,019
[]
https://api.github.com/repos/huggingface/datasets/issues/2089
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Hi, the dataset README files have special headers. Somehow a documenation of the allowed values and tags is missing. Could you add that? Just to give some concrete questions that should be answered imo: - which values can be passted to multilinguality? - what should be passed to language_creators? - which valu...
2023-07-25T16:45:38Z
https://github.com/huggingface/datasets/issues/2089
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2089/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2088/comments
https://api.github.com/repos/huggingface/datasets/issues/2088/timeline
2021-03-23T15:40:12Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk3MjQ4Mzk1
closed
[]
false
2,088
{ "avatar_url": "https://avatars.githubusercontent.com/u/229382?v=4", "events_url": "https://api.github.com/users/PhilipMay/events{/privacy}", "followers_url": "https://api.github.com/users/PhilipMay/followers", "following_url": "https://api.github.com/users/PhilipMay/following{/other_user}", "gists_url": "ht...
change bibtex template to author instead of authors
https://api.github.com/repos/huggingface/datasets/issues/2088/events
null
https://api.github.com/repos/huggingface/datasets/issues/2088/labels{/name}
2021-03-20T09:23:44Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2088.diff", "html_url": "https://github.com/huggingface/datasets/pull/2088", "merged_at": "2021-03-23T15:40:12Z", "patch_url": "https://github.com/huggingface/datasets/pull/2088.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
836,763,733
[]
https://api.github.com/repos/huggingface/datasets/issues/2088
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Hi, IMO when using BibTex Author should be used instead of Authors. See here: http://www.bibtex.org/Using/de/ Thanks Philip
2021-03-23T15:40:12Z
https://github.com/huggingface/datasets/pull/2088
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2088/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2087/comments
https://api.github.com/repos/huggingface/datasets/issues/2087/timeline
2021-04-09T09:25:33Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk3MDg4NTk2
closed
[]
false
2,087
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Update metadata if dataset features are modified
https://api.github.com/repos/huggingface/datasets/issues/2087/events
null
https://api.github.com/repos/huggingface/datasets/issues/2087/labels{/name}
2021-03-20T02:05:23Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2087.diff", "html_url": "https://github.com/huggingface/datasets/pull/2087", "merged_at": "2021-04-09T09:25:33Z", "patch_url": "https://github.com/huggingface/datasets/pull/2087.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
836,587,392
[]
https://api.github.com/repos/huggingface/datasets/issues/2087
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR adds a decorator that updates the dataset metadata if a previously executed transform modifies its features. Fixes #2083
2021-04-09T09:25:33Z
https://github.com/huggingface/datasets/pull/2087
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 1, "total_count": 2, "url": "https://api.github.com/repos/huggingface/datasets/issues/2087/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2086/comments
https://api.github.com/repos/huggingface/datasets/issues/2086/timeline
2021-03-24T13:59:04Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk2Nzg0Mjcz
closed
[]
false
2,086
{ "avatar_url": "https://avatars.githubusercontent.com/u/19718818?v=4", "events_url": "https://api.github.com/users/bhavitvyamalik/events{/privacy}", "followers_url": "https://api.github.com/users/bhavitvyamalik/followers", "following_url": "https://api.github.com/users/bhavitvyamalik/following{/other_user}", ...
change user permissions to -rw-r--r--
https://api.github.com/repos/huggingface/datasets/issues/2086/events
null
https://api.github.com/repos/huggingface/datasets/issues/2086/labels{/name}
2021-03-19T18:14:56Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2086.diff", "html_url": "https://github.com/huggingface/datasets/pull/2086", "merged_at": "2021-03-24T13:59:04Z", "patch_url": "https://github.com/huggingface/datasets/pull/2086.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
836,249,587
[]
https://api.github.com/repos/huggingface/datasets/issues/2086
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fix for #2065
2021-03-24T13:59:04Z
https://github.com/huggingface/datasets/pull/2086
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2086/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2085/comments
https://api.github.com/repos/huggingface/datasets/issues/2085/timeline
2021-03-23T15:36:37Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk2NDYyOTc2
closed
[]
false
2,085
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
Fix max_wait_time in requests
https://api.github.com/repos/huggingface/datasets/issues/2085/events
null
https://api.github.com/repos/huggingface/datasets/issues/2085/labels{/name}
2021-03-19T11:22:26Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2085.diff", "html_url": "https://github.com/huggingface/datasets/pull/2085", "merged_at": "2021-03-23T15:36:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/2085.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
835,870,994
[]
https://api.github.com/repos/huggingface/datasets/issues/2085
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
it was handled as a min time, not max cc @SBrandeis
2021-03-23T15:36:38Z
https://github.com/huggingface/datasets/pull/2085
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2085/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2084/comments
https://api.github.com/repos/huggingface/datasets/issues/2084/timeline
2021-04-16T08:50:44Z
null
completed
MDU6SXNzdWU4MzU3NTA2NzE=
closed
[]
null
2,084
{ "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_url": "https://a...
CUAD - Contract Understanding Atticus Dataset
https://api.github.com/repos/huggingface/datasets/issues/2084/events
null
https://api.github.com/repos/huggingface/datasets/issues/2084/labels{/name}
2021-03-19T09:27:43Z
null
false
null
null
835,750,671
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
https://api.github.com/repos/huggingface/datasets/issues/2084
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
## Adding a Dataset - **Name:** CUAD - Contract Understanding Atticus Dataset - **Description:** As one of the only large, specialized NLP benchmarks annotated by experts, CUAD can serve as a challenging research benchmark for the broader NLP community. - **Paper:** https://arxiv.org/abs/2103.06268 - **Data:** http...
2021-04-16T08:50:44Z
https://github.com/huggingface/datasets/issues/2084
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2084/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2083/comments
https://api.github.com/repos/huggingface/datasets/issues/2083/timeline
2021-04-09T09:25:33Z
null
completed
MDU6SXNzdWU4MzU2OTU0MjU=
closed
[]
null
2,083
{ "avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4", "events_url": "https://api.github.com/users/patrickvonplaten/events{/privacy}", "followers_url": "https://api.github.com/users/patrickvonplaten/followers", "following_url": "https://api.github.com/users/patrickvonplaten/following{/other_use...
`concatenate_datasets` throws error when changing the order of datasets to concatenate
https://api.github.com/repos/huggingface/datasets/issues/2083/events
null
https://api.github.com/repos/huggingface/datasets/issues/2083/labels{/name}
2021-03-19T08:29:48Z
null
false
null
null
835,695,425
[]
https://api.github.com/repos/huggingface/datasets/issues/2083
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Hey, I played around with the `concatenate_datasets(...)` function: https://huggingface.co/docs/datasets/package_reference/main_classes.html?highlight=concatenate_datasets#datasets.concatenate_datasets and noticed that when the order in which the datasets are concatenated changes an error is thrown where it shou...
2021-04-09T09:25:33Z
https://github.com/huggingface/datasets/issues/2083
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2083/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2082/comments
https://api.github.com/repos/huggingface/datasets/issues/2082/timeline
2021-03-19T14:29:09Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk2MDY1NTM0
closed
[]
false
2,082
{ "avatar_url": "https://avatars.githubusercontent.com/u/26722925?v=4", "events_url": "https://api.github.com/users/mcmillanmajora/events{/privacy}", "followers_url": "https://api.github.com/users/mcmillanmajora/followers", "following_url": "https://api.github.com/users/mcmillanmajora/following{/other_user}", ...
Updated card using information from data statement and datasheet
https://api.github.com/repos/huggingface/datasets/issues/2082/events
null
https://api.github.com/repos/huggingface/datasets/issues/2082/labels{/name}
2021-03-19T00:39:38Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2082.diff", "html_url": "https://github.com/huggingface/datasets/pull/2082", "merged_at": "2021-03-19T14:29:08Z", "patch_url": "https://github.com/huggingface/datasets/pull/2082.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
835,401,555
[]
https://api.github.com/repos/huggingface/datasets/issues/2082
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
I updated and clarified the REFreSD [data card](https://github.com/mcmillanmajora/datasets/blob/refresd_card/datasets/refresd/README.md) with information from the Eleftheria's [website](https://elbria.github.io/post/refresd/). I added brief descriptions where the initial card referred to the paper, and I also recreated...
2021-03-19T14:29:09Z
https://github.com/huggingface/datasets/pull/2082
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2082/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2081/comments
https://api.github.com/repos/huggingface/datasets/issues/2081/timeline
2021-04-07T14:37:43Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk1ODE3OTM4
closed
[]
false
2,081
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Fix docstrings issues
https://api.github.com/repos/huggingface/datasets/issues/2081/events
null
https://api.github.com/repos/huggingface/datasets/issues/2081/labels{/name}
2021-03-18T18:11:01Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2081.diff", "html_url": "https://github.com/huggingface/datasets/pull/2081", "merged_at": "2021-04-07T14:37:43Z", "patch_url": "https://github.com/huggingface/datasets/pull/2081.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
835,112,968
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
https://api.github.com/repos/huggingface/datasets/issues/2081
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix docstring issues.
2021-04-07T14:37:43Z
https://github.com/huggingface/datasets/pull/2081
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2081/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2080/comments
https://api.github.com/repos/huggingface/datasets/issues/2080/timeline
2021-03-25T12:46:53Z
null
completed
MDU6SXNzdWU4MzUwMjMwMDA=
closed
[]
null
2,080
{ "avatar_url": "https://avatars.githubusercontent.com/u/3142085?v=4", "events_url": "https://api.github.com/users/vermouthmjl/events{/privacy}", "followers_url": "https://api.github.com/users/vermouthmjl/followers", "following_url": "https://api.github.com/users/vermouthmjl/following{/other_user}", "gists_ur...
Multidimensional arrays in a Dataset
https://api.github.com/repos/huggingface/datasets/issues/2080/events
null
https://api.github.com/repos/huggingface/datasets/issues/2080/labels{/name}
2021-03-18T16:29:14Z
null
false
null
null
835,023,000
[]
https://api.github.com/repos/huggingface/datasets/issues/2080
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi, I'm trying to put together a `datasets.Dataset` to be used with LayoutLM which is available in `transformers`. This model requires as input the bounding boxes of each of the token of a sequence. This is when I realized that `Dataset` does not support multi-dimensional arrays as a value for a column in a row. ...
2021-03-25T12:46:53Z
https://github.com/huggingface/datasets/issues/2080
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2080/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2079/comments
https://api.github.com/repos/huggingface/datasets/issues/2079/timeline
2021-03-23T15:31:44Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk1NjU2MDQ5
closed
[]
false
2,079
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Refactorize Metric.compute signature to force keyword arguments only
https://api.github.com/repos/huggingface/datasets/issues/2079/events
null
https://api.github.com/repos/huggingface/datasets/issues/2079/labels{/name}
2021-03-18T15:05:50Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2079.diff", "html_url": "https://github.com/huggingface/datasets/pull/2079", "merged_at": "2021-03-23T15:31:44Z", "patch_url": "https://github.com/huggingface/datasets/pull/2079.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
834,920,493
[]
https://api.github.com/repos/huggingface/datasets/issues/2079
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Minor refactoring of Metric.compute signature to force the use of keyword arguments, by using the single star syntax.
2021-03-23T15:31:44Z
https://github.com/huggingface/datasets/pull/2079
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2079/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2078/comments
https://api.github.com/repos/huggingface/datasets/issues/2078/timeline
2021-04-06T07:20:43Z
null
completed
MDU6SXNzdWU4MzQ2OTQ4MTk=
closed
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/o...
null
2,078
{ "avatar_url": "https://avatars.githubusercontent.com/u/5707233?v=4", "events_url": "https://api.github.com/users/diego-fustes/events{/privacy}", "followers_url": "https://api.github.com/users/diego-fustes/followers", "following_url": "https://api.github.com/users/diego-fustes/following{/other_user}", "gists...
MemoryError when computing WER metric
https://api.github.com/repos/huggingface/datasets/issues/2078/events
null
https://api.github.com/repos/huggingface/datasets/issues/2078/labels{/name}
2021-03-18T11:30:05Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
null
834,694,819
[ { "color": "25b21e", "default": false, "description": "A bug in a metric script", "id": 2067393914, "name": "metric bug", "node_id": "MDU6TGFiZWwyMDY3MzkzOTE0", "url": "https://api.github.com/repos/huggingface/datasets/labels/metric%20bug" } ]
https://api.github.com/repos/huggingface/datasets/issues/2078
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi, I'm trying to follow the ASR example to try Wav2Vec. This is the code that I use for WER calculation: ``` wer = load_metric("wer") print(wer.compute(predictions=result["predicted"], references=result["target"])) ``` However, I receive the following exception: `Traceback (most recent call last): File ...
2021-05-01T08:31:49Z
https://github.com/huggingface/datasets/issues/2078
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2078/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2077/comments
https://api.github.com/repos/huggingface/datasets/issues/2077/timeline
2021-03-18T11:33:26Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk1NDI0MTYw
closed
[]
false
2,077
{ "avatar_url": "https://avatars.githubusercontent.com/u/33657802?v=4", "events_url": "https://api.github.com/users/SBrandeis/events{/privacy}", "followers_url": "https://api.github.com/users/SBrandeis/followers", "following_url": "https://api.github.com/users/SBrandeis/following{/other_user}", "gists_url": "...
Bump huggingface_hub version
https://api.github.com/repos/huggingface/datasets/issues/2077/events
null
https://api.github.com/repos/huggingface/datasets/issues/2077/labels{/name}
2021-03-18T10:54:34Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2077.diff", "html_url": "https://github.com/huggingface/datasets/pull/2077", "merged_at": "2021-03-18T11:33:26Z", "patch_url": "https://github.com/huggingface/datasets/pull/2077.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
834,649,536
[]
https://api.github.com/repos/huggingface/datasets/issues/2077
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
`0.0.2 => 0.0.6`
2021-03-18T11:33:26Z
https://github.com/huggingface/datasets/pull/2077
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2077/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2076/comments
https://api.github.com/repos/huggingface/datasets/issues/2076/timeline
null
null
null
MDU6SXNzdWU4MzQ0NDUyOTY=
open
[]
null
2,076
{ "avatar_url": "https://avatars.githubusercontent.com/u/20436061?v=4", "events_url": "https://api.github.com/users/XuhuiZhou/events{/privacy}", "followers_url": "https://api.github.com/users/XuhuiZhou/followers", "following_url": "https://api.github.com/users/XuhuiZhou/following{/other_user}", "gists_url": "...
Issue: Dataset download error
https://api.github.com/repos/huggingface/datasets/issues/2076/events
null
https://api.github.com/repos/huggingface/datasets/issues/2076/labels{/name}
2021-03-18T06:36:06Z
null
false
null
null
834,445,296
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
https://api.github.com/repos/huggingface/datasets/issues/2076
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
The download link in `iwslt2017.py` file does not seem to work anymore. For example, `FileNotFoundError: Couldn't find file at https://wit3.fbk.eu/archive/2017-01-trnted/texts/zh/en/zh-en.tgz` Would be nice if we could modify it script and use the new downloadable link?
2021-03-22T11:52:31Z
https://github.com/huggingface/datasets/issues/2076
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2076/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2075/comments
https://api.github.com/repos/huggingface/datasets/issues/2075/timeline
2021-03-20T10:29:41Z
null
completed
MDU6SXNzdWU4MzQzMDEyNDY=
closed
[]
null
2,075
{ "avatar_url": "https://avatars.githubusercontent.com/u/6188893?v=4", "events_url": "https://api.github.com/users/LifaSun/events{/privacy}", "followers_url": "https://api.github.com/users/LifaSun/followers", "following_url": "https://api.github.com/users/LifaSun/following{/other_user}", "gists_url": "https:/...
ConnectionError: Couldn't reach common_voice.py
https://api.github.com/repos/huggingface/datasets/issues/2075/events
null
https://api.github.com/repos/huggingface/datasets/issues/2075/labels{/name}
2021-03-18T01:19:06Z
null
false
null
null
834,301,246
[]
https://api.github.com/repos/huggingface/datasets/issues/2075
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
When I run: from datasets import load_dataset, load_metric common_voice_train = load_dataset("common_voice", "zh-CN", split="train+validation") common_voice_test = load_dataset("common_voice", "zh-CN", split="test") Got: ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/ma...
2021-03-20T10:29:41Z
https://github.com/huggingface/datasets/issues/2075
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2075/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2074/comments
https://api.github.com/repos/huggingface/datasets/issues/2074/timeline
2021-03-23T17:11:10Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk1MTIzMjYw
closed
[]
false
2,074
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Fix size categories in YAML Tags
https://api.github.com/repos/huggingface/datasets/issues/2074/events
null
https://api.github.com/repos/huggingface/datasets/issues/2074/labels{/name}
2021-03-18T00:02:36Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2074.diff", "html_url": "https://github.com/huggingface/datasets/pull/2074", "merged_at": "2021-03-23T17:11:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/2074.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
834,268,463
[]
https://api.github.com/repos/huggingface/datasets/issues/2074
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR fixes several `size_categories` in YAML tags and makes them consistent. Additionally, I have added a few more categories after `1M`, up to `1T`. I would like to add that to the streamlit app also. This PR also adds a couple of infos that I found missing. The code for generating this: ```python for datas...
2021-03-23T17:11:10Z
https://github.com/huggingface/datasets/pull/2074
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2074/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2073/comments
https://api.github.com/repos/huggingface/datasets/issues/2073/timeline
2021-03-18T09:09:24Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk1MDYyMzQ2
closed
[]
false
2,073
{ "avatar_url": "https://avatars.githubusercontent.com/u/32632186?v=4", "events_url": "https://api.github.com/users/philschmid/events{/privacy}", "followers_url": "https://api.github.com/users/philschmid/followers", "following_url": "https://api.github.com/users/philschmid/following{/other_user}", "gists_url"...
Fixes check of TF_AVAILABLE and TORCH_AVAILABLE
https://api.github.com/repos/huggingface/datasets/issues/2073/events
null
https://api.github.com/repos/huggingface/datasets/issues/2073/labels{/name}
2021-03-17T21:28:53Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2073.diff", "html_url": "https://github.com/huggingface/datasets/pull/2073", "merged_at": "2021-03-18T09:09:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/2073.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
834,192,501
[]
https://api.github.com/repos/huggingface/datasets/issues/2073
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
# What is this PR doing This PR implements the checks if `Tensorflow` and `Pytorch` are available the same way as `transformers` does it. I added the additional checks for the different `Tensorflow` and `torch` versions. #2068
2021-03-18T09:09:25Z
https://github.com/huggingface/datasets/pull/2073
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2073/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2072/comments
https://api.github.com/repos/huggingface/datasets/issues/2072/timeline
2021-03-18T12:41:21Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk0OTQ5NjA4
closed
[]
false
2,072
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Fix docstring issues
https://api.github.com/repos/huggingface/datasets/issues/2072/events
null
https://api.github.com/repos/huggingface/datasets/issues/2072/labels{/name}
2021-03-17T18:13:44Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2072.diff", "html_url": "https://github.com/huggingface/datasets/pull/2072", "merged_at": "2021-03-18T12:41:21Z", "patch_url": "https://github.com/huggingface/datasets/pull/2072.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
834,054,837
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
https://api.github.com/repos/huggingface/datasets/issues/2072
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix docstring issues.
2021-03-24T08:20:57Z
https://github.com/huggingface/datasets/pull/2072
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2072/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2071/comments
https://api.github.com/repos/huggingface/datasets/issues/2071/timeline
2021-03-18T09:10:23Z
null
completed
MDU6SXNzdWU4MzM5NTA4MjQ=
closed
[]
null
2,071
{ "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_url": "https://a...
Multiprocessing is slower than single process
https://api.github.com/repos/huggingface/datasets/issues/2071/events
null
https://api.github.com/repos/huggingface/datasets/issues/2071/labels{/name}
2021-03-17T16:08:58Z
null
false
null
null
833,950,824
[ { "color": "d73a4a", "default": true, "description": "Something isn't working", "id": 1935892857, "name": "bug", "node_id": "MDU6TGFiZWwxOTM1ODkyODU3", "url": "https://api.github.com/repos/huggingface/datasets/labels/bug" } ]
https://api.github.com/repos/huggingface/datasets/issues/2071
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
```python # benchmark_filter.py import logging import sys import time from datasets import load_dataset, set_caching_enabled if __name__ == "__main__": set_caching_enabled(False) logging.basicConfig(level=logging.DEBUG) bc = load_dataset("bookcorpus") now = time.time() try: ...
2021-03-18T09:10:23Z
https://github.com/huggingface/datasets/issues/2071
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2071/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2070/comments
https://api.github.com/repos/huggingface/datasets/issues/2070/timeline
2021-08-04T17:57:16Z
null
completed
MDU6SXNzdWU4MzM3OTkwMzU=
closed
[]
null
2,070
{ "avatar_url": "https://avatars.githubusercontent.com/u/29818977?v=4", "events_url": "https://api.github.com/users/MichaelYxWang/events{/privacy}", "followers_url": "https://api.github.com/users/MichaelYxWang/followers", "following_url": "https://api.github.com/users/MichaelYxWang/following{/other_user}", "g...
ArrowInvalid issue for squad v2 dataset
https://api.github.com/repos/huggingface/datasets/issues/2070/events
null
https://api.github.com/repos/huggingface/datasets/issues/2070/labels{/name}
2021-03-17T13:51:49Z
null
false
null
null
833,799,035
[]
https://api.github.com/repos/huggingface/datasets/issues/2070
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hello, I am using the huggingface official question answering example notebook (https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/question_answering.ipynb). In the prepare_validation_features function, I made some modifications to tokenize a new set of quesions with the original co...
2021-08-04T17:57:16Z
https://github.com/huggingface/datasets/issues/2070
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2070/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2069/comments
https://api.github.com/repos/huggingface/datasets/issues/2069/timeline
2021-03-18T10:27:40Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk0NzA5ODYw
closed
[]
false
2,069
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Add and fix docstring for NamedSplit
https://api.github.com/repos/huggingface/datasets/issues/2069/events
null
https://api.github.com/repos/huggingface/datasets/issues/2069/labels{/name}
2021-03-17T13:19:28Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2069.diff", "html_url": "https://github.com/huggingface/datasets/pull/2069", "merged_at": "2021-03-18T10:27:40Z", "patch_url": "https://github.com/huggingface/datasets/pull/2069.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
833,768,926
[]
https://api.github.com/repos/huggingface/datasets/issues/2069
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Add and fix docstring for `NamedSplit`, which was missing.
2021-03-18T10:27:40Z
https://github.com/huggingface/datasets/pull/2069
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2069/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2068/comments
https://api.github.com/repos/huggingface/datasets/issues/2068/timeline
2021-06-14T04:47:30Z
null
completed
MDU6SXNzdWU4MzM2MDI4MzI=
closed
[]
null
2,068
{ "avatar_url": "https://avatars.githubusercontent.com/u/1651457?v=4", "events_url": "https://api.github.com/users/sivakhno/events{/privacy}", "followers_url": "https://api.github.com/users/sivakhno/followers", "following_url": "https://api.github.com/users/sivakhno/following{/other_user}", "gists_url": "http...
PyTorch not available error on SageMaker GPU docker though it is installed
https://api.github.com/repos/huggingface/datasets/issues/2068/events
null
https://api.github.com/repos/huggingface/datasets/issues/2068/labels{/name}
2021-03-17T10:04:27Z
null
false
null
null
833,602,832
[]
https://api.github.com/repos/huggingface/datasets/issues/2068
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
I get en error when running data loading using SageMaker SDK ``` File "main.py", line 34, in <module> run_training() File "main.py", line 25, in run_training dm.setup('fit') File "/opt/conda/lib/python3.6/site-packages/pytorch_lightning/core/datamodule.py", line 92, in wrapped_fn return fn(*a...
2021-06-14T04:47:30Z
https://github.com/huggingface/datasets/issues/2068
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2068/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2067/comments
https://api.github.com/repos/huggingface/datasets/issues/2067/timeline
2021-08-04T17:59:08Z
null
completed
MDU6SXNzdWU4MzM1NTk5NDA=
closed
[]
null
2,067
{ "avatar_url": "https://avatars.githubusercontent.com/u/47894090?v=4", "events_url": "https://api.github.com/users/flozi00/events{/privacy}", "followers_url": "https://api.github.com/users/flozi00/followers", "following_url": "https://api.github.com/users/flozi00/following{/other_user}", "gists_url": "https:...
Multiprocessing windows error
https://api.github.com/repos/huggingface/datasets/issues/2067/events
null
https://api.github.com/repos/huggingface/datasets/issues/2067/labels{/name}
2021-03-17T09:12:28Z
null
false
null
null
833,559,940
[]
https://api.github.com/repos/huggingface/datasets/issues/2067
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
As described here https://huggingface.co/blog/fine-tune-xlsr-wav2vec2 When using the num_proc argument on windows the whole Python environment crashes and hanging in loop. For example at the map_to_array part. An error occures because the cache file already exists and windows throws and error. After this the log c...
2021-08-04T17:59:08Z
https://github.com/huggingface/datasets/issues/2067
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2067/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2066/comments
https://api.github.com/repos/huggingface/datasets/issues/2066/timeline
2021-03-17T09:21:21Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk0NDcwMjEz
closed
[]
false
2,066
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Fix docstring rendering of Dataset/DatasetDict.from_csv args
https://api.github.com/repos/huggingface/datasets/issues/2066/events
null
https://api.github.com/repos/huggingface/datasets/issues/2066/labels{/name}
2021-03-17T07:23:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2066.diff", "html_url": "https://github.com/huggingface/datasets/pull/2066", "merged_at": "2021-03-17T09:21:21Z", "patch_url": "https://github.com/huggingface/datasets/pull/2066.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
833,480,551
[]
https://api.github.com/repos/huggingface/datasets/issues/2066
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix the docstring rendering of Dataset/DatasetDict.from_csv args.
2021-03-17T09:21:21Z
https://github.com/huggingface/datasets/pull/2066
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2066/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2065/comments
https://api.github.com/repos/huggingface/datasets/issues/2065/timeline
2021-05-10T06:45:29Z
null
completed
MDU6SXNzdWU4MzMyOTE0MzI=
closed
[]
null
2,065
{ "avatar_url": "https://avatars.githubusercontent.com/u/57237365?v=4", "events_url": "https://api.github.com/users/lorr1/events{/privacy}", "followers_url": "https://api.github.com/users/lorr1/followers", "following_url": "https://api.github.com/users/lorr1/following{/other_user}", "gists_url": "https://api....
Only user permission of saved cache files, not group
https://api.github.com/repos/huggingface/datasets/issues/2065/events
null
https://api.github.com/repos/huggingface/datasets/issues/2065/labels{/name}
2021-03-17T00:20:22Z
null
false
null
null
833,291,432
[ { "color": "a2eeef", "default": true, "description": "New feature or request", "id": 1935892871, "name": "enhancement", "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement" }, { "color": "7057ff", "default": true...
https://api.github.com/repos/huggingface/datasets/issues/2065
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hello, It seems when a cached file is saved from calling `dataset.map` for preprocessing, it gets the user permissions and none of the user's group permissions. As we share data files across members of our team, this is causing a bit of an issue as we have to continually reset the permission of the files. Do you kno...
2023-03-31T12:17:06Z
https://github.com/huggingface/datasets/issues/2065
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2065/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2064/comments
https://api.github.com/repos/huggingface/datasets/issues/2064/timeline
2021-03-16T18:00:08Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk0MDczOTQ1
closed
[]
false
2,064
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Fix ted_talks_iwslt version error
https://api.github.com/repos/huggingface/datasets/issues/2064/events
null
https://api.github.com/repos/huggingface/datasets/issues/2064/labels{/name}
2021-03-16T16:43:45Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2064.diff", "html_url": "https://github.com/huggingface/datasets/pull/2064", "merged_at": "2021-03-16T18:00:07Z", "patch_url": "https://github.com/huggingface/datasets/pull/2064.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
833,002,360
[]
https://api.github.com/repos/huggingface/datasets/issues/2064
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR fixes the bug where the version argument would be passed twice if the dataset configuration was created on the fly. Fixes #2059
2021-03-16T18:00:08Z
https://github.com/huggingface/datasets/pull/2064
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2064/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2063/comments
https://api.github.com/repos/huggingface/datasets/issues/2063/timeline
2021-03-17T09:42:37Z
null
null
MDExOlB1bGxSZXF1ZXN0NTk0MDY2NzI5
closed
[]
false
2,063
{ "avatar_url": "https://avatars.githubusercontent.com/u/23423619?v=4", "events_url": "https://api.github.com/users/patrickvonplaten/events{/privacy}", "followers_url": "https://api.github.com/users/patrickvonplaten/followers", "following_url": "https://api.github.com/users/patrickvonplaten/following{/other_use...
[Common Voice] Adapt dataset script so that no manual data download is actually needed
https://api.github.com/repos/huggingface/datasets/issues/2063/events
null
https://api.github.com/repos/huggingface/datasets/issues/2063/labels{/name}
2021-03-16T16:33:44Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2063.diff", "html_url": "https://github.com/huggingface/datasets/pull/2063", "merged_at": "2021-03-17T09:42:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/2063.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
832,993,705
[]
https://api.github.com/repos/huggingface/datasets/issues/2063
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR changes the dataset script so that no manual data dir is needed anymore.
2021-03-17T09:42:52Z
https://github.com/huggingface/datasets/pull/2063
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2063/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2062/comments
https://api.github.com/repos/huggingface/datasets/issues/2062/timeline
2021-03-17T09:21:57Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkzNzUyNTMz
closed
[]
false
2,062
{ "avatar_url": "https://avatars.githubusercontent.com/u/46561493?v=4", "events_url": "https://api.github.com/users/neal2018/events{/privacy}", "followers_url": "https://api.github.com/users/neal2018/followers", "following_url": "https://api.github.com/users/neal2018/following{/other_user}", "gists_url": "htt...
docs: fix missing quotation
https://api.github.com/repos/huggingface/datasets/issues/2062/events
null
https://api.github.com/repos/huggingface/datasets/issues/2062/labels{/name}
2021-03-16T10:07:54Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2062.diff", "html_url": "https://github.com/huggingface/datasets/pull/2062", "merged_at": "2021-03-17T09:21:56Z", "patch_url": "https://github.com/huggingface/datasets/pull/2062.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
832,625,483
[]
https://api.github.com/repos/huggingface/datasets/issues/2062
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
The json code misses a quote
2021-03-17T09:21:57Z
https://github.com/huggingface/datasets/pull/2062
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2062/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2061/comments
https://api.github.com/repos/huggingface/datasets/issues/2061/timeline
2021-06-18T11:54:10Z
null
completed
MDU6SXNzdWU4MzI1OTYyMjg=
closed
[]
null
2,061
{ "avatar_url": "https://avatars.githubusercontent.com/u/55791365?v=4", "events_url": "https://api.github.com/users/adzcodez/events{/privacy}", "followers_url": "https://api.github.com/users/adzcodez/followers", "following_url": "https://api.github.com/users/adzcodez/following{/other_user}", "gists_url": "htt...
Cannot load udpos subsets from xtreme dataset using load_dataset()
https://api.github.com/repos/huggingface/datasets/issues/2061/events
null
https://api.github.com/repos/huggingface/datasets/issues/2061/labels{/name}
2021-03-16T09:32:13Z
null
false
null
null
832,596,228
[ { "color": "7057ff", "default": true, "description": "Good for newcomers", "id": 1935892877, "name": "good first issue", "node_id": "MDU6TGFiZWwxOTM1ODkyODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/good%20first%20issue" } ]
https://api.github.com/repos/huggingface/datasets/issues/2061
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hello, I am trying to load the udpos English subset from xtreme dataset, but this faces an error during loading. I am using datasets v1.4.1, pip install. I have tried with other udpos languages which also fail, though loading a different subset altogether (such as XNLI) has no issue. I have also tried on Colab and ...
2021-06-18T11:54:11Z
https://github.com/huggingface/datasets/issues/2061
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2061/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2060/comments
https://api.github.com/repos/huggingface/datasets/issues/2060/timeline
2021-10-13T09:09:03Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkzNzIxNzcx
closed
[ { "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_ur...
false
2,060
{ "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_url": "https://a...
Filtering refactor
https://api.github.com/repos/huggingface/datasets/issues/2060/events
null
https://api.github.com/repos/huggingface/datasets/issues/2060/labels{/name}
2021-03-16T09:23:30Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_url": "https://a...
{ "diff_url": "https://github.com/huggingface/datasets/pull/2060.diff", "html_url": "https://github.com/huggingface/datasets/pull/2060", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/2060.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/2060" }
832,588,591
[]
https://api.github.com/repos/huggingface/datasets/issues/2060
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
fix https://github.com/huggingface/datasets/issues/2032 benchmarking is somewhat inconclusive, currently running on `book_corpus` with: ```python bc = load_dataset("bookcorpus") now = time.time() bc.filter(lambda x: len(x["text"]) < 64) elapsed = time.time() - now print(elapsed) ``` t...
2023-09-24T09:52:57Z
https://github.com/huggingface/datasets/pull/2060
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2060/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2059/comments
https://api.github.com/repos/huggingface/datasets/issues/2059/timeline
2021-03-16T18:00:07Z
null
completed
MDU6SXNzdWU4MzI1NzkxNTY=
closed
[]
null
2,059
{ "avatar_url": "https://avatars.githubusercontent.com/u/40426312?v=4", "events_url": "https://api.github.com/users/ekdnam/events{/privacy}", "followers_url": "https://api.github.com/users/ekdnam/followers", "following_url": "https://api.github.com/users/ekdnam/following{/other_user}", "gists_url": "https://a...
Error while following docs to load the `ted_talks_iwslt` dataset
https://api.github.com/repos/huggingface/datasets/issues/2059/events
null
https://api.github.com/repos/huggingface/datasets/issues/2059/labels{/name}
2021-03-16T09:12:19Z
null
false
null
null
832,579,156
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
https://api.github.com/repos/huggingface/datasets/issues/2059
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
I am currently trying to load the `ted_talks_iwslt` dataset into google colab. The [docs](https://huggingface.co/datasets/ted_talks_iwslt) mention the following way of doing so. ```python dataset = load_dataset("ted_talks_iwslt", language_pair=("it", "pl"), year="2014") ``` Executing it results in the error ...
2021-03-16T18:00:31Z
https://github.com/huggingface/datasets/issues/2059
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2059/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2058/comments
https://api.github.com/repos/huggingface/datasets/issues/2058/timeline
2023-07-25T16:47:40Z
null
completed
MDU6SXNzdWU4MzIxNTk4NDQ=
closed
[]
null
2,058
{ "avatar_url": "https://avatars.githubusercontent.com/u/6608232?v=4", "events_url": "https://api.github.com/users/abarbosa94/events{/privacy}", "followers_url": "https://api.github.com/users/abarbosa94/followers", "following_url": "https://api.github.com/users/abarbosa94/following{/other_user}", "gists_url":...
Is it possible to convert a `tfds` to HuggingFace `dataset`?
https://api.github.com/repos/huggingface/datasets/issues/2058/events
null
https://api.github.com/repos/huggingface/datasets/issues/2058/labels{/name}
2021-03-15T20:18:47Z
null
false
null
null
832,159,844
[]
https://api.github.com/repos/huggingface/datasets/issues/2058
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
I was having some weird bugs with `C4`dataset version of HuggingFace, so I decided to try to download `C4`from `tfds`. I would like to know if it is possible to convert a tfds dataset to HuggingFace dataset format :) I can also open a new issue reporting the bug I'm receiving with `datasets.load_dataset('c4','en')` ...
2023-07-25T16:47:40Z
https://github.com/huggingface/datasets/issues/2058
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2058/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2057/comments
https://api.github.com/repos/huggingface/datasets/issues/2057/timeline
2021-03-16T17:06:28Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkzMzMzMjM0
closed
[]
false
2,057
{ "avatar_url": "https://avatars.githubusercontent.com/u/619844?v=4", "events_url": "https://api.github.com/users/matt-peters/events{/privacy}", "followers_url": "https://api.github.com/users/matt-peters/followers", "following_url": "https://api.github.com/users/matt-peters/following{/other_user}", "gists_url...
update link to ZEST dataset
https://api.github.com/repos/huggingface/datasets/issues/2057/events
null
https://api.github.com/repos/huggingface/datasets/issues/2057/labels{/name}
2021-03-15T19:22:57Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2057.diff", "html_url": "https://github.com/huggingface/datasets/pull/2057", "merged_at": "2021-03-16T17:06:28Z", "patch_url": "https://github.com/huggingface/datasets/pull/2057.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
832,120,522
[]
https://api.github.com/repos/huggingface/datasets/issues/2057
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Updating the link as the original one is no longer working.
2021-03-16T17:06:28Z
https://github.com/huggingface/datasets/pull/2057
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/huggingface/datasets/issues/2057/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2056/comments
https://api.github.com/repos/huggingface/datasets/issues/2056/timeline
2021-03-16T15:48:59Z
null
completed
MDU6SXNzdWU4MzE3MTgzOTc=
closed
[]
null
2,056
{ "avatar_url": "https://avatars.githubusercontent.com/u/79165106?v=4", "events_url": "https://api.github.com/users/dorost1234/events{/privacy}", "followers_url": "https://api.github.com/users/dorost1234/followers", "following_url": "https://api.github.com/users/dorost1234/following{/other_user}", "gists_url"...
issue with opus100/en-fr dataset
https://api.github.com/repos/huggingface/datasets/issues/2056/events
null
https://api.github.com/repos/huggingface/datasets/issues/2056/labels{/name}
2021-03-15T11:32:42Z
null
false
null
null
831,718,397
[]
https://api.github.com/repos/huggingface/datasets/issues/2056
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi I am running run_mlm.py code of huggingface repo with opus100/fr-en pair, I am getting this error, note that this error occurs for only this pairs and not the other pairs. Any idea why this is occurring? and how I can solve this? Thanks a lot @lhoestq for your help in advance. ` thread '<unnamed>' panicked...
2021-03-16T15:49:00Z
https://github.com/huggingface/datasets/issues/2056
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2056/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2055/comments
https://api.github.com/repos/huggingface/datasets/issues/2055/timeline
2021-03-22T04:06:17Z
null
completed
MDU6SXNzdWU4MzE2ODQzMTI=
closed
[]
null
2,055
{ "avatar_url": "https://avatars.githubusercontent.com/u/16892570?v=4", "events_url": "https://api.github.com/users/shamanez/events{/privacy}", "followers_url": "https://api.github.com/users/shamanez/followers", "following_url": "https://api.github.com/users/shamanez/following{/other_user}", "gists_url": "htt...
is there a way to override a dataset object saved with save_to_disk?
https://api.github.com/repos/huggingface/datasets/issues/2055/events
null
https://api.github.com/repos/huggingface/datasets/issues/2055/labels{/name}
2021-03-15T10:50:53Z
null
false
null
null
831,684,312
[]
https://api.github.com/repos/huggingface/datasets/issues/2055
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
At the moment when I use save_to_disk, it uses the arbitrary name for the arrow file. Is there a way to override such an object?
2021-03-22T04:06:17Z
https://github.com/huggingface/datasets/issues/2055
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2055/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2054/comments
https://api.github.com/repos/huggingface/datasets/issues/2054/timeline
2021-05-03T09:30:24Z
null
completed
MDU6SXNzdWU4MzE1OTc2NjU=
closed
[]
null
2,054
{ "avatar_url": "https://avatars.githubusercontent.com/u/26653468?v=4", "events_url": "https://api.github.com/users/bhadreshpsavani/events{/privacy}", "followers_url": "https://api.github.com/users/bhadreshpsavani/followers", "following_url": "https://api.github.com/users/bhadreshpsavani/following{/other_user}"...
Could not find file for ZEST dataset
https://api.github.com/repos/huggingface/datasets/issues/2054/events
null
https://api.github.com/repos/huggingface/datasets/issues/2054/labels{/name}
2021-03-15T09:11:58Z
null
false
null
null
831,597,665
[ { "color": "2edb81", "default": false, "description": "A bug in a dataset script provided in the library", "id": 2067388877, "name": "dataset bug", "node_id": "MDU6TGFiZWwyMDY3Mzg4ODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20bug" } ]
https://api.github.com/repos/huggingface/datasets/issues/2054
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
I am trying to use zest dataset from Allen AI using below code in colab, ``` !pip install -q datasets from datasets import load_dataset dataset = load_dataset("zest") ``` I am getting the following error, ``` Using custom data configuration default Downloading and preparing dataset zest/default (download: ...
2021-05-03T09:30:24Z
https://github.com/huggingface/datasets/issues/2054
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2054/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2053/comments
https://api.github.com/repos/huggingface/datasets/issues/2053/timeline
2021-03-29T12:41:48Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkyNTM4ODY2
closed
[]
false
2,053
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Add bAbI QA tasks
https://api.github.com/repos/huggingface/datasets/issues/2053/events
null
https://api.github.com/repos/huggingface/datasets/issues/2053/labels{/name}
2021-03-14T13:04:39Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2053.diff", "html_url": "https://github.com/huggingface/datasets/pull/2053", "merged_at": "2021-03-29T12:41:48Z", "patch_url": "https://github.com/huggingface/datasets/pull/2053.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
831,151,728
[]
https://api.github.com/repos/huggingface/datasets/issues/2053
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
- **Name:** *The (20) QA bAbI tasks* - **Description:** *The (20) QA bAbI tasks are a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many mor...
2021-03-29T12:41:48Z
https://github.com/huggingface/datasets/pull/2053
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2053/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2052/comments
https://api.github.com/repos/huggingface/datasets/issues/2052/timeline
2021-03-15T10:37:16Z
null
completed
MDU6SXNzdWU4MzExMzU3MDQ=
closed
[]
null
2,052
{ "avatar_url": "https://avatars.githubusercontent.com/u/7583522?v=4", "events_url": "https://api.github.com/users/fermaat/events{/privacy}", "followers_url": "https://api.github.com/users/fermaat/followers", "following_url": "https://api.github.com/users/fermaat/following{/other_user}", "gists_url": "https:/...
Timit_asr dataset repeats examples
https://api.github.com/repos/huggingface/datasets/issues/2052/events
null
https://api.github.com/repos/huggingface/datasets/issues/2052/labels{/name}
2021-03-14T11:43:43Z
null
false
null
null
831,135,704
[]
https://api.github.com/repos/huggingface/datasets/issues/2052
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Summary When loading timit_asr dataset on datasets 1.4+, every row in the dataset is the same Steps to reproduce As an example, on this code there is the text from the training part: Code snippet: ``` from datasets import load_dataset, load_metric timit = load_dataset("timit_asr") timit['train']['text']...
2021-03-15T10:37:16Z
https://github.com/huggingface/datasets/issues/2052
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2052/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2051/comments
https://api.github.com/repos/huggingface/datasets/issues/2051/timeline
2021-03-19T10:31:59Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkyNDQ2MDU1
closed
[]
false
2,051
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Add MDD Dataset
https://api.github.com/repos/huggingface/datasets/issues/2051/events
null
https://api.github.com/repos/huggingface/datasets/issues/2051/labels{/name}
2021-03-14T00:01:05Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2051.diff", "html_url": "https://github.com/huggingface/datasets/pull/2051", "merged_at": "2021-03-19T10:31:59Z", "patch_url": "https://github.com/huggingface/datasets/pull/2051.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
831,027,021
[]
https://api.github.com/repos/huggingface/datasets/issues/2051
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
- **Name:** *MDD Dataset* - **Description:** The Movie Dialog dataset (MDD) is designed to measure how well models can perform at goal and non-goal orientated dialog centered around the topic of movies (question answering, recommendation and discussion), from various movie reviews sources such as MovieLens and OMDb. ...
2021-03-19T11:15:44Z
https://github.com/huggingface/datasets/pull/2051
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2051/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2050/comments
https://api.github.com/repos/huggingface/datasets/issues/2050/timeline
2021-03-15T09:27:28Z
null
completed
MDU6SXNzdWU4MzEwMDY1NTE=
closed
[]
null
2,050
{ "avatar_url": "https://avatars.githubusercontent.com/u/72882909?v=4", "events_url": "https://api.github.com/users/Omarnabk/events{/privacy}", "followers_url": "https://api.github.com/users/Omarnabk/followers", "following_url": "https://api.github.com/users/Omarnabk/following{/other_user}", "gists_url": "htt...
Build custom dataset to fine-tune Wav2Vec2
https://api.github.com/repos/huggingface/datasets/issues/2050/events
null
https://api.github.com/repos/huggingface/datasets/issues/2050/labels{/name}
2021-03-13T22:01:10Z
null
false
null
null
831,006,551
[ { "color": "e99695", "default": false, "description": "Requesting to add a new dataset", "id": 2067376369, "name": "dataset request", "node_id": "MDU6TGFiZWwyMDY3Mzc2MzY5", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset%20request" } ]
https://api.github.com/repos/huggingface/datasets/issues/2050
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Thank you for your recent tutorial on how to finetune Wav2Vec2 on a custom dataset. The example you gave here (https://huggingface.co/blog/fine-tune-xlsr-wav2vec2) was on the CommonVoice dataset. However, what if I want to load my own dataset? I have a manifest (transcript and their audio files) in a JSON file.
2021-03-15T09:27:28Z
https://github.com/huggingface/datasets/issues/2050
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2050/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2049/comments
https://api.github.com/repos/huggingface/datasets/issues/2049/timeline
2021-03-16T15:47:46Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkyNDE2MzQ0
closed
[]
false
2,049
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Fix text-classification tags
https://api.github.com/repos/huggingface/datasets/issues/2049/events
null
https://api.github.com/repos/huggingface/datasets/issues/2049/labels{/name}
2021-03-13T19:51:42Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2049.diff", "html_url": "https://github.com/huggingface/datasets/pull/2049", "merged_at": "2021-03-16T15:47:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/2049.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,978,687
[]
https://api.github.com/repos/huggingface/datasets/issues/2049
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
There are different tags for text classification right now: `text-classification` and `text_classification`: ![image](https://user-images.githubusercontent.com/29076344/111042457-856bdf00-8463-11eb-93c9-50a30106a1a1.png). This PR fixes it.
2021-03-16T15:47:46Z
https://github.com/huggingface/datasets/pull/2049
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2049/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2048/comments
https://api.github.com/repos/huggingface/datasets/issues/2048/timeline
2022-04-01T15:27:10Z
null
completed
MDU6SXNzdWU4MzA5NTM0MzE=
closed
[]
null
2,048
{ "avatar_url": "https://avatars.githubusercontent.com/u/10676103?v=4", "events_url": "https://api.github.com/users/stas00/events{/privacy}", "followers_url": "https://api.github.com/users/stas00/followers", "following_url": "https://api.github.com/users/stas00/following{/other_user}", "gists_url": "https://a...
github is not always available - probably need a back up
https://api.github.com/repos/huggingface/datasets/issues/2048/events
null
https://api.github.com/repos/huggingface/datasets/issues/2048/labels{/name}
2021-03-13T18:03:32Z
null
false
null
null
830,953,431
[]
https://api.github.com/repos/huggingface/datasets/issues/2048
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Yesterday morning github wasn't working: ``` :/tmp$ wget https://raw.githubusercontent.com/huggingface/datasets/1.4.1/metrics/sacrebleu/sacrebleu.py--2021-03-12 18:35:59-- https://raw.githubusercontent.com/huggingface/datasets/1.4.1/metrics/sacrebleu/sacrebleu.py Resolving raw.githubusercontent.com (raw.githubuser...
2022-04-01T15:27:10Z
https://github.com/huggingface/datasets/issues/2048
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2048/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2047/comments
https://api.github.com/repos/huggingface/datasets/issues/2047/timeline
2021-03-19T10:47:13Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkyMTI2NzQ3
closed
[]
false
2,047
{ "avatar_url": "https://avatars.githubusercontent.com/u/1551356?v=4", "events_url": "https://api.github.com/users/eusip/events{/privacy}", "followers_url": "https://api.github.com/users/eusip/followers", "following_url": "https://api.github.com/users/eusip/following{/other_user}", "gists_url": "https://api.g...
Multilingual dIalogAct benchMark (miam)
https://api.github.com/repos/huggingface/datasets/issues/2047/events
null
https://api.github.com/repos/huggingface/datasets/issues/2047/labels{/name}
2021-03-12T23:02:55Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2047.diff", "html_url": "https://github.com/huggingface/datasets/pull/2047", "merged_at": "2021-03-19T10:47:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/2047.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,626,430
[]
https://api.github.com/repos/huggingface/datasets/issues/2047
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
My collaborators (@EmileChapuis, @PierreColombo) and I within the Affective Computing team at Telecom Paris would like to anonymously publish the miam dataset. It is assocated with a publication currently under review. We will update the dataset with full citations once the review period is over.
2021-03-23T10:36:34Z
https://github.com/huggingface/datasets/pull/2047
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2047/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2046/comments
https://api.github.com/repos/huggingface/datasets/issues/2046/timeline
2021-03-24T22:29:11Z
null
completed
MDU6SXNzdWU4MzA0MjMwMzM=
closed
[]
null
2,046
{ "avatar_url": "https://avatars.githubusercontent.com/u/16892570?v=4", "events_url": "https://api.github.com/users/shamanez/events{/privacy}", "followers_url": "https://api.github.com/users/shamanez/followers", "following_url": "https://api.github.com/users/shamanez/following{/other_user}", "gists_url": "htt...
add_faisis_index gets very slow when doing it interatively
https://api.github.com/repos/huggingface/datasets/issues/2046/events
null
https://api.github.com/repos/huggingface/datasets/issues/2046/labels{/name}
2021-03-12T20:27:18Z
null
false
null
null
830,423,033
[]
https://api.github.com/repos/huggingface/datasets/issues/2046
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
As the below code suggests, I want to run add_faisis_index in every nth interaction from the training loop. I have 7.2 million documents. Usually, it takes 2.5 hours (if I run an as a separate process similar to the script given in rag/use_own_knowleldge_dataset.py). Now, this takes usually 5hrs. Is this normal? Any ...
2021-03-24T22:29:11Z
https://github.com/huggingface/datasets/issues/2046
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2046/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2045/comments
https://api.github.com/repos/huggingface/datasets/issues/2045/timeline
2021-03-16T14:35:05Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxODc2Mjcz
closed
[]
false
2,045
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Preserve column ordering in Dataset.rename_column
https://api.github.com/repos/huggingface/datasets/issues/2045/events
null
https://api.github.com/repos/huggingface/datasets/issues/2045/labels{/name}
2021-03-12T18:26:47Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2045.diff", "html_url": "https://github.com/huggingface/datasets/pull/2045", "merged_at": "2021-03-16T14:35:05Z", "patch_url": "https://github.com/huggingface/datasets/pull/2045.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,351,527
[]
https://api.github.com/repos/huggingface/datasets/issues/2045
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Currently `Dataset.rename_column` doesn't necessarily preserve the order of the columns: ```python >>> from datasets import Dataset >>> d = Dataset.from_dict({'sentences': ["s1", "s2"], 'label': [0, 1]}) >>> d Dataset({ features: ['sentences', 'label'], num_rows: 2 }) >>> d.rename_column('sentences', '...
2021-03-16T14:48:05Z
https://github.com/huggingface/datasets/pull/2045
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2045/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2044/comments
https://api.github.com/repos/huggingface/datasets/issues/2044/timeline
2021-03-19T10:29:15Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxODY2NzM1
closed
[]
false
2,044
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Add CBT dataset
https://api.github.com/repos/huggingface/datasets/issues/2044/events
null
https://api.github.com/repos/huggingface/datasets/issues/2044/labels{/name}
2021-03-12T18:04:19Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2044.diff", "html_url": "https://github.com/huggingface/datasets/pull/2044", "merged_at": "2021-03-19T10:29:15Z", "patch_url": "https://github.com/huggingface/datasets/pull/2044.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,339,905
[]
https://api.github.com/repos/huggingface/datasets/issues/2044
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR adds the [CBT Dataset](https://arxiv.org/abs/1511.02301). Note that I have also added the `raw` dataset as a separate configuration. I couldn't find a suitable "task" for it in YAML tags. The dummy files have one example each, as the examples are slightly big. For `raw` dataset, I just used top few lines,...
2021-03-19T11:10:13Z
https://github.com/huggingface/datasets/pull/2044
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2044/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2043/comments
https://api.github.com/repos/huggingface/datasets/issues/2043/timeline
2021-03-16T14:05:05Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxODE1ODAz
closed
[]
false
2,043
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Support pickle protocol for dataset splits defined as ReadInstruction
https://api.github.com/repos/huggingface/datasets/issues/2043/events
null
https://api.github.com/repos/huggingface/datasets/issues/2043/labels{/name}
2021-03-12T16:35:11Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2043.diff", "html_url": "https://github.com/huggingface/datasets/pull/2043", "merged_at": "2021-03-16T14:05:05Z", "patch_url": "https://github.com/huggingface/datasets/pull/2043.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,279,098
[]
https://api.github.com/repos/huggingface/datasets/issues/2043
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fixes #2022 (+ some style fixes)
2021-03-16T14:25:38Z
https://github.com/huggingface/datasets/pull/2043
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2043/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2042/comments
https://api.github.com/repos/huggingface/datasets/issues/2042/timeline
2021-03-12T15:04:22Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxNzQwNzQ3
closed
[]
false
2,042
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
Fix arrow memory checks issue in tests
https://api.github.com/repos/huggingface/datasets/issues/2042/events
null
https://api.github.com/repos/huggingface/datasets/issues/2042/labels{/name}
2021-03-12T14:49:52Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2042.diff", "html_url": "https://github.com/huggingface/datasets/pull/2042", "merged_at": "2021-03-12T15:04:22Z", "patch_url": "https://github.com/huggingface/datasets/pull/2042.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,190,276
[]
https://api.github.com/repos/huggingface/datasets/issues/2042
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
The tests currently fail on `master` because the arrow memory verification doesn't return the expected memory evolution when loading an arrow table in memory. From my experiments, the tests fail only when the full test suite is ran. This made me think that maybe some arrow objects from other tests were not freeing th...
2021-03-12T15:04:23Z
https://github.com/huggingface/datasets/pull/2042
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2042/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2041/comments
https://api.github.com/repos/huggingface/datasets/issues/2041/timeline
2021-03-16T11:09:20Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxNzMyNzMw
closed
[]
false
2,041
{ "avatar_url": "https://avatars.githubusercontent.com/u/2062185?v=4", "events_url": "https://api.github.com/users/songfeng/events{/privacy}", "followers_url": "https://api.github.com/users/songfeng/followers", "following_url": "https://api.github.com/users/songfeng/following{/other_user}", "gists_url": "http...
Doc2dial update data_infos and data_loaders
https://api.github.com/repos/huggingface/datasets/issues/2041/events
null
https://api.github.com/repos/huggingface/datasets/issues/2041/labels{/name}
2021-03-12T14:39:29Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2041.diff", "html_url": "https://github.com/huggingface/datasets/pull/2041", "merged_at": "2021-03-16T11:09:20Z", "patch_url": "https://github.com/huggingface/datasets/pull/2041.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
830,180,803
[]
https://api.github.com/repos/huggingface/datasets/issues/2041
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
2021-03-16T11:09:20Z
https://github.com/huggingface/datasets/pull/2041
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2041/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2040/comments
https://api.github.com/repos/huggingface/datasets/issues/2040/timeline
2021-08-04T18:00:43Z
null
completed
MDU6SXNzdWU4MzAxNjkzODc=
closed
[]
null
2,040
{ "avatar_url": "https://avatars.githubusercontent.com/u/53626067?v=4", "events_url": "https://api.github.com/users/simonschoe/events{/privacy}", "followers_url": "https://api.github.com/users/simonschoe/followers", "following_url": "https://api.github.com/users/simonschoe/following{/other_user}", "gists_url"...
ValueError: datasets' indices [1] come from memory and datasets' indices [0] come from disk
https://api.github.com/repos/huggingface/datasets/issues/2040/events
null
https://api.github.com/repos/huggingface/datasets/issues/2040/labels{/name}
2021-03-12T14:27:00Z
null
false
null
null
830,169,387
[]
https://api.github.com/repos/huggingface/datasets/issues/2040
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi there, I am trying to concat two datasets that I've previously saved to disk via `save_to_disk()` like so (note that both are saved as `DataDict`, `PATH_DATA_CLS_*` are `Path`-objects): ```python concatenate_datasets([load_from_disk(PATH_DATA_CLS_A)['train'], load_from_disk(PATH_DATA_CLS_B)['train']]) ``` Yie...
2021-08-04T18:00:43Z
https://github.com/huggingface/datasets/issues/2040
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2040/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2039/comments
https://api.github.com/repos/huggingface/datasets/issues/2039/timeline
2021-03-12T15:32:36Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxNjE3ODY3
closed
[]
true
2,039
{ "avatar_url": "https://avatars.githubusercontent.com/u/2062185?v=4", "events_url": "https://api.github.com/users/songfeng/events{/privacy}", "followers_url": "https://api.github.com/users/songfeng/followers", "following_url": "https://api.github.com/users/songfeng/following{/other_user}", "gists_url": "http...
Doc2dial rc
https://api.github.com/repos/huggingface/datasets/issues/2039/events
null
https://api.github.com/repos/huggingface/datasets/issues/2039/labels{/name}
2021-03-12T11:56:28Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2039.diff", "html_url": "https://github.com/huggingface/datasets/pull/2039", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/2039.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/2039" }
830,047,652
[]
https://api.github.com/repos/huggingface/datasets/issues/2039
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Added fix to handle the last turn that is a user turn.
2021-03-12T15:32:36Z
https://github.com/huggingface/datasets/pull/2039
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2039/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2038/comments
https://api.github.com/repos/huggingface/datasets/issues/2038/timeline
2021-03-16T16:27:40Z
null
completed
MDU6SXNzdWU4MzAwMzY4NzU=
closed
[]
null
2,038
{ "avatar_url": "https://avatars.githubusercontent.com/u/2062185?v=4", "events_url": "https://api.github.com/users/songfeng/events{/privacy}", "followers_url": "https://api.github.com/users/songfeng/followers", "following_url": "https://api.github.com/users/songfeng/following{/other_user}", "gists_url": "http...
outdated dataset_infos.json might fail verifications
https://api.github.com/repos/huggingface/datasets/issues/2038/events
null
https://api.github.com/repos/huggingface/datasets/issues/2038/labels{/name}
2021-03-12T11:41:54Z
null
false
null
null
830,036,875
[]
https://api.github.com/repos/huggingface/datasets/issues/2038
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
The [doc2dial/dataset_infos.json](https://github.com/huggingface/datasets/blob/master/datasets/doc2dial/dataset_infos.json) is outdated. It would fail data_loader when verifying download checksum etc.. Could you please update this file or point me how to update this file? Thank you.
2021-03-16T16:27:40Z
https://github.com/huggingface/datasets/issues/2038
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2038/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2037/comments
https://api.github.com/repos/huggingface/datasets/issues/2037/timeline
2021-03-16T11:01:22Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxNTA4MTQz
closed
[]
false
2,037
{ "avatar_url": "https://avatars.githubusercontent.com/u/6331508?v=4", "events_url": "https://api.github.com/users/miyamonz/events{/privacy}", "followers_url": "https://api.github.com/users/miyamonz/followers", "following_url": "https://api.github.com/users/miyamonz/following{/other_user}", "gists_url": "http...
Fix: Wikipedia - save memory by replacing root.clear with elem.clear
https://api.github.com/repos/huggingface/datasets/issues/2037/events
null
https://api.github.com/repos/huggingface/datasets/issues/2037/labels{/name}
2021-03-12T09:22:00Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2037.diff", "html_url": "https://github.com/huggingface/datasets/pull/2037", "merged_at": "2021-03-16T11:01:22Z", "patch_url": "https://github.com/huggingface/datasets/pull/2037.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
829,919,685
[]
https://api.github.com/repos/huggingface/datasets/issues/2037
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
see: https://github.com/huggingface/datasets/issues/2031 What I did: - replace root.clear with elem.clear - remove lines to get root element - $ make style - $ make test - some tests required some pip packages, I installed them. test results on origin/master and my branch are same. I think it's not related...
2021-03-23T06:08:16Z
https://github.com/huggingface/datasets/pull/2037
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2037/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2036/comments
https://api.github.com/repos/huggingface/datasets/issues/2036/timeline
2021-03-15T08:44:44Z
null
completed
MDU6SXNzdWU4Mjk5MDkyNTg=
closed
[]
null
2,036
{ "avatar_url": "https://avatars.githubusercontent.com/u/19349207?v=4", "events_url": "https://api.github.com/users/Gpwner/events{/privacy}", "followers_url": "https://api.github.com/users/Gpwner/followers", "following_url": "https://api.github.com/users/Gpwner/following{/other_user}", "gists_url": "https://a...
Cannot load wikitext
https://api.github.com/repos/huggingface/datasets/issues/2036/events
null
https://api.github.com/repos/huggingface/datasets/issues/2036/labels{/name}
2021-03-12T09:09:39Z
null
false
null
null
829,909,258
[]
https://api.github.com/repos/huggingface/datasets/issues/2036
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
when I execute these codes ``` >>> from datasets import load_dataset >>> test_dataset = load_dataset("wikitext") ``` I got an error,any help? ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/xxx/anaconda3/envs/transformer/lib/python3.7/site-packages/datasets/load.p...
2021-03-15T08:45:02Z
https://github.com/huggingface/datasets/issues/2036
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2036/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2035/comments
https://api.github.com/repos/huggingface/datasets/issues/2035/timeline
null
null
null
MDU6SXNzdWU4Mjk0NzU1NDQ=
open
[]
null
2,035
{ "avatar_url": "https://avatars.githubusercontent.com/u/79165106?v=4", "events_url": "https://api.github.com/users/dorost1234/events{/privacy}", "followers_url": "https://api.github.com/users/dorost1234/followers", "following_url": "https://api.github.com/users/dorost1234/following{/other_user}", "gists_url"...
wiki40b/wikipedia for almost all languages cannot be downloaded
https://api.github.com/repos/huggingface/datasets/issues/2035/events
null
https://api.github.com/repos/huggingface/datasets/issues/2035/labels{/name}
2021-03-11T19:54:54Z
null
false
null
null
829,475,544
[]
https://api.github.com/repos/huggingface/datasets/issues/2035
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi I am trying to download the data as below: ``` from datasets import load_dataset dataset = load_dataset("wiki40b", "cs") print(dataset) ``` I am getting this error. @lhoestq I will be grateful if you could assist me with this error. For almost all languages except english I am getting this error. I rea...
2021-03-16T14:53:37Z
https://github.com/huggingface/datasets/issues/2035
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2035/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2034/comments
https://api.github.com/repos/huggingface/datasets/issues/2034/timeline
2021-03-11T18:06:25Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkxMDU2MTEw
closed
[]
false
2,034
{ "avatar_url": "https://avatars.githubusercontent.com/u/3413464?v=4", "events_url": "https://api.github.com/users/pcyin/events{/privacy}", "followers_url": "https://api.github.com/users/pcyin/followers", "following_url": "https://api.github.com/users/pcyin/following{/other_user}", "gists_url": "https://api.g...
Fix typo
https://api.github.com/repos/huggingface/datasets/issues/2034/events
null
https://api.github.com/repos/huggingface/datasets/issues/2034/labels{/name}
2021-03-11T17:46:13Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2034.diff", "html_url": "https://github.com/huggingface/datasets/pull/2034", "merged_at": "2021-03-11T18:06:25Z", "patch_url": "https://github.com/huggingface/datasets/pull/2034.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
829,381,388
[]
https://api.github.com/repos/huggingface/datasets/issues/2034
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Change `ENV_XDG_CACHE_HOME ` to `XDG_CACHE_HOME `
2021-03-11T18:06:25Z
https://github.com/huggingface/datasets/pull/2034
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2034/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2033/comments
https://api.github.com/repos/huggingface/datasets/issues/2033/timeline
2021-03-11T17:58:12Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkwOTgzMDAy
closed
[]
false
2,033
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
Raise an error for outdated sacrebleu versions
https://api.github.com/repos/huggingface/datasets/issues/2033/events
null
https://api.github.com/repos/huggingface/datasets/issues/2033/labels{/name}
2021-03-11T16:08:00Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2033.diff", "html_url": "https://github.com/huggingface/datasets/pull/2033", "merged_at": "2021-03-11T17:58:12Z", "patch_url": "https://github.com/huggingface/datasets/pull/2033.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
829,295,339
[]
https://api.github.com/repos/huggingface/datasets/issues/2033
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
The `sacrebleu` metric seem to only work for sacrecleu>=1.4.12 For example using sacrebleu==1.2.10, an error is raised (from metric/sacrebleu/sacrebleu.py): ```python def _compute( self, predictions, references, smooth_method="exp", smooth_value=None, force...
2021-03-11T17:58:12Z
https://github.com/huggingface/datasets/pull/2033
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2033/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2032/comments
https://api.github.com/repos/huggingface/datasets/issues/2032/timeline
2024-01-19T13:26:32Z
null
completed
MDU6SXNzdWU4MjkyNTA5MTI=
closed
[ { "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_ur...
null
2,032
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
Use Arrow filtering instead of writing a new arrow file for Dataset.filter
https://api.github.com/repos/huggingface/datasets/issues/2032/events
null
https://api.github.com/repos/huggingface/datasets/issues/2032/labels{/name}
2021-03-11T15:18:50Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/17948980?v=4", "events_url": "https://api.github.com/users/theo-m/events{/privacy}", "followers_url": "https://api.github.com/users/theo-m/followers", "following_url": "https://api.github.com/users/theo-m/following{/other_user}", "gists_url": "https://a...
null
829,250,912
[ { "color": "a2eeef", "default": true, "description": "New feature or request", "id": 1935892871, "name": "enhancement", "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement" } ]
https://api.github.com/repos/huggingface/datasets/issues/2032
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Currently the filter method reads the dataset batch by batch to write a new, filtered, arrow file on disk. Therefore all the reading + writing can take some time. Using a mask directly on the arrow table doesn't do any read or write operation therefore it's significantly quicker. I think there are two cases: - i...
2024-01-19T13:26:32Z
https://github.com/huggingface/datasets/issues/2032
{ "+1": 4, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 4, "url": "https://api.github.com/repos/huggingface/datasets/issues/2032/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2031/comments
https://api.github.com/repos/huggingface/datasets/issues/2031/timeline
2021-03-22T08:33:52Z
null
completed
MDU6SXNzdWU4MjkxMjI3Nzg=
closed
[]
null
2,031
{ "avatar_url": "https://avatars.githubusercontent.com/u/6331508?v=4", "events_url": "https://api.github.com/users/miyamonz/events{/privacy}", "followers_url": "https://api.github.com/users/miyamonz/followers", "following_url": "https://api.github.com/users/miyamonz/following{/other_user}", "gists_url": "http...
wikipedia.py generator that extracts XML doesn't release memory
https://api.github.com/repos/huggingface/datasets/issues/2031/events
null
https://api.github.com/repos/huggingface/datasets/issues/2031/labels{/name}
2021-03-11T12:51:24Z
null
false
null
null
829,122,778
[]
https://api.github.com/repos/huggingface/datasets/issues/2031
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
I tried downloading Japanese wikipedia, but it always failed because of out of memory maybe. I found that the generator function that extracts XML data in wikipedia.py doesn't release memory in the loop. https://github.com/huggingface/datasets/blob/13a5b7db992ad5cf77895e4c0f76595314390418/datasets/wikipedia/wikip...
2021-03-22T08:33:52Z
https://github.com/huggingface/datasets/issues/2031
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2031/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2030/comments
https://api.github.com/repos/huggingface/datasets/issues/2030/timeline
2021-03-18T13:29:29Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkwODI4NzQ4
closed
[]
false
2,030
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
Implement Dataset from text
https://api.github.com/repos/huggingface/datasets/issues/2030/events
null
https://api.github.com/repos/huggingface/datasets/issues/2030/labels{/name}
2021-03-11T12:34:50Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2030.diff", "html_url": "https://github.com/huggingface/datasets/pull/2030", "merged_at": "2021-03-18T13:29:29Z", "patch_url": "https://github.com/huggingface/datasets/pull/2030.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
829,110,803
[]
https://api.github.com/repos/huggingface/datasets/issues/2030
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Implement `Dataset.from_text`. Analogue to #1943, #1946.
2021-03-18T13:29:29Z
https://github.com/huggingface/datasets/pull/2030
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2030/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2029/comments
https://api.github.com/repos/huggingface/datasets/issues/2029/timeline
2021-03-12T00:21:09Z
null
completed
MDU6SXNzdWU4MjkwOTcyOTA=
closed
[]
null
2,029
{ "avatar_url": "https://avatars.githubusercontent.com/u/24982805?v=4", "events_url": "https://api.github.com/users/nbroad1881/events{/privacy}", "followers_url": "https://api.github.com/users/nbroad1881/followers", "following_url": "https://api.github.com/users/nbroad1881/following{/other_user}", "gists_url"...
Loading a faiss index KeyError
https://api.github.com/repos/huggingface/datasets/issues/2029/events
null
https://api.github.com/repos/huggingface/datasets/issues/2029/labels{/name}
2021-03-11T12:16:13Z
null
false
null
null
829,097,290
[ { "color": "0075ca", "default": true, "description": "Improvements or additions to documentation", "id": 1935892861, "name": "documentation", "node_id": "MDU6TGFiZWwxOTM1ODkyODYx", "url": "https://api.github.com/repos/huggingface/datasets/labels/documentation" } ]
https://api.github.com/repos/huggingface/datasets/issues/2029
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
I've recently been testing out RAG and DPR embeddings, and I've run into an issue that is not apparent in the documentation. The basic steps are: 1. Create a dataset (dataset1) 2. Create an embeddings column using DPR 3. Add a faiss index to the dataset 4. Save faiss index to a file 5. Create a new dataset (d...
2021-03-12T00:21:09Z
https://github.com/huggingface/datasets/issues/2029
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2029/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2028/comments
https://api.github.com/repos/huggingface/datasets/issues/2028/timeline
2021-03-15T09:39:57Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkwNDk1NzEx
closed
[]
false
2,028
{ "avatar_url": "https://avatars.githubusercontent.com/u/2441454?v=4", "events_url": "https://api.github.com/users/danyaljj/events{/privacy}", "followers_url": "https://api.github.com/users/danyaljj/followers", "following_url": "https://api.github.com/users/danyaljj/following{/other_user}", "gists_url": "http...
Adding PersiNLU reading-comprehension
https://api.github.com/repos/huggingface/datasets/issues/2028/events
null
https://api.github.com/repos/huggingface/datasets/issues/2028/labels{/name}
2021-03-11T04:41:13Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2028.diff", "html_url": "https://github.com/huggingface/datasets/pull/2028", "merged_at": "2021-03-15T09:39:57Z", "patch_url": "https://github.com/huggingface/datasets/pull/2028.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
828,721,393
[]
https://api.github.com/repos/huggingface/datasets/issues/2028
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
2021-03-15T09:39:57Z
https://github.com/huggingface/datasets/pull/2028
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2028/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2027/comments
https://api.github.com/repos/huggingface/datasets/issues/2027/timeline
2021-03-11T14:38:40Z
null
null
MDExOlB1bGxSZXF1ZXN0NTkwMjkzNDA1
closed
[]
false
2,027
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Update format columns in Dataset.rename_columns
https://api.github.com/repos/huggingface/datasets/issues/2027/events
null
https://api.github.com/repos/huggingface/datasets/issues/2027/labels{/name}
2021-03-10T23:50:59Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2027.diff", "html_url": "https://github.com/huggingface/datasets/pull/2027", "merged_at": "2021-03-11T14:38:40Z", "patch_url": "https://github.com/huggingface/datasets/pull/2027.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
828,490,444
[]
https://api.github.com/repos/huggingface/datasets/issues/2027
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fixes #2026
2021-03-11T14:38:40Z
https://github.com/huggingface/datasets/pull/2027
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2027/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2026/comments
https://api.github.com/repos/huggingface/datasets/issues/2026/timeline
2021-03-11T14:38:40Z
null
completed
MDU6SXNzdWU4MjgxOTQ0Njc=
closed
[]
null
2,026
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
KeyError on using map after renaming a column
https://api.github.com/repos/huggingface/datasets/issues/2026/events
null
https://api.github.com/repos/huggingface/datasets/issues/2026/labels{/name}
2021-03-10T18:54:17Z
null
false
null
null
828,194,467
[]
https://api.github.com/repos/huggingface/datasets/issues/2026
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Hi, I'm trying to use `cifar10` dataset. I want to rename the `img` feature to `image` in order to make it consistent with `mnist`, which I'm also planning to use. By doing this, I was trying to avoid modifying `prepare_train_features` function. Here is what I try: ```python transform = Compose([ToPILImage(),...
2021-03-11T14:39:34Z
https://github.com/huggingface/datasets/issues/2026
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2026/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2025/comments
https://api.github.com/repos/huggingface/datasets/issues/2025/timeline
2021-03-26T16:51:59Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg5ODk2NjMz
closed
[]
false
2,025
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
[Refactor] Use in-memory/memory-mapped/concatenation tables in Dataset
https://api.github.com/repos/huggingface/datasets/issues/2025/events
null
https://api.github.com/repos/huggingface/datasets/issues/2025/labels{/name}
2021-03-10T17:00:47Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2025.diff", "html_url": "https://github.com/huggingface/datasets/pull/2025", "merged_at": "2021-03-26T16:51:58Z", "patch_url": "https://github.com/huggingface/datasets/pull/2025.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
828,047,476
[]
https://api.github.com/repos/huggingface/datasets/issues/2025
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
## Intro Currently there is one assumption that we need to change: a dataset is either fully in memory (dataset._data_files is empty), or the dataset can be reloaded from disk with memory mapping (using the dataset._data_files). This assumption is used for pickling for example: - in-memory dataset can just be pick...
2021-03-30T14:46:53Z
https://github.com/huggingface/datasets/pull/2025
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 3, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/huggingface/datasets/issues/2025/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2024/comments
https://api.github.com/repos/huggingface/datasets/issues/2024/timeline
2021-03-11T18:03:51Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg5NzEzNDAy
closed
[]
false
2,024
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Remove print statement from mnist.py
https://api.github.com/repos/huggingface/datasets/issues/2024/events
null
https://api.github.com/repos/huggingface/datasets/issues/2024/labels{/name}
2021-03-10T14:39:58Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2024.diff", "html_url": "https://github.com/huggingface/datasets/pull/2024", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/2024.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/2024" }
827,842,962
[]
https://api.github.com/repos/huggingface/datasets/issues/2024
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
2021-03-11T18:03:52Z
https://github.com/huggingface/datasets/pull/2024
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2024/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2023/comments
https://api.github.com/repos/huggingface/datasets/issues/2023/timeline
2021-03-15T10:08:17Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg5NjkyNDU2
closed
[]
false
2,023
{ "avatar_url": "https://avatars.githubusercontent.com/u/9285264?v=4", "events_url": "https://api.github.com/users/M-Salti/events{/privacy}", "followers_url": "https://api.github.com/users/M-Salti/followers", "following_url": "https://api.github.com/users/M-Salti/following{/other_user}", "gists_url": "https:/...
Add Romanian to XQuAD
https://api.github.com/repos/huggingface/datasets/issues/2023/events
null
https://api.github.com/repos/huggingface/datasets/issues/2023/labels{/name}
2021-03-10T14:24:32Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2023.diff", "html_url": "https://github.com/huggingface/datasets/pull/2023", "merged_at": "2021-03-15T10:08:17Z", "patch_url": "https://github.com/huggingface/datasets/pull/2023.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
827,819,608
[]
https://api.github.com/repos/huggingface/datasets/issues/2023
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
On Jan 18, XQuAD was updated with a new Romanian validation file ([xquad commit link](https://github.com/deepmind/xquad/commit/60cac411649156efb6aab9dd4c9cde787a2c0345))
2021-03-15T10:08:17Z
https://github.com/huggingface/datasets/pull/2023
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2023/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2022/comments
https://api.github.com/repos/huggingface/datasets/issues/2022/timeline
2021-03-16T14:05:05Z
null
completed
MDU6SXNzdWU4Mjc0MzUwMzM=
closed
[]
null
2,022
{ "avatar_url": "https://avatars.githubusercontent.com/u/53626067?v=4", "events_url": "https://api.github.com/users/simonschoe/events{/privacy}", "followers_url": "https://api.github.com/users/simonschoe/followers", "following_url": "https://api.github.com/users/simonschoe/following{/other_user}", "gists_url"...
ValueError when rename_column on splitted dataset
https://api.github.com/repos/huggingface/datasets/issues/2022/events
null
https://api.github.com/repos/huggingface/datasets/issues/2022/labels{/name}
2021-03-10T09:40:38Z
null
false
null
null
827,435,033
[]
https://api.github.com/repos/huggingface/datasets/issues/2022
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Hi there, I am loading `.tsv` file via `load_dataset` and subsequently split the rows into training and test set via the `ReadInstruction` API like so: ```python split = { 'train': ReadInstruction('train', to=90, unit='%'), 'test': ReadInstruction('train', from_=-10, unit='%') } dataset = load_datase...
2021-03-16T14:06:08Z
https://github.com/huggingface/datasets/issues/2022
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2022/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2021/comments
https://api.github.com/repos/huggingface/datasets/issues/2021/timeline
2021-03-13T10:07:41Z
null
completed
MDU6SXNzdWU4MjY5ODgwMTY=
closed
[]
null
2,021
{ "avatar_url": "https://avatars.githubusercontent.com/u/16892570?v=4", "events_url": "https://api.github.com/users/shamanez/events{/privacy}", "followers_url": "https://api.github.com/users/shamanez/followers", "following_url": "https://api.github.com/users/shamanez/following{/other_user}", "gists_url": "htt...
Interactively doing save_to_disk and load_from_disk corrupts the datasets object?
https://api.github.com/repos/huggingface/datasets/issues/2021/events
null
https://api.github.com/repos/huggingface/datasets/issues/2021/labels{/name}
2021-03-10T02:48:34Z
null
false
null
null
826,988,016
[]
https://api.github.com/repos/huggingface/datasets/issues/2021
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
dataset_info.json file saved after using save_to_disk gets corrupted as follows. ![image](https://user-images.githubusercontent.com/16892570/110568474-ed969880-81b7-11eb-832f-2e5129656016.png) Is there a way to disable the cache that will save to /tmp/huggiface/datastes ? I have a feeling there is a seri...
2021-03-13T10:07:41Z
https://github.com/huggingface/datasets/issues/2021
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2021/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/2020/comments
https://api.github.com/repos/huggingface/datasets/issues/2020/timeline
2021-03-11T13:33:37Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg4OTE3MjYx
closed
[]
false
2,020
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Remove unnecessary docstart check in conll-like datasets
https://api.github.com/repos/huggingface/datasets/issues/2020/events
null
https://api.github.com/repos/huggingface/datasets/issues/2020/labels{/name}
2021-03-10T02:20:16Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2020.diff", "html_url": "https://github.com/huggingface/datasets/pull/2020", "merged_at": "2021-03-11T13:33:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/2020.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
826,961,126
[]
https://api.github.com/repos/huggingface/datasets/issues/2020
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Related to this PR: #1998 Additionally, this PR adds the docstart note to the conll2002 dataset card ([link](https://raw.githubusercontent.com/teropa/nlp/master/resources/corpora/conll2002/ned.train) to the raw data with `DOCSTART` lines).
2021-03-11T13:33:37Z
https://github.com/huggingface/datasets/pull/2020
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2020/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2019/comments
https://api.github.com/repos/huggingface/datasets/issues/2019/timeline
2021-03-11T16:14:19Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg4NjEyODgy
closed
[]
false
2,019
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Replace print with logging in dataset scripts
https://api.github.com/repos/huggingface/datasets/issues/2019/events
null
https://api.github.com/repos/huggingface/datasets/issues/2019/labels{/name}
2021-03-09T20:59:34Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2019.diff", "html_url": "https://github.com/huggingface/datasets/pull/2019", "merged_at": "2021-03-11T16:14:18Z", "patch_url": "https://github.com/huggingface/datasets/pull/2019.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
826,625,706
[]
https://api.github.com/repos/huggingface/datasets/issues/2019
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Replaces `print(...)` in the dataset scripts with the library logger.
2021-03-12T10:09:01Z
https://github.com/huggingface/datasets/pull/2019
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2019/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2018/comments
https://api.github.com/repos/huggingface/datasets/issues/2018/timeline
2021-03-12T17:31:00Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg4NDc0NTQz
closed
[]
false
2,018
{ "avatar_url": "https://avatars.githubusercontent.com/u/26722925?v=4", "events_url": "https://api.github.com/users/mcmillanmajora/events{/privacy}", "followers_url": "https://api.github.com/users/mcmillanmajora/followers", "following_url": "https://api.github.com/users/mcmillanmajora/following{/other_user}", ...
Md gender card update
https://api.github.com/repos/huggingface/datasets/issues/2018/events
null
https://api.github.com/repos/huggingface/datasets/issues/2018/labels{/name}
2021-03-09T18:57:20Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2018.diff", "html_url": "https://github.com/huggingface/datasets/pull/2018", "merged_at": "2021-03-12T17:31:00Z", "patch_url": "https://github.com/huggingface/datasets/pull/2018.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
826,473,764
[]
https://api.github.com/repos/huggingface/datasets/issues/2018
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
I updated the descriptions of the datasets as they appear in the HF repo and the descriptions of the source datasets according to what I could find from the paper and the references. I'm still a little unclear about some of the fields of the different configs, and there was little info on the word list and name list. I...
2021-03-12T17:31:00Z
https://github.com/huggingface/datasets/pull/2018
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2018/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2017/comments
https://api.github.com/repos/huggingface/datasets/issues/2017/timeline
2021-03-17T12:32:07Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg4NDMyNDc2
closed
[]
true
2,017
{ "avatar_url": "https://avatars.githubusercontent.com/u/29076344?v=4", "events_url": "https://api.github.com/users/gchhablani/events{/privacy}", "followers_url": "https://api.github.com/users/gchhablani/followers", "following_url": "https://api.github.com/users/gchhablani/following{/other_user}", "gists_url"...
Add TF-based Features to handle different modes of data
https://api.github.com/repos/huggingface/datasets/issues/2017/events
null
https://api.github.com/repos/huggingface/datasets/issues/2017/labels{/name}
2021-03-09T18:29:52Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2017.diff", "html_url": "https://github.com/huggingface/datasets/pull/2017", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/2017.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/2017" }
826,428,578
[]
https://api.github.com/repos/huggingface/datasets/issues/2017
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Hi, I am creating this draft PR to work on add features similar to [TF datasets](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features). I'll be starting with `Tensor` and `FeatureConnector` classes, and build upon them to add other features as well. This is a work in progress.
2021-03-17T12:32:08Z
https://github.com/huggingface/datasets/pull/2017
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/2017/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/2016/comments
https://api.github.com/repos/huggingface/datasets/issues/2016/timeline
2021-03-11T18:01:03Z
null
null
MDExOlB1bGxSZXF1ZXN0NTg4MDA5NjEz
closed
[]
false
2,016
{ "avatar_url": "https://avatars.githubusercontent.com/u/13891775?v=4", "events_url": "https://api.github.com/users/asiddhant/events{/privacy}", "followers_url": "https://api.github.com/users/asiddhant/followers", "following_url": "https://api.github.com/users/asiddhant/following{/other_user}", "gists_url": "...
Not all languages have 2 digit codes.
https://api.github.com/repos/huggingface/datasets/issues/2016/events
null
https://api.github.com/repos/huggingface/datasets/issues/2016/labels{/name}
2021-03-09T13:53:39Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/2016.diff", "html_url": "https://github.com/huggingface/datasets/pull/2016", "merged_at": "2021-03-11T18:01:03Z", "patch_url": "https://github.com/huggingface/datasets/pull/2016.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
825,965,493
[]
https://api.github.com/repos/huggingface/datasets/issues/2016
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
.
2021-03-11T18:01:03Z
https://github.com/huggingface/datasets/pull/2016
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/huggingface/datasets/issues/2016/reactions" }
true