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/6213/comments
https://api.github.com/repos/huggingface/datasets/issues/6213/timeline
2023-10-05T15:24:34Z
null
null
PR_kwDODunzps5ZgHLO
closed
[]
true
6,213
{ "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"...
Better list array values handling in cast/embed storage
https://api.github.com/repos/huggingface/datasets/issues/6213/events
null
https://api.github.com/repos/huggingface/datasets/issues/6213/labels{/name}
2023-09-04T16:21:23Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6213.diff", "html_url": "https://github.com/huggingface/datasets/pull/6213", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/6213.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/6213" }
1,880,592,987
[]
https://api.github.com/repos/huggingface/datasets/issues/6213
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Use [`array.flatten`](https://arrow.apache.org/docs/python/generated/pyarrow.ListArray.html#pyarrow.ListArray.flatten) that takes `.offset` into account instead of `array.values` in array cast/embed.
2024-01-11T06:32:20Z
https://github.com/huggingface/datasets/pull/6213
{ "+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/6213/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6212/comments
https://api.github.com/repos/huggingface/datasets/issues/6212/timeline
null
null
null
I_kwDODunzps5wFJ6c
open
[]
null
6,212
{ "avatar_url": "https://avatars.githubusercontent.com/u/128361578?v=4", "events_url": "https://api.github.com/users/exs-avianello/events{/privacy}", "followers_url": "https://api.github.com/users/exs-avianello/followers", "following_url": "https://api.github.com/users/exs-avianello/following{/other_user}", "...
Tilde (~) is not supported for data_files
https://api.github.com/repos/huggingface/datasets/issues/6212/events
null
https://api.github.com/repos/huggingface/datasets/issues/6212/labels{/name}
2023-09-04T14:23:49Z
null
false
null
null
1,880,399,516
[]
https://api.github.com/repos/huggingface/datasets/issues/6212
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Attempting to `load_dataset` from a path starting with `~` (as a shorthand for the user's home directory) seems not to be fully working - at least as far as the `parquet` dataset builder is concerned. (the same file can be loaded correctly if providing its absolute path instead) I think that...
2023-09-05T08:28:39Z
https://github.com/huggingface/datasets/issues/6212
{ "+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/6212/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6211/comments
https://api.github.com/repos/huggingface/datasets/issues/6211/timeline
2023-09-04T14:47:17Z
null
null
PR_kwDODunzps5Ze-pv
closed
[]
false
6,211
{ "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 empty splitinfo json
https://api.github.com/repos/huggingface/datasets/issues/6211/events
null
https://api.github.com/repos/huggingface/datasets/issues/6211/labels{/name}
2023-09-04T13:13:53Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6211.diff", "html_url": "https://github.com/huggingface/datasets/pull/6211", "merged_at": "2023-09-04T14:47:17Z", "patch_url": "https://github.com/huggingface/datasets/pull/6211.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,880,265,906
[]
https://api.github.com/repos/huggingface/datasets/issues/6211
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
If a split is empty, then the JSON split info should mention num_bytes = 0 and num_examples = 0. Until now they were omited because the JSON dumps ignore the fields that are equal to the default values. This is needed in datasets-server since we parse this information to the viewer
2023-09-04T14:58:34Z
https://github.com/huggingface/datasets/pull/6211
{ "+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/6211/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6210/comments
https://api.github.com/repos/huggingface/datasets/issues/6210/timeline
2023-09-04T07:30:00Z
null
null
PR_kwDODunzps5Zc4JF
closed
[]
false
6,210
{ "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}",...
Temporarily pin fsspec < 2023.9.0
https://api.github.com/repos/huggingface/datasets/issues/6210/events
null
https://api.github.com/repos/huggingface/datasets/issues/6210/labels{/name}
2023-09-04T07:07:07Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6210.diff", "html_url": "https://github.com/huggingface/datasets/pull/6210", "merged_at": "2023-09-04T07:30:00Z", "patch_url": "https://github.com/huggingface/datasets/pull/6210.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,879,649,731
[]
https://api.github.com/repos/huggingface/datasets/issues/6210
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Temporarily pin fsspec < 2023.9.0 until permanent solution is found. Hot fix #6209.
2023-09-04T07:40:23Z
https://github.com/huggingface/datasets/pull/6210
{ "+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/6210/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6209/comments
https://api.github.com/repos/huggingface/datasets/issues/6209/timeline
2023-09-04T07:30:01Z
null
completed
I_kwDODunzps5wCMFw
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
6,209
{ "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}",...
CI is broken with AssertionError: 3 failed, 12 errors
https://api.github.com/repos/huggingface/datasets/issues/6209/events
null
https://api.github.com/repos/huggingface/datasets/issues/6209/labels{/name}
2023-09-04T06:47:05Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
null
1,879,622,000
[ { "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/6209
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Our CI is broken: 3 failed, 12 errors See: https://github.com/huggingface/datasets/actions/runs/6069947111/job/16465138041 ``` =========================== short test summary info ============================ FAILED tests/test_load.py::ModuleFactoryTest::test_LocalDatasetModuleFactoryWithoutScript_with_data_dir - ...
2023-09-04T07:30:01Z
https://github.com/huggingface/datasets/issues/6209
{ "+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/6209/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6208/comments
https://api.github.com/repos/huggingface/datasets/issues/6208/timeline
2023-09-04T09:13:32Z
null
null
PR_kwDODunzps5ZcnpJ
closed
[]
false
6,208
{ "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}",...
Do not filter out .zip extensions from no-script datasets
https://api.github.com/repos/huggingface/datasets/issues/6208/events
null
https://api.github.com/repos/huggingface/datasets/issues/6208/labels{/name}
2023-09-04T06:07:12Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6208.diff", "html_url": "https://github.com/huggingface/datasets/pull/6208", "merged_at": "2023-09-04T09:13:32Z", "patch_url": "https://github.com/huggingface/datasets/pull/6208.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,879,572,646
[]
https://api.github.com/repos/huggingface/datasets/issues/6208
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR is a hotfix of: - #6207 That PR introduced the filtering out of `.zip` extensions. This PR reverts that. Hot fix #6207. Maybe we should do patch releases: the bug was introduced in 2.13.1. CC: @lhoestq
2023-09-04T09:22:19Z
https://github.com/huggingface/datasets/pull/6208
{ "+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/6208/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6207/comments
https://api.github.com/repos/huggingface/datasets/issues/6207/timeline
2023-09-04T09:13:33Z
null
completed
I_kwDODunzps5wB7yi
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
6,207
{ "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}",...
No-script datasets with ZIP files do not load
https://api.github.com/repos/huggingface/datasets/issues/6207/events
null
https://api.github.com/repos/huggingface/datasets/issues/6207/labels{/name}
2023-09-04T05:50: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,879,555,234
[ { "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/6207
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
While investigating an issue on a Hub dataset, I have discovered the no-script datasets containing ZIP files do not load. For example, that no-script dataset containing ZIP files, raises NonMatchingSplitsSizesError: ```python In [2]: ds = load_dataset("sidovic/LearningQ-qg") NonMatchingSplitsSizesError: [ { ...
2023-09-04T09:13:33Z
https://github.com/huggingface/datasets/issues/6207
{ "+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/6207/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6206/comments
https://api.github.com/repos/huggingface/datasets/issues/6206/timeline
2023-09-04T06:05:49Z
null
completed
I_kwDODunzps5wBn5R
closed
[]
null
6,206
{ "avatar_url": "https://avatars.githubusercontent.com/u/51043929?v=4", "events_url": "https://api.github.com/users/aihao2000/events{/privacy}", "followers_url": "https://api.github.com/users/aihao2000/followers", "following_url": "https://api.github.com/users/aihao2000/following{/other_user}", "gists_url": "...
When calling load_dataset, raise error: pyarrow.lib.ArrowInvalid: offset overflow while concatenating arrays
https://api.github.com/repos/huggingface/datasets/issues/6206/events
null
https://api.github.com/repos/huggingface/datasets/issues/6206/labels{/name}
2023-09-04T04:14:00Z
null
false
null
null
1,879,473,745
[]
https://api.github.com/repos/huggingface/datasets/issues/6206
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When calling load_dataset, raise error ``` Traceback (most recent call last): File "/home/aihao/miniconda3/envs/torch/lib/python3.11/site-packages/datasets/builder.py", line 1694, in _pre pare_split_single ...
2023-09-04T06:05:50Z
https://github.com/huggingface/datasets/issues/6206
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/6206/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6203/comments
https://api.github.com/repos/huggingface/datasets/issues/6203/timeline
2023-09-15T15:11:27Z
null
completed
I_kwDODunzps5v6D-S
closed
[]
null
6,203
{ "avatar_url": "https://avatars.githubusercontent.com/u/16692099?v=4", "events_url": "https://api.github.com/users/bilelomrani1/events{/privacy}", "followers_url": "https://api.github.com/users/bilelomrani1/followers", "following_url": "https://api.github.com/users/bilelomrani1/following{/other_user}", "gist...
Support loading from a DVC remote repository
https://api.github.com/repos/huggingface/datasets/issues/6203/events
null
https://api.github.com/repos/huggingface/datasets/issues/6203/labels{/name}
2023-09-01T14:04:52Z
null
false
null
null
1,877,491,602
[ { "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/6203
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request Adding support for loading a file from a DVC repository, tracked remotely on a SCM. ### Motivation DVC is a popular version control system to version and manage datasets. The files are stored on a remote object storage platform, but they are tracked using Git. Integration with DVC is possible thr...
2023-09-15T15:11:27Z
https://github.com/huggingface/datasets/issues/6203
{ "+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/6203/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6202/comments
https://api.github.com/repos/huggingface/datasets/issues/6202/timeline
2023-10-12T16:28:59Z
null
completed
I_kwDODunzps5v2xtP
closed
[]
null
6,202
{ "avatar_url": "https://avatars.githubusercontent.com/u/1332458?v=4", "events_url": "https://api.github.com/users/chrisflesher/events{/privacy}", "followers_url": "https://api.github.com/users/chrisflesher/followers", "following_url": "https://api.github.com/users/chrisflesher/following{/other_user}", "gists...
avoid downgrading jax version
https://api.github.com/repos/huggingface/datasets/issues/6202/events
null
https://api.github.com/repos/huggingface/datasets/issues/6202/labels{/name}
2023-09-01T02:57:57Z
null
false
null
null
1,876,630,351
[ { "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/6202
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request Whenever I `pip install datasets[jax]` it downgrades jax to version 0.3.25. I seem to be able to install this library first then upgrade jax back to version 0.4.13. ### Motivation It would be nice to not overwrite currently installed version of jax if possible. ### Your contribution I...
2023-10-12T16:28:59Z
https://github.com/huggingface/datasets/issues/6202
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/huggingface/datasets/issues/6202/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6201/comments
https://api.github.com/repos/huggingface/datasets/issues/6201/timeline
2023-09-05T10:58:21Z
null
null
PR_kwDODunzps5ZOVbV
closed
[]
false
6,201
{ "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 to_json ValueError and remove pandas pin
https://api.github.com/repos/huggingface/datasets/issues/6201/events
null
https://api.github.com/repos/huggingface/datasets/issues/6201/labels{/name}
2023-08-31T10:38:08Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6201.diff", "html_url": "https://github.com/huggingface/datasets/pull/6201", "merged_at": "2023-09-05T10:58:21Z", "patch_url": "https://github.com/huggingface/datasets/pull/6201.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,875,256,775
[]
https://api.github.com/repos/huggingface/datasets/issues/6201
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR fixes the root cause of the issue: - #6197 This PR also removes the temporary pin of `pandas` introduced by: - #6200 Note that for orient in ['records', 'values'], index value is ignored but - in `pandas` < 2.1.0, a ValueError is raised if not index and orient not in ['split', 'table'] - for orien...
2023-09-05T11:07:07Z
https://github.com/huggingface/datasets/pull/6201
{ "+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/6201/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6200/comments
https://api.github.com/repos/huggingface/datasets/issues/6200/timeline
2023-08-31T10:24:38Z
null
null
PR_kwDODunzps5ZOCee
closed
[]
false
6,200
{ "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}",...
Temporarily pin pandas < 2.1.0
https://api.github.com/repos/huggingface/datasets/issues/6200/events
null
https://api.github.com/repos/huggingface/datasets/issues/6200/labels{/name}
2023-08-31T09:45:17Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6200.diff", "html_url": "https://github.com/huggingface/datasets/pull/6200", "merged_at": "2023-08-31T10:24:38Z", "patch_url": "https://github.com/huggingface/datasets/pull/6200.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,875,169,551
[]
https://api.github.com/repos/huggingface/datasets/issues/6200
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Temporarily pin `pandas` < 2.1.0 until permanent solution is found. Hot fix #6197.
2023-08-31T10:33:24Z
https://github.com/huggingface/datasets/pull/6200
{ "+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/6200/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6199/comments
https://api.github.com/repos/huggingface/datasets/issues/6199/timeline
null
null
null
I_kwDODunzps5vxMAB
open
[]
null
6,199
{ "avatar_url": "https://avatars.githubusercontent.com/u/50519434?v=4", "events_url": "https://api.github.com/users/Garen-in-bush/events{/privacy}", "followers_url": "https://api.github.com/users/Garen-in-bush/followers", "following_url": "https://api.github.com/users/Garen-in-bush/following{/other_user}", "g...
Use load_dataset for local json files, but it not works
https://api.github.com/repos/huggingface/datasets/issues/6199/events
null
https://api.github.com/repos/huggingface/datasets/issues/6199/labels{/name}
2023-08-31T09:42:34Z
null
false
null
null
1,875,165,185
[]
https://api.github.com/repos/huggingface/datasets/issues/6199
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug when I use load_dataset to load my local datasets,it always goes to Hugging Face to download the data instead of loading the local dataset. ### Steps to reproduce the bug `raw_datasets = load_dataset( β€˜json’, data_files=data_files)` ### Expected behavior ![image](https://gi...
2023-08-31T19:05:07Z
https://github.com/huggingface/datasets/issues/6199
{ "+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/6199/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6198/comments
https://api.github.com/repos/huggingface/datasets/issues/6198/timeline
2023-08-31T13:48:42Z
null
null
PR_kwDODunzps5ZNyBq
closed
[]
false
6,198
{ "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}",...
Preserve split order in DataFilesDict
https://api.github.com/repos/huggingface/datasets/issues/6198/events
null
https://api.github.com/repos/huggingface/datasets/issues/6198/labels{/name}
2023-08-31T09:00:26Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6198.diff", "html_url": "https://github.com/huggingface/datasets/pull/6198", "merged_at": "2023-08-31T13:48:42Z", "patch_url": "https://github.com/huggingface/datasets/pull/6198.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,875,092,027
[]
https://api.github.com/repos/huggingface/datasets/issues/6198
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
After investigation, I have found that this copy forces the splits to be sorted alphabetically: https://github.com/huggingface/datasets/blob/029227a116c14720afca71b9b22e78eb2a1c09a6/src/datasets/builder.py#L556 This PR removes the alphabetically sort of `DataFilesDict` keys. - Note that for a `dict`, the order of k...
2023-08-31T13:57:31Z
https://github.com/huggingface/datasets/pull/6198
{ "+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/6198/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6197/comments
https://api.github.com/repos/huggingface/datasets/issues/6197/timeline
2023-08-31T10:24:40Z
null
completed
I_kwDODunzps5vw2wL
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
6,197
{ "avatar_url": "https://avatars.githubusercontent.com/u/128361578?v=4", "events_url": "https://api.github.com/users/exs-avianello/events{/privacy}", "followers_url": "https://api.github.com/users/exs-avianello/followers", "following_url": "https://api.github.com/users/exs-avianello/following{/other_user}", "...
ValueError: 'index=True' is only valid when 'orient' is 'split', 'table', 'index', or 'columns'
https://api.github.com/repos/huggingface/datasets/issues/6197/events
null
https://api.github.com/repos/huggingface/datasets/issues/6197/labels{/name}
2023-08-31T08:51:50Z
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,875,078,155
[]
https://api.github.com/repos/huggingface/datasets/issues/6197
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Saving a dataset `.to_json()` fails with a `ValueError` since the latest `pandas` [release](https://pandas.pydata.org/docs/dev/whatsnew/v2.1.0.html) (`2.1.0`) In their latest release we have: > Improved error handling when using [DataFrame.to_json()](https://pandas.pydata.org/docs/dev/refere...
2023-09-01T10:35:10Z
https://github.com/huggingface/datasets/issues/6197
{ "+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/6197/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6196/comments
https://api.github.com/repos/huggingface/datasets/issues/6196/timeline
2023-08-31T13:48:43Z
null
completed
I_kwDODunzps5vw0_8
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
6,196
{ "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}",...
Split order is not preserved
https://api.github.com/repos/huggingface/datasets/issues/6196/events
null
https://api.github.com/repos/huggingface/datasets/issues/6196/labels{/name}
2023-08-31T08:47:16Z
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,875,070,972
[ { "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/6196
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
I have noticed that in some cases the split order is not preserved. For example, consider a no-script dataset with configs: ```yaml configs: - config_name: default data_files: - split: train path: train.csv - split: test path: test.csv ``` - Note the defined split order is [train, test] On...
2023-08-31T13:48:43Z
https://github.com/huggingface/datasets/issues/6196
{ "+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/6196/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6195/comments
https://api.github.com/repos/huggingface/datasets/issues/6195/timeline
2023-08-30T19:00:45Z
null
completed
I_kwDODunzps5vtfSB
closed
[]
null
6,195
{ "avatar_url": "https://avatars.githubusercontent.com/u/43507393?v=4", "events_url": "https://api.github.com/users/Luosuu/events{/privacy}", "followers_url": "https://api.github.com/users/Luosuu/followers", "following_url": "https://api.github.com/users/Luosuu/following{/other_user}", "gists_url": "https://a...
Force to reuse cache at given path
https://api.github.com/repos/huggingface/datasets/issues/6195/events
null
https://api.github.com/repos/huggingface/datasets/issues/6195/labels{/name}
2023-08-30T18:44:54Z
null
false
null
null
1,874,195,585
[]
https://api.github.com/repos/huggingface/datasets/issues/6195
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I have run the official example of MLM like: ```bash python run_mlm.py \ --model_name_or_path roberta-base \ --dataset_name togethercomputer/RedPajama-Data-1T \ --dataset_config_name arxiv \ --per_device_train_batch_size 10 \ --preprocessing_num_workers 20 ...
2023-11-03T10:14:21Z
https://github.com/huggingface/datasets/issues/6195
{ "+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/6195/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6194/comments
https://api.github.com/repos/huggingface/datasets/issues/6194/timeline
null
null
null
I_kwDODunzps5vnZTP
open
[]
null
6,194
{ "avatar_url": "https://avatars.githubusercontent.com/u/16692099?v=4", "events_url": "https://api.github.com/users/bilelomrani1/events{/privacy}", "followers_url": "https://api.github.com/users/bilelomrani1/followers", "following_url": "https://api.github.com/users/bilelomrani1/following{/other_user}", "gist...
Support custom fingerprinting with `Dataset.from_generator`
https://api.github.com/repos/huggingface/datasets/issues/6194/events
null
https://api.github.com/repos/huggingface/datasets/issues/6194/labels{/name}
2023-08-29T22:43:13Z
null
false
null
null
1,872,598,223
[ { "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/6194
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request When using `Dataset.from_generator`, the generator is hashed when building the fingerprint. Similar to `.map`, it would be interesting to let the user bypass this hashing by accepting a `fingerprint` argument to `.from_generator`. ### Motivation Using the `.from_generator` constructor with ...
2024-02-29T03:46:54Z
https://github.com/huggingface/datasets/issues/6194
{ "+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/6194/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6193/comments
https://api.github.com/repos/huggingface/datasets/issues/6193/timeline
null
null
null
I_kwDODunzps5vmM3h
open
[]
null
6,193
{ "avatar_url": "https://avatars.githubusercontent.com/u/43389071?v=4", "events_url": "https://api.github.com/users/riteshkumarumassedu/events{/privacy}", "followers_url": "https://api.github.com/users/riteshkumarumassedu/followers", "following_url": "https://api.github.com/users/riteshkumarumassedu/following{/...
Dataset loading script method does not work with .pyc file
https://api.github.com/repos/huggingface/datasets/issues/6193/events
null
https://api.github.com/repos/huggingface/datasets/issues/6193/labels{/name}
2023-08-29T19:35:06Z
null
false
null
null
1,872,285,153
[]
https://api.github.com/repos/huggingface/datasets/issues/6193
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug The huggingface dataset library specifically looks for β€˜.py’ file while loading the dataset using loading script approach and it does not work with β€˜.pyc’ file. While deploying in production, it becomes an issue when we are restricted to use only .pyc files. Is there any work around for this ? #...
2023-08-31T19:47:29Z
https://github.com/huggingface/datasets/issues/6193
{ "+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/6193/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6192/comments
https://api.github.com/repos/huggingface/datasets/issues/6192/timeline
2023-08-30T13:51:32Z
null
null
PR_kwDODunzps5ZDGnI
closed
[]
false
6,192
{ "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"...
Set minimal fsspec version requirement to 2023.1.0
https://api.github.com/repos/huggingface/datasets/issues/6192/events
null
https://api.github.com/repos/huggingface/datasets/issues/6192/labels{/name}
2023-08-29T15:23:41Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6192.diff", "html_url": "https://github.com/huggingface/datasets/pull/6192", "merged_at": "2023-08-30T13:51:32Z", "patch_url": "https://github.com/huggingface/datasets/pull/6192.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,871,911,640
[]
https://api.github.com/repos/huggingface/datasets/issues/6192
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fix https://github.com/huggingface/datasets/issues/6141 Colab installs 2023.6.0, so we should be good πŸ™‚
2023-08-30T14:01:56Z
https://github.com/huggingface/datasets/pull/6192
{ "+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/6192/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6191/comments
https://api.github.com/repos/huggingface/datasets/issues/6191/timeline
2023-08-31T13:50:00Z
null
null
PR_kwDODunzps5ZCKmv
closed
[]
false
6,191
{ "avatar_url": "https://avatars.githubusercontent.com/u/45557362?v=4", "events_url": "https://api.github.com/users/qgallouedec/events{/privacy}", "followers_url": "https://api.github.com/users/qgallouedec/followers", "following_url": "https://api.github.com/users/qgallouedec/following{/other_user}", "gists_u...
Add missing `revision` argument
https://api.github.com/repos/huggingface/datasets/issues/6191/events
null
https://api.github.com/repos/huggingface/datasets/issues/6191/labels{/name}
2023-08-29T13:05:04Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6191.diff", "html_url": "https://github.com/huggingface/datasets/pull/6191", "merged_at": "2023-08-31T13:50:00Z", "patch_url": "https://github.com/huggingface/datasets/pull/6191.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,871,634,840
[]
https://api.github.com/repos/huggingface/datasets/issues/6191
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
I've noticed that when you're not working on the main branch, there are sometimes errors in the files returned. After some investigation, I realized that the revision was not properly passed everywhere. This PR proposes a fix.
2023-09-04T06:38:17Z
https://github.com/huggingface/datasets/pull/6191
{ "+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/6191/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6190/comments
https://api.github.com/repos/huggingface/datasets/issues/6190/timeline
2023-08-29T13:01:09Z
null
completed
I_kwDODunzps5vjhPf
closed
[]
null
6,190
{ "avatar_url": "https://avatars.githubusercontent.com/u/18682411?v=4", "events_url": "https://api.github.com/users/Vaibhavs10/events{/privacy}", "followers_url": "https://api.github.com/users/Vaibhavs10/followers", "following_url": "https://api.github.com/users/Vaibhavs10/following{/other_user}", "gists_url"...
`Invalid user token` even when correct user token is passed!
https://api.github.com/repos/huggingface/datasets/issues/6190/events
null
https://api.github.com/repos/huggingface/datasets/issues/6190/labels{/name}
2023-08-29T12:37:03Z
null
false
null
null
1,871,582,175
[]
https://api.github.com/repos/huggingface/datasets/issues/6190
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
### Describe the bug I'm working on a dataset which comprises other datasets on the hub. URL: https://huggingface.co/datasets/open-asr-leaderboard/datasets-test-only Note: Some of the sub-datasets in this metadataset require explicit access. All the other datasets work fine, except, `common_voice`. ### Steps t...
2023-08-29T13:01:10Z
https://github.com/huggingface/datasets/issues/6190
{ "+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/6190/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6189/comments
https://api.github.com/repos/huggingface/datasets/issues/6189/timeline
2023-08-29T12:52:48Z
null
null
PR_kwDODunzps5ZB8Z9
closed
[]
false
6,189
{ "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:...
Don't alter input in Features.from_dict
https://api.github.com/repos/huggingface/datasets/issues/6189/events
null
https://api.github.com/repos/huggingface/datasets/issues/6189/labels{/name}
2023-08-29T12:29:47Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6189.diff", "html_url": "https://github.com/huggingface/datasets/pull/6189", "merged_at": "2023-08-29T12:52:48Z", "patch_url": "https://github.com/huggingface/datasets/pull/6189.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,871,569,855
[]
https://api.github.com/repos/huggingface/datasets/issues/6189
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
null
2023-08-29T13:04:59Z
https://github.com/huggingface/datasets/pull/6189
{ "+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/6189/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6188/comments
https://api.github.com/repos/huggingface/datasets/issues/6188/timeline
2023-09-19T21:55:37Z
null
not_planned
I_kwDODunzps5vhQF4
closed
[]
null
6,188
{ "avatar_url": "https://avatars.githubusercontent.com/u/61188463?v=4", "events_url": "https://api.github.com/users/namespace-Pt/events{/privacy}", "followers_url": "https://api.github.com/users/namespace-Pt/followers", "following_url": "https://api.github.com/users/namespace-Pt/following{/other_user}", "gist...
[Feature Request] Check the length of batch before writing so that empty batch is allowed
https://api.github.com/repos/huggingface/datasets/issues/6188/events
null
https://api.github.com/repos/huggingface/datasets/issues/6188/labels{/name}
2023-08-29T06:37:34Z
null
false
null
null
1,870,987,640
[]
https://api.github.com/repos/huggingface/datasets/issues/6188
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Use Case I use `dataset.map(process_fn, batched=True)` to process the dataset, with data **augmentations or filtering**. However, when all examples within a batch is filtered out, i.e. **an empty batch is returned**, the following error will be thrown: ``` ValueError: Schema and number of arrays unequal `...
2023-09-19T21:55:38Z
https://github.com/huggingface/datasets/issues/6188
{ "+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/6188/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6187/comments
https://api.github.com/repos/huggingface/datasets/issues/6187/timeline
null
null
null
I_kwDODunzps5vhDhP
open
[]
null
6,187
{ "avatar_url": "https://avatars.githubusercontent.com/u/20493493?v=4", "events_url": "https://api.github.com/users/andysingal/events{/privacy}", "followers_url": "https://api.github.com/users/andysingal/followers", "following_url": "https://api.github.com/users/andysingal/following{/other_user}", "gists_url"...
Couldn't find a dataset script at /content/tsv/tsv.py or any data file in the same directory
https://api.github.com/repos/huggingface/datasets/issues/6187/events
null
https://api.github.com/repos/huggingface/datasets/issues/6187/labels{/name}
2023-08-29T05:49:56Z
null
false
null
null
1,870,936,143
[]
https://api.github.com/repos/huggingface/datasets/issues/6187
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug ``` --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) [<ipython-input-48-6a7b3e847019>](https://localhost:8080/#) in <cell line: 7>() 5 } 6 ----> 7 csv_datasets_reloaded = load_...
2023-08-29T16:21:45Z
https://github.com/huggingface/datasets/issues/6187
{ "+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/6187/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6186/comments
https://api.github.com/repos/huggingface/datasets/issues/6186/timeline
2023-11-22T15:42:20Z
null
completed
I_kwDODunzps5vbUKh
closed
[]
null
6,186
{ "avatar_url": "https://avatars.githubusercontent.com/u/48327001?v=4", "events_url": "https://api.github.com/users/NielsRogge/events{/privacy}", "followers_url": "https://api.github.com/users/NielsRogge/followers", "following_url": "https://api.github.com/users/NielsRogge/following{/other_user}", "gists_url"...
Feature request: add code example of multi-GPU processing
https://api.github.com/repos/huggingface/datasets/issues/6186/events
null
https://api.github.com/repos/huggingface/datasets/issues/6186/labels{/name}
2023-08-28T10:00:59Z
null
false
null
null
1,869,431,457
[ { "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" }, { "color": "a2ee...
https://api.github.com/repos/huggingface/datasets/issues/6186
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Feature request Would be great to add a code example of how to do multi-GPU processing with πŸ€— Datasets in the documentation. cc @stevhliu Currently the docs has a small [section](https://huggingface.co/docs/datasets/v2.3.2/en/process#map) on this saying "your big GPU call goes here", however it didn't work f...
2024-02-22T08:51:08Z
https://github.com/huggingface/datasets/issues/6186
{ "+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/6186/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6185/comments
https://api.github.com/repos/huggingface/datasets/issues/6185/timeline
null
null
null
I_kwDODunzps5vWJq0
open
[]
null
6,185
{ "avatar_url": "https://avatars.githubusercontent.com/u/14247682?v=4", "events_url": "https://api.github.com/users/HaozheZhao/events{/privacy}", "followers_url": "https://api.github.com/users/HaozheZhao/followers", "following_url": "https://api.github.com/users/HaozheZhao/following{/other_user}", "gists_url"...
Error in saving the PIL image into *.arrow files using datasets.arrow_writer
https://api.github.com/repos/huggingface/datasets/issues/6185/events
null
https://api.github.com/repos/huggingface/datasets/issues/6185/labels{/name}
2023-08-26T12:15:57Z
null
false
null
null
1,868,077,748
[]
https://api.github.com/repos/huggingface/datasets/issues/6185
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I am using the ArrowWriter from datasets.arrow_writer to save a json-style file as arrow files. Within the dictionary, it contains a feature called "image" which is a list of PIL.Image objects. I am saving the json using the following script: ``` def save_to_arrow(path,temp): with ArrowWri...
2023-08-29T14:49:58Z
https://github.com/huggingface/datasets/issues/6185
{ "+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/6185/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6184/comments
https://api.github.com/repos/huggingface/datasets/issues/6184/timeline
2023-08-29T20:56:49Z
null
completed
I_kwDODunzps5vU9l_
closed
[]
null
6,184
{ "avatar_url": "https://avatars.githubusercontent.com/u/511073?v=4", "events_url": "https://api.github.com/users/jonathanasdf/events{/privacy}", "followers_url": "https://api.github.com/users/jonathanasdf/followers", "following_url": "https://api.github.com/users/jonathanasdf/following{/other_user}", "gists_...
Map cache does not detect function changes in another module
https://api.github.com/repos/huggingface/datasets/issues/6184/events
null
https://api.github.com/repos/huggingface/datasets/issues/6184/labels{/name}
2023-08-25T22:59:14Z
null
false
null
null
1,867,766,143
[ { "color": "cfd3d7", "default": true, "description": "This issue or pull request already exists", "id": 1935892865, "name": "duplicate", "node_id": "MDU6TGFiZWwxOTM1ODkyODY1", "url": "https://api.github.com/repos/huggingface/datasets/labels/duplicate" } ]
https://api.github.com/repos/huggingface/datasets/issues/6184
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
```python # dataset.py import os import datasets if not os.path.exists('/tmp/test.json'): with open('/tmp/test.json', 'w') as file: file.write('[{"text": "hello"}]') def transform(example): text = example['text'] # text += ' world' return {'text': text} data = datasets.load_dataset('json', ...
2023-08-29T20:57:07Z
https://github.com/huggingface/datasets/issues/6184
{ "+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/6184/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6183/comments
https://api.github.com/repos/huggingface/datasets/issues/6183/timeline
2023-08-29T13:26:22Z
null
completed
I_kwDODunzps5vU4As
closed
[]
null
6,183
{ "avatar_url": "https://avatars.githubusercontent.com/u/64750224?v=4", "events_url": "https://api.github.com/users/freQuensy23-coder/events{/privacy}", "followers_url": "https://api.github.com/users/freQuensy23-coder/followers", "following_url": "https://api.github.com/users/freQuensy23-coder/following{/other_...
Load dataset with non-existent file
https://api.github.com/repos/huggingface/datasets/issues/6183/events
null
https://api.github.com/repos/huggingface/datasets/issues/6183/labels{/name}
2023-08-25T22:21:22Z
null
false
null
null
1,867,743,276
[]
https://api.github.com/repos/huggingface/datasets/issues/6183
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When load a dataset from datasets and pass a wrong path to json with the data, error message does not contain something abount "wrong path" or "file do not exist" - ```SchemaInferenceError: Please pass `features` or at least one example when writing data``` ### Steps to reproduce the bug ...
2023-08-29T13:26:22Z
https://github.com/huggingface/datasets/issues/6183
{ "+1": 0, "-1": 0, "confused": 1, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/6183/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6182/comments
https://api.github.com/repos/huggingface/datasets/issues/6182/timeline
2023-08-31T14:38:23Z
null
completed
I_kwDODunzps5vS0I7
closed
[]
null
6,182
{ "avatar_url": "https://avatars.githubusercontent.com/u/42322648?v=4", "events_url": "https://api.github.com/users/dsashulya/events{/privacy}", "followers_url": "https://api.github.com/users/dsashulya/followers", "following_url": "https://api.github.com/users/dsashulya/following{/other_user}", "gists_url": "...
Loading Meteor metric in HF evaluate module crashes due to datasets import issue
https://api.github.com/repos/huggingface/datasets/issues/6182/events
null
https://api.github.com/repos/huggingface/datasets/issues/6182/labels{/name}
2023-08-25T14:54:06Z
null
false
null
null
1,867,203,131
[]
https://api.github.com/repos/huggingface/datasets/issues/6182
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When using python3.9 and ```evaluate``` module loading Meteor metric crashes at a non-existent import from ```datasets.config``` in ```datasets v2.14``` ### Steps to reproduce the bug ``` from evaluate import load meteor = load("meteor") ``` produces the following error: ``` from d...
2023-09-04T16:41:11Z
https://github.com/huggingface/datasets/issues/6182
{ "+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/6182/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6181/comments
https://api.github.com/repos/huggingface/datasets/issues/6181/timeline
2023-08-25T16:02:24Z
null
null
PR_kwDODunzps5Yy2VO
closed
[]
false
6,181
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Fix import in `image_load` doc
https://api.github.com/repos/huggingface/datasets/issues/6181/events
null
https://api.github.com/repos/huggingface/datasets/issues/6181/labels{/name}
2023-08-25T13:12:19Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6181.diff", "html_url": "https://github.com/huggingface/datasets/pull/6181", "merged_at": "2023-08-25T16:02:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/6181.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,867,035,522
[]
https://api.github.com/repos/huggingface/datasets/issues/6181
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Reported on [Discord](https://discord.com/channels/879548962464493619/1144295822209581168/1144295822209581168)
2023-08-25T16:12:46Z
https://github.com/huggingface/datasets/pull/6181
{ "+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/6181/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6180/comments
https://api.github.com/repos/huggingface/datasets/issues/6180/timeline
2023-08-25T16:46:22Z
null
null
PR_kwDODunzps5Yy1r-
closed
[]
false
6,180
{ "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"...
Use `hf-internal-testing` repos for hosting test dataset repos
https://api.github.com/repos/huggingface/datasets/issues/6180/events
null
https://api.github.com/repos/huggingface/datasets/issues/6180/labels{/name}
2023-08-25T13:10:26Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6180.diff", "html_url": "https://github.com/huggingface/datasets/pull/6180", "merged_at": "2023-08-25T16:46:22Z", "patch_url": "https://github.com/huggingface/datasets/pull/6180.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,867,032,578
[]
https://api.github.com/repos/huggingface/datasets/issues/6180
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Use `hf-internal-testing` for hosting instead of the maintainers' dataset repos.
2023-08-25T16:58:02Z
https://github.com/huggingface/datasets/pull/6180
{ "+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/6180/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6179/comments
https://api.github.com/repos/huggingface/datasets/issues/6179/timeline
null
null
null
I_kwDODunzps5vSEv4
open
[]
null
6,179
{ "avatar_url": "https://avatars.githubusercontent.com/u/511073?v=4", "events_url": "https://api.github.com/users/jonathanasdf/events{/privacy}", "followers_url": "https://api.github.com/users/jonathanasdf/followers", "following_url": "https://api.github.com/users/jonathanasdf/following{/other_user}", "gists_...
Map cache with tokenizer
https://api.github.com/repos/huggingface/datasets/issues/6179/events
null
https://api.github.com/repos/huggingface/datasets/issues/6179/labels{/name}
2023-08-25T12:55:18Z
null
false
null
null
1,867,009,016
[]
https://api.github.com/repos/huggingface/datasets/issues/6179
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Similar issue to https://github.com/huggingface/datasets/issues/5985, but across different sessions rather than two calls in the same session. Unlike that issue, explicitly calling tokenizer(my_args) before the map() doesn't help, because the tokenizer was created with a different hash to begin with... setup ```...
2023-08-31T15:17:24Z
https://github.com/huggingface/datasets/issues/6179
{ "+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/6179/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6178/comments
https://api.github.com/repos/huggingface/datasets/issues/6178/timeline
2023-09-27T17:33:39Z
null
completed
I_kwDODunzps5vQjW2
closed
[]
null
6,178
{ "avatar_url": "https://avatars.githubusercontent.com/u/128580829?v=4", "events_url": "https://api.github.com/users/elia-ashraf/events{/privacy}", "followers_url": "https://api.github.com/users/elia-ashraf/followers", "following_url": "https://api.github.com/users/elia-ashraf/following{/other_user}", "gists_...
'import datasets' throws "invalid syntax error"
https://api.github.com/repos/huggingface/datasets/issues/6178/events
null
https://api.github.com/repos/huggingface/datasets/issues/6178/labels{/name}
2023-08-25T08:35:14Z
null
false
null
null
1,866,610,102
[]
https://api.github.com/repos/huggingface/datasets/issues/6178
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Hi, I have been trying to import the datasets library but I keep gtting this error. `Traceback (most recent call last): File /opt/local/jupyterhub/lib64/python3.9/site-packages/IPython/core/interactiveshell.py:3508 in run_code exec(code_obj, self.user_global_ns, self.user_ns) ...
2023-09-27T17:33:39Z
https://github.com/huggingface/datasets/issues/6178
{ "+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/6178/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6177/comments
https://api.github.com/repos/huggingface/datasets/issues/6177/timeline
2023-08-25T16:21:17Z
null
null
PR_kwDODunzps5Ytky-
closed
[]
false
6,177
{ "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"...
Use object detection images from `huggingface/documentation-images`
https://api.github.com/repos/huggingface/datasets/issues/6177/events
null
https://api.github.com/repos/huggingface/datasets/issues/6177/labels{/name}
2023-08-24T16:16:09Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6177.diff", "html_url": "https://github.com/huggingface/datasets/pull/6177", "merged_at": "2023-08-25T16:21:17Z", "patch_url": "https://github.com/huggingface/datasets/pull/6177.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,865,490,962
[]
https://api.github.com/repos/huggingface/datasets/issues/6177
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
null
2023-08-25T16:30:00Z
https://github.com/huggingface/datasets/pull/6177
{ "+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/6177/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6176/comments
https://api.github.com/repos/huggingface/datasets/issues/6176/timeline
null
null
null
I_kwDODunzps5vIQq4
open
[]
null
6,176
{ "avatar_url": "https://avatars.githubusercontent.com/u/47763855?v=4", "events_url": "https://api.github.com/users/williamium3000/events{/privacy}", "followers_url": "https://api.github.com/users/williamium3000/followers", "following_url": "https://api.github.com/users/williamium3000/following{/other_user}", ...
how to limit the size of memory mapped file?
https://api.github.com/repos/huggingface/datasets/issues/6176/events
null
https://api.github.com/repos/huggingface/datasets/issues/6176/labels{/name}
2023-08-24T05:33:45Z
null
false
null
null
1,864,436,408
[]
https://api.github.com/repos/huggingface/datasets/issues/6176
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Huggingface datasets use memory-mapped file to map large datasets in memory for fast access. However, it seems like huggingface will occupy all the memory for memory-mapped files, which makes a troublesome situation since we cluster will distribute a small portion of memory to me (once it's over ...
2023-10-11T06:00:10Z
https://github.com/huggingface/datasets/issues/6176
{ "+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/6176/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6175/comments
https://api.github.com/repos/huggingface/datasets/issues/6175/timeline
2023-08-25T13:06:52Z
null
null
PR_kwDODunzps5YnKlx
closed
[]
false
6,175
{ "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"...
PyArrow 13 CI fixes
https://api.github.com/repos/huggingface/datasets/issues/6175/events
null
https://api.github.com/repos/huggingface/datasets/issues/6175/labels{/name}
2023-08-23T15:45:53Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6175.diff", "html_url": "https://github.com/huggingface/datasets/pull/6175", "merged_at": "2023-08-25T13:06:52Z", "patch_url": "https://github.com/huggingface/datasets/pull/6175.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,863,592,678
[]
https://api.github.com/repos/huggingface/datasets/issues/6175
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fixes: * bumps the PyArrow version check in the `cast_array_to_feature` to avoid the offset bug (still not fixed) * aligns the Pandas formatting tests with the Numpy ones (the current test fails due to https://github.com/apache/arrow/pull/35656, which requires `.to_pandas(coerce_temporal_nanoseconds=True)` to always ...
2023-08-25T13:15:59Z
https://github.com/huggingface/datasets/pull/6175
{ "+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/6175/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6173/comments
https://api.github.com/repos/huggingface/datasets/issues/6173/timeline
2023-08-25T13:06:53Z
null
completed
I_kwDODunzps5vEZBx
closed
[]
null
6,173
{ "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 CI for pyarrow 13.0.0
https://api.github.com/repos/huggingface/datasets/issues/6173/events
null
https://api.github.com/repos/huggingface/datasets/issues/6173/labels{/name}
2023-08-23T14:11:20Z
null
false
null
null
1,863,422,065
[]
https://api.github.com/repos/huggingface/datasets/issues/6173
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
pyarrow 13.0.0 just came out ``` FAILED tests/test_formatting.py::ArrowExtractorTest::test_pandas_extractor - AssertionError: Attributes of Series are different Attribute "dtype" are different [left]: datetime64[us, UTC] [right]: datetime64[ns, UTC] ``` ``` FAILED tests/test_table.py::test_cast_sliced_fi...
2023-08-25T13:06:53Z
https://github.com/huggingface/datasets/issues/6173
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 1, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/huggingface/datasets/issues/6173/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6172/comments
https://api.github.com/repos/huggingface/datasets/issues/6172/timeline
null
null
null
I_kwDODunzps5vD_oL
open
[]
null
6,172
{ "avatar_url": "https://avatars.githubusercontent.com/u/42299342?v=4", "events_url": "https://api.github.com/users/rojagtap/events{/privacy}", "followers_url": "https://api.github.com/users/rojagtap/followers", "following_url": "https://api.github.com/users/rojagtap/following{/other_user}", "gists_url": "htt...
Make Dataset streaming queries retryable
https://api.github.com/repos/huggingface/datasets/issues/6172/events
null
https://api.github.com/repos/huggingface/datasets/issues/6172/labels{/name}
2023-08-23T13:15:38Z
null
false
null
null
1,863,318,027
[ { "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/6172
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request Streaming datasets, as intended, do not load the entire dataset in memory or disk. However, while querying the next data chunk from the remote, sometimes it is possible that the service is down or there might be other issues that may cause the query to fail. In such a scenario, it would be nice to ...
2023-11-06T13:54:16Z
https://github.com/huggingface/datasets/issues/6172
{ "+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/6172/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6171/comments
https://api.github.com/repos/huggingface/datasets/issues/6171/timeline
2023-08-23T09:21:19Z
null
null
PR_kwDODunzps5Yk4AS
closed
[]
false
6,171
{ "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 typo in about_mapstyle_vs_iterable.mdx
https://api.github.com/repos/huggingface/datasets/issues/6171/events
null
https://api.github.com/repos/huggingface/datasets/issues/6171/labels{/name}
2023-08-23T09:21:11Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6171.diff", "html_url": "https://github.com/huggingface/datasets/pull/6171", "merged_at": "2023-08-23T09:21:19Z", "patch_url": "https://github.com/huggingface/datasets/pull/6171.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,862,922,767
[]
https://api.github.com/repos/huggingface/datasets/issues/6171
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
null
2023-08-23T09:32:59Z
https://github.com/huggingface/datasets/pull/6171
{ "+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/6171/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6170/comments
https://api.github.com/repos/huggingface/datasets/issues/6170/timeline
null
null
null
PR_kwDODunzps5YkJOV
open
[]
false
6,170
{ "avatar_url": "https://avatars.githubusercontent.com/u/124021133?v=4", "events_url": "https://api.github.com/users/Amitesh-Patel/events{/privacy}", "followers_url": "https://api.github.com/users/Amitesh-Patel/followers", "following_url": "https://api.github.com/users/Amitesh-Patel/following{/other_user}", "...
feat: Return the name of the currently loaded file
https://api.github.com/repos/huggingface/datasets/issues/6170/events
null
https://api.github.com/repos/huggingface/datasets/issues/6170/labels{/name}
2023-08-23T07:08:17Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6170.diff", "html_url": "https://github.com/huggingface/datasets/pull/6170", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/6170.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/6170" }
1,862,705,731
[]
https://api.github.com/repos/huggingface/datasets/issues/6170
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Added an optional parameter return_file_name in the load_dataset function. When it is set to True, the function will include the name of the file corresponding to the current line as a feature in the returned output. I added this here https://github.com/huggingface/datasets/blob/main/src/datasets/packaged_modules/js...
2023-08-29T12:41:05Z
https://github.com/huggingface/datasets/pull/6170
{ "+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/6170/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6169/comments
https://api.github.com/repos/huggingface/datasets/issues/6169/timeline
null
null
null
I_kwDODunzps5vAVyH
open
[]
null
6,169
{ "avatar_url": "https://avatars.githubusercontent.com/u/45085098?v=4", "events_url": "https://api.github.com/users/tsor13/events{/privacy}", "followers_url": "https://api.github.com/users/tsor13/followers", "following_url": "https://api.github.com/users/tsor13/following{/other_user}", "gists_url": "https://a...
Configurations in yaml not working
https://api.github.com/repos/huggingface/datasets/issues/6169/events
null
https://api.github.com/repos/huggingface/datasets/issues/6169/labels{/name}
2023-08-23T00:13:22Z
null
false
null
null
1,862,360,199
[]
https://api.github.com/repos/huggingface/datasets/issues/6169
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Dataset configurations cannot be created in YAML/README Hello! I'm trying to follow the docs here in order to create structure in my dataset as added from here (#5331): https://github.com/huggingface/datasets/blob/8b8e6ee067eb74e7965ca2a6768f15f9398cb7c8/docs/source/repository_structure.mdx#L110-L118 I have t...
2023-08-23T15:35:31Z
https://github.com/huggingface/datasets/issues/6169
{ "+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/6169/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6168/comments
https://api.github.com/repos/huggingface/datasets/issues/6168/timeline
2023-12-12T15:00:43Z
null
null
PR_kwDODunzps5YhT7Y
closed
[]
false
6,168
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Fix ArrayXD YAML conversion
https://api.github.com/repos/huggingface/datasets/issues/6168/events
null
https://api.github.com/repos/huggingface/datasets/issues/6168/labels{/name}
2023-08-22T17:02:54Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6168.diff", "html_url": "https://github.com/huggingface/datasets/pull/6168", "merged_at": "2023-12-12T15:00:43Z", "patch_url": "https://github.com/huggingface/datasets/pull/6168.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,861,867,274
[]
https://api.github.com/repos/huggingface/datasets/issues/6168
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Replace the `shape` tuple with a list in the `ArrayXD` YAML conversion. Fix #6112
2023-12-12T15:06:59Z
https://github.com/huggingface/datasets/pull/6168
{ "+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/6168/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6167/comments
https://api.github.com/repos/huggingface/datasets/issues/6167/timeline
2023-08-22T15:38:53Z
null
null
PR_kwDODunzps5Yf9-t
closed
[]
false
6,167
{ "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"...
Allow hyphen in split name
https://api.github.com/repos/huggingface/datasets/issues/6167/events
null
https://api.github.com/repos/huggingface/datasets/issues/6167/labels{/name}
2023-08-22T13:30:59Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6167.diff", "html_url": "https://github.com/huggingface/datasets/pull/6167", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/6167.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/6167" }
1,861,474,327
[]
https://api.github.com/repos/huggingface/datasets/issues/6167
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
To fix https://discuss.huggingface.co/t/error-when-setting-up-the-dataset-viewer-streamingrowserror/51276.
2024-01-11T06:31:31Z
https://github.com/huggingface/datasets/pull/6167
{ "+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/6167/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6166/comments
https://api.github.com/repos/huggingface/datasets/issues/6166/timeline
2023-08-23T13:52:36Z
null
null
PR_kwDODunzps5YfOt0
closed
[]
false
6,166
{ "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 BUILDER_CONFIG_CLASS
https://api.github.com/repos/huggingface/datasets/issues/6166/events
null
https://api.github.com/repos/huggingface/datasets/issues/6166/labels{/name}
2023-08-22T11:27:41Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6166.diff", "html_url": "https://github.com/huggingface/datasets/pull/6166", "merged_at": "2023-08-23T13:52:36Z", "patch_url": "https://github.com/huggingface/datasets/pull/6166.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,861,259,055
[]
https://api.github.com/repos/huggingface/datasets/issues/6166
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Related to https://github.com/huggingface/datasets/issues/6130
2023-08-23T14:01:25Z
https://github.com/huggingface/datasets/pull/6166
{ "+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/6166/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6165/comments
https://api.github.com/repos/huggingface/datasets/issues/6165/timeline
2023-08-29T13:18:11Z
null
null
PR_kwDODunzps5YexBL
closed
[]
false
6,165
{ "avatar_url": "https://avatars.githubusercontent.com/u/48770768?v=4", "events_url": "https://api.github.com/users/Hubert-Bonisseur/events{/privacy}", "followers_url": "https://api.github.com/users/Hubert-Bonisseur/followers", "following_url": "https://api.github.com/users/Hubert-Bonisseur/following{/other_use...
Fix multiprocessing with spawn in iterable datasets
https://api.github.com/repos/huggingface/datasets/issues/6165/events
null
https://api.github.com/repos/huggingface/datasets/issues/6165/labels{/name}
2023-08-22T10:07:23Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6165.diff", "html_url": "https://github.com/huggingface/datasets/pull/6165", "merged_at": "2023-08-29T13:18:11Z", "patch_url": "https://github.com/huggingface/datasets/pull/6165.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,861,124,284
[]
https://api.github.com/repos/huggingface/datasets/issues/6165
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
The "Spawn" method is preferred when multiprocessing on macOS or Windows systems, instead of the "Fork" method on linux systems. This causes some methods of Iterable Datasets to break when using a dataloader with more than 0 workers. I fixed the issue by replacing lambda and local methods which are not pickle-abl...
2023-08-29T13:27:14Z
https://github.com/huggingface/datasets/pull/6165
{ "+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/6165/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6164/comments
https://api.github.com/repos/huggingface/datasets/issues/6164/timeline
2023-08-21T16:18:26Z
null
null
PR_kwDODunzps5YZZAJ
closed
[]
false
6,164
{ "avatar_url": "https://avatars.githubusercontent.com/u/22726840?v=4", "events_url": "https://api.github.com/users/clefourrier/events{/privacy}", "followers_url": "https://api.github.com/users/clefourrier/followers", "following_url": "https://api.github.com/users/clefourrier/following{/other_user}", "gists_u...
Fix: Missing a MetadataConfigs init when the repo has a `datasets_info.json` but no README
https://api.github.com/repos/huggingface/datasets/issues/6164/events
null
https://api.github.com/repos/huggingface/datasets/issues/6164/labels{/name}
2023-08-21T14:57:54Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6164.diff", "html_url": "https://github.com/huggingface/datasets/pull/6164", "merged_at": "2023-08-21T16:18:26Z", "patch_url": "https://github.com/huggingface/datasets/pull/6164.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,859,560,007
[]
https://api.github.com/repos/huggingface/datasets/issues/6164
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
When I try to push to an arrow repo (can provide the link on Slack), it uploads the files but fails to update the metadata, with ``` File "app.py", line 123, in add_new_eval eval_results[level].push_to_hub(my_repo, token=TOKEN, split=SPLIT) File "blabla_my_env_path/lib/python3.10/site-packages/datasets/arro...
2023-08-21T16:27:05Z
https://github.com/huggingface/datasets/pull/6164
{ "+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/6164/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6163/comments
https://api.github.com/repos/huggingface/datasets/issues/6163/timeline
null
null
null
I_kwDODunzps5uuftB
open
[]
null
6,163
{ "avatar_url": "https://avatars.githubusercontent.com/u/90616801?v=4", "events_url": "https://api.github.com/users/shishirCTC/events{/privacy}", "followers_url": "https://api.github.com/users/shishirCTC/followers", "following_url": "https://api.github.com/users/shishirCTC/following{/other_user}", "gists_url"...
Error type: ArrowInvalid Details: Failed to parse string: '[254,254]' as a scalar of type int32
https://api.github.com/repos/huggingface/datasets/issues/6163/events
null
https://api.github.com/repos/huggingface/datasets/issues/6163/labels{/name}
2023-08-19T11:34:40Z
null
false
null
null
1,857,682,241
[]
https://api.github.com/repos/huggingface/datasets/issues/6163
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I am getting the following error while I am trying to upload the CSV sheet to train a model. My CSV sheet content is exactly same as shown in the example CSV file in the Auto Train page. Attaching screenshot of error for reference. I have also tried converting the index of the answer that are inte...
2023-08-21T13:28:16Z
https://github.com/huggingface/datasets/issues/6163
{ "+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/6163/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6162/comments
https://api.github.com/repos/huggingface/datasets/issues/6162/timeline
null
null
null
I_kwDODunzps5uo1bG
open
[]
null
6,162
{ "avatar_url": "https://avatars.githubusercontent.com/u/82971690?v=4", "events_url": "https://api.github.com/users/rbrugaro/events{/privacy}", "followers_url": "https://api.github.com/users/rbrugaro/followers", "following_url": "https://api.github.com/users/rbrugaro/following{/other_user}", "gists_url": "htt...
load_dataset('json',...) from togethercomputer/RedPajama-Data-1T errors when jsonl rows contains different data fields
https://api.github.com/repos/huggingface/datasets/issues/6162/events
null
https://api.github.com/repos/huggingface/datasets/issues/6162/labels{/name}
2023-08-18T07:19:39Z
null
false
null
null
1,856,198,342
[]
https://api.github.com/repos/huggingface/datasets/issues/6162
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When loading some jsonl from redpajama-data-1T github source [togethercomputer/RedPajama-Data-1T](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T) fails due to one row of the file containing an extra field called **symlink_target: string>**. When deleting that line the loading...
2023-08-18T17:00:35Z
https://github.com/huggingface/datasets/issues/6162
{ "+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/6162/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6161/comments
https://api.github.com/repos/huggingface/datasets/issues/6161/timeline
null
null
null
PR_kwDODunzps5YM0g7
open
[]
false
6,161
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Fix protocol prefix for Beam
https://api.github.com/repos/huggingface/datasets/issues/6161/events
null
https://api.github.com/repos/huggingface/datasets/issues/6161/labels{/name}
2023-08-17T22:40:37Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6161.diff", "html_url": "https://github.com/huggingface/datasets/pull/6161", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/6161.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/6161" }
1,855,794,354
[]
https://api.github.com/repos/huggingface/datasets/issues/6161
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fix #6147
2023-08-18T13:47:59Z
https://github.com/huggingface/datasets/pull/6161
{ "+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/6161/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6160/comments
https://api.github.com/repos/huggingface/datasets/issues/6160/timeline
2023-08-17T22:36:04Z
null
null
PR_kwDODunzps5YMtLQ
closed
[]
false
6,160
{ "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "events_url": "https://api.github.com/users/mariosasko/events{/privacy}", "followers_url": "https://api.github.com/users/mariosasko/followers", "following_url": "https://api.github.com/users/mariosasko/following{/other_user}", "gists_url"...
Fix Parquet loading with `columns`
https://api.github.com/repos/huggingface/datasets/issues/6160/events
null
https://api.github.com/repos/huggingface/datasets/issues/6160/labels{/name}
2023-08-17T21:58:24Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6160.diff", "html_url": "https://github.com/huggingface/datasets/pull/6160", "merged_at": "2023-08-17T22:36:04Z", "patch_url": "https://github.com/huggingface/datasets/pull/6160.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,855,760,543
[]
https://api.github.com/repos/huggingface/datasets/issues/6160
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fix #6149
2023-08-17T22:44:59Z
https://github.com/huggingface/datasets/pull/6160
{ "+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/6160/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6159/comments
https://api.github.com/repos/huggingface/datasets/issues/6159/timeline
null
null
null
I_kwDODunzps5um5r4
open
[]
null
6,159
{ "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"...
Add `BoundingBox` feature
https://api.github.com/repos/huggingface/datasets/issues/6159/events
null
https://api.github.com/repos/huggingface/datasets/issues/6159/labels{/name}
2023-08-17T20:49:51Z
null
false
null
null
1,855,691,512
[ { "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/6159
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
... to make working with object detection datasets easier. Currently, `Sequence(int_or_float, length=4)` can be used to represent this feature optimally (in the storage backend), so I only see this feature being useful if we make it work with the viewer. Also, bounding boxes usually come in 4 different formats (explain...
2023-08-17T20:49:51Z
https://github.com/huggingface/datasets/issues/6159
{ "+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/6159/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6158/comments
https://api.github.com/repos/huggingface/datasets/issues/6158/timeline
2023-08-17T19:13:15Z
null
null
PR_kwDODunzps5YLZBf
closed
[]
false
6,158
{ "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...
[docs] Complete `to_iterable_dataset`
https://api.github.com/repos/huggingface/datasets/issues/6158/events
null
https://api.github.com/repos/huggingface/datasets/issues/6158/labels{/name}
2023-08-17T17:02:11Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6158.diff", "html_url": "https://github.com/huggingface/datasets/pull/6158", "merged_at": "2023-08-17T19:13:15Z", "patch_url": "https://github.com/huggingface/datasets/pull/6158.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,855,374,220
[]
https://api.github.com/repos/huggingface/datasets/issues/6158
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
Finishes the `to_iterable_dataset` documentation by adding it to the relevant sections in the tutorial and guide.
2023-08-17T19:24:20Z
https://github.com/huggingface/datasets/pull/6158
{ "+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/6158/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6157/comments
https://api.github.com/repos/huggingface/datasets/issues/6157/timeline
2023-09-27T17:36:14Z
null
completed
I_kwDODunzps5ulRt_
closed
[]
null
6,157
{ "avatar_url": "https://avatars.githubusercontent.com/u/51043929?v=4", "events_url": "https://api.github.com/users/aihao2000/events{/privacy}", "followers_url": "https://api.github.com/users/aihao2000/followers", "following_url": "https://api.github.com/users/aihao2000/following{/other_user}", "gists_url": "...
DatasetInfo.__init__() got an unexpected keyword argument '_column_requires_decoding'
https://api.github.com/repos/huggingface/datasets/issues/6157/events
null
https://api.github.com/repos/huggingface/datasets/issues/6157/labels{/name}
2023-08-17T15:48:11Z
null
false
null
null
1,855,265,663
[]
https://api.github.com/repos/huggingface/datasets/issues/6157
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When I was in load_dataset, it said "DatasetInfo.__init__() got an unexpected keyword argument '_column_requires_decoding'". The second time I ran it, there was no error and the dataset object worked ```python --------------------------------------------------------------------------- TypeErr...
2023-09-27T17:36:14Z
https://github.com/huggingface/datasets/issues/6157
{ "+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/6157/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6156/comments
https://api.github.com/repos/huggingface/datasets/issues/6156/timeline
2023-08-17T14:33:14Z
null
completed
I_kwDODunzps5ujYXq
closed
[]
null
6,156
{ "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "...
Why not use self._epoch as seed to shuffle in distributed training with IterableDataset
https://api.github.com/repos/huggingface/datasets/issues/6156/events
null
https://api.github.com/repos/huggingface/datasets/issues/6156/labels{/name}
2023-08-17T10:58:20Z
null
false
null
null
1,854,768,618
[]
https://api.github.com/repos/huggingface/datasets/issues/6156
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Describe the bug Currently, distributed training with `IterableDataset` needs to pass fixed seed to shuffle to keep each node use the same seed to avoid overlapping. https://github.com/huggingface/datasets/blob/a7f8d9019e7cb104eac4106bdc6ec0292f0dc61a/src/datasets/iterable_dataset.py#L1174-L1177 My question ...
2023-08-17T14:33:15Z
https://github.com/huggingface/datasets/issues/6156
{ "+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/6156/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6155/comments
https://api.github.com/repos/huggingface/datasets/issues/6155/timeline
2023-08-18T13:35:13Z
null
null
PR_kwDODunzps5YI8Pc
closed
[]
false
6,155
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
Raise FileNotFoundError when passing data_files that don't exist
https://api.github.com/repos/huggingface/datasets/issues/6155/events
null
https://api.github.com/repos/huggingface/datasets/issues/6155/labels{/name}
2023-08-17T09:49:48Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6155.diff", "html_url": "https://github.com/huggingface/datasets/pull/6155", "merged_at": "2023-08-18T13:35:13Z", "patch_url": "https://github.com/huggingface/datasets/pull/6155.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,854,661,682
[]
https://api.github.com/repos/huggingface/datasets/issues/6155
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
e.g. when running `load_dataset("parquet", data_files="doesnt_exist.parquet")`
2023-08-18T13:45:58Z
https://github.com/huggingface/datasets/pull/6155
{ "+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/6155/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6154/comments
https://api.github.com/repos/huggingface/datasets/issues/6154/timeline
2023-08-17T20:37:19Z
null
null
PR_kwDODunzps5YItlH
closed
[]
false
6,154
{ "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "events_url": "https://api.github.com/users/lhoestq/events{/privacy}", "followers_url": "https://api.github.com/users/lhoestq/followers", "following_url": "https://api.github.com/users/lhoestq/following{/other_user}", "gists_url": "https:...
Use yaml instead of get data patterns when possible
https://api.github.com/repos/huggingface/datasets/issues/6154/events
null
https://api.github.com/repos/huggingface/datasets/issues/6154/labels{/name}
2023-08-17T09:17:05Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6154.diff", "html_url": "https://github.com/huggingface/datasets/pull/6154", "merged_at": "2023-08-17T20:37:19Z", "patch_url": "https://github.com/huggingface/datasets/pull/6154.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,854,595,943
[]
https://api.github.com/repos/huggingface/datasets/issues/6154
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This would make the data files resolution faster: no need to list all the data files to infer the dataset builder to use. fix https://github.com/huggingface/datasets/issues/6140
2023-08-17T20:46:25Z
https://github.com/huggingface/datasets/pull/6154
{ "+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/6154/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6152/comments
https://api.github.com/repos/huggingface/datasets/issues/6152/timeline
null
null
null
I_kwDODunzps5uatM2
open
[ { "avatar_url": "https://avatars.githubusercontent.com/u/126772439?v=4", "events_url": "https://api.github.com/users/debrupf2946/events{/privacy}", "followers_url": "https://api.github.com/users/debrupf2946/followers", "following_url": "https://api.github.com/users/debrupf2946/following{/other_user}...
null
6,152
{ "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "...
FolderBase Dataset automatically resolves under current directory when data_dir is not specified
https://api.github.com/repos/huggingface/datasets/issues/6152/events
null
https://api.github.com/repos/huggingface/datasets/issues/6152/labels{/name}
2023-08-16T04:38:09Z
null
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/126772439?v=4", "events_url": "https://api.github.com/users/debrupf2946/events{/privacy}", "followers_url": "https://api.github.com/users/debrupf2946/followers", "following_url": "https://api.github.com/users/debrupf2946/following{/other_user}", "gists_...
null
1,852,494,646
[ { "color": "7057ff", "default": true, "description": "Good for newcomers", "id": 1935892877, "name": "good first issue", "node_id": "MDU6TGFiZWwxOTM1ODkyODc3", "url": "https://api.github.com/repos/huggingface/datasets/labels/good%20first%20issue" } ]
https://api.github.com/repos/huggingface/datasets/issues/6152
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Describe the bug FolderBase Dataset automatically resolves under current directory when data_dir is not specified. For example: ``` load_dataset("audiofolder") ``` takes long time to resolve and collect data_files from current directory. But I think it should reach out to this line for error handling https:...
2024-01-22T15:04:51Z
https://github.com/huggingface/datasets/issues/6152
{ "+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/6152/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6151/comments
https://api.github.com/repos/huggingface/datasets/issues/6151/timeline
2023-08-21T14:38:25Z
null
completed
I_kwDODunzps5uW51a
closed
[]
null
6,151
{ "avatar_url": "https://avatars.githubusercontent.com/u/47942453?v=4", "events_url": "https://api.github.com/users/jackapbutler/events{/privacy}", "followers_url": "https://api.github.com/users/jackapbutler/followers", "following_url": "https://api.github.com/users/jackapbutler/following{/other_user}", "gist...
Faster sorting for single key items
https://api.github.com/repos/huggingface/datasets/issues/6151/events
null
https://api.github.com/repos/huggingface/datasets/issues/6151/labels{/name}
2023-08-15T14:02:31Z
null
false
null
null
1,851,497,818
[ { "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/6151
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request A faster way to sort a dataset which contains a large number of rows. ### Motivation The current sorting implementations took significantly longer than expected when I was running on a dataset trying to sort by timestamps. **Code snippet:** ```python ds = datasets.load_dataset( "json"...
2023-08-21T14:38:26Z
https://github.com/huggingface/datasets/issues/6151
{ "+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/6151/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6150/comments
https://api.github.com/repos/huggingface/datasets/issues/6150/timeline
null
null
null
I_kwDODunzps5uUA7o
open
[]
null
6,150
{ "avatar_url": "https://avatars.githubusercontent.com/u/1855278?v=4", "events_url": "https://api.github.com/users/brando90/events{/privacy}", "followers_url": "https://api.github.com/users/brando90/followers", "following_url": "https://api.github.com/users/brando90/following{/other_user}", "gists_url": "http...
Allow dataset implement .take
https://api.github.com/repos/huggingface/datasets/issues/6150/events
null
https://api.github.com/repos/huggingface/datasets/issues/6150/labels{/name}
2023-08-15T00:17:51Z
null
false
null
null
1,850,740,456
[ { "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/6150
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request I want to do: ``` dataset.take(512) ``` but it only works with streaming = True ### Motivation uniform interface to data sets. Really surprising the above only works with streaming = True. ### Your contribution Should be trivial to copy paste the IterableDataset .take to use the local pa...
2023-08-17T13:49:37Z
https://github.com/huggingface/datasets/issues/6150
{ "+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/6150/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6149/comments
https://api.github.com/repos/huggingface/datasets/issues/6149/timeline
2023-08-17T22:36:05Z
null
completed
I_kwDODunzps5uT3NQ
closed
[ { "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}", ...
null
6,149
{ "avatar_url": "https://avatars.githubusercontent.com/u/2512762?v=4", "events_url": "https://api.github.com/users/dwyatte/events{/privacy}", "followers_url": "https://api.github.com/users/dwyatte/followers", "following_url": "https://api.github.com/users/dwyatte/following{/other_user}", "gists_url": "https:/...
Dataset.from_parquet cannot load subset of columns
https://api.github.com/repos/huggingface/datasets/issues/6149/events
null
https://api.github.com/repos/huggingface/datasets/issues/6149/labels{/name}
2023-08-14T23:28:22Z
null
false
{ "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"...
null
1,850,700,624
[]
https://api.github.com/repos/huggingface/datasets/issues/6149
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Describe the bug When using `Dataset.from_parquet(path_or_paths, columns=[...])` and a subset of columns, loading fails with a variant of the following ``` ValueError: Couldn't cast a: int64 -- schema metadata -- pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 273 to {'a': V...
2023-08-17T22:36:05Z
https://github.com/huggingface/datasets/issues/6149
{ "+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/6149/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6148/comments
https://api.github.com/repos/huggingface/datasets/issues/6148/timeline
2023-08-17T08:43:58Z
null
null
PR_kwDODunzps5X3oqv
closed
[]
false
6,148
{ "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:...
Ignore parallel warning in map_nested
https://api.github.com/repos/huggingface/datasets/issues/6148/events
null
https://api.github.com/repos/huggingface/datasets/issues/6148/labels{/name}
2023-08-14T10:43:41Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6148.diff", "html_url": "https://github.com/huggingface/datasets/pull/6148", "merged_at": "2023-08-17T08:43:58Z", "patch_url": "https://github.com/huggingface/datasets/pull/6148.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,849,524,683
[]
https://api.github.com/repos/huggingface/datasets/issues/6148
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This warning message was shown every time you pass num_proc to `load_dataset` because of `map_nested` ``` parallel_map is experimental and might be subject to breaking changes in the future ``` This PR removes it for `map_nested`. If someone uses another parallel backend they're already warned when `parallel_ba...
2023-08-17T08:54:06Z
https://github.com/huggingface/datasets/pull/6148
{ "+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/6148/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6147/comments
https://api.github.com/repos/huggingface/datasets/issues/6147/timeline
null
null
null
I_kwDODunzps5uNDOO
open
[]
null
6,147
{ "avatar_url": "https://avatars.githubusercontent.com/u/13844767?v=4", "events_url": "https://api.github.com/users/ktrk115/events{/privacy}", "followers_url": "https://api.github.com/users/ktrk115/followers", "following_url": "https://api.github.com/users/ktrk115/following{/other_user}", "gists_url": "https:...
ValueError when running BeamBasedBuilder with GCS path in cache_dir
https://api.github.com/repos/huggingface/datasets/issues/6147/events
null
https://api.github.com/repos/huggingface/datasets/issues/6147/labels{/name}
2023-08-14T03:11:34Z
null
false
null
null
1,848,914,830
[]
https://api.github.com/repos/huggingface/datasets/issues/6147
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When running the BeamBasedBuilder with a GCS path specified in the cache_dir, the following ValueError occurs: ``` ValueError: Unable to get filesystem from specified path, please use the correct path or ensure the required dependency is installed, e.g., pip install apache-beam[gcp]. Path spec...
2023-08-14T03:19:43Z
https://github.com/huggingface/datasets/issues/6147
{ "+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/6147/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6146/comments
https://api.github.com/repos/huggingface/datasets/issues/6146/timeline
2023-08-26T22:09:09Z
null
completed
I_kwDODunzps5uLJxW
closed
[]
null
6,146
{ "avatar_url": "https://avatars.githubusercontent.com/u/78742415?v=4", "events_url": "https://api.github.com/users/yusx-swapp/events{/privacy}", "followers_url": "https://api.github.com/users/yusx-swapp/followers", "following_url": "https://api.github.com/users/yusx-swapp/following{/other_user}", "gists_url"...
DatasetGenerationError when load glue benchmark datasets from `load_dataset`
https://api.github.com/repos/huggingface/datasets/issues/6146/events
null
https://api.github.com/repos/huggingface/datasets/issues/6146/labels{/name}
2023-08-13T05:17:56Z
null
false
null
null
1,848,417,366
[]
https://api.github.com/repos/huggingface/datasets/issues/6146
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Package version: datasets-2.14.4 When I run the codes: ``` from datasets import load_dataset dataset = load_dataset("glue", "ax") ``` I got the following errors: --------------------------------------------------------------------------- SchemaInferenceError ...
2023-08-26T22:09:09Z
https://github.com/huggingface/datasets/issues/6146
{ "+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/6146/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6153/comments
https://api.github.com/repos/huggingface/datasets/issues/6153/timeline
2023-10-08T17:04:16Z
null
completed
I_kwDODunzps5ubOQ6
closed
[]
null
6,153
{ "avatar_url": "https://avatars.githubusercontent.com/u/20493493?v=4", "events_url": "https://api.github.com/users/andysingal/events{/privacy}", "followers_url": "https://api.github.com/users/andysingal/followers", "following_url": "https://api.github.com/users/andysingal/following{/other_user}", "gists_url"...
custom load dataset to hub
https://api.github.com/repos/huggingface/datasets/issues/6153/events
null
https://api.github.com/repos/huggingface/datasets/issues/6153/labels{/name}
2023-08-13T04:42:22Z
null
false
null
null
1,852,630,074
[]
https://api.github.com/repos/huggingface/datasets/issues/6153
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### System Info kaggle notebook i transformed dataset: ``` dataset = load_dataset("Dahoas/first-instruct-human-assistant-prompt") ``` to formatted_dataset: ``` Dataset({ features: ['message_tree_id', 'message_tree_text'], num_rows: 33143 }) ``` but would like to know how to upload to hub ### ...
2023-11-21T11:50:28Z
https://github.com/huggingface/datasets/issues/6153
{ "+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/6153/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6145/comments
https://api.github.com/repos/huggingface/datasets/issues/6145/timeline
2023-08-15T16:55:24Z
null
null
PR_kwDODunzps5Xx5If
closed
[]
false
6,145
{ "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "...
Export to_iterable_dataset to document
https://api.github.com/repos/huggingface/datasets/issues/6145/events
null
https://api.github.com/repos/huggingface/datasets/issues/6145/labels{/name}
2023-08-12T07:00:14Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6145.diff", "html_url": "https://github.com/huggingface/datasets/pull/6145", "merged_at": "2023-08-15T16:55:24Z", "patch_url": "https://github.com/huggingface/datasets/pull/6145.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,847,811,310
[]
https://api.github.com/repos/huggingface/datasets/issues/6145
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Fix the export of a missing method of `Dataset`
2023-08-15T17:04:01Z
https://github.com/huggingface/datasets/pull/6145
{ "+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/6145/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6144/comments
https://api.github.com/repos/huggingface/datasets/issues/6144/timeline
null
null
null
I_kwDODunzps5uG4LH
open
[]
null
6,144
{ "avatar_url": "https://avatars.githubusercontent.com/u/1855278?v=4", "events_url": "https://api.github.com/users/brando90/events{/privacy}", "followers_url": "https://api.github.com/users/brando90/followers", "following_url": "https://api.github.com/users/brando90/following{/other_user}", "gists_url": "http...
NIH exporter file not found
https://api.github.com/repos/huggingface/datasets/issues/6144/events
null
https://api.github.com/repos/huggingface/datasets/issues/6144/labels{/name}
2023-08-11T19:05:25Z
null
false
null
null
1,847,296,711
[]
https://api.github.com/repos/huggingface/datasets/issues/6144
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug can't use or download the nih exporter pile data. ``` 15 experiment_compute_diveristy_coeff_single_dataset_then_combined_datasets_with_domain_weights() 16 File "/lfs/ampere1/0/brando9/beyond-scale-language-data-diversity/src/diversity/div_coeff.py", line 474, in experiment_compute_diveri...
2023-08-14T23:28:38Z
https://github.com/huggingface/datasets/issues/6144
{ "+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/6144/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6142/comments
https://api.github.com/repos/huggingface/datasets/issues/6142/timeline
2023-08-17T09:26:13Z
null
completed
I_kwDODunzps5uCtsg
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
6,142
{ "avatar_url": "https://avatars.githubusercontent.com/u/45830328?v=4", "events_url": "https://api.github.com/users/michaelroyzen/events{/privacy}", "followers_url": "https://api.github.com/users/michaelroyzen/followers", "following_url": "https://api.github.com/users/michaelroyzen/following{/other_user}", "g...
the-stack-dedup fails to generate
https://api.github.com/repos/huggingface/datasets/issues/6142/events
null
https://api.github.com/repos/huggingface/datasets/issues/6142/labels{/name}
2023-08-11T05:10:49Z
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,846,205,216
[]
https://api.github.com/repos/huggingface/datasets/issues/6142
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I'm getting an error generating the-stack-dedup with datasets 2.13.1, and with 2.14.4 nothing happens. ### Steps to reproduce the bug My code: ``` import os import datasets as ds MY_CACHE_DIR = "/home/ubuntu/the-stack-dedup-local" MY_TOKEN="my-token" the_stack_ds = ds.load_dataset("...
2023-08-17T09:26:13Z
https://github.com/huggingface/datasets/issues/6142
{ "+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/6142/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6141/comments
https://api.github.com/repos/huggingface/datasets/issues/6141/timeline
2023-08-30T13:51:33Z
null
completed
I_kwDODunzps5uCYVh
closed
[]
null
6,141
{ "avatar_url": "https://avatars.githubusercontent.com/u/35994018?v=4", "events_url": "https://api.github.com/users/q935970314/events{/privacy}", "followers_url": "https://api.github.com/users/q935970314/followers", "following_url": "https://api.github.com/users/q935970314/following{/other_user}", "gists_url"...
TypeError: ClientSession._request() got an unexpected keyword argument 'https'
https://api.github.com/repos/huggingface/datasets/issues/6141/events
null
https://api.github.com/repos/huggingface/datasets/issues/6141/labels{/name}
2023-08-11T02:40:32Z
null
false
null
null
1,846,117,729
[]
https://api.github.com/repos/huggingface/datasets/issues/6141
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Hello, when I ran the [code snippet](https://huggingface.co/docs/datasets/v2.14.4/en/loading#json) on the document, I encountered the following problem: ``` Python 3.10.9 (main, Mar 1 2023, 18:23:06) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more informatio...
2023-08-30T13:51:33Z
https://github.com/huggingface/datasets/issues/6141
{ "+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/6141/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6140/comments
https://api.github.com/repos/huggingface/datasets/issues/6140/timeline
2023-08-17T20:37:20Z
null
completed
I_kwDODunzps5t_lYI
closed
[]
null
6,140
{ "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}",...
Misalignment between file format specified in configs metadata YAML and the inferred builder
https://api.github.com/repos/huggingface/datasets/issues/6140/events
null
https://api.github.com/repos/huggingface/datasets/issues/6140/labels{/name}
2023-08-10T15:07:34Z
null
false
null
null
1,845,384,712
[ { "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/6140
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
There is a misalignment between the format of the `data_files` specified in the configs metadata YAML (CSV): ```yaml configs: - config_name: default data_files: - split: train path: data.csv ``` and the inferred builder (JSON). Note there are multiple JSON files in the repo, but they do not...
2023-08-17T20:37:20Z
https://github.com/huggingface/datasets/issues/6140
{ "+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/6140/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6139/comments
https://api.github.com/repos/huggingface/datasets/issues/6139/timeline
2023-09-29T13:10:22Z
null
completed
I_kwDODunzps5t-FZf
closed
[]
null
6,139
{ "avatar_url": "https://avatars.githubusercontent.com/u/57996478?v=4", "events_url": "https://api.github.com/users/yuvalkirstain/events{/privacy}", "followers_url": "https://api.github.com/users/yuvalkirstain/followers", "following_url": "https://api.github.com/users/yuvalkirstain/following{/other_user}", "g...
Offline dataset viewer
https://api.github.com/repos/huggingface/datasets/issues/6139/events
null
https://api.github.com/repos/huggingface/datasets/issues/6139/labels{/name}
2023-08-10T11:30:00Z
null
false
null
null
1,844,991,583
[ { "color": "a2eeef", "default": true, "description": "New feature or request", "id": 1935892871, "name": "enhancement", "node_id": "MDU6TGFiZWwxOTM1ODkyODcx", "url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement" }, { "color": "E5583E", "default": fals...
https://api.github.com/repos/huggingface/datasets/issues/6139
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request The dataset viewer feature is very nice. It enables to the user to easily view the dataset. However, when working for private companies we cannot always upload the dataset to the hub. Is there a way to create dataset viewer offline? I.e. to run a code that will open some kind of html or something t...
2024-02-13T12:22:55Z
https://github.com/huggingface/datasets/issues/6139
{ "+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/6139/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6138/comments
https://api.github.com/repos/huggingface/datasets/issues/6138/timeline
2023-08-10T11:22:56Z
null
null
PR_kwDODunzps5XoH2V
closed
[]
false
6,138
{ "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}",...
Ignore CI lint rule violation in Pickler.memoize
https://api.github.com/repos/huggingface/datasets/issues/6138/events
null
https://api.github.com/repos/huggingface/datasets/issues/6138/labels{/name}
2023-08-10T11:03:15Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6138.diff", "html_url": "https://github.com/huggingface/datasets/pull/6138", "merged_at": "2023-08-10T11:22:56Z", "patch_url": "https://github.com/huggingface/datasets/pull/6138.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,844,952,496
[]
https://api.github.com/repos/huggingface/datasets/issues/6138
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR ignores the violation of the lint rule E721 in `Pickler.memoize`. The lint rule violation was introduced in this PR: - #3182 @lhoestq is there a reason you did not use `isinstance` instead? As a hotfix, we just ignore the violation of the lint rule. Fix #6136.
2023-08-10T11:31:45Z
https://github.com/huggingface/datasets/pull/6138
{ "+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/6138/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6137/comments
https://api.github.com/repos/huggingface/datasets/issues/6137/timeline
null
null
null
I_kwDODunzps5t97z4
open
[]
null
6,137
{ "avatar_url": "https://avatars.githubusercontent.com/u/1051900?v=4", "events_url": "https://api.github.com/users/kyoungrok0517/events{/privacy}", "followers_url": "https://api.github.com/users/kyoungrok0517/followers", "following_url": "https://api.github.com/users/kyoungrok0517/following{/other_user}", "gi...
(`from_spark()`) Unable to connect HDFS in pyspark YARN setting
https://api.github.com/repos/huggingface/datasets/issues/6137/events
null
https://api.github.com/repos/huggingface/datasets/issues/6137/labels{/name}
2023-08-10T11:03:08Z
null
false
null
null
1,844,952,312
[]
https://api.github.com/repos/huggingface/datasets/issues/6137
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug related issue: https://github.com/apache/arrow/issues/37057#issue-1841013613 --- Hello. I'm trying to interact with HDFS storage from a driver and workers of pyspark YARN cluster. Precisely I'm using **huggingface's `datasets`** ([link](https://github.com/huggingface/datasets)) library tha...
2023-08-10T11:03:08Z
https://github.com/huggingface/datasets/issues/6137
{ "+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/6137/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6136/comments
https://api.github.com/repos/huggingface/datasets/issues/6136/timeline
2023-08-10T11:22:58Z
null
completed
I_kwDODunzps5t9sE6
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
6,136
{ "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}",...
CI check_code_quality error: E721 Do not compare types, use `isinstance()`
https://api.github.com/repos/huggingface/datasets/issues/6136/events
null
https://api.github.com/repos/huggingface/datasets/issues/6136/labels{/name}
2023-08-10T10:19:50Z
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,844,887,866
[ { "color": "d4c5f9", "default": false, "description": "Maintenance tasks", "id": 4296013012, "name": "maintenance", "node_id": "LA_kwDODunzps8AAAABAA_01A", "url": "https://api.github.com/repos/huggingface/datasets/labels/maintenance" } ]
https://api.github.com/repos/huggingface/datasets/issues/6136
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
After latest release of `ruff` (https://pypi.org/project/ruff/0.0.284/), we get the following CI error: ``` src/datasets/utils/py_utils.py:689:12: E721 Do not compare types, use `isinstance()` ```
2023-08-10T11:22:58Z
https://github.com/huggingface/datasets/issues/6136
{ "+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/6136/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6135/comments
https://api.github.com/repos/huggingface/datasets/issues/6135/timeline
2023-08-10T12:00:02Z
null
null
PR_kwDODunzps5Xn2AT
closed
[]
false
6,135
{ "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}",...
Remove unused allowed_extensions param
https://api.github.com/repos/huggingface/datasets/issues/6135/events
null
https://api.github.com/repos/huggingface/datasets/issues/6135/labels{/name}
2023-08-10T10:09:54Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6135.diff", "html_url": "https://github.com/huggingface/datasets/pull/6135", "merged_at": "2023-08-10T12:00:01Z", "patch_url": "https://github.com/huggingface/datasets/pull/6135.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,844,870,943
[]
https://api.github.com/repos/huggingface/datasets/issues/6135
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR removes unused `allowed_extensions` parameter from `create_builder_configs_from_metadata_configs`.
2023-08-10T12:08:38Z
https://github.com/huggingface/datasets/pull/6135
{ "+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/6135/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6134/comments
https://api.github.com/repos/huggingface/datasets/issues/6134/timeline
2023-08-10T15:22:10Z
null
not_planned
I_kwDODunzps5t8V9m
closed
[]
null
6,134
{ "avatar_url": "https://avatars.githubusercontent.com/u/6520892?v=4", "events_url": "https://api.github.com/users/boyleconnor/events{/privacy}", "followers_url": "https://api.github.com/users/boyleconnor/followers", "following_url": "https://api.github.com/users/boyleconnor/following{/other_user}", "gists_ur...
`datasets` cannot be installed alongside `apache-beam`
https://api.github.com/repos/huggingface/datasets/issues/6134/events
null
https://api.github.com/repos/huggingface/datasets/issues/6134/labels{/name}
2023-08-10T06:54:32Z
null
false
null
null
1,844,535,142
[]
https://api.github.com/repos/huggingface/datasets/issues/6134
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug If one installs `apache-beam` alongside `datasets` (which is required for the [wikipedia](https://huggingface.co/datasets/wikipedia#dataset-summary) dataset) in certain environments (such as a Google Colab notebook), they appear to install successfully, however, actually trying to do something s...
2023-09-01T03:19:49Z
https://github.com/huggingface/datasets/issues/6134
{ "+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/6134/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6133/comments
https://api.github.com/repos/huggingface/datasets/issues/6133/timeline
null
null
null
I_kwDODunzps5t8QMf
open
[]
null
6,133
{ "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "...
Dataset is slower after calling `to_iterable_dataset`
https://api.github.com/repos/huggingface/datasets/issues/6133/events
null
https://api.github.com/repos/huggingface/datasets/issues/6133/labels{/name}
2023-08-10T06:36:23Z
null
false
null
null
1,844,511,519
[]
https://api.github.com/repos/huggingface/datasets/issues/6133
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Describe the bug Can anyone explain why looping over a dataset becomes slower after calling `to_iterable_dataset` to convert to `IterableDataset` ### Steps to reproduce the bug Any dataset after converting to `IterableDataset` ### Expected behavior Maybe it should be faster on big dataset? I only test on small...
2023-08-16T09:18:54Z
https://github.com/huggingface/datasets/issues/6133
{ "+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/6133/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6132/comments
https://api.github.com/repos/huggingface/datasets/issues/6132/timeline
2023-08-16T04:43:29Z
null
completed
I_kwDODunzps5t4XDM
closed
[]
null
6,132
{ "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "...
to_iterable_dataset is missing in document
https://api.github.com/repos/huggingface/datasets/issues/6132/events
null
https://api.github.com/repos/huggingface/datasets/issues/6132/labels{/name}
2023-08-09T15:15:03Z
null
false
null
null
1,843,491,020
[]
https://api.github.com/repos/huggingface/datasets/issues/6132
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Describe the bug to_iterable_dataset is missing in document ### Steps to reproduce the bug to_iterable_dataset is missing in document ### Expected behavior document enhancement ### Environment info unrelated
2023-08-16T04:43:36Z
https://github.com/huggingface/datasets/issues/6132
{ "+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/6132/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6130/comments
https://api.github.com/repos/huggingface/datasets/issues/6130/timeline
2023-11-22T11:50:48Z
null
completed
I_kwDODunzps5t3F8-
closed
[]
null
6,130
{ "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "...
default config name doesn't work when config kwargs are specified.
https://api.github.com/repos/huggingface/datasets/issues/6130/events
null
https://api.github.com/repos/huggingface/datasets/issues/6130/labels{/name}
2023-08-09T12:43:15Z
null
false
null
null
1,843,158,846
[]
https://api.github.com/repos/huggingface/datasets/issues/6130
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Describe the bug https://github.com/huggingface/datasets/blob/12cfc1196e62847e2e8239fbd727a02cbc86ddec/src/datasets/builder.py#L518-L522 If `config_name` is `None`, `DEFAULT_CONFIG_NAME` should be select. But once users pass `config_kwargs` to their customized `BuilderConfig`, the logic is ignored, and dataset ...
2023-11-22T11:50:49Z
https://github.com/huggingface/datasets/issues/6130
{ "+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/6130/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6129/comments
https://api.github.com/repos/huggingface/datasets/issues/6129/timeline
2023-08-08T15:49:06Z
null
null
PR_kwDODunzps5Xcmuw
closed
[]
false
6,129
{ "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}",...
Release 2.14.4
https://api.github.com/repos/huggingface/datasets/issues/6129/events
null
https://api.github.com/repos/huggingface/datasets/issues/6129/labels{/name}
2023-08-08T15:43:56Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6129.diff", "html_url": "https://github.com/huggingface/datasets/pull/6129", "merged_at": "2023-08-08T15:49:06Z", "patch_url": "https://github.com/huggingface/datasets/pull/6129.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,841,563,517
[]
https://api.github.com/repos/huggingface/datasets/issues/6129
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
null
2023-08-08T16:08:22Z
https://github.com/huggingface/datasets/pull/6129
{ "+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/6129/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6128/comments
https://api.github.com/repos/huggingface/datasets/issues/6128/timeline
2023-08-11T13:35:09Z
null
completed
I_kwDODunzps5tw8EV
closed
[]
null
6,128
{ "avatar_url": "https://avatars.githubusercontent.com/u/38727343?v=4", "events_url": "https://api.github.com/users/TomasAndersonFang/events{/privacy}", "followers_url": "https://api.github.com/users/TomasAndersonFang/followers", "following_url": "https://api.github.com/users/TomasAndersonFang/following{/other_...
IndexError: Invalid key: 88 is out of bounds for size 0
https://api.github.com/repos/huggingface/datasets/issues/6128/events
null
https://api.github.com/repos/huggingface/datasets/issues/6128/labels{/name}
2023-08-08T15:32:08Z
null
false
null
null
1,841,545,493
[]
https://api.github.com/repos/huggingface/datasets/issues/6128
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug This bug generates when I use torch.compile(model) in my code, which seems to raise an error in datasets lib. ### Steps to reproduce the bug I use the following code to fine-tune Falcon on my private dataset. ```python import transformers from transformers import ( AutoModelForCausalLM...
2023-12-26T07:51:57Z
https://github.com/huggingface/datasets/issues/6128
{ "+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/6128/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6127/comments
https://api.github.com/repos/huggingface/datasets/issues/6127/timeline
2023-08-08T15:16:22Z
null
null
PR_kwDODunzps5XWdP5
closed
[]
false
6,127
{ "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 authentication issues
https://api.github.com/repos/huggingface/datasets/issues/6127/events
null
https://api.github.com/repos/huggingface/datasets/issues/6127/labels{/name}
2023-08-07T15:41:25Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6127.diff", "html_url": "https://github.com/huggingface/datasets/pull/6127", "merged_at": "2023-08-08T15:16:22Z", "patch_url": "https://github.com/huggingface/datasets/pull/6127.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,839,746,721
[]
https://api.github.com/repos/huggingface/datasets/issues/6127
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
This PR fixes 3 authentication issues: - Fix authentication when passing `token`. - Fix authentication in `Audio.decode_example` and `Image.decode_example`. - Fix authentication to resolve `data_files` in repositories without script. This PR also fixes our CI so that we properly test when passing `token` and we d...
2023-08-08T15:24:59Z
https://github.com/huggingface/datasets/pull/6127
{ "+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/6127/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6126/comments
https://api.github.com/repos/huggingface/datasets/issues/6126/timeline
2023-08-08T15:16:23Z
null
completed
I_kwDODunzps5tpze4
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
6,126
{ "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}",...
Private datasets do not load when passing token
https://api.github.com/repos/huggingface/datasets/issues/6126/events
null
https://api.github.com/repos/huggingface/datasets/issues/6126/labels{/name}
2023-08-07T15:06:47Z
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,839,675,320
[ { "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/6126
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
### Describe the bug Since the release of `datasets` 2.14, private/gated datasets do not load when passing `token`: they raise `EmptyDatasetError`. This is a non-planned backward incompatible breaking change. Note that private datasets do load if instead `download_config` is passed: ```python from datasets i...
2023-08-08T15:16:23Z
https://github.com/huggingface/datasets/issues/6126
{ "+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/6126/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6125/comments
https://api.github.com/repos/huggingface/datasets/issues/6125/timeline
2023-08-18T12:28:42Z
null
completed
I_kwDODunzps5tjV06
closed
[]
null
6,125
{ "avatar_url": "https://avatars.githubusercontent.com/u/35373228?v=4", "events_url": "https://api.github.com/users/StoneT2000/events{/privacy}", "followers_url": "https://api.github.com/users/StoneT2000/followers", "following_url": "https://api.github.com/users/StoneT2000/following{/other_user}", "gists_url"...
Reinforcement Learning and Robotics are not task categories in HF datasets metadata
https://api.github.com/repos/huggingface/datasets/issues/6125/events
null
https://api.github.com/repos/huggingface/datasets/issues/6125/labels{/name}
2023-08-05T23:59:42Z
null
false
null
null
1,837,980,986
[]
https://api.github.com/repos/huggingface/datasets/issues/6125
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug In https://huggingface.co/models there are task categories for RL and robotics but none in https://huggingface.co/datasets Our lab is currently moving our datasets over to hugging face and would like to be able to add those 2 tags Moreover we see some older datasets that do have that tag, bu...
2023-08-18T12:28:42Z
https://github.com/huggingface/datasets/issues/6125
{ "+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/6125/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6124/comments
https://api.github.com/repos/huggingface/datasets/issues/6124/timeline
2023-11-30T16:28:57Z
null
completed
I_kwDODunzps5ti6RQ
closed
[]
null
6,124
{ "avatar_url": "https://avatars.githubusercontent.com/u/25208228?v=4", "events_url": "https://api.github.com/users/conceptofmind/events{/privacy}", "followers_url": "https://api.github.com/users/conceptofmind/followers", "following_url": "https://api.github.com/users/conceptofmind/following{/other_user}", "g...
Datasets crashing runs due to KeyError
https://api.github.com/repos/huggingface/datasets/issues/6124/events
null
https://api.github.com/repos/huggingface/datasets/issues/6124/labels{/name}
2023-08-05T17:48:56Z
null
false
null
null
1,837,868,112
[]
https://api.github.com/repos/huggingface/datasets/issues/6124
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug Hi all, I have been running into a pretty persistent issue recently when trying to load datasets. ```python train_dataset = load_dataset( 'llama-2-7b-tokenized', split = 'train' ) ``` I receive a KeyError which crashes the runs. ``` Traceback (most recent call...
2023-11-30T16:28:57Z
https://github.com/huggingface/datasets/issues/6124
{ "+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/6124/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6123/comments
https://api.github.com/repos/huggingface/datasets/issues/6123/timeline
2023-08-17T14:25:26Z
null
completed
I_kwDODunzps5tinBu
closed
[]
null
6,123
{ "avatar_url": "https://avatars.githubusercontent.com/u/50714796?v=4", "events_url": "https://api.github.com/users/HamzaGbada/events{/privacy}", "followers_url": "https://api.github.com/users/HamzaGbada/followers", "following_url": "https://api.github.com/users/HamzaGbada/following{/other_user}", "gists_url"...
Inaccurate Bounding Boxes in "wildreceipt" Dataset
https://api.github.com/repos/huggingface/datasets/issues/6123/events
null
https://api.github.com/repos/huggingface/datasets/issues/6123/labels{/name}
2023-08-05T14:34:13Z
null
false
null
null
1,837,789,294
[]
https://api.github.com/repos/huggingface/datasets/issues/6123
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I would like to bring to your attention an issue related to the accuracy of bounding boxes within the "wildreceipt" dataset, which is made available through the Hugging Face API. Specifically, I have identified a discrepancy between the bounding boxes generated by the dataset loading commands, n...
2023-08-17T14:25:27Z
https://github.com/huggingface/datasets/issues/6123
{ "+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/6123/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6122/comments
https://api.github.com/repos/huggingface/datasets/issues/6122/timeline
2023-08-21T18:18:54Z
null
not_planned
I_kwDODunzps5tg4Sp
closed
[]
null
6,122
{ "avatar_url": "https://avatars.githubusercontent.com/u/27999909?v=4", "events_url": "https://api.github.com/users/liyucheng09/events{/privacy}", "followers_url": "https://api.github.com/users/liyucheng09/followers", "following_url": "https://api.github.com/users/liyucheng09/following{/other_user}", "gists_u...
Upload README via `push_to_hub`
https://api.github.com/repos/huggingface/datasets/issues/6122/events
null
https://api.github.com/repos/huggingface/datasets/issues/6122/labels{/name}
2023-08-04T21:00:27Z
null
false
null
null
1,837,335,721
[ { "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/6122
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request `push_to_hub` now allows users to upload datasets programmatically. However, based on the latest doc, we still need to open the dataset page to add readme file manually. However, I do discover snippets to intialize a README for every `push_to_hub`: ``` dataset_card = ( DatasetCard( ...
2023-08-21T18:18:54Z
https://github.com/huggingface/datasets/issues/6122
{ "+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/6122/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6121/comments
https://api.github.com/repos/huggingface/datasets/issues/6121/timeline
2023-08-04T13:41:43Z
null
null
PR_kwDODunzps5XMsWd
closed
[]
false
6,121
{ "avatar_url": "https://avatars.githubusercontent.com/u/19688994?v=4", "events_url": "https://api.github.com/users/WangXin93/events{/privacy}", "followers_url": "https://api.github.com/users/WangXin93/followers", "following_url": "https://api.github.com/users/WangXin93/following{/other_user}", "gists_url": "...
Small typo in the code example of create imagefolder dataset
https://api.github.com/repos/huggingface/datasets/issues/6121/events
null
https://api.github.com/repos/huggingface/datasets/issues/6121/labels{/name}
2023-08-04T13:36:59Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6121.diff", "html_url": "https://github.com/huggingface/datasets/pull/6121", "merged_at": null, "patch_url": "https://github.com/huggingface/datasets/pull/6121.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/6121" }
1,836,761,712
[]
https://api.github.com/repos/huggingface/datasets/issues/6121
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
Fix type of code example of load imagefolder dataset
2023-08-04T13:45:32Z
https://github.com/huggingface/datasets/pull/6121
{ "+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/6121/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6120/comments
https://api.github.com/repos/huggingface/datasets/issues/6120/timeline
null
null
null
I_kwDODunzps5tb4w6
open
[]
null
6,120
{ "avatar_url": "https://avatars.githubusercontent.com/u/17175484?v=4", "events_url": "https://api.github.com/users/PicoCreator/events{/privacy}", "followers_url": "https://api.github.com/users/PicoCreator/followers", "following_url": "https://api.github.com/users/PicoCreator/following{/other_user}", "gists_u...
Lookahead streaming support?
https://api.github.com/repos/huggingface/datasets/issues/6120/events
null
https://api.github.com/repos/huggingface/datasets/issues/6120/labels{/name}
2023-08-04T04:01:52Z
null
false
null
null
1,836,026,938
[ { "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/6120
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Feature request From what I understand, streaming dataset currently pulls the data, and process the data as it is requested. This can introduce significant latency delays when data is loaded into the training process, needing to wait for each segment. While the delays might be dataset specific (or even mappi...
2023-08-17T17:48:42Z
https://github.com/huggingface/datasets/issues/6120
{ "+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/6120/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6119/comments
https://api.github.com/repos/huggingface/datasets/issues/6119/timeline
2023-08-16T10:02:52Z
null
null
PR_kwDODunzps5XKI19
closed
[]
false
6,119
{ "avatar_url": "https://avatars.githubusercontent.com/u/18213435?v=4", "events_url": "https://api.github.com/users/unifyh/events{/privacy}", "followers_url": "https://api.github.com/users/unifyh/followers", "following_url": "https://api.github.com/users/unifyh/following{/other_user}", "gists_url": "https://a...
[Docs] Add description of `select_columns` to guide
https://api.github.com/repos/huggingface/datasets/issues/6119/events
null
https://api.github.com/repos/huggingface/datasets/issues/6119/labels{/name}
2023-08-04T03:13:30Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6119.diff", "html_url": "https://github.com/huggingface/datasets/pull/6119", "merged_at": "2023-08-16T10:02:52Z", "patch_url": "https://github.com/huggingface/datasets/pull/6119.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,835,996,350
[]
https://api.github.com/repos/huggingface/datasets/issues/6119
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
Closes #6116
2023-08-16T10:13:02Z
https://github.com/huggingface/datasets/pull/6119
{ "+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/6119/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6118/comments
https://api.github.com/repos/huggingface/datasets/issues/6118/timeline
null
null
null
I_kwDODunzps5tbjpB
open
[]
null
6,118
{ "avatar_url": "https://avatars.githubusercontent.com/u/1281051?v=4", "events_url": "https://api.github.com/users/finkga/events{/privacy}", "followers_url": "https://api.github.com/users/finkga/followers", "following_url": "https://api.github.com/users/finkga/following{/other_user}", "gists_url": "https://ap...
IterableDataset.from_generator() fails with pickle error when provided a generator or iterator
https://api.github.com/repos/huggingface/datasets/issues/6118/events
null
https://api.github.com/repos/huggingface/datasets/issues/6118/labels{/name}
2023-08-04T01:45:04Z
null
false
null
null
1,835,940,417
[]
https://api.github.com/repos/huggingface/datasets/issues/6118
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug **Description** Providing a generator in an instantiation of IterableDataset.from_generator() fails with `TypeError: cannot pickle 'generator' object` when the generator argument is supplied with a generator. **Code example** ``` def line_generator(files: List[Path]): if isinstance(f...
2023-12-04T09:28:50Z
https://github.com/huggingface/datasets/issues/6118
{ "+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/6118/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6117/comments
https://api.github.com/repos/huggingface/datasets/issues/6117/timeline
2023-08-03T14:46:18Z
null
null
PR_kwDODunzps5XHktw
closed
[]
false
6,117
{ "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}",...
Set dev version
https://api.github.com/repos/huggingface/datasets/issues/6117/events
null
https://api.github.com/repos/huggingface/datasets/issues/6117/labels{/name}
2023-08-03T14:46:04Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6117.diff", "html_url": "https://github.com/huggingface/datasets/pull/6117", "merged_at": "2023-08-03T14:46:18Z", "patch_url": "https://github.com/huggingface/datasets/pull/6117.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,835,213,848
[]
https://api.github.com/repos/huggingface/datasets/issues/6117
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
null
2023-08-03T14:56:59Z
https://github.com/huggingface/datasets/pull/6117
{ "+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/6117/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6116/comments
https://api.github.com/repos/huggingface/datasets/issues/6116/timeline
2023-08-16T10:02:53Z
null
completed
I_kwDODunzps5tYWF0
closed
[]
null
6,116
{ "avatar_url": "https://avatars.githubusercontent.com/u/18213435?v=4", "events_url": "https://api.github.com/users/unifyh/events{/privacy}", "followers_url": "https://api.github.com/users/unifyh/followers", "following_url": "https://api.github.com/users/unifyh/following{/other_user}", "gists_url": "https://a...
[Docs] The "Process" how-to guide lacks description of `select_columns` function
https://api.github.com/repos/huggingface/datasets/issues/6116/events
null
https://api.github.com/repos/huggingface/datasets/issues/6116/labels{/name}
2023-08-03T13:45:10Z
null
false
null
null
1,835,098,484
[ { "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/6116
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
CONTRIBUTOR
### Feature request The [how to process dataset guide](https://huggingface.co/docs/datasets/main/en/process) currently does not mention the [`select_columns`](https://huggingface.co/docs/datasets/main/en/package_reference/main_classes#datasets.Dataset.select_columns) function. It would be nice to include it in the gui...
2023-08-16T10:02:53Z
https://github.com/huggingface/datasets/issues/6116
{ "+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/6116/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6115/comments
https://api.github.com/repos/huggingface/datasets/issues/6115/timeline
2023-08-03T10:24:57Z
null
null
PR_kwDODunzps5XGChP
closed
[]
false
6,115
{ "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}",...
Release: 2.14.3
https://api.github.com/repos/huggingface/datasets/issues/6115/events
null
https://api.github.com/repos/huggingface/datasets/issues/6115/labels{/name}
2023-08-03T10:18:32Z
null
false
null
{ "diff_url": "https://github.com/huggingface/datasets/pull/6115.diff", "html_url": "https://github.com/huggingface/datasets/pull/6115", "merged_at": "2023-08-03T10:24:57Z", "patch_url": "https://github.com/huggingface/datasets/pull/6115.patch", "url": "https://api.github.com/repos/huggingface/datasets/pulls/...
1,834,765,485
[]
https://api.github.com/repos/huggingface/datasets/issues/6115
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
MEMBER
null
2023-08-03T15:08:02Z
https://github.com/huggingface/datasets/pull/6115
{ "+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/6115/reactions" }
true
https://api.github.com/repos/huggingface/datasets/issues/6114/comments
https://api.github.com/repos/huggingface/datasets/issues/6114/timeline
2023-08-18T23:59:00Z
null
completed
I_kwDODunzps5tUNtg
closed
[]
null
6,114
{ "avatar_url": "https://avatars.githubusercontent.com/u/31082141?v=4", "events_url": "https://api.github.com/users/clabornd/events{/privacy}", "followers_url": "https://api.github.com/users/clabornd/followers", "following_url": "https://api.github.com/users/clabornd/following{/other_user}", "gists_url": "htt...
Cache not being used when loading commonvoice 8.0.0
https://api.github.com/repos/huggingface/datasets/issues/6114/events
null
https://api.github.com/repos/huggingface/datasets/issues/6114/labels{/name}
2023-08-02T23:18:11Z
null
false
null
null
1,834,015,584
[]
https://api.github.com/repos/huggingface/datasets/issues/6114
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I have commonvoice 8.0.0 downloaded in `~/.cache/huggingface/datasets/mozilla-foundation___common_voice_8_0/en/8.0.0/b2f8b72f8f30b2e98c41ccf855954d9e35a5fa498c43332df198534ff9797a4a`. The folder contains all the arrow files etc, and was used as the cached version last time I touched the ec2 ins...
2023-08-18T23:59:00Z
https://github.com/huggingface/datasets/issues/6114
{ "+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/6114/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6113/comments
https://api.github.com/repos/huggingface/datasets/issues/6113/timeline
2023-08-21T18:18:27Z
null
completed
I_kwDODunzps5tTmRO
closed
[]
null
6,113
{ "avatar_url": "https://avatars.githubusercontent.com/u/987574?v=4", "events_url": "https://api.github.com/users/fierval/events{/privacy}", "followers_url": "https://api.github.com/users/fierval/followers", "following_url": "https://api.github.com/users/fierval/following{/other_user}", "gists_url": "https://...
load_dataset() fails with streamlit caching inside docker
https://api.github.com/repos/huggingface/datasets/issues/6113/events
null
https://api.github.com/repos/huggingface/datasets/issues/6113/labels{/name}
2023-08-02T20:20:26Z
null
false
null
null
1,833,854,030
[]
https://api.github.com/repos/huggingface/datasets/issues/6113
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When calling `load_dataset` in a streamlit application running within a docker container, get a failure with the error message: EmptyDatasetError: The directory at hf://datasets/fetch-rewards/inc-rings-2000@bea27cf60842b3641eae418f38864a2ec4cde684 doesn't contain any data files Traceback: Fil...
2023-08-21T18:18:27Z
https://github.com/huggingface/datasets/issues/6113
{ "+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/6113/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6112/comments
https://api.github.com/repos/huggingface/datasets/issues/6112/timeline
2023-12-12T15:00:44Z
null
completed
I_kwDODunzps5tS_Bz
closed
[ { "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}", ...
null
6,112
{ "avatar_url": "https://avatars.githubusercontent.com/u/1643887?v=4", "events_url": "https://api.github.com/users/kevintee/events{/privacy}", "followers_url": "https://api.github.com/users/kevintee/followers", "following_url": "https://api.github.com/users/kevintee/following{/other_user}", "gists_url": "http...
yaml error using push_to_hub with generated README.md
https://api.github.com/repos/huggingface/datasets/issues/6112/events
null
https://api.github.com/repos/huggingface/datasets/issues/6112/labels{/name}
2023-08-02T18:21:21Z
null
false
{ "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"...
null
1,833,693,299
[]
https://api.github.com/repos/huggingface/datasets/issues/6112
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug When I construct a dataset with the following features: ``` features = Features( { "pixel_values": Array3D(dtype="float64", shape=(3, 224, 224)), "input_ids": Sequence(feature=Value(dtype="int64")), "attention_mask": Sequence(Value(dtype="int64")), "token...
2023-12-12T15:00:44Z
https://github.com/huggingface/datasets/issues/6112
{ "+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/6112/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6111/comments
https://api.github.com/repos/huggingface/datasets/issues/6111/timeline
2023-08-29T02:00:28Z
null
completed
I_kwDODunzps5tPgdW
closed
[]
null
6,111
{ "avatar_url": "https://avatars.githubusercontent.com/u/41530341?v=4", "events_url": "https://api.github.com/users/2catycm/events{/privacy}", "followers_url": "https://api.github.com/users/2catycm/followers", "following_url": "https://api.github.com/users/2catycm/following{/other_user}", "gists_url": "https:...
raise FileNotFoundError("Directory {dataset_path} is neither a `Dataset` directory nor a `DatasetDict` directory." )
https://api.github.com/repos/huggingface/datasets/issues/6111/events
null
https://api.github.com/repos/huggingface/datasets/issues/6111/labels{/name}
2023-08-02T09:17:29Z
null
false
null
null
1,832,781,654
[]
https://api.github.com/repos/huggingface/datasets/issues/6111
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug For researchers in some countries or regions, it is usually the case that the download ability of `load_dataset` is disabled due to the complex network environment. People in these regions often prefer to use git clone or other programming tricks to manually download the files to the disk (for exa...
2023-08-29T02:00:28Z
https://github.com/huggingface/datasets/issues/6111
{ "+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/6111/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6110/comments
https://api.github.com/repos/huggingface/datasets/issues/6110/timeline
2023-08-17T14:03:00Z
null
completed
I_kwDODunzps5tJIfp
closed
[]
null
6,110
{ "avatar_url": "https://avatars.githubusercontent.com/u/57797966?v=4", "events_url": "https://api.github.com/users/MattYoon/events{/privacy}", "followers_url": "https://api.github.com/users/MattYoon/followers", "following_url": "https://api.github.com/users/MattYoon/following{/other_user}", "gists_url": "htt...
[BUG] Dataset initialized from in-memory data does not create cache.
https://api.github.com/repos/huggingface/datasets/issues/6110/events
null
https://api.github.com/repos/huggingface/datasets/issues/6110/labels{/name}
2023-08-01T11:58:58Z
null
false
null
null
1,831,110,633
[]
https://api.github.com/repos/huggingface/datasets/issues/6110
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug `Dataset` initialized from in-memory data (dictionary in my case, haven't tested with other types) does not create cache when processed with the `map` method, unlike `Dataset` initialized by other methods such as `load_dataset`. ### Steps to reproduce the bug ```python # below code was ru...
2023-08-17T14:03:01Z
https://github.com/huggingface/datasets/issues/6110
{ "+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/6110/reactions" }
false
https://api.github.com/repos/huggingface/datasets/issues/6109/comments
https://api.github.com/repos/huggingface/datasets/issues/6109/timeline
2023-08-02T07:12:07Z
null
not_planned
I_kwDODunzps5tHxYB
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
6,109
{ "avatar_url": "https://avatars.githubusercontent.com/u/52964960?v=4", "events_url": "https://api.github.com/users/610v4nn1/events{/privacy}", "followers_url": "https://api.github.com/users/610v4nn1/followers", "following_url": "https://api.github.com/users/610v4nn1/following{/other_user}", "gists_url": "htt...
Problems in downloading Amazon reviews from HF
https://api.github.com/repos/huggingface/datasets/issues/6109/events
null
https://api.github.com/repos/huggingface/datasets/issues/6109/labels{/name}
2023-08-01T08:38:29Z
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,830,753,793
[]
https://api.github.com/repos/huggingface/datasets/issues/6109
[ "", "" ]
https://api.github.com/repos/huggingface/datasets
NONE
### Describe the bug I have a script downloading `amazon_reviews_multi`. When the download starts, I get ``` Downloading data files: 0%| | 0/1 [00:00<?, ?it/s] Downloading data: 243B [00:00, 1.43MB/s] Downloading data files: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1/1 [00:01<00:00, 1.54s/it] Extracting data files: 100%...
2023-08-02T07:12:07Z
https://github.com/huggingface/datasets/issues/6109
{ "+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/6109/reactions" }
false