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/3951/comments
https://api.github.com/repos/huggingface/datasets/issues/3951/timeline
2022-06-10T20:47:26Z
null
completed
I_kwDODunzps5F1Liu
closed
[ { "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...
null
3,951
{ "avatar_url": "https://avatars.githubusercontent.com/u/9633?v=4", "events_url": "https://api.github.com/users/dlwh/events{/privacy}", "followers_url": "https://api.github.com/users/dlwh/followers", "following_url": "https://api.github.com/users/dlwh/following{/other_user}", "gists_url": "https://api.github....
Forked streaming datasets try to `open` data urls rather than use network
https://api.github.com/repos/huggingface/datasets/issues/3951/events
null
https://api.github.com/repos/huggingface/datasets/issues/3951/labels{/name}
2022-03-16T21:21:02Z
null
false
{ "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:...
null
1,171,568,814
[ { "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/3951
[ "Thanks for reporting this second issue as well. We definitely want to make streaming datasets fully working in a distributed setup and with the best performance. Right now it only supports single process.\r\n\r\nIn this issue it seems that the streaming capabilities that we offer to dataset builders are not transf...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Building on #3950, if you bypass the pickling problem you still can't use the dataset. Somehow something gets confused and the forked processes try to `open` urls rather than anything else. ## Steps to reproduce the bug ```python from multiprocessing import freeze_support import transformer...
2022-06-10T20:47:26Z
https://github.com/huggingface/datasets/issues/3951
{ "+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/3951/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3950/comments
https://api.github.com/repos/huggingface/datasets/issues/3950/timeline
2022-06-10T20:47:26Z
null
completed
I_kwDODunzps5F1JiJ
closed
[ { "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...
null
3,950
{ "avatar_url": "https://avatars.githubusercontent.com/u/9633?v=4", "events_url": "https://api.github.com/users/dlwh/events{/privacy}", "followers_url": "https://api.github.com/users/dlwh/followers", "following_url": "https://api.github.com/users/dlwh/following{/other_user}", "gists_url": "https://api.github....
Streaming Datasets don't work with Transformers Trainer when dataloader_num_workers>1
https://api.github.com/repos/huggingface/datasets/issues/3950/events
null
https://api.github.com/repos/huggingface/datasets/issues/3950/labels{/name}
2022-03-16T21:14:11Z
null
false
{ "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:...
null
1,171,560,585
[ { "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" }, { "color": "7057ff", "default": true, "descript...
https://api.github.com/repos/huggingface/datasets/issues/3950
[ "Hi, thanks for reporting. This could be related to https://github.com/huggingface/datasets/issues/3148 too\r\n\r\nWe should definitely make `TorchIterableDataset` picklable by moving it in the main code instead of inside a function. If you'd like to contribute, feel free to open a Pull Request :)\r\n\r\nI'm also t...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Streaming Datasets can't be pickled, so any interaction between them and multiprocessing results in a crash. ## Steps to reproduce the bug ```python import transformers from transformers import Trainer, AutoModelForCausalLM, TrainingArguments import datasets ds = datasets.load_dataset('os...
2022-06-10T20:47:26Z
https://github.com/huggingface/datasets/issues/3950
{ "+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/3950/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3949/comments
https://api.github.com/repos/huggingface/datasets/issues/3949/timeline
2022-04-12T20:37:09Z
null
null
PR_kwDODunzps40jia-
closed
[]
false
3,949
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
Remove GLEU metric
https://api.github.com/repos/huggingface/datasets/issues/3949/events
null
https://api.github.com/repos/huggingface/datasets/issues/3949/labels{/name}
2022-03-16T19:35:31Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3949.diff", "html_url": "https://github.com/huggingface/datasets/pull/3949", "merged_at": "2022-04-12T20:37:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/3949.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,467,981
[]
https://api.github.com/repos/huggingface/datasets/issues/3949
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Remove the GLEU metric as it is not actually implemented.
2022-04-12T20:43:26Z
https://github.com/huggingface/datasets/pull/3949
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 1, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/3949/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3948/comments
https://api.github.com/repos/huggingface/datasets/issues/3948/timeline
2022-03-21T16:04:25Z
null
null
PR_kwDODunzps40jg1F
closed
[]
false
3,948
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
Google BLEU Metric Card
https://api.github.com/repos/huggingface/datasets/issues/3948/events
null
https://api.github.com/repos/huggingface/datasets/issues/3948/labels{/name}
2022-03-16T19:27:17Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3948.diff", "html_url": "https://github.com/huggingface/datasets/pull/3948", "merged_at": "2022-03-21T16:04:25Z", "patch_url": "https://github.com/huggingface/datasets/pull/3948.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,460,560
[]
https://api.github.com/repos/huggingface/datasets/issues/3948
[ "A few things that aren't clear for me:\r\n- \"Because it performs better on individual sentence pairs as compared to BLEU, Google BLEU has also been used in RL experiments.\" -- why is this the case? why would that make it more usable for RL? (also, you should put \"Reinforcement Learning\" explicitly, not just th...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Add metric card for Google BLEU (GLEU) metric One thing I noticed while writing this up is that, while this metric was made specifically to be better than BLEU at the sentence level instead of the corpus level, the current implementation only allows the calculation of the corpus-level statistic. I think changing thi...
2022-03-21T16:04:26Z
https://github.com/huggingface/datasets/pull/3948
{ "+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/3948/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3947/comments
https://api.github.com/repos/huggingface/datasets/issues/3947/timeline
2022-03-29T14:54:14Z
null
null
PR_kwDODunzps40jfLq
closed
[]
false
3,947
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
BLEU metric card
https://api.github.com/repos/huggingface/datasets/issues/3947/events
null
https://api.github.com/repos/huggingface/datasets/issues/3947/labels{/name}
2022-03-16T19:20:07Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3947.diff", "html_url": "https://github.com/huggingface/datasets/pull/3947", "merged_at": "2022-03-29T14:54:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/3947.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,452,854
[]
https://api.github.com/repos/huggingface/datasets/issues/3947
[ "_The documentation is not available anymore as the PR was closed or merged._", "Some thoughts:\r\n- For values, e.g. \"Defaults to False\", I would put False in code: `False`. Same for : \"Defaults to `4`.\"\r\n- I would put the following remark in \"Limitations\": \r\n> \"BLEU's output is always a number betwee...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Add BLEU metric card
2022-03-29T14:59:50Z
https://github.com/huggingface/datasets/pull/3947
{ "+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/3947/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3946/comments
https://api.github.com/repos/huggingface/datasets/issues/3946/timeline
2023-09-24T10:10:47Z
null
null
PR_kwDODunzps40i1L3
closed
[]
false
3,946
{ "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 newline to text dataset builder for controlling universal newlines mode
https://api.github.com/repos/huggingface/datasets/issues/3946/events
null
https://api.github.com/repos/huggingface/datasets/issues/3946/labels{/name}
2022-03-16T16:11:11Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3946.diff", "html_url": "https://github.com/huggingface/datasets/pull/3946", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/3946.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/3946" }
1,171,239,287
[]
https://api.github.com/repos/huggingface/datasets/issues/3946
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3946). All of your documentation changes will be reflected on that endpoint.", "The failing CI test has nothing to do with this PR.", "I'm closing this PR." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix #3804.
2023-09-24T10:10:50Z
https://github.com/huggingface/datasets/pull/3946
{ "+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/3946/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3945/comments
https://api.github.com/repos/huggingface/datasets/issues/3945/timeline
2022-03-22T15:05:30Z
null
null
PR_kwDODunzps40ixmc
closed
[]
false
3,945
{ "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 comet metric
https://api.github.com/repos/huggingface/datasets/issues/3945/events
null
https://api.github.com/repos/huggingface/datasets/issues/3945/labels{/name}
2022-03-16T15:56:47Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3945.diff", "html_url": "https://github.com/huggingface/datasets/pull/3945", "merged_at": "2022-03-22T15:05:30Z", "patch_url": "https://github.com/huggingface/datasets/pull/3945.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,222,257
[]
https://api.github.com/repos/huggingface/datasets/issues/3945
[ "_The documentation is not available anymore as the PR was closed or merged._", "Finally I'm done updating the dependencies ^^'\r\n\r\ncc @sashavor can you review my changes in the metric card please ?", "Looks good to me! Just fixed a tiny typo :wink: ", "Thanks !" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
The COMET metric has been broken for a while since big breaking changes happened. We did not catch them in the CI because the slow test mocks the download_model function that was changed. This PR fixes the metric, updates the download_model mock and updates the doctest.
2022-03-22T15:10:12Z
https://github.com/huggingface/datasets/pull/3945
{ "+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/3945/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3944/comments
https://api.github.com/repos/huggingface/datasets/issues/3944/timeline
2022-03-17T17:47:05Z
null
null
PR_kwDODunzps40iu4n
closed
[]
false
3,944
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create README.md
https://api.github.com/repos/huggingface/datasets/issues/3944/events
null
https://api.github.com/repos/huggingface/datasets/issues/3944/labels{/name}
2022-03-16T15:46:26Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3944.diff", "html_url": "https://github.com/huggingface/datasets/pull/3944", "merged_at": "2022-03-17T17:47:05Z", "patch_url": "https://github.com/huggingface/datasets/pull/3944.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,209,510
[]
https://api.github.com/repos/huggingface/datasets/issues/3944
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
Proposing COMET metric card
2022-03-17T17:50:54Z
https://github.com/huggingface/datasets/pull/3944
{ "+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/3944/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3943/comments
https://api.github.com/repos/huggingface/datasets/issues/3943/timeline
2022-03-17T11:46:25Z
null
null
PR_kwDODunzps40ipnu
closed
[]
false
3,943
{ "avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4", "events_url": "https://api.github.com/users/sgugger/events{/privacy}", "followers_url": "https://api.github.com/users/sgugger/followers", "following_url": "https://api.github.com/users/sgugger/following{/other_user}", "gists_url": "https:...
[Doc] Don't use v for version tags on GitHub
https://api.github.com/repos/huggingface/datasets/issues/3943/events
null
https://api.github.com/repos/huggingface/datasets/issues/3943/labels{/name}
2022-03-16T15:28:30Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3943.diff", "html_url": "https://github.com/huggingface/datasets/pull/3943", "merged_at": "2022-03-17T11:46:25Z", "patch_url": "https://github.com/huggingface/datasets/pull/3943.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,185,070
[]
https://api.github.com/repos/huggingface/datasets/issues/3943
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3943). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This removes the `v` automatically used by `doc-builder` for versions.
2022-03-17T11:46:26Z
https://github.com/huggingface/datasets/pull/3943
{ "+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/3943/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3942/comments
https://api.github.com/repos/huggingface/datasets/issues/3942/timeline
2022-03-16T15:39:25Z
null
completed
I_kwDODunzps5Fzr6i
closed
[]
null
3,942
{ "avatar_url": "https://avatars.githubusercontent.com/u/8507585?v=4", "events_url": "https://api.github.com/users/XingxingZhang/events{/privacy}", "followers_url": "https://api.github.com/users/XingxingZhang/followers", "following_url": "https://api.github.com/users/XingxingZhang/following{/other_user}", "gi...
reddit_tifu dataset: Checksums didn't match for dataset source files
https://api.github.com/repos/huggingface/datasets/issues/3942/events
null
https://api.github.com/repos/huggingface/datasets/issues/3942/labels{/name}
2022-03-16T15:23:30Z
null
false
null
null
1,171,177,122
[ { "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" }, { "color": "cfd3d7", "default": true, "descript...
https://api.github.com/repos/huggingface/datasets/issues/3942
[ "Hi @XingxingZhang, \r\n\r\nWe have already fixed this. You should update `datasets` version to at least 1.18.4:\r\n```shell\r\npip install -U datasets\r\n```\r\nAnd then force the redownload:\r\n```python\r\nload_dataset(\"...\", download_mode=\"force_redownload\")\r\n```\r\n\r\nDuplicate of:\r\n- #3773", "thank...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug When loading the reddit_tifu dataset, it throws the exception "Checksums didn't match for dataset source files" ## Steps to reproduce the bug ```python import datasets from datasets import load_dataset print(datasets.__version__) # load_dataset('billsum') load_dataset('reddit_tifu'...
2022-03-16T15:57:43Z
https://github.com/huggingface/datasets/issues/3942
{ "+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/3942/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3941/comments
https://api.github.com/repos/huggingface/datasets/issues/3941/timeline
2022-03-16T15:46:44Z
null
completed
I_kwDODunzps5FzhEl
closed
[]
null
3,941
{ "avatar_url": "https://avatars.githubusercontent.com/u/8507585?v=4", "events_url": "https://api.github.com/users/XingxingZhang/events{/privacy}", "followers_url": "https://api.github.com/users/XingxingZhang/followers", "following_url": "https://api.github.com/users/XingxingZhang/following{/other_user}", "gi...
billsum dataset: Checksums didn't match for dataset source files:
https://api.github.com/repos/huggingface/datasets/issues/3941/events
null
https://api.github.com/repos/huggingface/datasets/issues/3941/labels{/name}
2022-03-16T14:52:08Z
null
false
null
null
1,171,132,709
[ { "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/3941
[ "Hi @XingxingZhang, thanks for reporting.\r\n\r\nThis was due to a change in Google Drive service:\r\n- #3786 \r\n\r\nWe have already fixed it:\r\n- #3787\r\n\r\nYou should update `datasets` version to at least 1.18.4:\r\n```shell\r\npip install -U datasets\r\n```\r\nAnd then force the redownload:\r\n```python\r\nl...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug When loading the `billsum` dataset, it throws the exception "Checksums didn't match for dataset source files" ``` File "virtualenv_projects/codex/lib/python3.7/site-packages/datasets/utils/info_utils.py", line 40, in verify_checksums raise NonMatchingChecksumError(error_msg + str(bad_u...
2022-03-16T15:57:08Z
https://github.com/huggingface/datasets/issues/3941
{ "+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/3941/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3940/comments
https://api.github.com/repos/huggingface/datasets/issues/3940/timeline
2022-03-18T17:35:14Z
null
null
PR_kwDODunzps40iYxr
closed
[]
false
3,940
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create CoVAL metric card
https://api.github.com/repos/huggingface/datasets/issues/3940/events
null
https://api.github.com/repos/huggingface/datasets/issues/3940/labels{/name}
2022-03-16T14:31:49Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3940.diff", "html_url": "https://github.com/huggingface/datasets/pull/3940", "merged_at": "2022-03-18T17:35:14Z", "patch_url": "https://github.com/huggingface/datasets/pull/3940.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,171,106,853
[]
https://api.github.com/repos/huggingface/datasets/issues/3940
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
Initial CoVAL metric card
2022-03-18T17:37:59Z
https://github.com/huggingface/datasets/pull/3940
{ "+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/3940/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3939/comments
https://api.github.com/repos/huggingface/datasets/issues/3939/timeline
2022-03-19T04:41:32Z
null
completed
I_kwDODunzps5Fyj8b
closed
[]
null
3,939
{ "avatar_url": "https://avatars.githubusercontent.com/u/24835382?v=4", "events_url": "https://api.github.com/users/qqaatw/events{/privacy}", "followers_url": "https://api.github.com/users/qqaatw/followers", "following_url": "https://api.github.com/users/qqaatw/following{/other_user}", "gists_url": "https://a...
Source links broken
https://api.github.com/repos/huggingface/datasets/issues/3939/events
null
https://api.github.com/repos/huggingface/datasets/issues/3939/labels{/name}
2022-03-16T11:17:47Z
null
false
null
null
1,170,882,331
[ { "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/3939
[ "Thanks for reporting @qqaatw.\r\n\r\n@mishig25 @sgugger do you think this can be tweaked in the new doc framework?\r\n- From: https://github.com/huggingface/datasets/blob/v2.0.0/\r\n- To: https://github.com/huggingface/datasets/blob/2.0.0/", "@qqaatw thanks a lot for notifying about this issue!\r\n\r\nin compari...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
## Describe the bug The source links of v2.0.0 docs are broken: For exmaple, clicking the source button of this [class](https://huggingface.co/docs/datasets/v2.0.0/en/package_reference/main_classes#datasets.ClassLabel) will direct users to `https://github.com/huggingface/datasets/blob/v2.0.0/src/datasets/features...
2022-03-19T04:41:32Z
https://github.com/huggingface/datasets/issues/3939
{ "+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/3939/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3938/comments
https://api.github.com/repos/huggingface/datasets/issues/3938/timeline
2022-03-17T08:37:24Z
null
null
PR_kwDODunzps40hnjM
closed
[]
false
3,938
{ "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}",...
Avoid info log messages from transformers in FrugalScore metric
https://api.github.com/repos/huggingface/datasets/issues/3938/events
null
https://api.github.com/repos/huggingface/datasets/issues/3938/labels{/name}
2022-03-16T11:11:29Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3938.diff", "html_url": "https://github.com/huggingface/datasets/pull/3938", "merged_at": "2022-03-17T08:37:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/3938.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,875,417
[]
https://api.github.com/repos/huggingface/datasets/issues/3938
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3938). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix #3928.
2022-03-17T08:37:25Z
https://github.com/huggingface/datasets/pull/3938
{ "+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/3938/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3937/comments
https://api.github.com/repos/huggingface/datasets/issues/3937/timeline
2022-03-21T14:50:47Z
null
completed
I_kwDODunzps5FyXqG
closed
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8264887?v=4", "events_url": "https://api.github.com/users/lvwerra/events{/privacy}", "followers_url": "https://api.github.com/users/lvwerra/followers", "following_url": "https://api.github.com/users/lvwerra/following{/other_user}", "gists_...
null
3,937
{ "avatar_url": "https://avatars.githubusercontent.com/u/38702500?v=4", "events_url": "https://api.github.com/users/Eytan-S/events{/privacy}", "followers_url": "https://api.github.com/users/Eytan-S/followers", "following_url": "https://api.github.com/users/Eytan-S/following{/other_user}", "gists_url": "https:...
Missing languages in lvwerra/github-code dataset
https://api.github.com/repos/huggingface/datasets/issues/3937/events
null
https://api.github.com/repos/huggingface/datasets/issues/3937/labels{/name}
2022-03-16T10:32:03Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/8264887?v=4", "events_url": "https://api.github.com/users/lvwerra/events{/privacy}", "followers_url": "https://api.github.com/users/lvwerra/followers", "following_url": "https://api.github.com/users/lvwerra/following{/other_user}", "gists_url": "https:/...
null
1,170,832,006
[ { "color": "72f99f", "default": false, "description": "Discussions on the datasets", "id": 2067401494, "name": "Dataset discussion", "node_id": "MDU6TGFiZWwyMDY3NDAxNDk0", "url": "https://api.github.com/repos/huggingface/datasets/labels/Dataset%20discussion" } ]
https://api.github.com/repos/huggingface/datasets/issues/3937
[ "Thanks for contacting @Eytan-S.\r\n\r\nI think @lvwerra could better answer this. ", "That seems to be an oversight - I originally planned to include them in the dataset and for some reason they were in the list of languages but not in the query. Since there is an issue with the deduplication step I'll rerun the...
https://api.github.com/repos/huggingface/datasets
NONE
Hi, I'm working with the github-code dataset. First of all, thank you for creating this amazing dataset! I've noticed that two languages are missing from the dataset: TypeScript and Scala. Looks like they're also omitted from the query you used to get the original code. Are there any plans to add them in the fut...
2022-03-22T07:09:23Z
https://github.com/huggingface/datasets/issues/3937
{ "+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/3937/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3936/comments
https://api.github.com/repos/huggingface/datasets/issues/3936/timeline
2022-03-16T17:04:05Z
null
null
PR_kwDODunzps40hE-P
closed
[]
false
3,936
{ "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 Wikipedia version and re-add tests
https://api.github.com/repos/huggingface/datasets/issues/3936/events
null
https://api.github.com/repos/huggingface/datasets/issues/3936/labels{/name}
2022-03-16T08:48:04Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3936.diff", "html_url": "https://github.com/huggingface/datasets/pull/3936", "merged_at": "2022-03-16T17:04:05Z", "patch_url": "https://github.com/huggingface/datasets/pull/3936.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,713,473
[]
https://api.github.com/repos/huggingface/datasets/issues/3936
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3936). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
To keep backward compatibility when loading using "wikipedia" dataset ID (https://huggingface.co/datasets/wikipedia), we have created the pre-processed data for the same languages we were offering before, but with updated date "20220301": - de - en - fr - frr - it - simple These pre-processed data can be acces...
2022-03-16T17:04:07Z
https://github.com/huggingface/datasets/pull/3936
{ "+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/3936/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3934/comments
https://api.github.com/repos/huggingface/datasets/issues/3934/timeline
2022-03-18T17:34:13Z
null
null
PR_kwDODunzps40ftiC
closed
[]
false
3,934
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create MAUVE metric card
https://api.github.com/repos/huggingface/datasets/issues/3934/events
null
https://api.github.com/repos/huggingface/datasets/issues/3934/labels{/name}
2022-03-15T21:36:07Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3934.diff", "html_url": "https://github.com/huggingface/datasets/pull/3934", "merged_at": "2022-03-18T17:34:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/3934.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,292,492
[]
https://api.github.com/repos/huggingface/datasets/issues/3934
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
Proposing a MAUVE metric card
2022-03-18T17:38:14Z
https://github.com/huggingface/datasets/pull/3934
{ "+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/3934/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3933/comments
https://api.github.com/repos/huggingface/datasets/issues/3933/timeline
2022-03-17T17:47:37Z
null
null
PR_kwDODunzps40flNM
closed
[]
false
3,933
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Update README.md
https://api.github.com/repos/huggingface/datasets/issues/3933/events
null
https://api.github.com/repos/huggingface/datasets/issues/3933/labels{/name}
2022-03-15T20:52:05Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3933.diff", "html_url": "https://github.com/huggingface/datasets/pull/3933", "merged_at": "2022-03-17T17:47:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/3933.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,253,605
[]
https://api.github.com/repos/huggingface/datasets/issues/3933
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
Fixing missing triple quote
2022-03-17T17:51:24Z
https://github.com/huggingface/datasets/pull/3933
{ "+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/3933/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3932/comments
https://api.github.com/repos/huggingface/datasets/issues/3932/timeline
2022-03-18T17:32:55Z
null
null
PR_kwDODunzps40fd0T
closed
[]
false
3,932
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create SARI metric card
https://api.github.com/repos/huggingface/datasets/issues/3932/events
null
https://api.github.com/repos/huggingface/datasets/issues/3932/labels{/name}
2022-03-15T20:37:23Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3932.diff", "html_url": "https://github.com/huggingface/datasets/pull/3932", "merged_at": "2022-03-18T17:32:55Z", "patch_url": "https://github.com/huggingface/datasets/pull/3932.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,221,773
[]
https://api.github.com/repos/huggingface/datasets/issues/3932
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
SARI metric card! (do we have an expert in text simplification to validate?.. :sweat_smile: )
2022-03-18T17:37:01Z
https://github.com/huggingface/datasets/pull/3932
{ "+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/3932/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3931/comments
https://api.github.com/repos/huggingface/datasets/issues/3931/timeline
2022-03-18T16:24:33Z
null
null
PR_kwDODunzps40fBjx
closed
[]
false
3,931
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
Add align_labels_with_mapping docs
https://api.github.com/repos/huggingface/datasets/issues/3931/events
null
https://api.github.com/repos/huggingface/datasets/issues/3931/labels{/name}
2022-03-15T19:24:57Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3931.diff", "html_url": "https://github.com/huggingface/datasets/pull/3931", "merged_at": "2022-03-18T16:24:33Z", "patch_url": "https://github.com/huggingface/datasets/pull/3931.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,097,208
[ { "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/3931
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR documents the `align_labels_with_mapping` function to ensure predicted labels are aligned with the dataset, or to assign a different mapping of labels to ids (requested by @mariosasko 🎉 ). For this specific code sample, the current dataset has a `mixed` label that the original [dataset](https://huggingface....
2022-03-18T16:28:31Z
https://github.com/huggingface/datasets/pull/3931
{ "+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/3931/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3930/comments
https://api.github.com/repos/huggingface/datasets/issues/3930/timeline
2022-04-04T15:17:28Z
null
null
PR_kwDODunzps40e_fb
closed
[]
false
3,930
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create README.md
https://api.github.com/repos/huggingface/datasets/issues/3930/events
null
https://api.github.com/repos/huggingface/datasets/issues/3930/labels{/name}
2022-03-15T19:16:59Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3930.diff", "html_url": "https://github.com/huggingface/datasets/pull/3930", "merged_at": "2022-04-04T15:17:28Z", "patch_url": "https://github.com/huggingface/datasets/pull/3930.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,087,793
[]
https://api.github.com/repos/huggingface/datasets/issues/3930
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
Creating a README for IndicGLUE cc @mcmillanmajora for fact checking in terms of languages (also, are there any limitations of the dataset or eval metric that I'm not aware of?)
2022-04-04T15:23:15Z
https://github.com/huggingface/datasets/pull/3930
{ "+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/3930/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3929/comments
https://api.github.com/repos/huggingface/datasets/issues/3929/timeline
2022-03-16T09:54:06Z
null
completed
I_kwDODunzps5Fvcs7
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
3,929
{ "avatar_url": "https://avatars.githubusercontent.com/u/28349961?v=4", "events_url": "https://api.github.com/users/caush/events{/privacy}", "followers_url": "https://api.github.com/users/caush/followers", "following_url": "https://api.github.com/users/caush/following{/other_user}", "gists_url": "https://api....
Load a local dataset twice
https://api.github.com/repos/huggingface/datasets/issues/3929/events
null
https://api.github.com/repos/huggingface/datasets/issues/3929/labels{/name}
2022-03-15T18:59:26Z
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
1,170,066,235
[ { "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/3929
[ "Hi @caush, thanks for reporting:\r\n\r\nIn order to load local CSV files, you can use our \"csv\" loading script: https://huggingface.co/docs/datasets/loading#csv\r\n```python\r\ndataset = load_dataset(\"csv\", data_files=[\"data/file1.csv\", \"data/file2.csv\"])\r\n```\r\nOR:\r\n```python\r\ndataset = load_datase...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Load a local "dataset" composed of two csv files twice. ## Steps to reproduce the bug Put the two joined files in a repository named "Data". Then in python: import datasets as ds ds.load_dataset('Data', data_files = {'file1.csv', 'file2.csv'}) ## Expected results Should give something ...
2022-03-16T09:55:09Z
https://github.com/huggingface/datasets/issues/3929
{ "+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/3929/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3928/comments
https://api.github.com/repos/huggingface/datasets/issues/3928/timeline
2022-03-17T08:37:24Z
null
completed
I_kwDODunzps5FvQts
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
3,928
{ "avatar_url": "https://avatars.githubusercontent.com/u/30974685?v=4", "events_url": "https://api.github.com/users/ierezell/events{/privacy}", "followers_url": "https://api.github.com/users/ierezell/followers", "following_url": "https://api.github.com/users/ierezell/following{/other_user}", "gists_url": "htt...
Frugal score deprecations
https://api.github.com/repos/huggingface/datasets/issues/3928/events
null
https://api.github.com/repos/huggingface/datasets/issues/3928/labels{/name}
2022-03-15T18:10:42Z
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
1,170,017,132
[ { "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/3928
[ "Hi @Ierezell, thanks for reporting.\r\n\r\nI'm making a PR to suppress those logs from the terminal. " ]
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug The frugal score returns a really verbose output with warnings that can be easily changed. ## Steps to reproduce the bug ```python # Sample code to reproduce the bug from datasets.load import load_metric frugal = load_metric("frugalscore") frugal.compute(predictions=["Do you like spinach...
2022-03-17T08:37:24Z
https://github.com/huggingface/datasets/issues/3928
{ "+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/3928/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3927/comments
https://api.github.com/repos/huggingface/datasets/issues/3927/timeline
2022-03-29T10:08:20Z
null
null
PR_kwDODunzps40ewN2
closed
[]
false
3,927
{ "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:...
Update main readme
https://api.github.com/repos/huggingface/datasets/issues/3927/events
null
https://api.github.com/repos/huggingface/datasets/issues/3927/labels{/name}
2022-03-15T18:09:59Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3927.diff", "html_url": "https://github.com/huggingface/datasets/pull/3927", "merged_at": "2022-03-29T10:08:20Z", "patch_url": "https://github.com/huggingface/datasets/pull/3927.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,170,016,465
[]
https://api.github.com/repos/huggingface/datasets/issues/3927
[ "_The documentation is not available anymore as the PR was closed or merged._", "What do you think @albertvillanova ?" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
The main readme was still focused on text datasets - I extended it by mentioning that we also support image and audio datasets
2022-03-29T10:13:47Z
https://github.com/huggingface/datasets/pull/3927
{ "+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/3927/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3926/comments
https://api.github.com/repos/huggingface/datasets/issues/3926/timeline
2022-03-15T19:27:12Z
null
null
PR_kwDODunzps40ehVP
closed
[]
false
3,926
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
Doc maintenance
https://api.github.com/repos/huggingface/datasets/issues/3926/events
null
https://api.github.com/repos/huggingface/datasets/issues/3926/labels{/name}
2022-03-15T17:00:46Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3926.diff", "html_url": "https://github.com/huggingface/datasets/pull/3926", "merged_at": "2022-03-15T19:27:12Z", "patch_url": "https://github.com/huggingface/datasets/pull/3926.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,169,945,052
[ { "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/3926
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3926). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR adds some minor maintenance to the docs. The main fix is properly linking to pages in the callouts because some of the links would just redirect to a non-existent section on the same page.
2022-03-15T19:27:15Z
https://github.com/huggingface/datasets/pull/3926
{ "+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/3926/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3925/comments
https://api.github.com/repos/huggingface/datasets/issues/3925/timeline
2022-03-22T13:44:04Z
null
null
PR_kwDODunzps40eaq8
closed
[]
false
3,925
{ "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 main_classes docs index
https://api.github.com/repos/huggingface/datasets/issues/3925/events
null
https://api.github.com/repos/huggingface/datasets/issues/3925/labels{/name}
2022-03-15T16:33:46Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3925.diff", "html_url": "https://github.com/huggingface/datasets/pull/3925", "merged_at": "2022-03-22T13:44:04Z", "patch_url": "https://github.com/huggingface/datasets/pull/3925.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,169,913,769
[]
https://api.github.com/repos/huggingface/datasets/issues/3925
[ "_The documentation is not available anymore as the PR was closed or merged._", "Hmm it's still not good \r\n![image](https://user-images.githubusercontent.com/42851186/158429361-e19ce25b-c259-4ded-8473-075deafdbb96.png)\r\n\r\nany idea what could cause this ?", "Ok fixed :)" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Currently the `main_classes` documentation has a wrong index. I believe this comes from issues in the examples of the Translation feature types ![image](https://user-images.githubusercontent.com/42851186/158426345-2ee1ceef-ddf3-4a6f-a93e-d1a8f38a44f5.png)
2022-03-22T13:49:11Z
https://github.com/huggingface/datasets/pull/3925
{ "+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/3925/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3924/comments
https://api.github.com/repos/huggingface/datasets/issues/3924/timeline
2022-03-15T15:41:23Z
null
null
PR_kwDODunzps40eED5
closed
[]
false
3,924
{ "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:...
Document cases for github datasets
https://api.github.com/repos/huggingface/datasets/issues/3924/events
null
https://api.github.com/repos/huggingface/datasets/issues/3924/labels{/name}
2022-03-15T15:10:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3924.diff", "html_url": "https://github.com/huggingface/datasets/pull/3924", "merged_at": "2022-03-15T15:41:23Z", "patch_url": "https://github.com/huggingface/datasets/pull/3924.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,169,805,813
[]
https://api.github.com/repos/huggingface/datasets/issues/3924
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3924). All of your documentation changes will be reflected on that endpoint.", "Yay!" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
In general we recommend adding the new dataset under a username or organization in the Hugging Face Hub at [hf.co/datasets](hf.co/datasets), but users can still add a dataset on github in some cases. I added a paragraph in the documentation to explain in which cases it can make more sense to open a PR on github: ...
2022-04-05T18:33:15Z
https://github.com/huggingface/datasets/pull/3924
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/huggingface/datasets/issues/3924/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3923/comments
https://api.github.com/repos/huggingface/datasets/issues/3923/timeline
2022-03-15T16:45:06Z
null
null
PR_kwDODunzps40d9YU
closed
[]
false
3,923
{ "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:...
Add methods to IterableDatasetDict
https://api.github.com/repos/huggingface/datasets/issues/3923/events
null
https://api.github.com/repos/huggingface/datasets/issues/3923/labels{/name}
2022-03-15T14:46:03Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3923.diff", "html_url": "https://github.com/huggingface/datasets/pull/3923", "merged_at": "2022-03-15T16:45:06Z", "patch_url": "https://github.com/huggingface/datasets/pull/3923.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,169,773,869
[]
https://api.github.com/repos/huggingface/datasets/issues/3923
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3923). All of your documentation changes will be reflected on that endpoint.", "Is this feature stale or needs any help to it ? If so I can quickly send a PR. Thanks\r\n\r\nCC : @lhoestq, @albertvillanova ", "These features h...
https://api.github.com/repos/huggingface/datasets
MEMBER
Following the new methods added in #3826 and https://github.com/huggingface/datasets/pull/3862 I added several methods to IterableDatasetDict: - map - filter - shuffle - with_format - cast - cast_column - remove_columns - rename_column - rename_columns
2022-07-06T15:40:20Z
https://github.com/huggingface/datasets/pull/3923
{ "+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/3923/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3922/comments
https://api.github.com/repos/huggingface/datasets/issues/3922/timeline
2022-03-15T16:07:03Z
null
null
PR_kwDODunzps40d6vm
closed
[]
false
3,922
{ "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 NonMatchingChecksumError in MultiWOZ 2.2 dataset
https://api.github.com/repos/huggingface/datasets/issues/3922/events
null
https://api.github.com/repos/huggingface/datasets/issues/3922/labels{/name}
2022-03-15T14:36:28Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3922.diff", "html_url": "https://github.com/huggingface/datasets/pull/3922", "merged_at": "2022-03-15T16:07:02Z", "patch_url": "https://github.com/huggingface/datasets/pull/3922.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,169,761,293
[]
https://api.github.com/repos/huggingface/datasets/issues/3922
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3922). All of your documentation changes will be reflected on that endpoint.", "Unrelated CI test failure. This PR can be merged." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix #2957
2022-03-15T16:07:04Z
https://github.com/huggingface/datasets/pull/3922
{ "+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/3922/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3921/comments
https://api.github.com/repos/huggingface/datasets/issues/3921/timeline
2022-03-15T15:54:26Z
null
null
PR_kwDODunzps40d4Mk
closed
[]
false
3,921
{ "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 NonMatchingChecksumError in CRD3 dataset
https://api.github.com/repos/huggingface/datasets/issues/3921/events
null
https://api.github.com/repos/huggingface/datasets/issues/3921/labels{/name}
2022-03-15T14:27:14Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3921.diff", "html_url": "https://github.com/huggingface/datasets/pull/3921", "merged_at": "2022-03-15T15:54:26Z", "patch_url": "https://github.com/huggingface/datasets/pull/3921.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,169,749,338
[]
https://api.github.com/repos/huggingface/datasets/issues/3921
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3921). All of your documentation changes will be reflected on that endpoint.", "Unrelated test failure. This PR can be merged." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix #3051
2022-03-15T15:54:27Z
https://github.com/huggingface/datasets/pull/3921
{ "+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/3921/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3920/comments
https://api.github.com/repos/huggingface/datasets/issues/3920/timeline
2022-03-16T09:17:12Z
null
completed
I_kwDODunzps5FtaeH
closed
[]
null
3,920
{ "avatar_url": "https://avatars.githubusercontent.com/u/68355048?v=4", "events_url": "https://api.github.com/users/Arij-Aladel/events{/privacy}", "followers_url": "https://api.github.com/users/Arij-Aladel/followers", "following_url": "https://api.github.com/users/Arij-Aladel/following{/other_user}", "gists_u...
'datasets.features' is not a package
https://api.github.com/repos/huggingface/datasets/issues/3920/events
null
https://api.github.com/repos/huggingface/datasets/issues/3920/labels{/name}
2022-03-15T11:14:23Z
null
false
null
null
1,169,532,807
[]
https://api.github.com/repos/huggingface/datasets/issues/3920
[ "Hi @Arij-Aladel,\r\n\r\nYou are using a very old version of our library `datasets`: 1.8.0\r\nCurrent version is 2.0.0 (and the previous one was 1.18.4)\r\n\r\nPlease, try to update `datasets` library and check if the problem persists:\r\n```shell\r\n/env/bin/pip install -U datasets", "The problem I can no I have...
https://api.github.com/repos/huggingface/datasets
NONE
@albertvillanova python 3.9 os: ubuntu 20.04 In conda environment torch installed by ```/env/bin/pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html``` datasets package is installed by ``` /env/bin/pip install datasets==1.8....
2022-03-16T09:17:12Z
https://github.com/huggingface/datasets/issues/3920
{ "+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/3920/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3919/comments
https://api.github.com/repos/huggingface/datasets/issues/3919/timeline
2022-03-17T04:16:14Z
null
completed
I_kwDODunzps5FtRx6
closed
[]
null
3,919
{ "avatar_url": "https://avatars.githubusercontent.com/u/48145785?v=4", "events_url": "https://api.github.com/users/jswapnil10/events{/privacy}", "followers_url": "https://api.github.com/users/jswapnil10/followers", "following_url": "https://api.github.com/users/jswapnil10/following{/other_user}", "gists_url"...
AttributeError: 'DatasetDict' object has no attribute 'features'
https://api.github.com/repos/huggingface/datasets/issues/3919/events
null
https://api.github.com/repos/huggingface/datasets/issues/3919/labels{/name}
2022-03-15T10:46:59Z
null
false
null
null
1,169,497,210
[ { "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/3919
[ "You are likely trying to get the `features` from a `DatasetDict`, a dictionary containing `Datasets`. You probably first want to index into a particular split from your `DatasetDict` i.e. `dataset['train'].features`. \r\n\r\nFor example \r\n\r\n```python \r\nds = load_dataset('mnist')\r\nds.features\r\n```\r\nRetu...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Receiving the error when trying to check for Dataset features ## Steps to reproduce the bug from datasets import Dataset dataset = Dataset.from_pandas(df[['id', 'words', 'bboxes', 'ner_tags', 'image_path']]) dataset.features ## Expected results A clear and concise description of the exp...
2022-03-17T04:16:14Z
https://github.com/huggingface/datasets/issues/3919
{ "+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/3919/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3918/comments
https://api.github.com/repos/huggingface/datasets/issues/3918/timeline
2022-03-15T14:01:25Z
null
completed
I_kwDODunzps5Fsxxl
closed
[]
null
3,918
{ "avatar_url": "https://avatars.githubusercontent.com/u/51409295?v=4", "events_url": "https://api.github.com/users/willowdong/events{/privacy}", "followers_url": "https://api.github.com/users/willowdong/followers", "following_url": "https://api.github.com/users/willowdong/following{/other_user}", "gists_url"...
datasets.utils.info_utils.NonMatchingChecksumError: Checksums didn't match for dataset source files
https://api.github.com/repos/huggingface/datasets/issues/3918/events
null
https://api.github.com/repos/huggingface/datasets/issues/3918/labels{/name}
2022-03-15T08:53:45Z
null
false
null
null
1,169,366,117
[ { "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" }, { "color": "cfd3d7", "default": true, "descript...
https://api.github.com/repos/huggingface/datasets/issues/3918
[ "Hi @willowdong! These issues were fixed on master. We will have a new release of `datasets` later today. In the meantime, you can avoid these issues by installing `datasets` from master as follows:\r\n```bash\r\npip install git+https://github.com/huggingface/datasets.git\r\n```", "You should force redownload:\r\...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Can't load the dataset ## Steps to reproduce the bug ```python # Sample code to reproduce the bug ``` from datasets import load_dataset dataset = load_dataset('multi_news') dataset_2=load_dataset("reddit_tifu", "long") ## Actual results raise NonMatchingChecksumError(error_msg + s...
2022-03-16T15:36:58Z
https://github.com/huggingface/datasets/issues/3918
{ "+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/3918/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3917/comments
https://api.github.com/repos/huggingface/datasets/issues/3917/timeline
2022-03-17T17:45:39Z
null
null
PR_kwDODunzps40bGZA
closed
[]
false
3,917
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create README.md
https://api.github.com/repos/huggingface/datasets/issues/3917/events
null
https://api.github.com/repos/huggingface/datasets/issues/3917/labels{/name}
2022-03-14T21:08:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3917.diff", "html_url": "https://github.com/huggingface/datasets/pull/3917", "merged_at": "2022-03-17T17:45:39Z", "patch_url": "https://github.com/huggingface/datasets/pull/3917.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,906,154
[]
https://api.github.com/repos/huggingface/datasets/issues/3917
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3917). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
NONE
This follows the same structure as the GLUE metric card, hope that works for everyone :)
2022-03-17T17:45:39Z
https://github.com/huggingface/datasets/pull/3917
{ "+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/3917/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3916/comments
https://api.github.com/repos/huggingface/datasets/issues/3916/timeline
2022-03-15T17:06:56Z
null
null
PR_kwDODunzps40a-cR
closed
[]
false
3,916
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create README.md for GLUE
https://api.github.com/repos/huggingface/datasets/issues/3916/events
null
https://api.github.com/repos/huggingface/datasets/issues/3916/labels{/name}
2022-03-14T20:27:22Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3916.diff", "html_url": "https://github.com/huggingface/datasets/pull/3916", "merged_at": "2022-03-15T17:06:56Z", "patch_url": "https://github.com/huggingface/datasets/pull/3916.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,869,191
[]
https://api.github.com/repos/huggingface/datasets/issues/3916
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3916). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
NONE
I still have a hesitation regarding the format of inputs -- whether it's a list or a list of lists? -- hopefully @lhoestq will be able to clarify. Also tagging @yjernite for the Limitations section. Happy to hear your thoughts!
2022-03-15T17:06:57Z
https://github.com/huggingface/datasets/pull/3916
{ "+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/3916/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3915/comments
https://api.github.com/repos/huggingface/datasets/issues/3915/timeline
2022-05-04T10:37:06Z
null
null
PR_kwDODunzps40a54e
closed
[]
false
3,915
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
Metric card template
https://api.github.com/repos/huggingface/datasets/issues/3915/events
null
https://api.github.com/repos/huggingface/datasets/issues/3915/labels{/name}
2022-03-14T20:07:08Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3915.diff", "html_url": "https://github.com/huggingface/datasets/pull/3915", "merged_at": "2022-05-04T10:37:06Z", "patch_url": "https://github.com/huggingface/datasets/pull/3915.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,848,101
[]
https://api.github.com/repos/huggingface/datasets/issues/3915
[ "_The documentation is not available anymore as the PR was closed or merged._", "Looks like a great start! I have a general comment and a few specific comments.\r\n\r\nMy general comment is I wonder if we need a post for this template and the data and model card templates (or a combined one?) explaining why this ...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Adding a metric card template, based on ideas and edits from @sashavor and I, as well as from comments from @lhoestq and others (thank you!). All feedback is welcome, but am especially curious about feedback in terms of: - things that should be included but aren't - things that are included but should be changed o...
2022-05-04T10:44:09Z
https://github.com/huggingface/datasets/pull/3915
{ "+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/3915/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3914/comments
https://api.github.com/repos/huggingface/datasets/issues/3914/timeline
2022-03-17T15:02:58Z
null
null
PR_kwDODunzps40aq2r
closed
[]
false
3,914
{ "avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4", "events_url": "https://api.github.com/users/sgugger/events{/privacy}", "followers_url": "https://api.github.com/users/sgugger/followers", "following_url": "https://api.github.com/users/sgugger/following{/other_user}", "gists_url": "https:...
Use templates for doc-builidng jobs
https://api.github.com/repos/huggingface/datasets/issues/3914/events
null
https://api.github.com/repos/huggingface/datasets/issues/3914/labels{/name}
2022-03-14T18:53:06Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3914.diff", "html_url": "https://github.com/huggingface/datasets/pull/3914", "merged_at": "2022-03-17T15:02:58Z", "patch_url": "https://github.com/huggingface/datasets/pull/3914.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,777,880
[]
https://api.github.com/repos/huggingface/datasets/issues/3914
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3914). All of your documentation changes will be reflected on that endpoint.", "You can ignore the CI failures btw, they're unrelated to this PR" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR updates the jobs for all doc-building related things by using the templates introduced on `doc-builder`. By putting those once there, we make sure every repo gets the latest fixes on the doc-building github actions :-) Note: all libraries must share the same docker image for those doc-building jobs. For now,...
2022-03-17T15:02:59Z
https://github.com/huggingface/datasets/pull/3914
{ "+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/3914/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3913/comments
https://api.github.com/repos/huggingface/datasets/issues/3913/timeline
2022-03-15T10:45:15Z
null
null
PR_kwDODunzps40afYJ
closed
[]
false
3,913
{ "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:...
Deterministic split order in DatasetDict.map
https://api.github.com/repos/huggingface/datasets/issues/3913/events
null
https://api.github.com/repos/huggingface/datasets/issues/3913/labels{/name}
2022-03-14T17:58:37Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3913.diff", "html_url": "https://github.com/huggingface/datasets/pull/3913", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/3913.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/3913" }
1,168,723,950
[]
https://api.github.com/repos/huggingface/datasets/issues/3913
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3913). All of your documentation changes will be reflected on that endpoint.", "I'm surprised this is needed because the order of the `dict` keys is deterministic as of Python 3.6 (documented in 3.7). Is there a reproducer for ...
https://api.github.com/repos/huggingface/datasets
MEMBER
The order in which the splits are processed by `map` is not deterministic in `DatasetDict.map`. This can cause caching issues when the processing function is stateful and sensible to the order in which examples are processed Close https://github.com/huggingface/datasets/issues/3847
2023-09-24T09:55:10Z
https://github.com/huggingface/datasets/pull/3913
{ "+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/3913/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3912/comments
https://api.github.com/repos/huggingface/datasets/issues/3912/timeline
2023-01-24T12:57:10Z
null
null
PR_kwDODunzps40aekr
closed
[]
true
3,912
{ "avatar_url": "https://avatars.githubusercontent.com/u/8264887?v=4", "events_url": "https://api.github.com/users/lvwerra/events{/privacy}", "followers_url": "https://api.github.com/users/lvwerra/followers", "following_url": "https://api.github.com/users/lvwerra/following{/other_user}", "gists_url": "https:/...
add draft of registering function for pandas
https://api.github.com/repos/huggingface/datasets/issues/3912/events
null
https://api.github.com/repos/huggingface/datasets/issues/3912/labels{/name}
2022-03-14T17:54:29Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3912.diff", "html_url": "https://github.com/huggingface/datasets/pull/3912", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/3912.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/3912" }
1,168,720,098
[]
https://api.github.com/repos/huggingface/datasets/issues/3912
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3912). All of your documentation changes will be reflected on that endpoint.", "That's cool ! Though I would expect such an integration to only require `huggingface_hub`, not the full `datasets` library. \r\n Indeed if users wa...
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR adds a register function for `pandas`. It allows to directly push `DataFrame` objects to the hub and in return loading datasets on the hub from `DataFrame`. The motivation for this integration is to enable the vast number of `pandas` users to be able to easily push `DataFrames` to the hub. Here is an exampl...
2023-09-24T09:55:01Z
https://github.com/huggingface/datasets/pull/3912
{ "+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/3912/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3911/comments
https://api.github.com/repos/huggingface/datasets/issues/3911/timeline
2022-03-17T17:45:54Z
null
null
PR_kwDODunzps40aQHz
closed
[]
false
3,911
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create README.md for CER metric
https://api.github.com/repos/huggingface/datasets/issues/3911/events
null
https://api.github.com/repos/huggingface/datasets/issues/3911/labels{/name}
2022-03-14T16:54:51Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3911.diff", "html_url": "https://github.com/huggingface/datasets/pull/3911", "merged_at": "2022-03-17T17:45:54Z", "patch_url": "https://github.com/huggingface/datasets/pull/3911.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,652,374
[]
https://api.github.com/repos/huggingface/datasets/issues/3911
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
NONE
Initial proposal for a CER metric card cc @patrickvonplaten - wdyt this time around? :smile:
2022-03-17T17:49:40Z
https://github.com/huggingface/datasets/pull/3911
{ "+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/3911/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3910/comments
https://api.github.com/repos/huggingface/datasets/issues/3910/timeline
2022-03-15T16:16:09Z
null
null
PR_kwDODunzps40aAiX
closed
[]
false
3,910
{ "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 text loader to split only on universal newlines
https://api.github.com/repos/huggingface/datasets/issues/3910/events
null
https://api.github.com/repos/huggingface/datasets/issues/3910/labels{/name}
2022-03-14T15:54:58Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3910.diff", "html_url": "https://github.com/huggingface/datasets/pull/3910", "merged_at": "2022-03-15T16:16:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/3910.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,579,694
[]
https://api.github.com/repos/huggingface/datasets/issues/3910
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3910). All of your documentation changes will be reflected on that endpoint.", "Looks like the test needs to be updated for windows ^^'", "I don't think this is the same issue as in https://github.com/oscar-corpus/corpus/issu...
https://api.github.com/repos/huggingface/datasets
MEMBER
Currently, `text` loader breaks on a superset of universal newlines, which also contains Unicode line boundaries. See: https://docs.python.org/3/library/stdtypes.html#str.splitlines However, the expected behavior is to get the lines splitted only on universal newlines: "\n", "\r\n" and "\r". See: oscar-corpus/cor...
2022-03-15T16:16:11Z
https://github.com/huggingface/datasets/pull/3910
{ "+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/3910/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3909/comments
https://api.github.com/repos/huggingface/datasets/issues/3909/timeline
2023-03-02T15:31:26Z
null
completed
I_kwDODunzps5FpxYK
closed
[]
null
3,909
{ "avatar_url": "https://avatars.githubusercontent.com/u/30385910?v=4", "events_url": "https://api.github.com/users/aliceinland/events{/privacy}", "followers_url": "https://api.github.com/users/aliceinland/followers", "following_url": "https://api.github.com/users/aliceinland/following{/other_user}", "gists_u...
Error loading file audio when downloading the Common Voice dataset directly from the Hub
https://api.github.com/repos/huggingface/datasets/issues/3909/events
null
https://api.github.com/repos/huggingface/datasets/issues/3909/labels{/name}
2022-03-14T15:53:50Z
null
false
null
null
1,168,578,058
[ { "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/3909
[ "Hi ! It could an issue with torchaudio, which version of torchaudio are you using ? Can you also try updating `datasets` to 2.0.0 and see if it works ?", "I _might_ have a similar issue. I'm trying to use the librispeech_asr dataset and read it with soundfile.\r\n\r\n```python\r\nfrom datasets import load_datase...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug When loading the Common_Voice dataset, by downloading it directly from the Hugging Face hub, some files can not be opened. ## Steps to reproduce the bug ```python import torch import torchaudio from datasets import load_dataset, load_metric from transformers import Wav2Vec2ForCTC, Wav2Vec2...
2023-03-02T15:31:27Z
https://github.com/huggingface/datasets/issues/3909
{ "+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/3909/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3908/comments
https://api.github.com/repos/huggingface/datasets/issues/3908/timeline
2022-03-15T17:04:11Z
null
null
PR_kwDODunzps40Z_9F
closed
[]
false
3,908
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Update README.md for SQuAD v2 metric
https://api.github.com/repos/huggingface/datasets/issues/3908/events
null
https://api.github.com/repos/huggingface/datasets/issues/3908/labels{/name}
2022-03-14T15:53:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3908.diff", "html_url": "https://github.com/huggingface/datasets/pull/3908", "merged_at": "2022-03-15T17:04:10Z", "patch_url": "https://github.com/huggingface/datasets/pull/3908.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,576,963
[]
https://api.github.com/repos/huggingface/datasets/issues/3908
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3908). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
NONE
Putting "Values from popular papers" as a subsection of "Output values"
2022-03-15T17:04:11Z
https://github.com/huggingface/datasets/pull/3908
{ "+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/3908/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3907/comments
https://api.github.com/repos/huggingface/datasets/issues/3907/timeline
2022-03-15T17:04:19Z
null
null
PR_kwDODunzps40Z_vd
closed
[]
false
3,907
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Update README.md for SQuAD metric
https://api.github.com/repos/huggingface/datasets/issues/3907/events
null
https://api.github.com/repos/huggingface/datasets/issues/3907/labels{/name}
2022-03-14T15:52:31Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3907.diff", "html_url": "https://github.com/huggingface/datasets/pull/3907", "merged_at": "2022-03-15T17:04:19Z", "patch_url": "https://github.com/huggingface/datasets/pull/3907.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,575,998
[]
https://api.github.com/repos/huggingface/datasets/issues/3907
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3907). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
NONE
Putting "Values from popular papers" as a subsection of "Output values"
2022-03-15T17:04:20Z
https://github.com/huggingface/datasets/pull/3907
{ "+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/3907/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3906/comments
https://api.github.com/repos/huggingface/datasets/issues/3906/timeline
2022-03-15T07:09:51Z
null
completed
I_kwDODunzps5FpdbI
closed
[]
null
3,906
{ "avatar_url": "https://avatars.githubusercontent.com/u/9049591?v=4", "events_url": "https://api.github.com/users/kolk/events{/privacy}", "followers_url": "https://api.github.com/users/kolk/followers", "following_url": "https://api.github.com/users/kolk/following{/other_user}", "gists_url": "https://api.gith...
NonMatchingChecksumError on Spider dataset
https://api.github.com/repos/huggingface/datasets/issues/3906/events
null
https://api.github.com/repos/huggingface/datasets/issues/3906/labels{/name}
2022-03-14T14:54:53Z
null
false
null
null
1,168,496,328
[ { "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/3906
[ "Hi @kolk, thanks for reporting.\r\n\r\nIndeed, Google Drive service recently changed their service and we had to add a fix to our library to cope with that change:\r\n- #3787 \r\n\r\nWe just made patch release last week: 1.18.4 https://github.com/huggingface/datasets/releases/tag/1.18.4\r\n\r\nPlease, feel free to...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Failure to generate dataset ```spider``` because of checksums error for dataset source files. ## Steps to reproduce the bug ``` from datasets import load_dataset spider = load_dataset("spider") ``` ## Expected results Checksums should match for files from url ['https://drive.google.com...
2022-03-15T07:09:51Z
https://github.com/huggingface/datasets/issues/3906
{ "+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/3906/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3905/comments
https://api.github.com/repos/huggingface/datasets/issues/3905/timeline
2022-03-16T19:38:56Z
null
null
PR_kwDODunzps40ZJQJ
closed
[]
false
3,905
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
Perplexity Metric Card
https://api.github.com/repos/huggingface/datasets/issues/3905/events
null
https://api.github.com/repos/huggingface/datasets/issues/3905/labels{/name}
2022-03-14T12:39:40Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3905.diff", "html_url": "https://github.com/huggingface/datasets/pull/3905", "merged_at": "2022-03-16T19:38:56Z", "patch_url": "https://github.com/huggingface/datasets/pull/3905.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,168,320,568
[]
https://api.github.com/repos/huggingface/datasets/issues/3905
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3905). All of your documentation changes will be reflected on that endpoint.", "I'm wondering if we should add that perplexity can be used for analyzing datasets as well", "Otherwise, looks good! Good job, @emibaylor !" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Add Perplexity metric card Note that it is currently still missing the citation, but I plan to add it later today.
2022-03-16T19:38:56Z
https://github.com/huggingface/datasets/pull/3905
{ "+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/3905/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3904/comments
https://api.github.com/repos/huggingface/datasets/issues/3904/timeline
2022-03-17T08:21:32Z
null
completed
I_kwDODunzps5FmiWv
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
3,904
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
CONLL2003 Dataset not available
https://api.github.com/repos/huggingface/datasets/issues/3904/events
null
https://api.github.com/repos/huggingface/datasets/issues/3904/labels{/name}
2022-03-13T23:46:15Z
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
1,167,730,095
[ { "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/3904
[ "Thanks for reporting, @omarespejel.\r\n\r\nI'm sorry but I can't reproduce the issue: the loading of the dataset works perfecto for me and I can reach the data URL: https://data.deepai.org/conll2003.zip\r\n\r\nMight it be due to a temporary problem in the data owner site (https://data.deepai.org/) that is fixed no...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug [CONLL2003](https://huggingface.co/datasets/conll2003) Dataset can no longer reach 'https://data.deepai.org/conll2003.zip' ![image](https://user-images.githubusercontent.com/4755430/158084483-ff83631c-5154-4823-892d-577bf1166db0.png) ## Steps to reproduce the bug ```python from datasets impo...
2023-06-28T18:08:16Z
https://github.com/huggingface/datasets/issues/3904
{ "+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/3904/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3903/comments
https://api.github.com/repos/huggingface/datasets/issues/3903/timeline
2022-05-31T12:15:58Z
null
null
PR_kwDODunzps40WnkI
closed
[]
false
3,903
{ "avatar_url": "https://avatars.githubusercontent.com/u/17746528?v=4", "events_url": "https://api.github.com/users/dnaveenr/events{/privacy}", "followers_url": "https://api.github.com/users/dnaveenr/followers", "following_url": "https://api.github.com/users/dnaveenr/following{/other_user}", "gists_url": "htt...
Add Biwi Kinect Head Pose dataset.
https://api.github.com/repos/huggingface/datasets/issues/3903/events
null
https://api.github.com/repos/huggingface/datasets/issues/3903/labels{/name}
2022-03-13T08:59:21Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3903.diff", "html_url": "https://github.com/huggingface/datasets/pull/3903", "merged_at": "2022-05-31T12:15:58Z", "patch_url": "https://github.com/huggingface/datasets/pull/3903.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,167,521,627
[]
https://api.github.com/repos/huggingface/datasets/issues/3903
[ "_The documentation is not available anymore as the PR was closed or merged._", "Thanks for the detailed explanation of the structure!\r\n\r\n1. IMO it makes the most sense to yield one example for each person (so the total of 24 examples), so the features dict should be similar to this:\r\n \r\n ```python\r\n ...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR adds the Biwi Kinect Head Pose dataset. Dataset Request : Add Biwi Kinect Head Pose Database [#3822](https://github.com/huggingface/datasets/issues/3822) The Biwi Kinect Head Pose Database is acquired with the Microsoft Kinect sensor, a structured IR light device.It contains 15K images of 20 people with 6...
2022-05-31T17:02:19Z
https://github.com/huggingface/datasets/pull/3903
{ "+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/3903/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3902/comments
https://api.github.com/repos/huggingface/datasets/issues/3902/timeline
2022-03-22T07:10:41Z
null
completed
I_kwDODunzps5FlSlx
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
3,902
{ "avatar_url": "https://avatars.githubusercontent.com/u/3166852?v=4", "events_url": "https://api.github.com/users/arunasank/events{/privacy}", "followers_url": "https://api.github.com/users/arunasank/followers", "following_url": "https://api.github.com/users/arunasank/following{/other_user}", "gists_url": "h...
Can't import datasets: partially initialized module 'fsspec' has no attribute 'utils'
https://api.github.com/repos/huggingface/datasets/issues/3902/events
null
https://api.github.com/repos/huggingface/datasets/issues/3902/labels{/name}
2022-03-12T21:22:03Z
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
1,167,403,377
[ { "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/3902
[ "Update: `\"python3 -c \"from from datasets import Dataset, DatasetDict\"` works, but not if I import without the `python3 -c`", "Hi @arunasank, thanks for reporting.\r\n\r\nIt seems that this can be caused because you are using an old version of `fsspec`: the reason why it works if you run `python3` seems to be ...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Unable to import datasets ## Steps to reproduce the bug ```python from datasets import Dataset, DatasetDict ``` ## Expected results The import works without errors ## Actual results ``` AttributeError Traceback (most recent call last) <ipython-input-37-c8c...
2023-02-09T14:53:49Z
https://github.com/huggingface/datasets/issues/3902
{ "+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/3902/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3901/comments
https://api.github.com/repos/huggingface/datasets/issues/3901/timeline
2022-04-12T12:10:49Z
null
completed
I_kwDODunzps5FlDD9
closed
[]
null
3,901
{ "avatar_url": "https://avatars.githubusercontent.com/u/3006607?v=4", "events_url": "https://api.github.com/users/ratishsp/events{/privacy}", "followers_url": "https://api.github.com/users/ratishsp/followers", "following_url": "https://api.github.com/users/ratishsp/following{/other_user}", "gists_url": "http...
Dataset viewer issue for IndicParaphrase- the preview doesn't show
https://api.github.com/repos/huggingface/datasets/issues/3901/events
null
https://api.github.com/repos/huggingface/datasets/issues/3901/labels{/name}
2022-03-12T16:56:05Z
null
false
null
null
1,167,339,773
[ { "color": "E5583E", "default": false, "description": "Related to the dataset viewer on huggingface.co", "id": 3470211881, "name": "dataset-viewer", "node_id": "LA_kwDODunzps7O1zsp", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset-viewer" } ]
https://api.github.com/repos/huggingface/datasets/issues/3901
[ "It seems to have been fixed:\r\n\r\n<img width=\"1534\" alt=\"Capture d’écran 2022-04-12 à 14 10 07\" src=\"https://user-images.githubusercontent.com/1676121/162959599-6b7fef7c-8411-4e03-8f00-90040a658079.png\">\r\n" ]
https://api.github.com/repos/huggingface/datasets
NONE
## Dataset viewer issue for '*IndicParaphrase*' **Link:** *[IndicParaphrase](https://huggingface.co/datasets/ai4bharat/IndicParaphrase/viewer/hi/validation)* *The preview of the dataset doesn't come up. The error on the console is: Status code: 400 Exception: FileNotFoundError Message: [Errno 2] ...
2022-04-12T12:10:50Z
https://github.com/huggingface/datasets/issues/3901
{ "+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/3901/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3900/comments
https://api.github.com/repos/huggingface/datasets/issues/3900/timeline
2022-04-01T15:16:30Z
null
null
PR_kwDODunzps40VxRh
closed
[]
false
3,900
{ "avatar_url": "https://avatars.githubusercontent.com/u/17746528?v=4", "events_url": "https://api.github.com/users/dnaveenr/events{/privacy}", "followers_url": "https://api.github.com/users/dnaveenr/followers", "following_url": "https://api.github.com/users/dnaveenr/following{/other_user}", "gists_url": "htt...
Add MetaShift dataset
https://api.github.com/repos/huggingface/datasets/issues/3900/events
null
https://api.github.com/repos/huggingface/datasets/issues/3900/labels{/name}
2022-03-12T08:44:18Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3900.diff", "html_url": "https://github.com/huggingface/datasets/pull/3900", "merged_at": "2022-04-01T15:16:30Z", "patch_url": "https://github.com/huggingface/datasets/pull/3900.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,167,224,903
[]
https://api.github.com/repos/huggingface/datasets/issues/3900
[ "_The documentation is not available anymore as the PR was closed or merged._", "@lhoestq Please could you review this when you get time. Thank you.", "Thanks a lot for your inputs @mariosasko .\r\n> Maybe we can add the generated meta-graphs to the card as images (with attributions)?\r\n\r\nYes. We can do this...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR adds the MetaShift dataset. Dataset Request : Add MetaShift dataset [#3813](https://github.com/huggingface/datasets/issues/3813) @lhoestq As discussed, - I have copied the preprocessing script and modified it as required to not create new directories and folders and instead yield the images. - I do ...
2022-04-01T16:59:48Z
https://github.com/huggingface/datasets/pull/3900
{ "+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/3900/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3899/comments
https://api.github.com/repos/huggingface/datasets/issues/3899/timeline
2022-03-21T16:05:35Z
null
null
PR_kwDODunzps40UzR3
closed
[]
false
3,899
{ "avatar_url": "https://avatars.githubusercontent.com/u/27527747?v=4", "events_url": "https://api.github.com/users/emibaylor/events{/privacy}", "followers_url": "https://api.github.com/users/emibaylor/followers", "following_url": "https://api.github.com/users/emibaylor/following{/other_user}", "gists_url": "...
Add exact match metric
https://api.github.com/repos/huggingface/datasets/issues/3899/events
null
https://api.github.com/repos/huggingface/datasets/issues/3899/labels{/name}
2022-03-11T22:21:40Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3899.diff", "html_url": "https://github.com/huggingface/datasets/pull/3899", "merged_at": "2022-03-21T16:05:34Z", "patch_url": "https://github.com/huggingface/datasets/pull/3899.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,931,812
[]
https://api.github.com/repos/huggingface/datasets/issues/3899
[ "_The documentation is not available anymore as the PR was closed or merged._" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Adding the exact match metric and its metric card. Note: Some of the tests have failed, but I wanted to make a PR anyway so that the rest of the code can be reviewed if anyone has time. I'll look into + work on fixing the failed tests when I'm back online after the weekend
2022-03-21T16:10:03Z
https://github.com/huggingface/datasets/pull/3899
{ "+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/3899/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3898/comments
https://api.github.com/repos/huggingface/datasets/issues/3898/timeline
2022-03-15T17:04:59Z
null
null
PR_kwDODunzps40UWG4
closed
[]
false
3,898
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create README.md for WER metric
https://api.github.com/repos/huggingface/datasets/issues/3898/events
null
https://api.github.com/repos/huggingface/datasets/issues/3898/labels{/name}
2022-03-11T19:29:09Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3898.diff", "html_url": "https://github.com/huggingface/datasets/pull/3898", "merged_at": "2022-03-15T17:04:59Z", "patch_url": "https://github.com/huggingface/datasets/pull/3898.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,778,250
[]
https://api.github.com/repos/huggingface/datasets/issues/3898
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3898). All of your documentation changes will be reflected on that endpoint.", "For ASR you can probably ping @patrickvonplaten ", "Ah only noticed now that ` # Values from popular papers` is from a template. @lhoestq @sashav...
https://api.github.com/repos/huggingface/datasets
NONE
Proposing a draft WER metric card, @lhoestq I'm not very certain about "Values from popular papers" -- I don't know ASR very well, what do you think of the examples I found?
2022-03-15T17:05:00Z
https://github.com/huggingface/datasets/pull/3898
{ "+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/3898/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3897/comments
https://api.github.com/repos/huggingface/datasets/issues/3897/timeline
2022-03-14T15:01:08Z
null
null
PR_kwDODunzps40UJH4
closed
[]
false
3,897
{ "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"...
Align tqdm control/cache control with Transformers
https://api.github.com/repos/huggingface/datasets/issues/3897/events
null
https://api.github.com/repos/huggingface/datasets/issues/3897/labels{/name}
2022-03-11T18:12:22Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3897.diff", "html_url": "https://github.com/huggingface/datasets/pull/3897", "merged_at": "2022-03-14T15:01:08Z", "patch_url": "https://github.com/huggingface/datasets/pull/3897.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,715,104
[]
https://api.github.com/repos/huggingface/datasets/issues/3897
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3897). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR: * aligns the `tqdm` logic with Transformers (follows https://github.com/huggingface/transformers/pull/15167) by moving the code to `utils/logging.py`, adding `enable_progres_bar`/`disable_progres_bar` and removing `set_progress_bar_enabled` (a note for @lhoestq: I'm not adding `logging.tqdm` to the public nam...
2022-03-14T15:01:10Z
https://github.com/huggingface/datasets/pull/3897
{ "+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/3897/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3896/comments
https://api.github.com/repos/huggingface/datasets/issues/3896/timeline
2022-03-15T12:30:23Z
null
completed
I_kwDODunzps5FiVWu
closed
[]
null
3,896
{ "avatar_url": "https://avatars.githubusercontent.com/u/1676121?v=4", "events_url": "https://api.github.com/users/severo/events{/privacy}", "followers_url": "https://api.github.com/users/severo/followers", "following_url": "https://api.github.com/users/severo/following{/other_user}", "gists_url": "https://ap...
Missing google file for `multi_news` dataset
https://api.github.com/repos/huggingface/datasets/issues/3896/events
null
https://api.github.com/repos/huggingface/datasets/issues/3896/labels{/name}
2022-03-11T16:38:10Z
null
false
null
null
1,166,628,270
[ { "color": "E5583E", "default": false, "description": "Related to the dataset viewer on huggingface.co", "id": 3470211881, "name": "dataset-viewer", "node_id": "LA_kwDODunzps7O1zsp", "url": "https://api.github.com/repos/huggingface/datasets/labels/dataset-viewer" } ]
https://api.github.com/repos/huggingface/datasets/issues/3896
[ "reported by @abidlabs ", "related to https://github.com/huggingface/datasets/pull/3843?", "`datasets` 1.18.4 fixes the issue when you load the dataset with `load_dataset`.\r\n\r\nWhen loading in streaming mode, the fix is indeed on https://github.com/huggingface/datasets/pull/3843 which will be merged soon :)"...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
## Dataset viewer issue for '*multi_news*' **Link:** https://huggingface.co/datasets/multi_news ``` Server error Status code: 400 Exception: FileNotFoundError Message: https://drive.google.com/uc?export=download&id=1vRY2wM6rlOZrf9exGTm5pXj5ExlVwJ0C/multi-news-original/train.src ``` Am I the ...
2022-03-15T12:30:23Z
https://github.com/huggingface/datasets/issues/3896
{ "+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/3896/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3895/comments
https://api.github.com/repos/huggingface/datasets/issues/3895/timeline
2022-03-11T17:34:29Z
null
null
PR_kwDODunzps40T1C8
closed
[]
false
3,895
{ "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 code examples indentation
https://api.github.com/repos/huggingface/datasets/issues/3895/events
null
https://api.github.com/repos/huggingface/datasets/issues/3895/labels{/name}
2022-03-11T16:29:04Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3895.diff", "html_url": "https://github.com/huggingface/datasets/pull/3895", "merged_at": "2022-03-11T17:34:29Z", "patch_url": "https://github.com/huggingface/datasets/pull/3895.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,619,182
[]
https://api.github.com/repos/huggingface/datasets/issues/3895
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3895). All of your documentation changes will be reflected on that endpoint.", "Still not rendered properly: https://moon-ci-docs.huggingface.co/docs/datasets/pr_3895/en/package_reference/main_classes#datasets.Dataset.align_lab...
https://api.github.com/repos/huggingface/datasets
MEMBER
Some code examples are currently not rendered correctly. I think this is because they are over-indented cc @mariosasko
2022-03-11T17:34:30Z
https://github.com/huggingface/datasets/pull/3895
{ "+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/3895/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3894/comments
https://api.github.com/repos/huggingface/datasets/issues/3894/timeline
2022-03-11T17:27:55Z
null
null
PR_kwDODunzps40TzXW
closed
[]
false
3,894
{ "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:...
[docs] make dummy data creation optional
https://api.github.com/repos/huggingface/datasets/issues/3894/events
null
https://api.github.com/repos/huggingface/datasets/issues/3894/labels{/name}
2022-03-11T16:21:34Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3894.diff", "html_url": "https://github.com/huggingface/datasets/pull/3894", "merged_at": "2022-03-11T17:27:55Z", "patch_url": "https://github.com/huggingface/datasets/pull/3894.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,611,270
[]
https://api.github.com/repos/huggingface/datasets/issues/3894
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3894). All of your documentation changes will be reflected on that endpoint.", "The dev doc build rendering doesn't seem to be updated with my last commit for some reason", "Merging it anyway since I'd like to share this page...
https://api.github.com/repos/huggingface/datasets
MEMBER
Related to #3507 : dummy data for datasets created on the Hugging Face Hub are optional. We can discuss later to make them optional for datasets in this repository as well
2022-03-11T17:27:56Z
https://github.com/huggingface/datasets/pull/3894
{ "+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/3894/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3893/comments
https://api.github.com/repos/huggingface/datasets/issues/3893/timeline
2022-03-11T15:34:34Z
null
null
PR_kwDODunzps40TmxB
closed
[]
false
3,893
{ "avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4", "events_url": "https://api.github.com/users/sgugger/events{/privacy}", "followers_url": "https://api.github.com/users/sgugger/followers", "following_url": "https://api.github.com/users/sgugger/following{/other_user}", "gists_url": "https:...
Add default branch for doc building
https://api.github.com/repos/huggingface/datasets/issues/3893/events
null
https://api.github.com/repos/huggingface/datasets/issues/3893/labels{/name}
2022-03-11T15:24:27Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3893.diff", "html_url": "https://github.com/huggingface/datasets/pull/3893", "merged_at": "2022-03-11T15:34:34Z", "patch_url": "https://github.com/huggingface/datasets/pull/3893.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,551,684
[]
https://api.github.com/repos/huggingface/datasets/issues/3893
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3893). All of your documentation changes will be reflected on that endpoint.", "Yes! And when we discovered on the Transformers side that this check fails on the GitHub actions, we added a config attribute to have a default. Se...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Since other libraries use `main` as their default branch and it's now the standard default, you have to specify a different name in the doc config if you're using `master` like datasets (`doc-builder` tries to guess it, but in the job, we have weird checkout of merge commits so it doesn't always manage to get it right)...
2022-03-11T15:34:35Z
https://github.com/huggingface/datasets/pull/3893
{ "+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/3893/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3892/comments
https://api.github.com/repos/huggingface/datasets/issues/3892/timeline
2022-03-15T12:28:23Z
null
null
PR_kwDODunzps40ShYB
closed
[]
false
3,892
{ "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 CLI test checksums
https://api.github.com/repos/huggingface/datasets/issues/3892/events
null
https://api.github.com/repos/huggingface/datasets/issues/3892/labels{/name}
2022-03-11T10:04:04Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3892.diff", "html_url": "https://github.com/huggingface/datasets/pull/3892", "merged_at": "2022-03-15T12:28:23Z", "patch_url": "https://github.com/huggingface/datasets/pull/3892.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,166,227,003
[]
https://api.github.com/repos/huggingface/datasets/issues/3892
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3892). All of your documentation changes will be reflected on that endpoint.", "Feel free to merge if it's good for you :)", "I've added a test @lhoestq. Once all green, I'll merge. ", "Last failing tests do not have nothin...
https://api.github.com/repos/huggingface/datasets
MEMBER
Previous PR: - #3796 introduced a side effect: `datasets-cli test` generates `dataset_infos.json` with `None` checksum values. See: - #3805 This PR introduces a way for `datasets-cli test` to force to record infos, even if `verify_infos=False` Close #3848. CC: @craffel
2022-03-15T12:28:24Z
https://github.com/huggingface/datasets/pull/3892
{ "+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/3892/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3891/comments
https://api.github.com/repos/huggingface/datasets/issues/3891/timeline
2022-03-10T17:17:30Z
null
null
PR_kwDODunzps40QKIG
closed
[]
false
3,891
{ "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 race condition in doc build
https://api.github.com/repos/huggingface/datasets/issues/3891/events
null
https://api.github.com/repos/huggingface/datasets/issues/3891/labels{/name}
2022-03-10T17:17:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3891.diff", "html_url": "https://github.com/huggingface/datasets/pull/3891", "merged_at": "2022-03-10T17:17:30Z", "patch_url": "https://github.com/huggingface/datasets/pull/3891.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,165,503,732
[]
https://api.github.com/repos/huggingface/datasets/issues/3891
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3891). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Following https://github.com/huggingface/datasets/runs/5499386744 it seems that race conditions that create issues when updating the doc. I took the same approach as in `transformers` to fix race conditions
2022-03-10T17:23:00Z
https://github.com/huggingface/datasets/pull/3891
{ "+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/3891/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3890/comments
https://api.github.com/repos/huggingface/datasets/issues/3890/timeline
2022-03-15T15:26:48Z
null
null
PR_kwDODunzps40QJ8V
closed
[]
false
3,890
{ "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 beans download urls
https://api.github.com/repos/huggingface/datasets/issues/3890/events
null
https://api.github.com/repos/huggingface/datasets/issues/3890/labels{/name}
2022-03-10T17:16:16Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3890.diff", "html_url": "https://github.com/huggingface/datasets/pull/3890", "merged_at": "2022-03-15T15:26:47Z", "patch_url": "https://github.com/huggingface/datasets/pull/3890.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,165,502,838
[]
https://api.github.com/repos/huggingface/datasets/issues/3890
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3890). All of your documentation changes will be reflected on that endpoint.", "@albertvillanova Thanks for investigating and fixing that issue. I regenerated the `dataset_infos.json` file." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Replace the old URLs with the Hub [URLs](https://huggingface.co/datasets/beans/tree/main/data). Also reported by @stevhliu. Fix #3889
2022-03-15T16:47:30Z
https://github.com/huggingface/datasets/pull/3890
{ "+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/3890/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3889/comments
https://api.github.com/repos/huggingface/datasets/issues/3889/timeline
2022-03-15T15:26:47Z
null
completed
I_kwDODunzps5Fd3LT
closed
[]
null
3,889
{ "avatar_url": "https://avatars.githubusercontent.com/u/30293331?v=4", "events_url": "https://api.github.com/users/ivsanro1/events{/privacy}", "followers_url": "https://api.github.com/users/ivsanro1/followers", "following_url": "https://api.github.com/users/ivsanro1/following{/other_user}", "gists_url": "htt...
Cannot load beans dataset (Couldn't reach the dataset)
https://api.github.com/repos/huggingface/datasets/issues/3889/events
null
https://api.github.com/repos/huggingface/datasets/issues/3889/labels{/name}
2022-03-10T16:34:08Z
null
false
null
null
1,165,456,083
[ { "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/3889
[ "Hi ! A pull request is open to fix the dataset, we'll release a patch soon with a new release of `datasets` :)" ]
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug The beans dataset is unavailable to download. ## Steps to reproduce the bug ```python from datasets import load_dataset ds = load_dataset('beans') ``` ## Expected results The dataset would be downloaded with no issue. ## Actual results ``` ConnectionError: Couldn't reach https://s...
2022-03-15T15:26:47Z
https://github.com/huggingface/datasets/issues/3889
{ "+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/3889/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3888/comments
https://api.github.com/repos/huggingface/datasets/issues/3888/timeline
null
null
null
I_kwDODunzps5FdyKJ
open
[ { "avatar_url": "https://avatars.githubusercontent.com/u/36760800?v=4", "events_url": "https://api.github.com/users/alvarobartt/events{/privacy}", "followers_url": "https://api.github.com/users/alvarobartt/followers", "following_url": "https://api.github.com/users/alvarobartt/following{/other_user}"...
null
3,888
{ "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:...
IterableDataset columns and feature types
https://api.github.com/repos/huggingface/datasets/issues/3888/events
null
https://api.github.com/repos/huggingface/datasets/issues/3888/labels{/name}
2022-03-10T16:19:12Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/36760800?v=4", "events_url": "https://api.github.com/users/alvarobartt/events{/privacy}", "followers_url": "https://api.github.com/users/alvarobartt/followers", "following_url": "https://api.github.com/users/alvarobartt/following{/other_user}", "gists_u...
null
1,165,435,529
[ { "color": "c5def5", "default": false, "description": "Generic discussion on the library", "id": 2067400324, "name": "generic discussion", "node_id": "MDU6TGFiZWwyMDY3NDAwMzI0", "url": "https://api.github.com/repos/huggingface/datasets/labels/generic%20discussion" }, { "color": "...
https://api.github.com/repos/huggingface/datasets/issues/3888
[ "#self-assign", "@alvarobartt I've assigned you the issue since I'm not actively working on it.", "Cool thanks @mariosasko I'll try to fix it in the upcoming days, thanks!", "@lhoestq so in order to address what’s not completed in this issue, do you think it makes sense to add a param `features` to `IterableD...
https://api.github.com/repos/huggingface/datasets
MEMBER
Right now, an IterableDataset (e.g. when streaming a dataset) doesn't require to know the list of columns it contains, nor their types: `my_iterable_dataset.features` may be `None` However it's often interesting to know the column types and types. This helps knowing what's inside your dataset without having to manua...
2022-11-29T11:39:24Z
https://github.com/huggingface/datasets/issues/3888
{ "+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/3888/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3887/comments
https://api.github.com/repos/huggingface/datasets/issues/3887/timeline
2022-03-11T15:06:11Z
null
null
PR_kwDODunzps40PwqT
closed
[]
false
3,887
{ "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"...
ImageFolder improvements
https://api.github.com/repos/huggingface/datasets/issues/3887/events
null
https://api.github.com/repos/huggingface/datasets/issues/3887/labels{/name}
2022-03-10T15:34:46Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3887.diff", "html_url": "https://github.com/huggingface/datasets/pull/3887", "merged_at": "2022-03-11T15:06:11Z", "patch_url": "https://github.com/huggingface/datasets/pull/3887.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,165,380,852
[]
https://api.github.com/repos/huggingface/datasets/issues/3887
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3887). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR adds the following improvements to the `imagefolder` dataset: * skip the extract step for image files (as discussed in https://github.com/huggingface/datasets/pull/2830#discussion_r816817919) * option to drop labels by setting `drop_labels=True` (useful for image pretraining cc @NielsRogge). This is faster th...
2022-03-11T15:06:11Z
https://github.com/huggingface/datasets/pull/3887
{ "+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/3887/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3886/comments
https://api.github.com/repos/huggingface/datasets/issues/3886/timeline
2022-03-15T16:19:50Z
null
null
PR_kwDODunzps40PO6W
closed
[]
false
3,886
{ "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}",...
Retry HfApi call inside push_to_hub when 504 error
https://api.github.com/repos/huggingface/datasets/issues/3886/events
null
https://api.github.com/repos/huggingface/datasets/issues/3886/labels{/name}
2022-03-10T13:24:40Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3886.diff", "html_url": "https://github.com/huggingface/datasets/pull/3886", "merged_at": "2022-03-15T16:19:50Z", "patch_url": "https://github.com/huggingface/datasets/pull/3886.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,165,223,319
[]
https://api.github.com/repos/huggingface/datasets/issues/3886
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3886). All of your documentation changes will be reflected on that endpoint.", "I made it more robust by increasing the wait time, and I also added some logs when a request is retried. Let me know if it's ok for you", "At the...
https://api.github.com/repos/huggingface/datasets
MEMBER
Ass suggested by @lhoestq in #3872, this PR: - Implements a retry function - Retries HfApi call inside `push_to_hub` when 504 error. To be agreed: - max_retries = 2 (at 0.5 and 1 seconds) Fix #3872.
2022-03-16T09:00:56Z
https://github.com/huggingface/datasets/pull/3886
{ "+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/3886/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3885/comments
https://api.github.com/repos/huggingface/datasets/issues/3885/timeline
2022-03-10T14:16:28Z
null
null
PR_kwDODunzps40O00Z
closed
[]
false
3,885
{ "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 some shuffle docs
https://api.github.com/repos/huggingface/datasets/issues/3885/events
null
https://api.github.com/repos/huggingface/datasets/issues/3885/labels{/name}
2022-03-10T11:29:15Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3885.diff", "html_url": "https://github.com/huggingface/datasets/pull/3885", "merged_at": "2022-03-10T14:16:28Z", "patch_url": "https://github.com/huggingface/datasets/pull/3885.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,165,102,209
[]
https://api.github.com/repos/huggingface/datasets/issues/3885
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3885). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Following #3842 some docs were still outdated (with `buffer_size` as the first argument)
2022-03-10T14:16:29Z
https://github.com/huggingface/datasets/pull/3885
{ "+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/3885/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3884/comments
https://api.github.com/repos/huggingface/datasets/issues/3884/timeline
2022-03-10T09:03:39Z
null
null
PR_kwDODunzps40OPM9
closed
[]
false
3,884
{ "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 bug in METEOR metric due to nltk version
https://api.github.com/repos/huggingface/datasets/issues/3884/events
null
https://api.github.com/repos/huggingface/datasets/issues/3884/labels{/name}
2022-03-10T08:44:20Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3884.diff", "html_url": "https://github.com/huggingface/datasets/pull/3884", "merged_at": "2022-03-10T09:03:39Z", "patch_url": "https://github.com/huggingface/datasets/pull/3884.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,924,314
[]
https://api.github.com/repos/huggingface/datasets/issues/3884
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3884). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix #3883.
2022-03-10T09:03:40Z
https://github.com/huggingface/datasets/pull/3884
{ "+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/3884/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3883/comments
https://api.github.com/repos/huggingface/datasets/issues/3883/timeline
2022-03-10T09:03:39Z
null
completed
I_kwDODunzps5Fa1m9
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
3,883
{ "avatar_url": "https://avatars.githubusercontent.com/u/22047467?v=4", "events_url": "https://api.github.com/users/zhaowei-wang-nlp/events{/privacy}", "followers_url": "https://api.github.com/users/zhaowei-wang-nlp/followers", "following_url": "https://api.github.com/users/zhaowei-wang-nlp/following{/other_use...
The metric Meteor doesn't work for nltk ==3.6.4
https://api.github.com/repos/huggingface/datasets/issues/3883/events
null
https://api.github.com/repos/huggingface/datasets/issues/3883/labels{/name}
2022-03-10T02:28:27Z
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
1,164,663,229
[ { "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/3883
[ "Hi @zhaowei-wang98, thanks for reporting.\r\n\r\nWe are fixing it... " ]
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug Using the metric Meteor with nltk == 3.6.4 gives a TypeError: TypeError: descriptor 'lower' for 'str' objects doesn't apply to a 'list' object ## Steps to reproduce the bug ```python import datasets metric = datasets.load_metric("meteor") predictions = ["hello world"] references = ["hello ...
2022-03-10T09:03:39Z
https://github.com/huggingface/datasets/issues/3883
{ "+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/3883/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3882/comments
https://api.github.com/repos/huggingface/datasets/issues/3882/timeline
2022-03-15T15:24:09Z
null
null
PR_kwDODunzps40NKz7
closed
[]
false
3,882
{ "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "events_url": "https://api.github.com/users/stevhliu/events{/privacy}", "followers_url": "https://api.github.com/users/stevhliu/followers", "following_url": "https://api.github.com/users/stevhliu/following{/other_user}", "gists_url": "htt...
Image process doc
https://api.github.com/repos/huggingface/datasets/issues/3882/events
null
https://api.github.com/repos/huggingface/datasets/issues/3882/labels{/name}
2022-03-10T00:32:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3882.diff", "html_url": "https://github.com/huggingface/datasets/pull/3882", "merged_at": "2022-03-15T15:24:09Z", "patch_url": "https://github.com/huggingface/datasets/pull/3882.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,595,388
[ { "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/3882
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3882). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR is a first draft of how to process image data. It adds: - Load an image dataset with `image` and `path` (adds tip about `decode=False` param to access the path and bytes, thanks to @mariosasko). - Load an image using the `ImageFolder` builder. I know there is an [example](https://huggingface.co/docs/dataset...
2022-03-15T15:24:16Z
https://github.com/huggingface/datasets/pull/3882
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 2, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/huggingface/datasets/issues/3882/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3881/comments
https://api.github.com/repos/huggingface/datasets/issues/3881/timeline
2022-03-11T08:45:52Z
null
completed
I_kwDODunzps5FaCCl
closed
[]
null
3,881
{ "avatar_url": "https://avatars.githubusercontent.com/u/45640029?v=4", "events_url": "https://api.github.com/users/INF800/events{/privacy}", "followers_url": "https://api.github.com/users/INF800/followers", "following_url": "https://api.github.com/users/INF800/following{/other_user}", "gists_url": "https://a...
How to use Image folder
https://api.github.com/repos/huggingface/datasets/issues/3881/events
null
https://api.github.com/repos/huggingface/datasets/issues/3881/labels{/name}
2022-03-09T21:18:52Z
null
false
null
null
1,164,452,005
[ { "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/3881
[ "Even this from docs throw same error\r\n```\r\ndataset = load_dataset(\"imagefolder\", data_files=\"https://download.microsoft.com/download/3/E/1/3E1C3F21-ECDB-4869-8368-6DEBA77B919F/kagglecatsanddogs_3367a.zip\", split=\"train\")\r\n\r\n```", "Hi @INF800,\r\n\r\nPlease note that the `imagefolder` feature enhanc...
https://api.github.com/repos/huggingface/datasets
NONE
Ran this code ``` load_dataset("imagefolder", data_dir="./my-dataset") ``` `https://raw.githubusercontent.com/huggingface/datasets/master/datasets/imagefolder/imagefolder.py` missing ``` --------------------------------------------------------------------------- FileNotFoundError Trace...
2022-03-11T08:45:52Z
https://github.com/huggingface/datasets/issues/3881
{ "+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/3881/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3880/comments
https://api.github.com/repos/huggingface/datasets/issues/3880/timeline
2022-03-15T14:13:27Z
null
null
PR_kwDODunzps40MjM3
closed
[]
false
3,880
{ "avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4", "events_url": "https://api.github.com/users/sgugger/events{/privacy}", "followers_url": "https://api.github.com/users/sgugger/followers", "following_url": "https://api.github.com/users/sgugger/following{/other_user}", "gists_url": "https:...
Change the framework switches to the new syntax
https://api.github.com/repos/huggingface/datasets/issues/3880/events
null
https://api.github.com/repos/huggingface/datasets/issues/3880/labels{/name}
2022-03-09T20:29:10Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3880.diff", "html_url": "https://github.com/huggingface/datasets/pull/3880", "merged_at": "2022-03-15T14:13:27Z", "patch_url": "https://github.com/huggingface/datasets/pull/3880.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,406,008
[]
https://api.github.com/repos/huggingface/datasets/issues/3880
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3880). All of your documentation changes will be reflected on that endpoint.", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3880). All of your documentation changes will be reflected on...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR updates the syntax of the framework-specific code samples. With this new syntax, you'll be able to: - have paragraphs of text be framework-specific instead of just code samples - have support for Flax code samples if you want. This should be merged after https://github.com/huggingface/doc-builder/pull/63...
2022-03-15T14:13:28Z
https://github.com/huggingface/datasets/pull/3880
{ "+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/3880/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3879/comments
https://api.github.com/repos/huggingface/datasets/issues/3879/timeline
2022-03-10T16:48:59Z
null
null
PR_kwDODunzps40MP7f
closed
[]
false
3,879
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
SQuAD v2 metric: create README.md
https://api.github.com/repos/huggingface/datasets/issues/3879/events
null
https://api.github.com/repos/huggingface/datasets/issues/3879/labels{/name}
2022-03-09T18:47:56Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3879.diff", "html_url": "https://github.com/huggingface/datasets/pull/3879", "merged_at": "2022-03-10T16:48:58Z", "patch_url": "https://github.com/huggingface/datasets/pull/3879.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,311,612
[]
https://api.github.com/repos/huggingface/datasets/issues/3879
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3879). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
NONE
Proposing SQuAD v2 metric card
2022-03-10T16:48:59Z
https://github.com/huggingface/datasets/pull/3879
{ "+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/3879/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3878/comments
https://api.github.com/repos/huggingface/datasets/issues/3878/timeline
2022-03-10T14:21:23Z
null
null
PR_kwDODunzps40MOpn
closed
[]
false
3,878
{ "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 cats_vs_dogs size
https://api.github.com/repos/huggingface/datasets/issues/3878/events
null
https://api.github.com/repos/huggingface/datasets/issues/3878/labels{/name}
2022-03-09T18:40:56Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3878.diff", "html_url": "https://github.com/huggingface/datasets/pull/3878", "merged_at": "2022-03-10T14:21:23Z", "patch_url": "https://github.com/huggingface/datasets/pull/3878.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,305,335
[]
https://api.github.com/repos/huggingface/datasets/issues/3878
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3878). All of your documentation changes will be reflected on that endpoint.", "Maybe `NonMatchingSplitsSizesError` errors should also tell the user to try using a more recent version of the dataset to get the fixes ?", "@lho...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
It seems like 12 new examples have been added to the `cats_vs_dogs`. This PR updates the size in the card and the info file to avoid a verification error (reported by @stevhliu).
2022-09-30T08:47:43Z
https://github.com/huggingface/datasets/pull/3878
{ "+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/3878/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3877/comments
https://api.github.com/repos/huggingface/datasets/issues/3877/timeline
null
null
null
I_kwDODunzps5FY3aH
open
[]
null
3,877
{ "avatar_url": "https://avatars.githubusercontent.com/u/278367?v=4", "events_url": "https://api.github.com/users/EmidioStani/events{/privacy}", "followers_url": "https://api.github.com/users/EmidioStani/followers", "following_url": "https://api.github.com/users/EmidioStani/following{/other_user}", "gists_url...
Align metadata to DCAT/DCAT-AP
https://api.github.com/repos/huggingface/datasets/issues/3877/events
null
https://api.github.com/repos/huggingface/datasets/issues/3877/labels{/name}
2022-03-09T16:12:25Z
null
false
null
null
1,164,146,311
[ { "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/3877
[]
https://api.github.com/repos/huggingface/datasets
NONE
**Is your feature request related to a problem? Please describe.** Align to DCAT metadata to describe datasets **Describe the solution you'd like** Reuse terms and structure from DCAT in the metadata file, ideally generate a json-ld file dcat compliant **Describe alternatives you've considered** **Addition...
2022-03-09T16:33:42Z
https://github.com/huggingface/datasets/issues/3877
{ "+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/3877/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3876/comments
https://api.github.com/repos/huggingface/datasets/issues/3876/timeline
2022-03-10T08:46:59Z
null
null
PR_kwDODunzps40LYC8
closed
[]
false
3,876
{ "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 download_mode in dataset_module_factory
https://api.github.com/repos/huggingface/datasets/issues/3876/events
null
https://api.github.com/repos/huggingface/datasets/issues/3876/labels{/name}
2022-03-09T14:54:33Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3876.diff", "html_url": "https://github.com/huggingface/datasets/pull/3876", "merged_at": "2022-03-10T08:46:59Z", "patch_url": "https://github.com/huggingface/datasets/pull/3876.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,045,075
[]
https://api.github.com/repos/huggingface/datasets/issues/3876
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3876). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Fix `download_mode` value set in `dataset_module_factory`. Before the fix, it was set to `bool` (default to `False`). Also set properly its default value in all public functions.
2022-03-10T08:47:00Z
https://github.com/huggingface/datasets/pull/3876
{ "+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/3876/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3875/comments
https://api.github.com/repos/huggingface/datasets/issues/3875/timeline
2022-03-11T15:42:05Z
null
null
PR_kwDODunzps40LUuw
closed
[]
false
3,875
{ "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"...
Module namespace cleanup for v2.0
https://api.github.com/repos/huggingface/datasets/issues/3875/events
null
https://api.github.com/repos/huggingface/datasets/issues/3875/labels{/name}
2022-03-09T14:43:07Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3875.diff", "html_url": "https://github.com/huggingface/datasets/pull/3875", "merged_at": "2022-03-11T15:42:05Z", "patch_url": "https://github.com/huggingface/datasets/pull/3875.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,029,673
[]
https://api.github.com/repos/huggingface/datasets/issues/3875
[ "will it solve https://github.com/huggingface/datasets-preview-backend/blob/4c542a74244045929615640ccbba5a902c344c5a/pyproject.toml#L85-L89?", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3875). All of your documentation changes will be reflected on that endpoint.", "@s...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This is an attempt to make the user-facing `datasets`' submodule namespace cleaner: In particular, this PR does the following: * removes the unused `zip_nested` and `flatten_nest_dict` and their accompanying tests * removes `pyarrow` from the top-level namespace * properly uses `__all__` and the `from <module> i...
2022-03-11T15:42:06Z
https://github.com/huggingface/datasets/pull/3875
{ "+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/3875/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3874/comments
https://api.github.com/repos/huggingface/datasets/issues/3874/timeline
2022-03-09T17:18:20Z
null
null
PR_kwDODunzps40LRYD
closed
[]
false
3,874
{ "avatar_url": "https://avatars.githubusercontent.com/u/17746528?v=4", "events_url": "https://api.github.com/users/dnaveenr/events{/privacy}", "followers_url": "https://api.github.com/users/dnaveenr/followers", "following_url": "https://api.github.com/users/dnaveenr/following{/other_user}", "gists_url": "htt...
add MSE and MAE metrics - V2
https://api.github.com/repos/huggingface/datasets/issues/3874/events
null
https://api.github.com/repos/huggingface/datasets/issues/3874/labels{/name}
2022-03-09T14:30:16Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3874.diff", "html_url": "https://github.com/huggingface/datasets/pull/3874", "merged_at": "2022-03-09T17:18:20Z", "patch_url": "https://github.com/huggingface/datasets/pull/3874.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,164,013,511
[]
https://api.github.com/repos/huggingface/datasets/issues/3874
[ "@mariosasko New PR here. I'm not sure how to add you as a co-author here. Also I see flake8 tests are failing, any inputs on how to resolve this ?\r\nAlso, let me know if any other changes are required. Thank you.", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3874). Al...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Created a new pull request to resolve unrelated changes in PR caused due to rebasing. Ref Older PR : [#3845](https://github.com/huggingface/datasets/pull/3845) Feature request here : Add support for continuous metrics (RMSE, MAE) [#3608](https://github.com/huggingface/datasets/issues/3608)
2022-03-09T17:20:42Z
https://github.com/huggingface/datasets/pull/3874
{ "+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/3874/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3873/comments
https://api.github.com/repos/huggingface/datasets/issues/3873/timeline
2022-03-10T16:45:57Z
null
null
PR_kwDODunzps40LGoV
closed
[]
false
3,873
{ "avatar_url": "https://avatars.githubusercontent.com/u/14205986?v=4", "events_url": "https://api.github.com/users/sashavor/events{/privacy}", "followers_url": "https://api.github.com/users/sashavor/followers", "following_url": "https://api.github.com/users/sashavor/following{/other_user}", "gists_url": "htt...
Create SQuAD metric README.md
https://api.github.com/repos/huggingface/datasets/issues/3873/events
null
https://api.github.com/repos/huggingface/datasets/issues/3873/labels{/name}
2022-03-09T13:47:08Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3873.diff", "html_url": "https://github.com/huggingface/datasets/pull/3873", "merged_at": "2022-03-10T16:45:57Z", "patch_url": "https://github.com/huggingface/datasets/pull/3873.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,163,961,578
[]
https://api.github.com/repos/huggingface/datasets/issues/3873
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3873). All of your documentation changes will be reflected on that endpoint.", "Oh one last thing I almost forgot, I think I would add a section \"Examples\" with examples of inputs and outputs and in particular: an example giv...
https://api.github.com/repos/huggingface/datasets
NONE
Proposal for a metrics card structure (with an example based on the SQuAD metric). @thomwolf @lhoestq @douwekiela @lewtun -- feel free to comment on structure or content (it's an initial draft, so I realize there's stuff missing!).
2022-03-10T16:45:57Z
https://github.com/huggingface/datasets/pull/3873
{ "+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/3873/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3872/comments
https://api.github.com/repos/huggingface/datasets/issues/3872/timeline
2022-03-15T16:19:50Z
null
completed
I_kwDODunzps5FXvzi
closed
[]
null
3,872
{ "avatar_url": "https://avatars.githubusercontent.com/u/83509215?v=4", "events_url": "https://api.github.com/users/illiyas-sha/events{/privacy}", "followers_url": "https://api.github.com/users/illiyas-sha/followers", "following_url": "https://api.github.com/users/illiyas-sha/following{/other_user}", "gists_u...
HTTP error 504 Server Error: Gateway Time-out
https://api.github.com/repos/huggingface/datasets/issues/3872/events
null
https://api.github.com/repos/huggingface/datasets/issues/3872/labels{/name}
2022-03-09T12:03:37Z
null
false
null
null
1,163,853,026
[]
https://api.github.com/repos/huggingface/datasets/issues/3872
[ "is pushing directly with git (and git-lfs) an option for you?", "I have installed git-lfs and doing this push with that\r\n", "yes but is there any way you could try pushing with `git` command line directly instead of `push_to_hub`?", "Okay. I didnt saved the dataset to my local machine. So, I processed the ...
https://api.github.com/repos/huggingface/datasets
NONE
I am trying to push a large dataset(450000+) records with the help of `push_to_hub()` While pushing, it gives some error like this. ``` Traceback (most recent call last): File "data_split_speech.py", line 159, in <module> data_new_2.push_to_hub("user-name/dataset-name",private=True) File "/opt/conda/lib...
2022-03-15T16:19:50Z
https://github.com/huggingface/datasets/issues/3872
{ "+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/3872/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3871/comments
https://api.github.com/repos/huggingface/datasets/issues/3871/timeline
2022-03-09T11:21:37Z
null
null
PR_kwDODunzps40KRcM
closed
[]
false
3,871
{ "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...
add pandas to env command
https://api.github.com/repos/huggingface/datasets/issues/3871/events
null
https://api.github.com/repos/huggingface/datasets/issues/3871/labels{/name}
2022-03-09T09:48:51Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3871.diff", "html_url": "https://github.com/huggingface/datasets/pull/3871", "merged_at": "2022-03-09T11:21:37Z", "patch_url": "https://github.com/huggingface/datasets/pull/3871.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,163,714,113
[]
https://api.github.com/repos/huggingface/datasets/issues/3871
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3871). All of your documentation changes will be reflected on that endpoint.", "Think failures are unrelated - feel free to merge whenever you want :-)" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Pandas is a required packages and used quite a bit. I don't see any downside with adding its version to the `datasets-cli env` command.
2022-03-09T11:21:38Z
https://github.com/huggingface/datasets/pull/3871
{ "+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/3871/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3870/comments
https://api.github.com/repos/huggingface/datasets/issues/3870/timeline
2022-03-14T11:16:19Z
null
null
PR_kwDODunzps40KAYy
closed
[]
false
3,870
{ "avatar_url": "https://avatars.githubusercontent.com/u/10275209?v=4", "events_url": "https://api.github.com/users/SivilTaram/events{/privacy}", "followers_url": "https://api.github.com/users/SivilTaram/followers", "following_url": "https://api.github.com/users/SivilTaram/following{/other_user}", "gists_url"...
Add wikitablequestions dataset
https://api.github.com/repos/huggingface/datasets/issues/3870/events
null
https://api.github.com/repos/huggingface/datasets/issues/3870/labels{/name}
2022-03-09T08:27:43Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3870.diff", "html_url": "https://github.com/huggingface/datasets/pull/3870", "merged_at": "2022-03-14T11:16:19Z", "patch_url": "https://github.com/huggingface/datasets/pull/3870.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,163,633,239
[]
https://api.github.com/repos/huggingface/datasets/issues/3870
[ "@lhoestq Would you mind reviewing it when you're available? Thanks!\r\n", "> Awesome thanks for adding this dataset ! :) The dataset script and dataset cards look pretty good\r\n> \r\n> It looks like your `dummy_data.zip` files are quite big though (>1MB each), do you think we can reduce their sizes ? This way t...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
null
2022-03-14T11:19:24Z
https://github.com/huggingface/datasets/pull/3870
{ "+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/3870/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3869/comments
https://api.github.com/repos/huggingface/datasets/issues/3869/timeline
null
null
null
I_kwDODunzps5FWJsw
open
[]
null
3,869
{ "avatar_url": "https://avatars.githubusercontent.com/u/4755430?v=4", "events_url": "https://api.github.com/users/omarespejel/events{/privacy}", "followers_url": "https://api.github.com/users/omarespejel/followers", "following_url": "https://api.github.com/users/omarespejel/following{/other_user}", "gists_ur...
Making the Hub the place for datasets in Portuguese
https://api.github.com/repos/huggingface/datasets/issues/3869/events
null
https://api.github.com/repos/huggingface/datasets/issues/3869/labels{/name}
2022-03-09T03:06:18Z
null
false
null
null
1,163,434,800
[ { "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/3869
[ "Hi @omarespejel! I think the philosophy for `datasets` issues is to create concrete issues with proposals to add a specific, individual dataset rather than umbrella issues for things such as datasets for a language, since we could end up with hundreds of issues (one per language). I see NILC - USP has many dataset...
https://api.github.com/repos/huggingface/datasets
NONE
Let's make Hugging Face Datasets the central hub for datasets in Portuguese :) **Motivation**. Datasets are currently quite scattered and an open-source central point such as the Hugging Face Hub would be ideal to support the growth of the Portuguese speaking community. What are some datasets in Portuguese worth ...
2022-03-09T09:04:09Z
https://github.com/huggingface/datasets/issues/3869
{ "+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/3869/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3868/comments
https://api.github.com/repos/huggingface/datasets/issues/3868/timeline
2022-03-09T13:50:44Z
null
null
PR_kwDODunzps40HnWA
closed
[]
false
3,868
{ "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"...
Ignore duplicate keys if `ignore_verifications=True`
https://api.github.com/repos/huggingface/datasets/issues/3868/events
null
https://api.github.com/repos/huggingface/datasets/issues/3868/labels{/name}
2022-03-08T17:14:56Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3868.diff", "html_url": "https://github.com/huggingface/datasets/pull/3868", "merged_at": "2022-03-09T13:50:44Z", "patch_url": "https://github.com/huggingface/datasets/pull/3868.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,914,114
[]
https://api.github.com/repos/huggingface/datasets/issues/3868
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3868). All of your documentation changes will be reflected on that endpoint.", "Cool thanks ! Could you add a test please ?" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Currently, it's impossible to generate a dataset if some keys from `_generate_examples` are duplicated. This PR allows skipping the check for duplicate keys if `ignore_verifications` is set to `True`.
2022-03-09T13:50:45Z
https://github.com/huggingface/datasets/pull/3868
{ "+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/3868/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3867/comments
https://api.github.com/repos/huggingface/datasets/issues/3867/timeline
2022-03-08T17:30:45Z
null
null
PR_kwDODunzps40Hjrk
closed
[]
false
3,867
{ "avatar_url": "https://avatars.githubusercontent.com/u/35901082?v=4", "events_url": "https://api.github.com/users/sgugger/events{/privacy}", "followers_url": "https://api.github.com/users/sgugger/followers", "following_url": "https://api.github.com/users/sgugger/following{/other_user}", "gists_url": "https:...
Update for the rename doc-builder -> hf-doc-utils
https://api.github.com/repos/huggingface/datasets/issues/3867/events
null
https://api.github.com/repos/huggingface/datasets/issues/3867/labels{/name}
2022-03-08T16:58:25Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3867.diff", "html_url": "https://github.com/huggingface/datasets/pull/3867", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/3867.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/3867" }
1,162,896,605
[]
https://api.github.com/repos/huggingface/datasets/issues/3867
[ "why utils? it's a builder no?", "~~@julien-c there was a vote 🙂 https://huggingface.slack.com/archives/C021H1P1HKR/p1646405136644739~~\r\n\r\noh I see you already commeented in the thread as well", "Thanks ! It looks all good to me (provided `hf-doc-utils` is the name we keep in the end). I'm fine with this n...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
This PR adapts the job to the upcoming change of name of `doc-builder`.
2023-09-24T09:54:44Z
https://github.com/huggingface/datasets/pull/3867
{ "+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/3867/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3866/comments
https://api.github.com/repos/huggingface/datasets/issues/3866/timeline
2022-03-08T17:37:01Z
null
null
PR_kwDODunzps40HWcu
closed
[]
false
3,866
{ "avatar_url": "https://avatars.githubusercontent.com/u/11827707?v=4", "events_url": "https://api.github.com/users/mishig25/events{/privacy}", "followers_url": "https://api.github.com/users/mishig25/followers", "following_url": "https://api.github.com/users/mishig25/following{/other_user}", "gists_url": "htt...
Bring back imgs so that forsk dont get broken
https://api.github.com/repos/huggingface/datasets/issues/3866/events
null
https://api.github.com/repos/huggingface/datasets/issues/3866/labels{/name}
2022-03-08T16:01:31Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3866.diff", "html_url": "https://github.com/huggingface/datasets/pull/3866", "merged_at": "2022-03-08T17:37:01Z", "patch_url": "https://github.com/huggingface/datasets/pull/3866.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,833,848
[]
https://api.github.com/repos/huggingface/datasets/issues/3866
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3866). All of your documentation changes will be reflected on that endpoint.", "I think we just need to keep `datasets_logo_name.jpg` and `course_banner.png` because they appear in the README.md of the forks of `datasets`. The ...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
null
2022-03-08T17:37:02Z
https://github.com/huggingface/datasets/pull/3866
{ "+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/3866/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3865/comments
https://api.github.com/repos/huggingface/datasets/issues/3865/timeline
2022-03-08T16:01:59Z
null
null
PR_kwDODunzps40HT9K
closed
[]
false
3,865
{ "avatar_url": "https://avatars.githubusercontent.com/u/11827707?v=4", "events_url": "https://api.github.com/users/mishig25/events{/privacy}", "followers_url": "https://api.github.com/users/mishig25/followers", "following_url": "https://api.github.com/users/mishig25/following{/other_user}", "gists_url": "htt...
Add logo img
https://api.github.com/repos/huggingface/datasets/issues/3865/events
null
https://api.github.com/repos/huggingface/datasets/issues/3865/labels{/name}
2022-03-08T15:50:59Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3865.diff", "html_url": "https://github.com/huggingface/datasets/pull/3865", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/3865.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/3865" }
1,162,821,908
[]
https://api.github.com/repos/huggingface/datasets/issues/3865
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3865). All of your documentation changes will be reflected on that endpoint.", "Superceded by https://github.com/huggingface/datasets/pull/3866" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
null
2023-09-24T09:54:31Z
https://github.com/huggingface/datasets/pull/3865
{ "+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/3865/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3864/comments
https://api.github.com/repos/huggingface/datasets/issues/3864/timeline
2022-03-08T17:04:46Z
null
null
PR_kwDODunzps40HQZ_
closed
[]
false
3,864
{ "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 image dataset tags
https://api.github.com/repos/huggingface/datasets/issues/3864/events
null
https://api.github.com/repos/huggingface/datasets/issues/3864/labels{/name}
2022-03-08T15:36:32Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3864.diff", "html_url": "https://github.com/huggingface/datasets/pull/3864", "merged_at": "2022-03-08T17:04:46Z", "patch_url": "https://github.com/huggingface/datasets/pull/3864.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,804,942
[]
https://api.github.com/repos/huggingface/datasets/issues/3864
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3864). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Align the existing image datasets' tags with new tags introduced in #3800.
2022-03-08T17:04:47Z
https://github.com/huggingface/datasets/pull/3864
{ "+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/3864/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3863/comments
https://api.github.com/repos/huggingface/datasets/issues/3863/timeline
2022-03-09T16:45:29Z
null
null
PR_kwDODunzps40HP-A
closed
[]
false
3,863
{ "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:...
Update code blocks
https://api.github.com/repos/huggingface/datasets/issues/3863/events
null
https://api.github.com/repos/huggingface/datasets/issues/3863/labels{/name}
2022-03-08T15:34:43Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3863.diff", "html_url": "https://github.com/huggingface/datasets/pull/3863", "merged_at": "2022-03-09T16:45:29Z", "patch_url": "https://github.com/huggingface/datasets/pull/3863.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,802,857
[]
https://api.github.com/repos/huggingface/datasets/issues/3863
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3863). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Following https://github.com/huggingface/datasets/pull/3860#issuecomment-1061756712 and https://github.com/huggingface/datasets/pull/3690 we need to update the code blocks to use markdown instead of sphinx
2022-03-09T16:45:30Z
https://github.com/huggingface/datasets/pull/3863
{ "+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/3863/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3862/comments
https://api.github.com/repos/huggingface/datasets/issues/3862/timeline
2022-03-10T16:40:21Z
null
null
PR_kwDODunzps40HFht
closed
[]
false
3,862
{ "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:...
Manipulate columns on IterableDataset (rename columns, cast, etc.)
https://api.github.com/repos/huggingface/datasets/issues/3862/events
null
https://api.github.com/repos/huggingface/datasets/issues/3862/labels{/name}
2022-03-08T14:53:57Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3862.diff", "html_url": "https://github.com/huggingface/datasets/pull/3862", "merged_at": "2022-03-10T16:40:21Z", "patch_url": "https://github.com/huggingface/datasets/pull/3862.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,753,733
[]
https://api.github.com/repos/huggingface/datasets/issues/3862
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3862). All of your documentation changes will be reflected on that endpoint.", "> IIUC we check if columns are present/not present directly in the yielded examples and not in info.features because info.features can be None (aft...
https://api.github.com/repos/huggingface/datasets
MEMBER
I added: - add_column - cast - rename_column - rename_columns related to https://github.com/huggingface/datasets/issues/3444 TODO: - [x] docs - [x] tests
2022-03-10T16:40:22Z
https://github.com/huggingface/datasets/pull/3862
{ "+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/3862/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3861/comments
https://api.github.com/repos/huggingface/datasets/issues/3861/timeline
2023-04-21T14:32:03Z
null
completed
I_kwDODunzps5FTWzc
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
3,861
{ "avatar_url": "https://avatars.githubusercontent.com/u/25265140?v=4", "events_url": "https://api.github.com/users/slvcsl/events{/privacy}", "followers_url": "https://api.github.com/users/slvcsl/followers", "following_url": "https://api.github.com/users/slvcsl/following{/other_user}", "gists_url": "https://a...
big_patent cased version
https://api.github.com/repos/huggingface/datasets/issues/3861/events
null
https://api.github.com/repos/huggingface/datasets/issues/3861/labels{/name}
2022-03-08T14:08:55Z
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
1,162,702,044
[ { "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/3861
[ "To follow up on this: the cased and uncased versions actually contain different content, and the cased one is easier since it contains a Summary of the Invention in the input.\r\n\r\nSee the paper describing the issue here:\r\nhttps://aclanthology.org/2022.gem-1.34/", "Thanks for proposing the addition of the ca...
https://api.github.com/repos/huggingface/datasets
NONE
Hi! I am interested in working with the big_patent dataset. In Tensorflow, there are a number of versions of the dataset: - 1.0.0 : lower cased tokenized words - 2.0.0 : Update to use cased raw strings - 2.1.2 (default): Fix update to cased raw strings. The version in the huggingface `datasets` library is th...
2023-04-21T14:32:03Z
https://github.com/huggingface/datasets/issues/3861
{ "+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/3861/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3860/comments
https://api.github.com/repos/huggingface/datasets/issues/3860/timeline
2022-03-08T17:37:13Z
null
null
PR_kwDODunzps40GpzZ
closed
[]
false
3,860
{ "avatar_url": "https://avatars.githubusercontent.com/u/11827707?v=4", "events_url": "https://api.github.com/users/mishig25/events{/privacy}", "followers_url": "https://api.github.com/users/mishig25/followers", "following_url": "https://api.github.com/users/mishig25/following{/other_user}", "gists_url": "htt...
Small doc fixes
https://api.github.com/repos/huggingface/datasets/issues/3860/events
null
https://api.github.com/repos/huggingface/datasets/issues/3860/labels{/name}
2022-03-08T12:55:39Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3860.diff", "html_url": "https://github.com/huggingface/datasets/pull/3860", "merged_at": "2022-03-08T17:37:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/3860.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,623,329
[]
https://api.github.com/repos/huggingface/datasets/issues/3860
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3860). All of your documentation changes will be reflected on that endpoint.", "There are still some `.. code-block:: python` (e.g. see [this](https://huggingface.co/docs/datasets/master/en/package_reference/main_classes#datase...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
null
2022-03-08T17:37:13Z
https://github.com/huggingface/datasets/pull/3860
{ "+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/3860/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3859/comments
https://api.github.com/repos/huggingface/datasets/issues/3859/timeline
2022-03-08T13:04:04Z
null
completed
I_kwDODunzps5FSz9l
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
3,859
{ "avatar_url": "https://avatars.githubusercontent.com/u/25265140?v=4", "events_url": "https://api.github.com/users/slvcsl/events{/privacy}", "followers_url": "https://api.github.com/users/slvcsl/followers", "following_url": "https://api.github.com/users/slvcsl/following{/other_user}", "gists_url": "https://a...
Unable to dowload big_patent (FileNotFoundError)
https://api.github.com/repos/huggingface/datasets/issues/3859/events
null
https://api.github.com/repos/huggingface/datasets/issues/3859/labels{/name}
2022-03-08T11:47:12Z
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
1,162,559,333
[ { "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" }, { "color": "cfd3d7", "default": true, "descript...
https://api.github.com/repos/huggingface/datasets/issues/3859
[ "Hi @slvcsl, thanks for reporting.\r\n\r\nYesterday we just made a patch release of our `datasets` library that fixes this issue: version 1.18.4.\r\nhttps://pypi.org/project/datasets/#history\r\n\r\nPlease, feel free to update `datasets` library to the latest version: \r\n```shell\r\npip install -U datasets\r\n```\...
https://api.github.com/repos/huggingface/datasets
NONE
## Describe the bug I am trying to download some splits of the big_patent dataset, using the following code: `ds = load_dataset("big_patent", "g", split="validation", download_mode="force_redownload") ` However, this leads to a FileNotFoundError. FileNotFoundError Traceback (most recent...
2022-03-08T13:04:09Z
https://github.com/huggingface/datasets/issues/3859
{ "+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/3859/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3858/comments
https://api.github.com/repos/huggingface/datasets/issues/3858/timeline
2022-03-08T12:57:56Z
null
null
PR_kwDODunzps40GVSq
closed
[]
false
3,858
{ "avatar_url": "https://avatars.githubusercontent.com/u/3841370?v=4", "events_url": "https://api.github.com/users/gary149/events{/privacy}", "followers_url": "https://api.github.com/users/gary149/followers", "following_url": "https://api.github.com/users/gary149/following{/other_user}", "gists_url": "https:/...
Udpate index.mdx margins
https://api.github.com/repos/huggingface/datasets/issues/3858/events
null
https://api.github.com/repos/huggingface/datasets/issues/3858/labels{/name}
2022-03-08T11:11:52Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3858.diff", "html_url": "https://github.com/huggingface/datasets/pull/3858", "merged_at": "2022-03-08T12:57:56Z", "patch_url": "https://github.com/huggingface/datasets/pull/3858.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,526,688
[]
https://api.github.com/repos/huggingface/datasets/issues/3858
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3858). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
null
2022-03-08T12:57:57Z
https://github.com/huggingface/datasets/pull/3858
{ "+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/3858/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3857/comments
https://api.github.com/repos/huggingface/datasets/issues/3857/timeline
null
null
null
I_kwDODunzps5FSrqp
open
[]
null
3,857
{ "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...
Order of dataset changes due to glob.glob.
https://api.github.com/repos/huggingface/datasets/issues/3857/events
null
https://api.github.com/repos/huggingface/datasets/issues/3857/labels{/name}
2022-03-08T11:10:30Z
null
false
null
null
1,162,525,353
[ { "color": "c5def5", "default": false, "description": "Generic discussion on the library", "id": 2067400324, "name": "generic discussion", "node_id": "MDU6TGFiZWwyMDY3NDAwMzI0", "url": "https://api.github.com/repos/huggingface/datasets/labels/generic%20discussion" } ]
https://api.github.com/repos/huggingface/datasets/issues/3857
[ "I agree using `glob.glob` alone is bad practice because it's not deterministic. Using `sorted` is a nice solution.\r\n\r\nNote that the `xglob` function you are referring to in the `streaming_download_manager.py` code just extends `glob.glob` for URLs - we don't change its behavior. That's why it has no `sorted()`...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
## Describe the bug After discussion with @lhoestq, just want to mention here that `glob.glob(...)` should always be used in combination with `sorted(...)` to make sure the list of files returned by `glob.glob(...)` doesn't change depending on the OS system. There are currently multiple datasets that use `glob.g...
2022-03-14T11:08:22Z
https://github.com/huggingface/datasets/issues/3857
{ "+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/3857/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3856/comments
https://api.github.com/repos/huggingface/datasets/issues/3856/timeline
2022-03-08T15:22:16Z
null
null
PR_kwDODunzps40GUSf
closed
[]
false
3,856
{ "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 push_to_hub with null images
https://api.github.com/repos/huggingface/datasets/issues/3856/events
null
https://api.github.com/repos/huggingface/datasets/issues/3856/labels{/name}
2022-03-08T11:07:09Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3856.diff", "html_url": "https://github.com/huggingface/datasets/pull/3856", "merged_at": "2022-03-08T15:22:16Z", "patch_url": "https://github.com/huggingface/datasets/pull/3856.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,522,034
[]
https://api.github.com/repos/huggingface/datasets/issues/3856
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3856). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This code currently raises an error because of the null image: ```python import datasets dataset_dict = { 'name': ['image001.jpg', 'image002.jpg'], 'image': ['cat.jpg', None] } features = datasets.Features({ 'name': datasets.Value('string'), 'image': datasets.Image(), }) dataset = datasets.Dataset.fro...
2022-03-08T15:22:17Z
https://github.com/huggingface/datasets/pull/3856
{ "+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/3856/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3855/comments
https://api.github.com/repos/huggingface/datasets/issues/3855/timeline
2022-07-11T15:06:40Z
null
completed
I_kwDODunzps5FSY7N
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
3,855
{ "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...
Bad error message when loading private dataset
https://api.github.com/repos/huggingface/datasets/issues/3855/events
null
https://api.github.com/repos/huggingface/datasets/issues/3855/labels{/name}
2022-03-08T09:55:17Z
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
1,162,448,589
[ { "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/3855
[ "We raise the error “ FileNotFoundError: can’t find the dataset” mainly to follow best practice in security (otherwise users could be able to guess what private repositories users/orgs may have)\r\n\r\nWe can indeed reformulate this and add the \"If this is a private repository,...\" part !", "Resolved via https:...
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
## Describe the bug A pretty common behavior of an interaction between the Hub and datasets is the following. An organization adds a dataset in private mode and wants to load it afterward. ```python from transformers import load_dataset ds = load_dataset("NewT5/dummy_data", "dummy") ``` This command th...
2022-07-11T15:06:40Z
https://github.com/huggingface/datasets/issues/3855
{ "+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/3855/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3854/comments
https://api.github.com/repos/huggingface/datasets/issues/3854/timeline
2022-03-09T08:13:33Z
null
completed
I_kwDODunzps5FSVaX
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
3,854
{ "avatar_url": "https://avatars.githubusercontent.com/u/36677001?v=4", "events_url": "https://api.github.com/users/amanjaiswal777/events{/privacy}", "followers_url": "https://api.github.com/users/amanjaiswal777/followers", "following_url": "https://api.github.com/users/amanjaiswal777/following{/other_user}", ...
load only England English dataset from common voice english dataset
https://api.github.com/repos/huggingface/datasets/issues/3854/events
null
https://api.github.com/repos/huggingface/datasets/issues/3854/labels{/name}
2022-03-08T09:40:52Z
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
1,162,434,199
[ { "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/3854
[ "Hi @amanjaiswal777,\r\n\r\nFirst note that the dataset you are trying to load is deprecated: it was the Common Voice dataset release as of Dec 2020.\r\n\r\nCurrently, Common Voice dataset releases are directly hosted on the Hub, under the Mozilla Foundation organization: https://huggingface.co/mozilla-foundation\r...
https://api.github.com/repos/huggingface/datasets
NONE
training_data = load_dataset("common_voice", "en",split='train[:250]+validation[:250]') testing_data = load_dataset("common_voice", "en", split="test[:200]") I'm trying to load only 8% of the English common voice data with accent == "England English." Can somebody assist me with this? **Typical Voice Accent Prop...
2022-03-09T08:13:33Z
https://github.com/huggingface/datasets/issues/3854
{ "+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/3854/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/3853/comments
https://api.github.com/repos/huggingface/datasets/issues/3853/timeline
2022-03-15T10:48:02Z
null
null
PR_kwDODunzps40F3uN
closed
[]
false
3,853
{ "avatar_url": "https://avatars.githubusercontent.com/u/17963619?v=4", "events_url": "https://api.github.com/users/richarddwang/events{/privacy}", "followers_url": "https://api.github.com/users/richarddwang/followers", "following_url": "https://api.github.com/users/richarddwang/following{/other_user}", "gist...
add ontonotes_conll dataset
https://api.github.com/repos/huggingface/datasets/issues/3853/events
null
https://api.github.com/repos/huggingface/datasets/issues/3853/labels{/name}
2022-03-08T08:53:42Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3853.diff", "html_url": "https://github.com/huggingface/datasets/pull/3853", "merged_at": "2022-03-15T10:48:02Z", "patch_url": "https://github.com/huggingface/datasets/pull/3853.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,386,592
[]
https://api.github.com/repos/huggingface/datasets/issues/3853
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3853). All of your documentation changes will be reflected on that endpoint.", "The CI fail is unrelated to this dataset, merging :)" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
# Introduction of the dataset OntoNotes v5.0 is the final version of OntoNotes corpus, and is a large-scale, multi-genre, multilingual corpus manually annotated with syntactic, semantic and discourse information. This dataset is the version of OntoNotes v5.0 extended and used in the CoNLL-2012 shared task , inclu...
2022-03-15T10:48:02Z
https://github.com/huggingface/datasets/pull/3853
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 1, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/3853/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3852/comments
https://api.github.com/repos/huggingface/datasets/issues/3852/timeline
2022-03-08T16:54:36Z
null
null
PR_kwDODunzps40Fb26
closed
[]
false
3,852
{ "avatar_url": "https://avatars.githubusercontent.com/u/17746528?v=4", "events_url": "https://api.github.com/users/dnaveenr/events{/privacy}", "followers_url": "https://api.github.com/users/dnaveenr/followers", "following_url": "https://api.github.com/users/dnaveenr/following{/other_user}", "gists_url": "htt...
Redundant add dataset information and dead link.
https://api.github.com/repos/huggingface/datasets/issues/3852/events
null
https://api.github.com/repos/huggingface/datasets/issues/3852/labels{/name}
2022-03-08T05:57:05Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/3852.diff", "html_url": "https://github.com/huggingface/datasets/pull/3852", "merged_at": "2022-03-08T16:54:36Z", "patch_url": "https://github.com/huggingface/datasets/pull/3852.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,162,252,337
[]
https://api.github.com/repos/huggingface/datasets/issues/3852
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_3852). All of your documentation changes will be reflected on that endpoint." ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
> Alternatively, you can follow the steps to [add a dataset](https://huggingface.co/docs/datasets/add_dataset.html) and [share a dataset](https://huggingface.co/docs/datasets/share_dataset.html) in the documentation. The "add a dataset link" gives 404 Error, and the share_dataset link has changed. I feel this inform...
2022-03-08T16:54:36Z
https://github.com/huggingface/datasets/pull/3852
{ "+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/3852/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/3851/comments
https://api.github.com/repos/huggingface/datasets/issues/3851/timeline
2022-03-08T11:20:06Z
null
completed
I_kwDODunzps5FRNGO
closed
[]
null
3,851
{ "avatar_url": "https://avatars.githubusercontent.com/u/31890987?v=4", "events_url": "https://api.github.com/users/lemoner20/events{/privacy}", "followers_url": "https://api.github.com/users/lemoner20/followers", "following_url": "https://api.github.com/users/lemoner20/following{/other_user}", "gists_url": "...
Load audio dataset error
https://api.github.com/repos/huggingface/datasets/issues/3851/events
null
https://api.github.com/repos/huggingface/datasets/issues/3851/labels{/name}
2022-03-08T02:16:04Z
null
false
null
null
1,162,137,998
[ { "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/3851
[ "Hi @lemoner20, thanks for reporting.\r\n\r\nI'm sorry but I cannot reproduce your problem:\r\n```python\r\nIn [1]: from datasets import load_dataset, load_metric, Audio\r\n ...: raw_datasets = load_dataset(\"superb\", \"ks\", split=\"train\")\r\n ...: print(raw_datasets[0][\"audio\"])\r\nDownloading builder sc...
https://api.github.com/repos/huggingface/datasets
NONE
## Load audio dataset error Hi, when I load audio dataset following https://huggingface.co/docs/datasets/audio_process and https://github.com/huggingface/datasets/tree/master/datasets/superb, ``` from datasets import load_dataset, load_metric, Audio raw_datasets = load_dataset("superb", "ks", split="train") prin...
2022-09-27T12:13:55Z
https://github.com/huggingface/datasets/issues/3851
{ "+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/3851/reactions" }
false