url
stringlengths
61
61
repository_url
stringclasses
1 value
labels_url
stringlengths
75
75
comments_url
stringlengths
70
70
events_url
stringlengths
68
68
html_url
stringlengths
49
51
id
stringlengths
10
10
node_id
stringlengths
18
19
number
stringlengths
4
4
title
stringlengths
3
150
user
stringlengths
878
1.11k
labels
stringclasses
17 values
state
stringclasses
2 values
locked
stringclasses
1 value
assignee
stringclasses
8 values
assignees
stringclasses
8 values
milestone
stringclasses
2 values
comments
listlengths
0
24
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
stringlengths
3
25
author_association
stringclasses
4 values
active_lock_reason
stringclasses
1 value
body
stringlengths
3
19.4k
reactions
stringlengths
194
194
timeline_url
stringlengths
70
70
performed_via_github_app
stringclasses
1 value
state_reason
stringclasses
4 values
draft
stringclasses
3 values
pull_request
stringlengths
4
315
is_pull_request
bool
1 class
https://api.github.com/repos/huggingface/datasets/issues/6939
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6939/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6939/comments
https://api.github.com/repos/huggingface/datasets/issues/6939/events
https://github.com/huggingface/datasets/issues/6939
2328059386
I_kwDODunzps6Kw136
6939
ExpectedMoreSplits error when using data_dir
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-31T15:08:42
2024-05-31T17:10:39
2024-05-31 17:10:39+00:00
MEMBER
nan
As reported by @regisss, an `ExpectedMoreSplits` error is raised when passing `data_dir`: ```python from datasets import load_dataset dataset = load_dataset( "lvwerra/stack-exchange-paired", split="train", cache_dir=None, data_dir="data/rl", ) ``` ``` Traceback (most recent call last): F...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6939/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6939/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6938
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6938/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6938/comments
https://api.github.com/repos/huggingface/datasets/issues/6938/events
https://github.com/huggingface/datasets/pull/6938
2327568281
PR_kwDODunzps5xHNKm
6938
Fix expected splits when passing data_files or dir
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6938). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "fix is included in https://github.com/huggingface/datasets/pull/6925" ]
2024-05-31T11:04:22
2024-05-31T15:28:03
2024-05-31 15:28:02+00:00
MEMBER
nan
reported on slack: The following code snippet gives an error with v2.19 but not with v2.18: from datasets import load_dataset ``` dataset = load_dataset( "lvwerra/stack-exchange-paired", split="train", cache_dir=None, data_dir="data/rl", ) ``` and the error is: ``` Traceback (most recent ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6938/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6938/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6938', 'html_url': 'https://github.com/huggingface/datasets/pull/6938', 'diff_url': 'https://github.com/huggingface/datasets/pull/6938.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6938.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6937
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6937/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6937/comments
https://api.github.com/repos/huggingface/datasets/issues/6937/events
https://github.com/huggingface/datasets/issues/6937
2327212611
I_kwDODunzps6KtnJD
6937
JSON loader implicitly coerces floats to integers
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
open
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-31T08:09:12
2024-05-31T08:11:57
NaT
MEMBER
nan
The JSON loader implicitly coerces floats to integers. The column values `[0.0, 1.0, 2.0]` are coerced to `[0, 1, 2]`. See CI error in dataset-viewer: https://github.com/huggingface/dataset-viewer/actions/runs/9290164936/job/25576926446 ``` =================================== FAILURES ===========================...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6937/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6937/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6936
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6936/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6936/comments
https://api.github.com/repos/huggingface/datasets/issues/6936/events
https://github.com/huggingface/datasets/issues/6936
2326119853
I_kwDODunzps6KpcWt
6936
save_to_disk() freezes when saving on s3 bucket with multiprocessing
{'login': 'ycattan', 'id': 54974949, 'node_id': 'MDQ6VXNlcjU0OTc0OTQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/54974949?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ycattan', 'html_url': 'https://github.com/ycattan', 'followers_url': 'https://api.github.com/users/ycattan/followers', 'fo...
[]
open
False
None
[]
None
[]
2024-05-30T16:48:39
2024-05-30T16:49:05
NaT
NONE
nan
### Describe the bug I'm trying to save a `Dataset` using the `save_to_disk()` function with: - `num_proc > 1` - `dataset_path` being a s3 bucket path e.g. "s3://{bucket_name}/{dataset_folder}/" The hf progress bar shows up but the saving does not seem to start. When using one processor only (`num_proc=1`), e...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6936/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6936/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6935
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6935/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6935/comments
https://api.github.com/repos/huggingface/datasets/issues/6935/events
https://github.com/huggingface/datasets/issues/6935
2325612022
I_kwDODunzps6KngX2
6935
Support for pathlib.Path in datasets 2.19.0
{'login': 'lamyiowce', 'id': 12202811, 'node_id': 'MDQ6VXNlcjEyMjAyODEx', 'avatar_url': 'https://avatars.githubusercontent.com/u/12202811?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lamyiowce', 'html_url': 'https://github.com/lamyiowce', 'followers_url': 'https://api.github.com/users/lamyiowce/followe...
[]
open
False
None
[]
None
[]
2024-05-30T12:53:36
2024-05-30T12:53:36
NaT
NONE
nan
### Describe the bug After the recent update of `datasets`, Dataset.save_to_disk does not accept a pathlib.Path anymore. It was supported in 2.18.0 and previous versions. Is this intentional? Was it supported before only because of a Python dusk-typing miracle? ### Steps to reproduce the bug ``` from datasets impor...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6935/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6935/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6934
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6934/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6934/comments
https://api.github.com/repos/huggingface/datasets/issues/6934/events
https://github.com/huggingface/datasets/pull/6934
2325341717
PR_kwDODunzps5w_laB
6934
Revert ci user
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6934). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-30T10:45:26
2024-05-31T10:25:08
2024-05-30 10:45:37+00:00
MEMBER
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6934/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6934/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6934', 'html_url': 'https://github.com/huggingface/datasets/pull/6934', 'diff_url': 'https://github.com/huggingface/datasets/pull/6934.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6934.patch', 'merged_at': '2024-05-30T10:45:37Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6933
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6933/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6933/comments
https://api.github.com/repos/huggingface/datasets/issues/6933/events
https://github.com/huggingface/datasets/pull/6933
2325300800
PR_kwDODunzps5w_cW4
6933
update ci user
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6933). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-30T10:23:02
2024-05-30T10:30:54
2024-05-30 10:23:12+00:00
MEMBER
nan
token is ok to be public since it's only for the hub-ci
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6933/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6933/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6933', 'html_url': 'https://github.com/huggingface/datasets/pull/6933', 'diff_url': 'https://github.com/huggingface/datasets/pull/6933.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6933.patch', 'merged_at': '2024-05-30T10:23:12Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6932
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6932/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6932/comments
https://api.github.com/repos/huggingface/datasets/issues/6932/events
https://github.com/huggingface/datasets/pull/6932
2324729267
PR_kwDODunzps5w9d7w
6932
Update dataset_dict.py
{'login': 'Arunprakash-A', 'id': 20263729, 'node_id': 'MDQ6VXNlcjIwMjYzNzI5', 'avatar_url': 'https://avatars.githubusercontent.com/u/20263729?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Arunprakash-A', 'html_url': 'https://github.com/Arunprakash-A', 'followers_url': 'https://api.github.com/users/Arunp...
[]
closed
False
None
[]
None
[ "thanks !", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_bat...
2024-05-30T05:22:35
2024-06-04T12:56:20
2024-06-04 12:50:13+00:00
CONTRIBUTOR
nan
shape returns (number of rows, number of columns)
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6932/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6932/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6932', 'html_url': 'https://github.com/huggingface/datasets/pull/6932', 'diff_url': 'https://github.com/huggingface/datasets/pull/6932.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6932.patch', 'merged_at': '2024-06-04T12:50:13Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6931
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6931/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6931/comments
https://api.github.com/repos/huggingface/datasets/issues/6931/events
https://github.com/huggingface/datasets/pull/6931
2323457525
PR_kwDODunzps5w5I-Y
6931
[WebDataset] Support compressed files
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6931). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-29T14:19:06
2024-05-29T16:33:18
2024-05-29 16:24:21+00:00
MEMBER
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6931/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6931/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6931', 'html_url': 'https://github.com/huggingface/datasets/pull/6931', 'diff_url': 'https://github.com/huggingface/datasets/pull/6931.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6931.patch', 'merged_at': '2024-05-29T16:24:21Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6930
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6930/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6930/comments
https://api.github.com/repos/huggingface/datasets/issues/6930/events
https://github.com/huggingface/datasets/issues/6930
2323225922
I_kwDODunzps6KeZ1C
6930
ValueError: Couldn't infer the same data file format for all splits. Got {'train': ('json', {}), 'validation': (None, {})}
{'login': 'CLL112', 'id': 41767521, 'node_id': 'MDQ6VXNlcjQxNzY3NTIx', 'avatar_url': 'https://avatars.githubusercontent.com/u/41767521?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/CLL112', 'html_url': 'https://github.com/CLL112', 'followers_url': 'https://api.github.com/users/CLL112/followers', 'follow...
[]
open
False
None
[]
None
[ "How do you solve it ?\r\n" ]
2024-05-29T12:40:05
2024-06-18T11:56:14
NaT
NONE
nan
### Describe the bug When I run the code en = load_dataset("allenai/c4", "en", streaming=True), I encounter an error: raise ValueError(f"Couldn't infer the same data file format for all splits. Got {split_modules}") ValueError: Couldn't infer the same data file format for all splits. Got {'train': ('json', {}), 'valid...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6930/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6930/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6929
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6929/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6929/comments
https://api.github.com/repos/huggingface/datasets/issues/6929/events
https://github.com/huggingface/datasets/issues/6929
2322980077
I_kwDODunzps6Kddzt
6929
Avoid downloading the whole dataset when only README.me has been touched on hub.
{'login': 'zinc75', 'id': 73740254, 'node_id': 'MDQ6VXNlcjczNzQwMjU0', 'avatar_url': 'https://avatars.githubusercontent.com/u/73740254?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/zinc75', 'html_url': 'https://github.com/zinc75', 'followers_url': 'https://api.github.com/users/zinc75/followers', 'follow...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
open
False
None
[]
None
[ "you're right, we're tackling this here: https://github.com/huggingface/dataset-viewer/issues/2757", "@severo : great !" ]
2024-05-29T10:36:06
2024-05-29T20:51:56
NaT
NONE
nan
### Feature request `datasets.load_dataset()` triggers a new download of the **whole dataset** when the README.md file has been touched on huggingface hub, even if data files / parquet files are the exact same. I think the current behaviour of the load_dataset function is triggered whenever a change of the hash o...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6929/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 1}
https://api.github.com/repos/huggingface/datasets/issues/6929/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6928
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6928/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6928/comments
https://api.github.com/repos/huggingface/datasets/issues/6928/events
https://github.com/huggingface/datasets/pull/6928
2322267727
PR_kwDODunzps5w1ECb
6928
Update process.mdx: Code Listings Fixes
{'login': 'FadyMorris', 'id': 16918280, 'node_id': 'MDQ6VXNlcjE2OTE4Mjgw', 'avatar_url': 'https://avatars.githubusercontent.com/u/16918280?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/FadyMorris', 'html_url': 'https://github.com/FadyMorris', 'followers_url': 'https://api.github.com/users/FadyMorris/fol...
[]
closed
False
None
[]
None
[ "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>Show updated benchmarks!</summary>\n\n### Benchmark: benchmark_array_xd.json\n\n| metric | read_batch_formatted_as_numpy after write_array2d | read_batch_formatted_as_numpy after write_flattened_sequence | read_batch_formatted_a...
2024-05-29T03:17:07
2024-06-04T13:08:19
2024-06-04 12:55:00+00:00
CONTRIBUTOR
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6928/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6928/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6928', 'html_url': 'https://github.com/huggingface/datasets/pull/6928', 'diff_url': 'https://github.com/huggingface/datasets/pull/6928.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6928.patch', 'merged_at': '2024-06-04T12:55:00Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6927
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6927/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6927/comments
https://api.github.com/repos/huggingface/datasets/issues/6927/events
https://github.com/huggingface/datasets/pull/6927
2322260725
PR_kwDODunzps5w1CmF
6927
Update process.mdx: Minor Code Listings Updates and Fixes
{'login': 'FadyMorris', 'id': 16918280, 'node_id': 'MDQ6VXNlcjE2OTE4Mjgw', 'avatar_url': 'https://avatars.githubusercontent.com/u/16918280?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/FadyMorris', 'html_url': 'https://github.com/FadyMorris', 'followers_url': 'https://api.github.com/users/FadyMorris/fol...
[]
closed
False
None
[]
None
[]
2024-05-29T03:09:01
2024-05-29T03:12:46
2024-05-29 03:12:46+00:00
CONTRIBUTOR
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6927/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6927/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6927', 'html_url': 'https://github.com/huggingface/datasets/pull/6927', 'diff_url': 'https://github.com/huggingface/datasets/pull/6927.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6927.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6926
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6926/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6926/comments
https://api.github.com/repos/huggingface/datasets/issues/6926/events
https://github.com/huggingface/datasets/pull/6926
2322164287
PR_kwDODunzps5w0uII
6926
Update process.mdx: Fix code listing in Shard section
{'login': 'FadyMorris', 'id': 16918280, 'node_id': 'MDQ6VXNlcjE2OTE4Mjgw', 'avatar_url': 'https://avatars.githubusercontent.com/u/16918280?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/FadyMorris', 'html_url': 'https://github.com/FadyMorris', 'followers_url': 'https://api.github.com/users/FadyMorris/fol...
[]
closed
False
None
[]
None
[]
2024-05-29T01:25:55
2024-05-29T03:11:20
2024-05-29 03:11:08+00:00
CONTRIBUTOR
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6926/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6926/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6926', 'html_url': 'https://github.com/huggingface/datasets/pull/6926', 'diff_url': 'https://github.com/huggingface/datasets/pull/6926.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6926.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6925
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6925/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6925/comments
https://api.github.com/repos/huggingface/datasets/issues/6925/events
https://github.com/huggingface/datasets/pull/6925
2321084967
PR_kwDODunzps5wxDRE
6925
Fix NonMatchingSplitsSizesError/ExpectedMoreSplits when passing data_dir/data_files in no-code Hub datasets
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6925). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Do you think this is worth making a patch release for?\r\nCC: @huggingface/datasets", ...
2024-05-28T13:33:38
2024-06-02T14:11:13
2024-05-31 17:10:37+00:00
MEMBER
nan
Fix `NonMatchingSplitsSizesError` or `ExpectedMoreSplits` error for no-code Hub datasets if the user passes: - `data_dir` - `data_files` The proposed solution is to avoid using exported dataset info (from Parquet exports) in these cases. Additionally, also if the user passes `revision` other than "main" (so that ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6925/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6925/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6925', 'html_url': 'https://github.com/huggingface/datasets/pull/6925', 'diff_url': 'https://github.com/huggingface/datasets/pull/6925.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6925.patch', 'merged_at': '2024-05-31T17:10:37Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6924
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6924/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6924/comments
https://api.github.com/repos/huggingface/datasets/issues/6924/events
https://github.com/huggingface/datasets/issues/6924
2320531015
I_kwDODunzps6KUH5H
6924
Caching map result of DatasetDict.
{'login': 'MostHumble', 'id': 56939432, 'node_id': 'MDQ6VXNlcjU2OTM5NDMy', 'avatar_url': 'https://avatars.githubusercontent.com/u/56939432?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/MostHumble', 'html_url': 'https://github.com/MostHumble', 'followers_url': 'https://api.github.com/users/MostHumble/fol...
[]
open
False
None
[]
None
[]
2024-05-28T09:07:41
2024-05-28T09:07:41
NaT
NONE
nan
Hi! I'm currenty using the map function to tokenize a somewhat large dataset, so I need to use the cache to save ~25 mins. Changing num_proc incduces the recomputation of the map, I'm not sure why and if this is excepted behavior? here it says, that cached files are loaded sequentially: https://github.com/...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6924/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6924/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6923
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6923/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6923/comments
https://api.github.com/repos/huggingface/datasets/issues/6923/events
https://github.com/huggingface/datasets/issues/6923
2319292872
I_kwDODunzps6KPZnI
6923
Export Parquet Tablet Audio-Set is null bytes in Arrow
{'login': 'anioji', 'id': 140120605, 'node_id': 'U_kgDOCFoSHQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/140120605?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/anioji', 'html_url': 'https://github.com/anioji', 'followers_url': 'https://api.github.com/users/anioji/followers', 'following_ur...
[]
open
False
None
[]
None
[]
2024-05-27T14:27:57
2024-05-27T14:27:57
NaT
NONE
nan
### Describe the bug Exporting the processed audio inside the table with the dataset.to_parquet function, the object pyarrow {bytes: null, path: "Some/Path"} At the same time, the same dataset uploaded to the hub has bit arrays ![Screenshot from 2024-05-27 19-14-49](https://github.com/huggingface/datasets/assets/1...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6923/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6923/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6922
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6922/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6922/comments
https://api.github.com/repos/huggingface/datasets/issues/6922/events
https://github.com/huggingface/datasets/pull/6922
2318602059
PR_kwDODunzps5wolTm
6922
Remove torchaudio remnants from code
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6922). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-27T08:45:07
2024-05-27T09:08:19
2024-05-27 08:59:21+00:00
MEMBER
nan
Remove torchaudio remnants from code. Follow-up on: - #5573
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6922/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6922/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6922', 'html_url': 'https://github.com/huggingface/datasets/pull/6922', 'diff_url': 'https://github.com/huggingface/datasets/pull/6922.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6922.patch', 'merged_at': '2024-05-27T08:59:21Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6921
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6921/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6921/comments
https://api.github.com/repos/huggingface/datasets/issues/6921/events
https://github.com/huggingface/datasets/pull/6921
2318394398
PR_kwDODunzps5wn4Dz
6921
Support fsspec 2024.5.0
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6921). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-27T07:00:59
2024-05-27T08:07:16
2024-05-27 08:01:08+00:00
MEMBER
nan
Support fsspec 2024.5.0.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6921/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6921/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6921', 'html_url': 'https://github.com/huggingface/datasets/pull/6921', 'diff_url': 'https://github.com/huggingface/datasets/pull/6921.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6921.patch', 'merged_at': '2024-05-27T08:01:08Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6920
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6920/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6920/comments
https://api.github.com/repos/huggingface/datasets/issues/6920/events
https://github.com/huggingface/datasets/pull/6920
2317648021
PR_kwDODunzps5wlchX
6920
[WebDataset] Add `.pth` support for torch tensors
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6920). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-26T11:12:07
2024-05-27T09:11:17
2024-05-27 09:04:54+00:00
MEMBER
nan
In this PR I add support for `.pth` but with `weights_only=True` to disallow the use of pickle
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6920/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6920/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6920', 'html_url': 'https://github.com/huggingface/datasets/pull/6920', 'diff_url': 'https://github.com/huggingface/datasets/pull/6920.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6920.patch', 'merged_at': '2024-05-27T09:04:54Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6919
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6919/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6919/comments
https://api.github.com/repos/huggingface/datasets/issues/6919/events
https://github.com/huggingface/datasets/issues/6919
2315618993
I_kwDODunzps6KBYqx
6919
Invalid YAML in README.md: unknown tag !<tag:yaml.org,2002:python/tuple>
{'login': 'juanqui', 'id': 67964, 'node_id': 'MDQ6VXNlcjY3OTY0', 'avatar_url': 'https://avatars.githubusercontent.com/u/67964?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/juanqui', 'html_url': 'https://github.com/juanqui', 'followers_url': 'https://api.github.com/users/juanqui/followers', 'following_ur...
[]
open
False
None
[]
None
[]
2024-05-24T14:59:45
2024-05-24T14:59:45
NaT
NONE
nan
### Describe the bug I wrote a notebook to load an existing dataset, process it, and upload as a private dataset using `dataset.push_to_hub(...)` at the end. The push to hub is failing with: ``` ValueError: Invalid metadata in README.md. - Invalid YAML in README.md: unknown tag !<tag:yaml.org,2002:python[/tuple](...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6919/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6919/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6918
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6918/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6918/comments
https://api.github.com/repos/huggingface/datasets/issues/6918/events
https://github.com/huggingface/datasets/issues/6918
2315322738
I_kwDODunzps6KAQVy
6918
NonMatchingSplitsSizesError when using data_dir
{'login': 'srehaag', 'id': 86664538, 'node_id': 'MDQ6VXNlcjg2NjY0NTM4', 'avatar_url': 'https://avatars.githubusercontent.com/u/86664538?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/srehaag', 'html_url': 'https://github.com/srehaag', 'followers_url': 'https://api.github.com/users/srehaag/followers', 'fo...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Thanks for reporting, @srehaag.\r\n\r\nWe are investigating this issue.", "I confirm there is a bug for data-based Hub datasets when the user passes `data_dir`, which was introduced by PR:\r\n- #6714" ]
2024-05-24T12:43:39
2024-05-31T17:10:38
2024-05-31 17:10:38+00:00
NONE
nan
### Describe the bug Loading a dataset from with a data_dir argument generates a NonMatchingSplitsSizesError if there are multiple directories in the dataset. This appears to happen because the expected split is calculated based on the data in all the directories whereas the recorded split is calculated based on t...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6918/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6918/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6917
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6917/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6917/comments
https://api.github.com/repos/huggingface/datasets/issues/6917/events
https://github.com/huggingface/datasets/issues/6917
2314683663
I_kwDODunzps6J90UP
6917
WinError 32 The process cannot access the file during load_dataset
{'login': 'elwe-2808', 'id': 56682168, 'node_id': 'MDQ6VXNlcjU2NjgyMTY4', 'avatar_url': 'https://avatars.githubusercontent.com/u/56682168?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/elwe-2808', 'html_url': 'https://github.com/elwe-2808', 'followers_url': 'https://api.github.com/users/elwe-2808/followe...
[]
open
False
None
[]
None
[]
2024-05-24T07:54:51
2024-05-24T07:54:51
NaT
NONE
nan
### Describe the bug When I try to load the opus_book from hugging face (following the [guide on the website](https://huggingface.co/docs/transformers/main/en/tasks/translation)) ```python from datasets import load_dataset, Dataset dataset = load_dataset("Helsinki-NLP/opus_books", "en-fr", features=["id", "tran...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6917/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6917/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6916
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6916/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6916/comments
https://api.github.com/repos/huggingface/datasets/issues/6916/events
https://github.com/huggingface/datasets/issues/6916
2311675564
I_kwDODunzps6JyV6s
6916
```push_to_hub()``` - Prevent Automatic Generation of Splits
{'login': 'jetlime', 'id': 29337128, 'node_id': 'MDQ6VXNlcjI5MzM3MTI4', 'avatar_url': 'https://avatars.githubusercontent.com/u/29337128?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jetlime', 'html_url': 'https://github.com/jetlime', 'followers_url': 'https://api.github.com/users/jetlime/followers', 'fo...
[]
closed
False
None
[]
None
[]
2024-05-22T23:52:15
2024-05-23T00:07:53
2024-05-23 00:07:53+00:00
NONE
nan
### Describe the bug I currently have a dataset which has not been splited. When pushing the dataset to my hugging face dataset repository, it is split into a testing and training set. How can I prevent the split from happening? ### Steps to reproduce the bug 1. Have a unsplit dataset ```python Dataset({ featur...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6916/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6916/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6915
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6915/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6915/comments
https://api.github.com/repos/huggingface/datasets/issues/6915/events
https://github.com/huggingface/datasets/pull/6915
2310564961
PR_kwDODunzps5wNIUh
6915
Validate config name and data_files in packaged modules
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6915). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "I pushed a change that fixes 2.15 cache reloading (I fixed the packaged module hash), f...
2024-05-22T13:36:33
2024-06-06T09:32:10
2024-06-06 09:24:35+00:00
MEMBER
nan
Validate the config attributes `name` and `data_files` in packaged modules by making the derived classes call their parent `__post_init__` method. Note that their parent `BuilderConfig` validates its attributes `name` and `data_files` in its `__post_init__` method: https://github.com/huggingface/datasets/blob/60d21e...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6915/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6915/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6915', 'html_url': 'https://github.com/huggingface/datasets/pull/6915', 'diff_url': 'https://github.com/huggingface/datasets/pull/6915.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6915.patch', 'merged_at': '2024-06-06T09:24:35Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6914
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6914/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6914/comments
https://api.github.com/repos/huggingface/datasets/issues/6914/events
https://github.com/huggingface/datasets/pull/6914
2310107326
PR_kwDODunzps5wLi3e
6914
Preserve JSON column order and support list of strings field
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6914). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-22T09:58:54
2024-05-29T13:18:47
2024-05-29 13:12:23+00:00
MEMBER
nan
Preserve column order when loading from a JSON file with a list of dict (or with a field containing a list of dicts). Additionally, support JSON file with a list of strings field. Fix #6913.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6914/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6914/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6914', 'html_url': 'https://github.com/huggingface/datasets/pull/6914', 'diff_url': 'https://github.com/huggingface/datasets/pull/6914.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6914.patch', 'merged_at': '2024-05-29T13:12:23Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6913
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6913/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6913/comments
https://api.github.com/repos/huggingface/datasets/issues/6913/events
https://github.com/huggingface/datasets/issues/6913
2309605889
I_kwDODunzps6JqcoB
6913
Column order is nondeterministic when loading from JSON
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-22T05:30:14
2024-05-29T13:12:24
2024-05-29 13:12:24+00:00
MEMBER
nan
As reported by @meg-huggingface, the order of the JSON object keys is not preserved while loading a dataset from a JSON file with a list of objects. For example, when loading a JSON files with a list of objects, each with the following ordered keys: - [ID, Language, Topic], the resulting dataset may have column...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6913/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6913/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6912
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6912/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6912/comments
https://api.github.com/repos/huggingface/datasets/issues/6912/events
https://github.com/huggingface/datasets/issues/6912
2309365961
I_kwDODunzps6JpiDJ
6912
Add MedImg for streaming
{'login': 'lhallee', 'id': 72926928, 'node_id': 'MDQ6VXNlcjcyOTI2OTI4', 'avatar_url': 'https://avatars.githubusercontent.com/u/72926928?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhallee', 'html_url': 'https://github.com/lhallee', 'followers_url': 'https://api.github.com/users/lhallee/followers', 'fo...
[{'id': 2067376369, 'node_id': 'MDU6TGFiZWwyMDY3Mzc2MzY5', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/dataset%20request', 'name': 'dataset request', 'color': 'e99695', 'default': False, 'description': 'Requesting to add a new dataset'}]
open
False
None
[]
None
[ "@mariosasko, @lhoestq, @albertvillanova\r\nHello! Can anyone help? or can you guys suggest who can help with this?", "Hi ! Feel free to download the dataset and create a `Dataset` object with it.\r\n\r\nThen your'll be able to use `push_to_hub()` to upload the dataset to HF in Parquet format and make it streamab...
2024-05-22T00:55:30
2024-06-03T14:40:10
NaT
NONE
nan
### Feature request Host the MedImg dataset (similar to Imagenet but for biomedical images). ### Motivation There is a clear need for biomedical image foundation models and large scale biomedical datasets that are easily streamable. This would be an excellent tool for the biomedical community. ### Your con...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6912/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6912/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6911
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6911/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6911/comments
https://api.github.com/repos/huggingface/datasets/issues/6911/events
https://github.com/huggingface/datasets/pull/6911
2308152711
PR_kwDODunzps5wE2ah
6911
Remove dead code for non-dict data_files from packaged modules
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6911). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-21T12:10:24
2024-05-23T08:05:58
2024-05-23 07:59:57+00:00
MEMBER
nan
Remove dead code for non-dict data_files from packaged modules. Since the merge of this PR: - #2986 the builders' variable self.config.data_files is always a dict, which makes the condition on (str, list, tuple) dead code.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6911/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6911/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6911', 'html_url': 'https://github.com/huggingface/datasets/pull/6911', 'diff_url': 'https://github.com/huggingface/datasets/pull/6911.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6911.patch', 'merged_at': '2024-05-23T07:59:57Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6910
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6910/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6910/comments
https://api.github.com/repos/huggingface/datasets/issues/6910/events
https://github.com/huggingface/datasets/pull/6910
2307570084
PR_kwDODunzps5wC2An
6910
Fix wrong type hints in data_files
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6910). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-21T07:41:09
2024-05-23T06:04:05
2024-05-23 05:58:05+00:00
MEMBER
nan
Fix wrong type hints in data_files introduced in: - #6493
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6910/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6910/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6910', 'html_url': 'https://github.com/huggingface/datasets/pull/6910', 'diff_url': 'https://github.com/huggingface/datasets/pull/6910.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6910.patch', 'merged_at': '2024-05-23T05:58:05Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6909
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6909/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6909/comments
https://api.github.com/repos/huggingface/datasets/issues/6909/events
https://github.com/huggingface/datasets/pull/6909
2307508120
PR_kwDODunzps5wCoiE
6909
Update requests >=2.32.1 to fix vulnerability
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6909). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-21T07:11:20
2024-05-21T07:45:58
2024-05-21 07:38:25+00:00
MEMBER
nan
Update requests >=2.32.1 to fix vulnerability.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6909/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6909/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6909', 'html_url': 'https://github.com/huggingface/datasets/pull/6909', 'diff_url': 'https://github.com/huggingface/datasets/pull/6909.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6909.patch', 'merged_at': '2024-05-21T07:38:25Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6908
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6908/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6908/comments
https://api.github.com/repos/huggingface/datasets/issues/6908/events
https://github.com/huggingface/datasets/issues/6908
2304958116
I_kwDODunzps6JYt6k
6908
Fail to load "stas/c4-en-10k" dataset since 2.16 version
{'login': 'guch8017', 'id': 38173059, 'node_id': 'MDQ6VXNlcjM4MTczMDU5', 'avatar_url': 'https://avatars.githubusercontent.com/u/38173059?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/guch8017', 'html_url': 'https://github.com/guch8017', 'followers_url': 'https://api.github.com/users/guch8017/followers',...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "I am not able to reproduce the error with datasets 2.19.1:\r\n```python\r\nIn [1]: from datasets import load_dataset; ds = load_dataset(\"stas/c4-en-10k\", streaming=True); item = next(iter(ds[\"train\"])); item\r\nOut[1]: {'text': 'Beginners BBQ Class Taking Place in Missoula!\\nDo you want to get better at makin...
2024-05-20T02:43:59
2024-05-24T10:58:09
2024-05-24 10:58:09+00:00
NONE
nan
### Describe the bug When update datasets library to version 2.16+ ( I test it on 2.16, 2.19.0 and 2.19.1), using the following code to load stas/c4-en-10k dataset ```python from datasets import load_dataset, Dataset dataset = load_dataset('stas/c4-en-10k') ``` and then it raise UnicodeDecodeError like ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6908/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6908/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6907
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6907/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6907/comments
https://api.github.com/repos/huggingface/datasets/issues/6907/events
https://github.com/huggingface/datasets/issues/6907
2303855833
I_kwDODunzps6JUgzZ
6907
Support the deserialization of json lines files comprised of lists
{'login': 'umarbutler', 'id': 8473183, 'node_id': 'MDQ6VXNlcjg0NzMxODM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8473183?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/umarbutler', 'html_url': 'https://github.com/umarbutler', 'followers_url': 'https://api.github.com/users/umarbutler/follo...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
open
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Update: I ended up deciding to go back to use lines of dictionaries instead of arrays, not because of this issue as my users would be capable of downloading my corpus without `datasets`, but the speed and storage savings are not currently worth breaking my API and harming the backwards compatibility of each new re...
2024-05-18T05:07:23
2024-05-18T08:53:28
NaT
NONE
nan
### Feature request I manage a somewhat large and popular Hugging Face dataset known as the [Open Australian Legal Corpus](https://huggingface.co/datasets/umarbutler/open-australian-legal-corpus). I recently updated my corpus to be stored in a json lines file where each line is an array and each element represents a v...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6907/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6907/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6906
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6906/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6906/comments
https://api.github.com/repos/huggingface/datasets/issues/6906/events
https://github.com/huggingface/datasets/issues/6906
2303679119
I_kwDODunzps6JT1qP
6906
irc_disentangle - Issue with splitting data
{'login': 'eor51355', 'id': 114260604, 'node_id': 'U_kgDOBs96fA', 'avatar_url': 'https://avatars.githubusercontent.com/u/114260604?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eor51355', 'html_url': 'https://github.com/eor51355', 'followers_url': 'https://api.github.com/users/eor51355/followers', 'foll...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Thank you I will try this out!\r\n\r\nOn Tue, Jun 11, 2024 at 3:55 AM Vincent Lau ***@***.***>\r\nwrote:\r\n\r\n> I add a \"streaming=True\" after the name of the dataset, and it\r\n> works.....hope it can help you\r\n>\r\n> And if you install the version datasets==2.15.0, this bug will not happen.\r\n> I don't kn...
2024-05-17T23:19:37
2024-07-08T06:18:08
2024-07-08 06:18:08+00:00
NONE
nan
### Describe the bug I am trying to access your database through python using "datasets.load_dataset("irc_disentangle")" and I am getting this error message: ValueError: Instruction "train" corresponds to no data! ### Steps to reproduce the bug import datasets ds = datasets.load_dataset('irc_disentangle') ds #...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6906/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6906/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6905
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6905/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6905/comments
https://api.github.com/repos/huggingface/datasets/issues/6905/events
https://github.com/huggingface/datasets/issues/6905
2303098587
I_kwDODunzps6JRn7b
6905
Extraction protocol for arrow files is not defined
{'login': 'radulescupetru', 'id': 26553095, 'node_id': 'MDQ6VXNlcjI2NTUzMDk1', 'avatar_url': 'https://avatars.githubusercontent.com/u/26553095?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/radulescupetru', 'html_url': 'https://github.com/radulescupetru', 'followers_url': 'https://api.github.com/users/ra...
[]
open
False
None
[]
None
[]
2024-05-17T16:01:41
2024-05-17T16:01:41
NaT
NONE
nan
### Describe the bug Passing files with `.arrow` extension into data_files argument, at least when `streaming=True` is very slow. ### Steps to reproduce the bug Basically it goes through the `_get_extraction_protocol` method located [here](https://github.com/huggingface/datasets/blob/main/src/datasets/utils/file_ut...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6905/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6905/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6904
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6904/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6904/comments
https://api.github.com/repos/huggingface/datasets/issues/6904/events
https://github.com/huggingface/datasets/pull/6904
2302912179
PR_kwDODunzps5vzRlD
6904
Fix decoding multi part extension
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6904). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "takign the liberty to merge this for the viewer and a new dataset being released", "<...
2024-05-17T14:32:57
2024-05-17T14:52:56
2024-05-17 14:46:54+00:00
MEMBER
nan
e.g. a field named `url.txt` should be a treated as text I also included a small fix to support .npz correctly
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6904/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6904/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6904', 'html_url': 'https://github.com/huggingface/datasets/pull/6904', 'diff_url': 'https://github.com/huggingface/datasets/pull/6904.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6904.patch', 'merged_at': '2024-05-17T14:46:54Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6903
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6903/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6903/comments
https://api.github.com/repos/huggingface/datasets/issues/6903/events
https://github.com/huggingface/datasets/issues/6903
2300436053
I_kwDODunzps6JHd5V
6903
Add the option of saving in parquet instead of arrow
{'login': 'arita37', 'id': 18707623, 'node_id': 'MDQ6VXNlcjE4NzA3NjIz', 'avatar_url': 'https://avatars.githubusercontent.com/u/18707623?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/arita37', 'html_url': 'https://github.com/arita37', 'followers_url': 'https://api.github.com/users/arita37/followers', 'fo...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
open
False
None
[]
None
[ "I think [`Dataset.to_parquet`](https://huggingface.co/docs/datasets/v1.10.2/package_reference/main_classes.html#datasets.Dataset.to_parquet) is what you're looking for.\r\n\r\nLet me know if I'm wrong ", "No, it does not save the metadata json.\r\n\r\nWe have to recode all meta json load/save\r\nwith another cus...
2024-05-16T13:35:51
2024-06-14T16:24:31
NaT
NONE
nan
### Feature request In dataset.save_to_disk('/path/to/save/dataset'), add the option to save in parquet format dataset.save_to_disk('/path/to/save/dataset', format="parquet"), because arrow is not used for Production Big data.... (only parquet) ### Motivation because arrow is not used for Production Big...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6903/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6903/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6902
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6902/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6902/comments
https://api.github.com/repos/huggingface/datasets/issues/6902/events
https://github.com/huggingface/datasets/pull/6902
2300256241
PR_kwDODunzps5vqLIv
6902
Make CLI convert_to_parquet not raise error if no rights to create script branch
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6902). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-16T12:21:27
2024-06-03T04:43:17
2024-05-16 12:51:05+00:00
MEMBER
nan
Make CLI convert_to_parquet not raise error if no rights to create "script" branch. Not that before this PR, the error was not critical because it was raised at the end of the script, once all the rest of the steps were already performed. Fix #6901. Bug introduced in datasets-2.19.0 by: - #6809
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6902/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6902/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6902', 'html_url': 'https://github.com/huggingface/datasets/pull/6902', 'diff_url': 'https://github.com/huggingface/datasets/pull/6902.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6902.patch', 'merged_at': '2024-05-16T12:51:04Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6901
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6901/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6901/comments
https://api.github.com/repos/huggingface/datasets/issues/6901/events
https://github.com/huggingface/datasets/issues/6901
2300167465
I_kwDODunzps6JGcUp
6901
HTTPError 403 raised by CLI convert_to_parquet when creating script branch on 3rd party repos
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-16T11:40:22
2024-05-16T12:51:06
2024-05-16 12:51:06+00:00
MEMBER
nan
CLI convert_to_parquet cannot create "script" branch on 3rd party repos. It can only create it on repos where the user executing the script has write access. Otherwise, a 403 Forbidden HTTPError is raised: ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/ut...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6901/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6901/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6900
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6900/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6900/comments
https://api.github.com/repos/huggingface/datasets/issues/6900/events
https://github.com/huggingface/datasets/issues/6900
2298489733
I_kwDODunzps6JACuF
6900
[WebDataset] KeyError with user-defined `Features` when a field is missing in an example
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "@lhoestq How difficult of fix is this?", "It shouldn't be difficult, I think it's just a matter of adding the missing fields from `self.config.features` in `example` here: before it iterates on image_field_names and audio_field_names. A missing field should have a value set to None\r\n\r\nhttps://github.com/hugg...
2024-05-15T17:48:34
2024-06-28T09:30:13
2024-06-28 09:30:13+00:00
MEMBER
nan
reported at https://huggingface.co/datasets/ProGamerGov/synthetic-dataset-1m-dalle3-high-quality-captions/discussions/1 ``` File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 109, in _generate_examples example[field_name] = {"path": example["_...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6900/reactions', 'total_count': 2, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 2}
https://api.github.com/repos/huggingface/datasets/issues/6900/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6899
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6899/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6899/comments
https://api.github.com/repos/huggingface/datasets/issues/6899/events
https://github.com/huggingface/datasets/issues/6899
2298059597
I_kwDODunzps6I-ZtN
6899
List of dictionary features get standardized
{'login': 'sohamparikh94', 'id': 11831521, 'node_id': 'MDQ6VXNlcjExODMxNTIx', 'avatar_url': 'https://avatars.githubusercontent.com/u/11831521?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sohamparikh94', 'html_url': 'https://github.com/sohamparikh94', 'followers_url': 'https://api.github.com/users/soham...
[]
open
False
None
[]
None
[]
2024-05-15T14:11:35
2024-05-15T14:11:35
NaT
NONE
nan
### Describe the bug Hi, i’m trying to create a HF dataset from a list using Dataset.from_list. Each sample in the list is a dict with the same keys (which will be my features). The values for each feature are a list of dictionaries, and each such dictionary has a different set of keys. However, the datasets librar...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6899/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6899/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6898
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6898/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6898/comments
https://api.github.com/repos/huggingface/datasets/issues/6898/events
https://github.com/huggingface/datasets/pull/6898
2294432108
PR_kwDODunzps5vWJ9v
6898
Fix YAML error in README files appearing on GitHub
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6898). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "After this PR, the README file looks like:\r\n\r\n![Screenshot from 2024-05-14 14-19-29...
2024-05-14T05:21:57
2024-05-16T14:36:57
2024-05-16 14:28:16+00:00
MEMBER
nan
Fix YAML error in README files appearing on GitHub. See error message: ![Screenshot from 2024-05-14 06-58-02](https://github.com/huggingface/datasets/assets/8515462/7984cc4e-96ee-4e83-99a4-4c0c5791fa05) Fix #6897.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6898/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6898/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6898', 'html_url': 'https://github.com/huggingface/datasets/pull/6898', 'diff_url': 'https://github.com/huggingface/datasets/pull/6898.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6898.patch', 'merged_at': '2024-05-16T14:28:16Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6897
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6897/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6897/comments
https://api.github.com/repos/huggingface/datasets/issues/6897/events
https://github.com/huggingface/datasets/issues/6897
2293428243
I_kwDODunzps6IsvAT
6897
datasets template guide :: issue in documentation YAML
{'login': 'bghira', 'id': 59658056, 'node_id': 'MDQ6VXNlcjU5NjU4MDU2', 'avatar_url': 'https://avatars.githubusercontent.com/u/59658056?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bghira', 'html_url': 'https://github.com/bghira', 'followers_url': 'https://api.github.com/users/bghira/followers', 'follow...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Hello, @bghira.\r\n\r\nThanks for reporting. Please note that the text originating the error is not supposed to be valid YAML: it contains the instructions to generate the actual YAML content, that should replace the instructions comment.\r\n\r\nOn the other hand, I agree that it is not nice to have that YAML erro...
2024-05-13T17:33:59
2024-05-16T14:28:17
2024-05-16 14:28:17+00:00
NONE
nan
### Describe the bug There is a YAML error at the top of the page, and I don't think it's supposed to be there ### Steps to reproduce the bug 1. Browse to [this tutorial document](https://github.com/huggingface/datasets/blob/main/templates/README_guide.md) 2. Observe a big red error at the top 3. The rest of the ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6897/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6897/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6896
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6896/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6896/comments
https://api.github.com/repos/huggingface/datasets/issues/6896/events
https://github.com/huggingface/datasets/issues/6896
2293176061
I_kwDODunzps6Irxb9
6896
Regression bug: `NonMatchingSplitsSizesError` for (possibly) overwritten dataset
{'login': 'finiteautomata', 'id': 167943, 'node_id': 'MDQ6VXNlcjE2Nzk0Mw==', 'avatar_url': 'https://avatars.githubusercontent.com/u/167943?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/finiteautomata', 'html_url': 'https://github.com/finiteautomata', 'followers_url': 'https://api.github.com/users/finite...
[]
open
False
None
[]
None
[]
2024-05-13T15:41:57
2024-05-13T15:44:48
NaT
NONE
nan
### Describe the bug While trying to load the dataset `https://huggingface.co/datasets/pysentimiento/spanish-tweets-small`, I get this error: ```python --------------------------------------------------------------------------- NonMatchingSplitsSizesError Traceback (most recent call last) [<ipyth...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6896/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6896/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6895
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6895/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6895/comments
https://api.github.com/repos/huggingface/datasets/issues/6895/events
https://github.com/huggingface/datasets/pull/6895
2292993156
PR_kwDODunzps5vRK8P
6895
Document that to_json defaults to JSON Lines
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6895). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-13T14:22:34
2024-05-16T14:37:25
2024-05-16 14:31:26+00:00
MEMBER
nan
Document that `Dataset.to_json` defaults to JSON Lines, by adding explanation in the corresponding docstring. Fix #6894.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6895/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6895/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6895', 'html_url': 'https://github.com/huggingface/datasets/pull/6895', 'diff_url': 'https://github.com/huggingface/datasets/pull/6895.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6895.patch', 'merged_at': '2024-05-16T14:31:26Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6894
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6894/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6894/comments
https://api.github.com/repos/huggingface/datasets/issues/6894/events
https://github.com/huggingface/datasets/issues/6894
2292840226
I_kwDODunzps6Iqfci
6894
Better document defaults of to_json
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892861, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODYx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/documentation', 'name': 'documentation', 'color': '0075ca', 'default': True, 'description': 'Improvements or additions to documentation'}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-13T13:30:54
2024-05-16T14:31:27
2024-05-16 14:31:27+00:00
MEMBER
nan
Better document defaults of `to_json`: the default format is [JSON-Lines](https://jsonlines.org/). Related to: - #6891
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6894/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6894/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6893
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6893/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6893/comments
https://api.github.com/repos/huggingface/datasets/issues/6893/events
https://github.com/huggingface/datasets/pull/6893
2292677439
PR_kwDODunzps5vQFEv
6893
Close gzipped files properly
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6893). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-13T12:24:39
2024-05-13T13:53:17
2024-05-13 13:01:54+00:00
MEMBER
nan
close https://github.com/huggingface/datasets/issues/6877
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6893/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 1, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6893/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6893', 'html_url': 'https://github.com/huggingface/datasets/pull/6893', 'diff_url': 'https://github.com/huggingface/datasets/pull/6893.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6893.patch', 'merged_at': '2024-05-13T13:01:54Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6892
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6892/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6892/comments
https://api.github.com/repos/huggingface/datasets/issues/6892/events
https://github.com/huggingface/datasets/pull/6892
2291201347
PR_kwDODunzps5vLIlp
6892
Add support for categorical/dictionary types
{'login': 'EthanSteinberg', 'id': 342233, 'node_id': 'MDQ6VXNlcjM0MjIzMw==', 'avatar_url': 'https://avatars.githubusercontent.com/u/342233?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/EthanSteinberg', 'html_url': 'https://github.com/EthanSteinberg', 'followers_url': 'https://api.github.com/users/EthanS...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6892). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-12T07:15:08
2024-06-07T15:01:39
2024-06-07 12:20:42+00:00
CONTRIBUTOR
nan
Arrow has a very useful dictionary/categorical type (https://arrow.apache.org/docs/python/generated/pyarrow.dictionary.html). This data type has significant speed, memory and disk benefits over pa.string() when there are only a few unique text strings in a column. Unfortunately, huggingface datasets currently does n...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6892/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6892/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6892', 'html_url': 'https://github.com/huggingface/datasets/pull/6892', 'diff_url': 'https://github.com/huggingface/datasets/pull/6892.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6892.patch', 'merged_at': '2024-06-07T12:20:42Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6891
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6891/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6891/comments
https://api.github.com/repos/huggingface/datasets/issues/6891/events
https://github.com/huggingface/datasets/issues/6891
2291118869
I_kwDODunzps6Ij7MV
6891
Unable to load JSON saved using `to_json`
{'login': 'DarshanDeshpande', 'id': 39432636, 'node_id': 'MDQ6VXNlcjM5NDMyNjM2', 'avatar_url': 'https://avatars.githubusercontent.com/u/39432636?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DarshanDeshpande', 'html_url': 'https://github.com/DarshanDeshpande', 'followers_url': 'https://api.github.com/us...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Hi @DarshanDeshpande,\r\n\r\nPlease note that the default format of the method `Dataset.to_json` is [JSON-Lines](https://jsonlines.org/): it passes `orient=\"records\", lines=True` to `pandas.DataFrame.to_json`. This format is specially useful for large datasets, since unlike regular JSON files, it does not requir...
2024-05-12T01:02:51
2024-05-16T14:32:55
2024-05-12 07:02:02+00:00
NONE
nan
### Describe the bug Datasets stored in the JSON format cannot be loaded using `json.load()` ### Steps to reproduce the bug ``` import json from datasets import load_dataset dataset = load_dataset("squad") train_dataset, test_dataset = dataset["train"], dataset["validation"] test_dataset.to_json("full_dataset...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6891/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6891/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6890
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6890/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6890/comments
https://api.github.com/repos/huggingface/datasets/issues/6890/events
https://github.com/huggingface/datasets/issues/6890
2288699041
I_kwDODunzps6Iasah
6890
add `with_transform` and/or `set_transform` to IterableDataset
{'login': 'not-lain', 'id': 70411813, 'node_id': 'MDQ6VXNlcjcwNDExODEz', 'avatar_url': 'https://avatars.githubusercontent.com/u/70411813?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/not-lain', 'html_url': 'https://github.com/not-lain', 'followers_url': 'https://api.github.com/users/not-lain/followers',...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
open
False
None
[]
None
[]
2024-05-10T01:00:12
2024-05-10T01:00:46
NaT
NONE
nan
### Feature request when working with a really large dataset it would save us a lot of time (and compute resources) to use either with_transform or the set_transform from the Dataset class instead of waiting for the entire dataset to map ### Motivation don't want to wait for a really long dataset to map, this would ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6890/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6890/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6889
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6889/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6889/comments
https://api.github.com/repos/huggingface/datasets/issues/6889/events
https://github.com/huggingface/datasets/pull/6889
2287720539
PR_kwDODunzps5u_hW-
6889
fix bug #6877
{'login': 'arthasking123', 'id': 16257131, 'node_id': 'MDQ6VXNlcjE2MjU3MTMx', 'avatar_url': 'https://avatars.githubusercontent.com/u/16257131?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/arthasking123', 'html_url': 'https://github.com/arthasking123', 'followers_url': 'https://api.github.com/users/artha...
[]
closed
False
None
[]
None
[ "@loicmagne, @KennethEnevoldsen", "Can you give more details on why this fix works ?", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6889). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",...
2024-05-09T13:38:40
2024-05-13T13:35:32
2024-05-13 13:35:32+00:00
NONE
nan
fix bug #6877 due to maybe f becomes invaild after yield process the results are below: Resolving data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 828/828 [00:01<00:00, 420.41it/s] Resolving data files: 100%|████████...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6889/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6889/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6889', 'html_url': 'https://github.com/huggingface/datasets/pull/6889', 'diff_url': 'https://github.com/huggingface/datasets/pull/6889.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6889.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6888
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6888/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6888/comments
https://api.github.com/repos/huggingface/datasets/issues/6888/events
https://github.com/huggingface/datasets/pull/6888
2287169676
PR_kwDODunzps5u9omr
6888
Support WebDataset containing file basenames with dots
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6888). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "I think webdataset splits the file name and extension using the first dot no ?\r\n\r\nh...
2024-05-09T08:25:30
2024-05-10T13:54:06
2024-05-10 13:54:06+00:00
MEMBER
nan
Support WebDataset containing file basenames with dots. Fix #6880.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6888/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6888/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6888', 'html_url': 'https://github.com/huggingface/datasets/pull/6888', 'diff_url': 'https://github.com/huggingface/datasets/pull/6888.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6888.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6887
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6887/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6887/comments
https://api.github.com/repos/huggingface/datasets/issues/6887/events
https://github.com/huggingface/datasets/issues/6887
2286786396
I_kwDODunzps6ITZdc
6887
FAISS load to None
{'login': 'brainer3220', 'id': 40418544, 'node_id': 'MDQ6VXNlcjQwNDE4NTQ0', 'avatar_url': 'https://avatars.githubusercontent.com/u/40418544?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/brainer3220', 'html_url': 'https://github.com/brainer3220', 'followers_url': 'https://api.github.com/users/brainer3220...
[]
open
False
None
[]
None
[ "Hello,\r\n\r\nI'm not sure I understand. \r\nThe return value of `ds.load_faiss_index` is None as expected.\r\n\r\nI see that loading an Index on a dataset that doesn't have an `embedding` column doesn't raise an Issue. Is that the issue?\r\n\r\nSo `ds` doesn't have an `embedding` column, but we load an index that...
2024-05-09T02:43:50
2024-05-16T20:44:23
NaT
NONE
nan
### Describe the bug I've use FAISS with Datasets and save to FAISS. Then load to save FAISS then no error, then ds to None ```python ds.load_faiss_index('embeddings', 'my_index.faiss') ``` ### Steps to reproduce the bug # 1. ```python ds_with_embeddings = ds.map(lambda example: {'embeddings': model(transf...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6887/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6887/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6886
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6886/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6886/comments
https://api.github.com/repos/huggingface/datasets/issues/6886/events
https://github.com/huggingface/datasets/issues/6886
2286328984
I_kwDODunzps6IRpyY
6886
load_dataset with data_dir and cache_dir set fail with not supported
{'login': 'fah', 'id': 322496, 'node_id': 'MDQ6VXNlcjMyMjQ5Ng==', 'avatar_url': 'https://avatars.githubusercontent.com/u/322496?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/fah', 'html_url': 'https://github.com/fah', 'followers_url': 'https://api.github.com/users/fah/followers', 'following_url': 'https...
[]
open
False
None
[]
None
[]
2024-05-08T19:52:35
2024-05-08T19:58:11
NaT
NONE
nan
### Describe the bug with python 3.11 I execute: ```py from transformers import Wav2Vec2Processor, Data2VecAudioModel import torch from torch import nn from datasets import load_dataset, concatenate_datasets # load demo audio and set processor dataset_clean = load_dataset("librispeech_asr", "clean", split="...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6886/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6886/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6885
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6885/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6885/comments
https://api.github.com/repos/huggingface/datasets/issues/6885/events
https://github.com/huggingface/datasets/pull/6885
2285115400
PR_kwDODunzps5u2urB
6885
Support jax 0.4.27 in CI tests
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6885). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-08T09:19:37
2024-05-08T09:43:19
2024-05-08 09:35:16+00:00
MEMBER
nan
Support jax 0.4.27 in CI tests by using jax Array `devices` method instead of `device` (which no longer exists). Fix #6884.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6885/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6885/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6885', 'html_url': 'https://github.com/huggingface/datasets/pull/6885', 'diff_url': 'https://github.com/huggingface/datasets/pull/6885.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6885.patch', 'merged_at': '2024-05-08T09:35:16Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6884
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6884/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6884/comments
https://api.github.com/repos/huggingface/datasets/issues/6884/events
https://github.com/huggingface/datasets/issues/6884
2284839687
I_kwDODunzps6IL-MH
6884
CI is broken after jax-0.4.27 release: AttributeError: 'jaxlib.xla_extension.DeviceList' object has no attribute 'device'
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-08T07:01:47
2024-05-08T09:35:17
2024-05-08 09:35:17+00:00
MEMBER
nan
After jax-0.4.27 release (https://github.com/google/jax/releases/tag/jax-v0.4.27), our CI is broken with the error: ```Python traceback AttributeError: 'jaxlib.xla_extension.DeviceList' object has no attribute 'device'. Did you mean: 'devices'? ``` See: https://github.com/huggingface/datasets/actions/runs/8997488...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6884/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6884/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6883
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6883/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6883/comments
https://api.github.com/repos/huggingface/datasets/issues/6883/events
https://github.com/huggingface/datasets/pull/6883
2284808399
PR_kwDODunzps5u1sL1
6883
Require Pillow >= 9.4.0 to avoid AttributeError when loading image dataset
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6883). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Do you think this is worth making a patch release for?\r\nCC: @huggingface/datasets ", ...
2024-05-08T06:43:29
2024-06-12T14:30:47
2024-05-16 14:34:02+00:00
MEMBER
nan
Require Pillow >= 9.4.0 to avoid AttributeError when loading image dataset. The `PIL.Image.ExifTags` that we use in our code was implemented in Pillow-9.4.0: https://github.com/python-pillow/Pillow/commit/24a5405a9f7ea22f28f9c98b3e407292ea5ee1d3 The bug #6881 was introduced in datasets-2.19.0 by this PR: - #6739...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6883/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6883/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6883', 'html_url': 'https://github.com/huggingface/datasets/pull/6883', 'diff_url': 'https://github.com/huggingface/datasets/pull/6883.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6883.patch', 'merged_at': '2024-05-16T14:34:02Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6882
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6882/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6882/comments
https://api.github.com/repos/huggingface/datasets/issues/6882/events
https://github.com/huggingface/datasets/issues/6882
2284803158
I_kwDODunzps6IL1RW
6882
Connection Error When Using By-pass Proxies
{'login': 'MRNOBODY-ZST', 'id': 78351684, 'node_id': 'MDQ6VXNlcjc4MzUxNjg0', 'avatar_url': 'https://avatars.githubusercontent.com/u/78351684?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/MRNOBODY-ZST', 'html_url': 'https://github.com/MRNOBODY-ZST', 'followers_url': 'https://api.github.com/users/MRNOBODY...
[]
open
False
None
[]
None
[ "Changing the supplier of the proxy will solve this problem, or you can visit and follow the instructions in https://hf-mirror.com " ]
2024-05-08T06:40:14
2024-05-17T06:38:30
NaT
NONE
nan
### Describe the bug I'm currently using Clash for Windows as my proxy tunnel, after exporting HTTP_PROXY and HTTPS_PROXY to the port that clash provides🤔, it runs into a connection error saying "Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.19.1/metrics/seqeval/seqeval.py (ConnectionError(M...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6882/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6882/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6881
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6881/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6881/comments
https://api.github.com/repos/huggingface/datasets/issues/6881/events
https://github.com/huggingface/datasets/issues/6881
2284794009
I_kwDODunzps6ILzCZ
6881
AttributeError: module 'PIL.Image' has no attribute 'ExifTags'
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-08T06:33:57
2024-05-16T14:34:03
2024-05-16 14:34:03+00:00
MEMBER
nan
When trying to load an image dataset in an old Python environment (with Pillow-8.4.0), an error is raised: ```Python traceback AttributeError: module 'PIL.Image' has no attribute 'ExifTags' ``` The error traceback: ```Python traceback ~/huggingface/datasets/src/datasets/iterable_dataset.py in __iter__(self) 1...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6881/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6881/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6880
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6880/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6880/comments
https://api.github.com/repos/huggingface/datasets/issues/6880/events
https://github.com/huggingface/datasets/issues/6880
2283278337
I_kwDODunzps6IGBAB
6880
Webdataset: KeyError: 'png' on some datasets when streaming
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
open
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "The error is caused by malformed basenames of the files within the TARs:\r\n- `15_Cohen_1-s2.0-S0929664620300449-gr3_lrg-b.png` becomes `15_Cohen_1-s2` as the grouping `__key__`, and `0-S0929664620300449-gr3_lrg-b.png` as the additional key to be added to the example\r\n- whereas the intended behavior was to use `...
2024-05-07T13:09:02
2024-05-14T20:34:05
NaT
MEMBER
nan
reported at https://huggingface.co/datasets/tbone5563/tar_images/discussions/1 ```python >>> from datasets import load_dataset >>> ds = load_dataset("tbone5563/tar_images") Downloading data: 100%  1.41G/1.41G [00:48<00:00, 17.2MB/s] Downloading data: 100%  619M/619M [00:11<00:00, 57.4MB/s] Generating train sp...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6880/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6880/timeline
nan
reopened
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6879
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6879/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6879/comments
https://api.github.com/repos/huggingface/datasets/issues/6879/events
https://github.com/huggingface/datasets/issues/6879
2282968259
I_kwDODunzps6IE1TD
6879
Batched mapping does not raise an error if values for an existing column are empty
{'login': 'felix-schneider', 'id': 208336, 'node_id': 'MDQ6VXNlcjIwODMzNg==', 'avatar_url': 'https://avatars.githubusercontent.com/u/208336?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/felix-schneider', 'html_url': 'https://github.com/felix-schneider', 'followers_url': 'https://api.github.com/users/fel...
[]
open
False
None
[]
None
[]
2024-05-07T11:02:40
2024-05-07T11:02:40
NaT
NONE
nan
### Describe the bug Using `Dataset.map(fn, batched=True)` allows resizing the dataset by returning a dict of lists, all of which must be the same size. If they are not the same size, an error like `pyarrow.lib.ArrowInvalid: Column 1 named x expected length 1 but got length 0` is raised. This is not the case if the...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6879/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6879/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6878
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6878/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6878/comments
https://api.github.com/repos/huggingface/datasets/issues/6878/events
https://github.com/huggingface/datasets/pull/6878
2282879491
PR_kwDODunzps5uviBh
6878
Create function to convert to parquet
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6878). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-07T10:27:07
2024-05-16T14:46:44
2024-05-16 14:38:23+00:00
MEMBER
nan
Analogously with `delete_from_hub`, this PR: - creates the Python function `convert_to_parquet` - makes the corresponding CLI command use that function. This way, the functionality can be used both from a terminal and from a Python console. This PR also implements a test for convert_to_parquet function.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6878/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6878/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6878', 'html_url': 'https://github.com/huggingface/datasets/pull/6878', 'diff_url': 'https://github.com/huggingface/datasets/pull/6878.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6878.patch', 'merged_at': '2024-05-16T14:38:22Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6877
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6877/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6877/comments
https://api.github.com/repos/huggingface/datasets/issues/6877/events
https://github.com/huggingface/datasets/issues/6877
2282068337
I_kwDODunzps6IBZlx
6877
OSError: [Errno 24] Too many open files
{'login': 'loicmagne', 'id': 53355258, 'node_id': 'MDQ6VXNlcjUzMzU1MjU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/53355258?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/loicmagne', 'html_url': 'https://github.com/loicmagne', 'followers_url': 'https://api.github.com/users/loicmagne/followe...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
None
[]
None
[ "ulimit -n 8192 can solve this problem", "> ulimit -n 8192 can solve this problem\r\n\r\nWould there be a systematic way to do this ? The data loading is part of the [MTEB](https://github.com/embeddings-benchmark/mteb) library", "> > ulimit -n 8192 can solve this problem\r\n> \r\n> Would there be a systematic w...
2024-05-07T01:15:09
2024-06-02T14:22:23
2024-05-13 13:01:55+00:00
NONE
nan
### Describe the bug I am trying to load the 'default' subset of the following dataset which contains lots of files (828 per split): [https://huggingface.co/datasets/mteb/biblenlp-corpus-mmteb](https://huggingface.co/datasets/mteb/biblenlp-corpus-mmteb) When trying to load it using the `load_dataset` function I get...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6877/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6877/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6876
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6876/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6876/comments
https://api.github.com/repos/huggingface/datasets/issues/6876/events
https://github.com/huggingface/datasets/pull/6876
2281450743
PR_kwDODunzps5uqs46
6876
Unpin hfh
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6876). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "transformers 4.40.2 was release yesterday but not sure if it contains the fix", "@lho...
2024-05-06T18:10:49
2024-05-27T10:20:42
2024-05-27 10:14:40+00:00
MEMBER
nan
Needed to use those in dataset-viewer: - dev version of hfh https://github.com/huggingface/dataset-viewer/pull/2781: don't span the hub with /paths-info requests - dev version of datasets at https://github.com/huggingface/datasets/pull/6875: don't write too big logs in the viewer close https://github.com/hugging...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6876/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6876/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6876', 'html_url': 'https://github.com/huggingface/datasets/pull/6876', 'diff_url': 'https://github.com/huggingface/datasets/pull/6876.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6876.patch', 'merged_at': '2024-05-27T10:14:40Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6875
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6875/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6875/comments
https://api.github.com/repos/huggingface/datasets/issues/6875/events
https://github.com/huggingface/datasets/pull/6875
2281428826
PR_kwDODunzps5uqoJ_
6875
Shorten long logs
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6875). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-06T17:57:07
2024-05-07T12:31:46
2024-05-07 12:25:45+00:00
MEMBER
nan
Some datasets may have unexpectedly long features/types (e.g. if the files are not formatted correctly). In that case we should still be able to log something readable
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6875/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6875/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6875', 'html_url': 'https://github.com/huggingface/datasets/pull/6875', 'diff_url': 'https://github.com/huggingface/datasets/pull/6875.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6875.patch', 'merged_at': '2024-05-07T12:25:45Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6874
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6874/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6874/comments
https://api.github.com/repos/huggingface/datasets/issues/6874/events
https://github.com/huggingface/datasets/pull/6874
2280717233
PR_kwDODunzps5uoOk-
6874
Use pandas ujson in JSON loader to improve performance
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6874). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Before pandas-2.2.0, the function `ujson_loads` was named `loads`: https://github.com/p...
2024-05-06T12:01:27
2024-05-17T16:28:29
2024-05-17 16:22:27+00:00
MEMBER
nan
Use pandas ujson in JSON loader to improve performance. Note that `datasets` has `pandas` as required dependency. And `pandas` includes `ujson` in `pd.io.json.ujson_loads`. Fix #6867. CC: @natolambert
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6874/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6874/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6874', 'html_url': 'https://github.com/huggingface/datasets/pull/6874', 'diff_url': 'https://github.com/huggingface/datasets/pull/6874.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6874.patch', 'merged_at': '2024-05-17T16:22:27Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6873
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6873/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6873/comments
https://api.github.com/repos/huggingface/datasets/issues/6873/events
https://github.com/huggingface/datasets/pull/6873
2280463182
PR_kwDODunzps5unXnq
6873
Set dev version
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6873). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-06T09:43:18
2024-05-06T10:03:19
2024-05-06 09:57:12+00:00
MEMBER
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6873/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6873/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6873', 'html_url': 'https://github.com/huggingface/datasets/pull/6873', 'diff_url': 'https://github.com/huggingface/datasets/pull/6873.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6873.patch', 'merged_at': '2024-05-06T09:57:12Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6872
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6872/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6872/comments
https://api.github.com/repos/huggingface/datasets/issues/6872/events
https://github.com/huggingface/datasets/pull/6872
2280438432
PR_kwDODunzps5unSPA
6872
Release 2.19.1
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[]
2024-05-06T09:29:15
2024-05-06T09:35:33
2024-05-06 09:35:32+00:00
MEMBER
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6872/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6872/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6872', 'html_url': 'https://github.com/huggingface/datasets/pull/6872', 'diff_url': 'https://github.com/huggingface/datasets/pull/6872.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6872.patch', 'merged_at': '2024-05-06T09:35:32Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6871
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6871/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6871/comments
https://api.github.com/repos/huggingface/datasets/issues/6871/events
https://github.com/huggingface/datasets/pull/6871
2280102869
PR_kwDODunzps5umJS6
6871
Fix download for dict of dicts of URLs
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6871). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Once merged, I think a patch release is needed.", "Once the CI is green, I am merging...
2024-05-06T06:06:52
2024-05-06T09:32:03
2024-05-06 09:25:52+00:00
MEMBER
nan
Fix download for a dict of dicts of URLs when batched (default), introduced by: - #6794 This PR also implements regression tests. Fix #6869, fix #6850.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6871/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6871/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6871', 'html_url': 'https://github.com/huggingface/datasets/pull/6871', 'diff_url': 'https://github.com/huggingface/datasets/pull/6871.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6871.patch', 'merged_at': '2024-05-06T09:25:52Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6870
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6870/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6870/comments
https://api.github.com/repos/huggingface/datasets/issues/6870/events
https://github.com/huggingface/datasets/pull/6870
2280084008
PR_kwDODunzps5umFOL
6870
Update tqdm >= 4.66.3 to fix vulnerability
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6870). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-06T05:49:36
2024-05-06T06:08:06
2024-05-06 06:02:00+00:00
MEMBER
nan
Update tqdm >= 4.66.3 to fix vulnerability,
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6870/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6870/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6870', 'html_url': 'https://github.com/huggingface/datasets/pull/6870', 'diff_url': 'https://github.com/huggingface/datasets/pull/6870.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6870.patch', 'merged_at': '2024-05-06T06:02:00Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6869
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6869/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6869/comments
https://api.github.com/repos/huggingface/datasets/issues/6869/events
https://github.com/huggingface/datasets/issues/6869
2280048297
I_kwDODunzps6H5sap
6869
Download is broken for dict of dicts: FileNotFoundError
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-06T05:13:36
2024-05-06T09:25:53
2024-05-06 09:25:53+00:00
MEMBER
nan
It seems there is a bug when downloading a dict of dicts of URLs introduced by: - #6794 ## Steps to reproduce the bug: ```python from datasets import DownloadManager dl_manager = DownloadManager() paths = dl_manager.download({"train": {"frr": "hf://datasets/wikimedia/wikipedia/20231101.frr/train-00000-of-0000...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6869/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6869/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6868
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6868/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6868/comments
https://api.github.com/repos/huggingface/datasets/issues/6868/events
https://github.com/huggingface/datasets/issues/6868
2279385159
I_kwDODunzps6H3KhH
6868
datasets.BuilderConfig does not work.
{'login': 'jdm4pku', 'id': 148830652, 'node_id': 'U_kgDOCN75vA', 'avatar_url': 'https://avatars.githubusercontent.com/u/148830652?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jdm4pku', 'html_url': 'https://github.com/jdm4pku', 'followers_url': 'https://api.github.com/users/jdm4pku/followers', 'followin...
[]
closed
False
None
[]
None
[ "I guess the issue is caused by the customization of BuilderConfig that you use from the repo [https://github.com/BeyonderXX/InstructUIE](https://github.com/BeyonderXX/InstructUIE/blob/master/src/uie_dataset.py). You should report to them.\r\n\r\nI see you already opened an issue in their repo:\r\n- https://github....
2024-05-05T08:08:55
2024-05-05T12:15:02
2024-05-05 12:15:01+00:00
NONE
nan
### Describe the bug I custom a BuilderConfig and GeneratorBasedBuilder. Here is the code for BuilderConfig ``` class UIEConfig(datasets.BuilderConfig): def __init__( self, *args, data_dir=None, instruction_file=None, instruction_strategy=None,...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6868/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6868/timeline
nan
not_planned
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6867
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6867/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6867/comments
https://api.github.com/repos/huggingface/datasets/issues/6867/events
https://github.com/huggingface/datasets/issues/6867
2279059787
I_kwDODunzps6H17FL
6867
Improve performance of JSON loader
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Thanks! Feel free to ping me for examples. May not respond immediately because we're all busy but would like to help.", "Hi @natolambert, could you please give some examples of JSON files to benchmark?\r\n\r\nPlease note that this JSON file (https://huggingface.co/datasets/allenai/reward-bench-results/blob/main/...
2024-05-04T15:04:16
2024-05-17T16:22:28
2024-05-17 16:22:28+00:00
MEMBER
nan
As reported by @natolambert, loading regular JSON files with `datasets` shows poor performance. The cause is that we use the `json` Python standard library instead of other faster libraries. See my old comment: https://github.com/huggingface/datasets/pull/2638#pullrequestreview-706983714 > There are benchmarks that...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6867/reactions', 'total_count': 3, '+1': 3, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6867/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6866
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6866/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6866/comments
https://api.github.com/repos/huggingface/datasets/issues/6866/events
https://github.com/huggingface/datasets/issues/6866
2278736221
I_kwDODunzps6H0sFd
6866
DataFilesNotFoundError for datasets in the open-llm-leaderboard
{'login': 'jerome-white', 'id': 6140840, 'node_id': 'MDQ6VXNlcjYxNDA4NDA=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6140840?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jerome-white', 'html_url': 'https://github.com/jerome-white', 'followers_url': 'https://api.github.com/users/jerome-whi...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Potentially related:\r\n* #6864\r\n* #6850\r\n* #6848\r\n* #6819", "Hi @jerome-white, thnaks for reporting.\r\n\r\nHowever, I cannot reproduce your issue:\r\n```python\r\n>>> from datasets import get_dataset_config_names\r\n\r\n>>> get_dataset_config_names(\"open-llm-leaderboard/details_davidkim205__Rhea-72b-v0....
2024-05-04T04:59:00
2024-05-14T08:09:56
2024-05-14 08:09:56+00:00
NONE
nan
### Describe the bug When trying to get config names or load any dataset within the open-llm-leaderboard ecosystem (`open-llm-leaderboard/details_`) I receive the DataFilesNotFoundError. For the last month or so I've been loading datasets from the leaderboard almost everyday; yesterday was the first time I started see...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6866/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6866/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6865
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6865/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6865/comments
https://api.github.com/repos/huggingface/datasets/issues/6865/events
https://github.com/huggingface/datasets/issues/6865
2277304832
I_kwDODunzps6HvOoA
6865
Example on Semantic segmentation contains bug
{'login': 'ducha-aiki', 'id': 4803565, 'node_id': 'MDQ6VXNlcjQ4MDM1NjU=', 'avatar_url': 'https://avatars.githubusercontent.com/u/4803565?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ducha-aiki', 'html_url': 'https://github.com/ducha-aiki', 'followers_url': 'https://api.github.com/users/ducha-aiki/follo...
[]
open
False
None
[]
None
[]
2024-05-03T09:40:12
2024-05-03T09:40:12
NaT
NONE
nan
### Describe the bug https://huggingface.co/docs/datasets/en/semantic_segmentation shows wrong example with torchvision transforms. Specifically, as one can see in screenshot below, the object boundaries have weird colors. <img width="689" alt="image" src="https://github.com/huggingface/datasets/assets/4803565/59...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6865/reactions', 'total_count': 2, '+1': 2, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6865/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6864
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6864/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6864/comments
https://api.github.com/repos/huggingface/datasets/issues/6864/events
https://github.com/huggingface/datasets/issues/6864
2276986981
I_kwDODunzps6HuBBl
6864
Dataset 'rewardsignal/reddit_writing_prompts' doesn't exist on the Hub
{'login': 'vinodrajendran001', 'id': 5783246, 'node_id': 'MDQ6VXNlcjU3ODMyNDY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5783246?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/vinodrajendran001', 'html_url': 'https://github.com/vinodrajendran001', 'followers_url': 'https://api.github.com/u...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Hi @vinodrajendran001, thanks for reporting.\r\n\r\nIndeed the dataset no longer exists on the Hub. The URL https://huggingface.co/datasets/rewardsignal/reddit_writing_prompts gives 404 Not Found error." ]
2024-05-03T06:03:30
2024-05-06T06:36:42
2024-05-06 06:36:41+00:00
NONE
nan
### Describe the bug The dataset `rewardsignal/reddit_writing_prompts` is missing in Huggingface Hub. ### Steps to reproduce the bug ``` from datasets import load_dataset prompt_response_dataset = load_dataset("rewardsignal/reddit_writing_prompts", data_files="prompt_responses_full.csv", split='train[:80%]...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6864/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6864/timeline
nan
not_planned
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6863
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6863/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6863/comments
https://api.github.com/repos/huggingface/datasets/issues/6863/events
https://github.com/huggingface/datasets/issues/6863
2276977534
I_kwDODunzps6Ht-t-
6863
Revert temporary pin huggingface-hub < 0.23.0
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-03T05:53:55
2024-05-27T10:14:41
2024-05-27 10:14:41+00:00
MEMBER
nan
Revert temporary pin huggingface-hub < 0.23.0 introduced by - #6861 once the following issue is fixed and released: - huggingface/transformers#30618
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6863/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6863/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6862
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6862/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6862/comments
https://api.github.com/repos/huggingface/datasets/issues/6862/events
https://github.com/huggingface/datasets/pull/6862
2276763745
PR_kwDODunzps5ubOoL
6862
Issue 6598: load_dataset broken for data_files on s3
{'login': 'matstrand', 'id': 544843, 'node_id': 'MDQ6VXNlcjU0NDg0Mw==', 'avatar_url': 'https://avatars.githubusercontent.com/u/544843?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/matstrand', 'html_url': 'https://github.com/matstrand', 'followers_url': 'https://api.github.com/users/matstrand/followers',...
[]
open
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6862). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2024-05-03T01:43:47
2024-06-27T09:59:40
NaT
NONE
nan
Fixes huggingface/datasets/issues/6598 I've added a new test case and a solution. Before applying the solution the test case was failing with the same error described in the linked issue. MRE: ``` pip install "datasets[s3]" python -c "from datasets import load_dataset; load_dataset('csv', data_files={'train': ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6862/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6862/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6862', 'html_url': 'https://github.com/huggingface/datasets/pull/6862', 'diff_url': 'https://github.com/huggingface/datasets/pull/6862.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6862.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6861
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6861/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6861/comments
https://api.github.com/repos/huggingface/datasets/issues/6861/events
https://github.com/huggingface/datasets/pull/6861
2275988990
PR_kwDODunzps5uYkMy
6861
Fix CI by temporarily pinning huggingface-hub < 0.23.0
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6861). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-02T16:40:04
2024-05-02T16:59:42
2024-05-02 16:53:42+00:00
MEMBER
nan
As a hotfix for CI, temporarily pin `huggingface-hub` upper version Fix #6860. Revert once root cause is fixed, see: - https://github.com/huggingface/transformers/issues/30618
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6861/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6861/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6861', 'html_url': 'https://github.com/huggingface/datasets/pull/6861', 'diff_url': 'https://github.com/huggingface/datasets/pull/6861.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6861.patch', 'merged_at': '2024-05-02T16:53:42Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6860
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6860/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6860/comments
https://api.github.com/repos/huggingface/datasets/issues/6860/events
https://github.com/huggingface/datasets/issues/6860
2275537137
I_kwDODunzps6HofDx
6860
CI fails after huggingface_hub-0.23.0 release: FutureWarning: "resume_download"
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "I think this needs to be fixed on transformers.\r\n\r\nCC: @Wauplin ", "See:\r\n- https://github.com/huggingface/transformers/issues/30618", "Opened https://github.com/huggingface/transformers/pull/30620" ]
2024-05-02T13:24:17
2024-05-02T16:53:45
2024-05-02 16:53:45+00:00
MEMBER
nan
CI fails after latest huggingface_hub-0.23.0 release: https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.0 ``` FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_bertscore - FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6860/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6860/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6859
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6859/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6859/comments
https://api.github.com/repos/huggingface/datasets/issues/6859/events
https://github.com/huggingface/datasets/pull/6859
2274996774
PR_kwDODunzps5uVIoZ
6859
Support folder-based datasets with large metadata.jsonl
{'login': 'gbenson', 'id': 580564, 'node_id': 'MDQ6VXNlcjU4MDU2NA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/580564?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gbenson', 'html_url': 'https://github.com/gbenson', 'followers_url': 'https://api.github.com/users/gbenson/followers', 'follow...
[]
open
False
None
[]
None
[]
2024-05-02T09:07:26
2024-05-02T09:07:26
NaT
NONE
nan
I tried creating an `imagefolder` dataset with a 714MB `metadata.jsonl` but got the error below. This pull request fixes the problem by increasing the block size like the message suggests. ``` >>> from datasets import load_dataset >>> dataset = load_dataset("imagefolder", data_dir="data-for-upload") Traceback (mos...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6859/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6859/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6859', 'html_url': 'https://github.com/huggingface/datasets/pull/6859', 'diff_url': 'https://github.com/huggingface/datasets/pull/6859.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6859.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6858
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6858/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6858/comments
https://api.github.com/repos/huggingface/datasets/issues/6858/events
https://github.com/huggingface/datasets/issues/6858
2274917185
I_kwDODunzps6HmHtB
6858
Segmentation fault
{'login': 'scampion', 'id': 554155, 'node_id': 'MDQ6VXNlcjU1NDE1NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/554155?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/scampion', 'html_url': 'https://github.com/scampion', 'followers_url': 'https://api.github.com/users/scampion/followers', 'fo...
[]
closed
False
None
[]
None
[ "I downloaded the jsonl file and extract it manually. \r\nThe issue seems to be related to pyarrow.json \r\n\r\n\r\n\r\npython3 -q -X faulthandler -c \"from datasets import load_dataset; load_dataset('json', data_files='/Users/scampion/Downloads/1998-09.jsonl')\"\r\nGenerating train split: 0 examples [00:00, ? exa...
2024-05-02T08:28:49
2024-05-03T08:43:21
2024-05-03 08:42:36+00:00
NONE
nan
### Describe the bug Using various version for datasets, I'm no more longer able to load that dataset without a segmentation fault. Several others files are also concerned. ### Steps to reproduce the bug # Create a new venv python3 -m venv venv_test source venv_test/bin/activate # Install the latest versio...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6858/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6858/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6857
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6857/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6857/comments
https://api.github.com/repos/huggingface/datasets/issues/6857/events
https://github.com/huggingface/datasets/pull/6857
2274849730
PR_kwDODunzps5uUooF
6857
Fix line-endings in tests on Windows
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6857). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "<details>\n<summary>Show benchmarks</summary>\n\nPyArrow==8.0.0\n\n<details>\n<summary>...
2024-05-02T07:49:15
2024-05-02T11:49:35
2024-05-02 11:43:00+00:00
MEMBER
nan
EDIT: ~~Fix test_delete_from_hub on Windows by passing explicit encoding.~~ Fix test_delete_from_hub and test_xgetsize_private by uploading the README file content directly (encoding the string), instead of writing a local file and uploading it. Note that local files created on Windows will have "\r\n" line ending...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6857/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6857/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6857', 'html_url': 'https://github.com/huggingface/datasets/pull/6857', 'diff_url': 'https://github.com/huggingface/datasets/pull/6857.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6857.patch', 'merged_at': '2024-05-02T11:43:00Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6856
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6856/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6856/comments
https://api.github.com/repos/huggingface/datasets/issues/6856/events
https://github.com/huggingface/datasets/issues/6856
2274828933
I_kwDODunzps6HlyKF
6856
CI fails on Windows for test_delete_from_hub and test_xgetsize_private due to new-line character
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "After investigation, I have found that when a local file is uploaded to the Hub, the new line character is no longer transformed to \"\\n\": on Windows machine now it is kept as \"\\r\\n\".\r\n\r\nAny idea why this changed?\r\nCC: @lhoestq " ]
2024-05-02T07:37:03
2024-05-02T11:43:01
2024-05-02 11:43:01+00:00
MEMBER
nan
CI fails on Windows for test_delete_from_hub after the merge of: - #6820 This is weird because the CI was green in the PR branch before merging to main. ``` FAILED tests/test_hub.py::test_delete_from_hub - AssertionError: assert [CommitOperat...\r\n---\r\n')] == [CommitOperat...in/*\n---\n')] At index 1 ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6856/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6856/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6855
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6855/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6855/comments
https://api.github.com/repos/huggingface/datasets/issues/6855/events
https://github.com/huggingface/datasets/pull/6855
2274777812
PR_kwDODunzps5uUZNT
6855
Fix dataset name for community Hub script-datasets
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6855). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "The CI errors were unrelated. I am merging main once they were fixed:\r\n- #6857", "T...
2024-05-02T07:05:44
2024-05-03T15:58:00
2024-05-03 15:51:57+00:00
MEMBER
nan
Fix dataset name for community Hub script-datasets by passing explicit dataset_name to HubDatasetModuleFactoryWithScript. Fix #6854. CC: @Wauplin
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6855/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 1, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6855/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6855', 'html_url': 'https://github.com/huggingface/datasets/pull/6855', 'diff_url': 'https://github.com/huggingface/datasets/pull/6855.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6855.patch', 'merged_at': '2024-05-03T15:51:57Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/6854
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6854/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6854/comments
https://api.github.com/repos/huggingface/datasets/issues/6854/events
https://github.com/huggingface/datasets/issues/6854
2274767686
I_kwDODunzps6HljNG
6854
Wrong example of usage when config name is missing for community script-datasets
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'id': 1935892857, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODU3', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/bug', 'name': 'bug', 'color': 'd73a4a', 'default': True, 'description': "Something isn't working"}]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[]
2024-05-02T06:59:39
2024-05-03T15:51:59
2024-05-03 15:51:58+00:00
MEMBER
nan
As reported by @Wauplin, when loading a community dataset with script, there is a bug in the example of usage of the error message if the dataset has multiple configs (and no default config) and the user does not pass any config. For example: ```python >>> ds = load_dataset("google/fleurs") ValueError: Config name i...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6854/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6854/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6853
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6853/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6853/comments
https://api.github.com/repos/huggingface/datasets/issues/6853/events
https://github.com/huggingface/datasets/issues/6853
2272570000
I_kwDODunzps6HdKqQ
6853
Support soft links for load_datasets imagefolder
{'login': 'billytcl', 'id': 10386511, 'node_id': 'MDQ6VXNlcjEwMzg2NTEx', 'avatar_url': 'https://avatars.githubusercontent.com/u/10386511?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/billytcl', 'html_url': 'https://github.com/billytcl', 'followers_url': 'https://api.github.com/users/billytcl/followers',...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
open
False
None
[]
None
[]
2024-04-30T22:14:29
2024-04-30T22:14:29
NaT
NONE
nan
### Feature request Load_dataset from a folder of images doesn't seem to support soft links. It would be nice if it did, especially during methods development where image folders are being curated. ### Motivation Images are coming from a complex variety of sources and we'd like to be able to soft link directly from ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6853/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6853/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6852
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6852/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6852/comments
https://api.github.com/repos/huggingface/datasets/issues/6852/events
https://github.com/huggingface/datasets/issues/6852
2272465011
I_kwDODunzps6HcxBz
6852
Write token isn't working while pushing to datasets
{'login': 'zaibutcooler', 'id': 130903099, 'node_id': 'U_kgDOB81sOw', 'avatar_url': 'https://avatars.githubusercontent.com/u/130903099?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/zaibutcooler', 'html_url': 'https://github.com/zaibutcooler', 'followers_url': 'https://api.github.com/users/zaibutcooler/f...
[]
closed
False
None
[]
None
[]
2024-04-30T21:18:20
2024-05-02T00:55:46
2024-05-02 00:55:46+00:00
NONE
nan
### Describe the bug <img width="1001" alt="Screenshot 2024-05-01 at 3 37 06 AM" src="https://github.com/huggingface/datasets/assets/130903099/00fcf12c-fcc1-4749-8592-d263d4efcbcc"> As you can see I logged in to my account and the write token is valid. But I can't upload on my main account and I am getting that ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6852/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6852/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6851
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6851/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6851/comments
https://api.github.com/repos/huggingface/datasets/issues/6851/events
https://github.com/huggingface/datasets/issues/6851
2270965503
I_kwDODunzps6HXC7_
6851
load_dataset('emotion') UnicodeDecodeError
{'login': 'L-Block-C', 'id': 32314558, 'node_id': 'MDQ6VXNlcjMyMzE0NTU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/32314558?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/L-Block-C', 'html_url': 'https://github.com/L-Block-C', 'followers_url': 'https://api.github.com/users/L-Block-C/followe...
[]
open
False
None
[]
None
[]
2024-04-30T09:25:01
2024-04-30T09:25:01
NaT
NONE
nan
### Describe the bug **emotions = load_dataset('emotion')** _UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte_ ### Steps to reproduce the bug load_dataset('emotion') ### Expected behavior succese ### Environment info py3.10 transformers 4.41.0.dev0 datasets 2....
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6851/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6851/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6850
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6850/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6850/comments
https://api.github.com/repos/huggingface/datasets/issues/6850/events
https://github.com/huggingface/datasets/issues/6850
2269500624
I_kwDODunzps6HRdTQ
6850
Problem loading voxpopuli dataset
{'login': 'Namangarg110', 'id': 40496687, 'node_id': 'MDQ6VXNlcjQwNDk2Njg3', 'avatar_url': 'https://avatars.githubusercontent.com/u/40496687?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Namangarg110', 'html_url': 'https://github.com/Namangarg110', 'followers_url': 'https://api.github.com/users/Namangar...
[]
closed
False
{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/a...
[{'login': 'albertvillanova', 'id': 8515462, 'node_id': 'MDQ6VXNlcjg1MTU0NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8515462?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/albertvillanova', 'html_url': 'https://github.com/albertvillanova', 'followers_url': 'https://api.github.com/users/...
None
[ "Version 2.18 works without problem.", "@Namangarg110 @mohsen-goodarzi The bug appears because the number of urls is less than 16 and the algorithm is meant to work on the previously created mode for a single url as stated on line 314: https://github.com/huggingface/datasets/blob/1bf8a46cc7b096d5c547ea3794f6a4b6...
2024-04-29T16:46:51
2024-05-06T09:25:54
2024-05-06 09:25:54+00:00
NONE
nan
### Describe the bug ``` Exception has occurred: FileNotFoundError Couldn't find file at https://huggingface.co/datasets/facebook/voxpopuli/resolve/main/{'en': 'data/en/asr_train.tsv'} ``` Error in logic for link url creation. The link should be https://huggingface.co/datasets/facebook/voxpopuli/resolve/main/da...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6850/reactions', 'total_count': 2, '+1': 2, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6850/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6849
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6849/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6849/comments
https://api.github.com/repos/huggingface/datasets/issues/6849/events
https://github.com/huggingface/datasets/pull/6849
2268718355
PR_kwDODunzps5t_wnu
6849
fix webdataset filename split
{'login': 'Bowser1704', 'id': 43539191, 'node_id': 'MDQ6VXNlcjQzNTM5MTkx', 'avatar_url': 'https://avatars.githubusercontent.com/u/43539191?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Bowser1704', 'html_url': 'https://github.com/Bowser1704', 'followers_url': 'https://api.github.com/users/Bowser1704/fol...
[]
closed
False
None
[]
None
[ "Hi ! This was fixed recently in https://github.com/huggingface/datasets/pull/6904 and https://github.com/huggingface/datasets/pull/6931" ]
2024-04-29T10:57:18
2024-06-04T12:54:04
2024-06-04 12:54:04+00:00
NONE
nan
use `os.path.splitext` to parse field_name. fix filename which has dot. like: ``` a.b.jpeg a.b.txt ```
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6849/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6849/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6849', 'html_url': 'https://github.com/huggingface/datasets/pull/6849', 'diff_url': 'https://github.com/huggingface/datasets/pull/6849.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6849.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6848
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6848/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6848/comments
https://api.github.com/repos/huggingface/datasets/issues/6848/events
https://github.com/huggingface/datasets/issues/6848
2268622609
I_kwDODunzps6HOG8R
6848
Cant Downlaod Common Voice 17.0 hy-AM
{'login': 'mheryerznkanyan', 'id': 31586104, 'node_id': 'MDQ6VXNlcjMxNTg2MTA0', 'avatar_url': 'https://avatars.githubusercontent.com/u/31586104?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mheryerznkanyan', 'html_url': 'https://github.com/mheryerznkanyan', 'followers_url': 'https://api.github.com/users...
[]
open
False
None
[]
None
[ "Same issue here." ]
2024-04-29T10:06:02
2024-05-13T06:09:30
NaT
NONE
nan
### Describe the bug I want to download Common Voice 17.0 hy-AM but it returns an error. ``` The version_base parameter is not specified. Please specify a compatability version level, or None. Will assume defaults for version 1.1 @hydra.main(config_name='hfds_config', config_path=None) /usr/local/lib/pyth...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6848/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6848/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6847
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6847/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6847/comments
https://api.github.com/repos/huggingface/datasets/issues/6847/events
https://github.com/huggingface/datasets/issues/6847
2268589177
I_kwDODunzps6HN-x5
6847
[Streaming] Only load requested splits without resolving files for the other splits
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[]
open
False
{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'fo...
[{'login': 'lhoestq', 'id': 42851186, 'node_id': 'MDQ6VXNlcjQyODUxMTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/42851186?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lhoestq', 'html_url': 'https://github.com/lhoestq', 'followers_url': 'https://api.github.com/users/lhoestq/followers', 'f...
None
[ "This should help fixing this issue: https://github.com/huggingface/datasets/pull/6832", "I'm having a similar issue when using splices:\r\n<img width=\"947\" alt=\"image\" src=\"https://github.com/huggingface/datasets/assets/28941213/2153faac-e1fe-4b6d-a79b-30b2699407e8\">\r\n<img width=\"823\" alt=\"image\" src...
2024-04-29T09:49:32
2024-05-07T04:43:59
NaT
MEMBER
nan
e.g. [thangvip](https://huggingface.co/thangvip)/[cosmopedia_vi_math](https://huggingface.co/datasets/thangvip/cosmopedia_vi_math) has 300 splits and it takes a very long time to load only one split. This is due to `load_dataset()` resolving the files of all the splits even if only one is needed. In `dataset-view...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6847/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6847/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6846
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6846/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6846/comments
https://api.github.com/repos/huggingface/datasets/issues/6846/events
https://github.com/huggingface/datasets/issues/6846
2267352120
I_kwDODunzps6HJQw4
6846
Unimaginable super slow iteration
{'login': 'rangehow', 'id': 88258534, 'node_id': 'MDQ6VXNlcjg4MjU4NTM0', 'avatar_url': 'https://avatars.githubusercontent.com/u/88258534?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rangehow', 'html_url': 'https://github.com/rangehow', 'followers_url': 'https://api.github.com/users/rangehow/followers',...
[]
closed
False
None
[]
None
[ "In every iteration you load the full \"random_input\" column in memory, only then to access it's i-th element.\r\n\r\nYou can try using this instead\r\n\r\na,b=dataset[i]['random_input'],dataset[i]['random_output']" ]
2024-04-28T05:24:14
2024-05-06T08:30:03
2024-05-06 08:30:03+00:00
NONE
nan
### Describe the bug Assuming there is a dataset with 52000 sentences, each with a length of 500, it takes 20 seconds to extract a sentence from the dataset……?Is there something wrong with my iteration? ### Steps to reproduce the bug ```python import datasets import time import random num_rows = 52000 n...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6846/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6846/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6845
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6845/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6845/comments
https://api.github.com/repos/huggingface/datasets/issues/6845/events
https://github.com/huggingface/datasets/issues/6845
2265876551
I_kwDODunzps6HDohH
6845
load_dataset doesn't support list column
{'login': 'arthasking123', 'id': 16257131, 'node_id': 'MDQ6VXNlcjE2MjU3MTMx', 'avatar_url': 'https://avatars.githubusercontent.com/u/16257131?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/arthasking123', 'html_url': 'https://github.com/arthasking123', 'followers_url': 'https://api.github.com/users/artha...
[]
open
False
None
[]
None
[ "I encountered this same issue when loading a customized dataset for ORPO training, in which there were three columns and two of them were lists. \r\nI debugged and found that it might be caused by the type-infer mechanism and because in some chunks one of the columns is always an empty list ([]), it was regarded a...
2024-04-26T14:11:44
2024-05-15T12:06:59
NaT
NONE
nan
### Describe the bug dataset = load_dataset("Doraemon-AI/text-to-neo4j-cypher-chinese") got exception: Generating train split: 1834 examples [00:00, 5227.98 examples/s] Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/datasets/builder.py", line 2011, in _prepare_split_single ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6845/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6845/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6844
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6844/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6844/comments
https://api.github.com/repos/huggingface/datasets/issues/6844/events
https://github.com/huggingface/datasets/pull/6844
2265870546
PR_kwDODunzps5t2PRA
6844
Retry on HF Hub error when streaming
{'login': 'mariosasko', 'id': 47462742, 'node_id': 'MDQ6VXNlcjQ3NDYyNzQy', 'avatar_url': 'https://avatars.githubusercontent.com/u/47462742?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mariosasko', 'html_url': 'https://github.com/mariosasko', 'followers_url': 'https://api.github.com/users/mariosasko/fol...
[]
closed
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_6844). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "@Wauplin This PR is indeed not needed as explained in https://github.com/huggingface/da...
2024-04-26T14:09:04
2024-04-26T15:37:42
2024-04-26 15:37:42+00:00
COLLABORATOR
nan
Retry on the `huggingface_hub`'s `HfHubHTTPError` in the streaming mode. Fix #6843
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6844/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6844/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/6844', 'html_url': 'https://github.com/huggingface/datasets/pull/6844', 'diff_url': 'https://github.com/huggingface/datasets/pull/6844.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/6844.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/6843
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6843/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6843/comments
https://api.github.com/repos/huggingface/datasets/issues/6843/events
https://github.com/huggingface/datasets/issues/6843
2265432897
I_kwDODunzps6HB8NB
6843
IterableDataset raises exception instead of retrying
{'login': 'bauwenst', 'id': 145220868, 'node_id': 'U_kgDOCKflBA', 'avatar_url': 'https://avatars.githubusercontent.com/u/145220868?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bauwenst', 'html_url': 'https://github.com/bauwenst', 'followers_url': 'https://api.github.com/users/bauwenst/followers', 'foll...
[]
open
False
None
[]
None
[ "Thanks for reporting! I've opened a PR with a fix.", "Thanks, @mariosasko! Related question (although I guess this is a feature request): could we have some kind of exponential back-off for these retries? Here's my reasoning:\r\n- If a one-time accidental error happens, you should retry immediately and will succ...
2024-04-26T10:00:43
2024-04-30T13:14:13
NaT
NONE
nan
### Describe the bug In light of the recent server outages, I decided to look into whether I could somehow wrap my IterableDataset streams to retry rather than error out immediately. To my surprise, `datasets` [already supports retries](https://github.com/huggingface/datasets/issues/6172#issuecomment-1794876229). Si...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6843/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6843/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6842
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6842/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6842/comments
https://api.github.com/repos/huggingface/datasets/issues/6842/events
https://github.com/huggingface/datasets/issues/6842
2264692159
I_kwDODunzps6G_HW_
6842
Datasets with files with colon : in filenames cannot be used on Windows
{'login': 'jacobjennings', 'id': 1038927, 'node_id': 'MDQ6VXNlcjEwMzg5Mjc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1038927?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jacobjennings', 'html_url': 'https://github.com/jacobjennings', 'followers_url': 'https://api.github.com/users/jacobje...
[]
open
False
None
[]
None
[]
2024-04-26T00:14:16
2024-04-26T00:14:16
NaT
NONE
nan
### Describe the bug Datasets (such as https://huggingface.co/datasets/MLCommons/peoples_speech) cannot be used on Windows due to the fact that windows does not allow colons ":" in filenames. These should be converted into alternative strings. ### Steps to reproduce the bug 1. Attempt to run load_dataset on MLCo...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6842/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6842/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6841
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6841/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6841/comments
https://api.github.com/repos/huggingface/datasets/issues/6841/events
https://github.com/huggingface/datasets/issues/6841
2264687683
I_kwDODunzps6G_GRD
6841
Unable to load wiki_auto_asset_turk from GEM
{'login': 'abhinavsethy', 'id': 23074600, 'node_id': 'MDQ6VXNlcjIzMDc0NjAw', 'avatar_url': 'https://avatars.githubusercontent.com/u/23074600?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/abhinavsethy', 'html_url': 'https://github.com/abhinavsethy', 'followers_url': 'https://api.github.com/users/abhinavs...
[]
closed
False
None
[]
None
[ "Hi! I've opened a [PR](https://huggingface.co/datasets/GEM/wiki_auto_asset_turk/discussions/5) with a fix. While waiting for it to be merged, you can load the dataset from the PR branch with `datasets.load_dataset(\"GEM/wiki_auto_asset_turk\", revision=\"refs/pr/5\")`", "Thanks Mario. Still getting the same issu...
2024-04-26T00:08:47
2024-05-29T13:54:03
2024-04-26 16:12:29+00:00
NONE
nan
### Describe the bug I am unable to load the wiki_auto_asset_turk dataset. I get a fatal error while trying to access wiki_auto_asset_turk and load it with datasets.load_dataset. The error (TypeError: expected str, bytes or os.PathLike object, not NoneType) is from filenames_for_dataset_split in a os.path.join call ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6841/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6841/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/6840
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/6840/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/6840/comments
https://api.github.com/repos/huggingface/datasets/issues/6840/events
https://github.com/huggingface/datasets/issues/6840
2264604766
I_kwDODunzps6G-yBe
6840
Delete uploaded files from the UI
{'login': 'saicharan2804', 'id': 62512681, 'node_id': 'MDQ6VXNlcjYyNTEyNjgx', 'avatar_url': 'https://avatars.githubusercontent.com/u/62512681?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/saicharan2804', 'html_url': 'https://github.com/saicharan2804', 'followers_url': 'https://api.github.com/users/saich...
[{'id': 1935892871, 'node_id': 'MDU6TGFiZWwxOTM1ODkyODcx', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/enhancement', 'name': 'enhancement', 'color': 'a2eeef', 'default': True, 'description': 'New feature or request'}]
open
False
None
[]
None
[]
2024-04-25T22:33:57
2024-04-25T22:33:57
NaT
NONE
nan
### Feature request Once a file is uploaded and the commit is made, I am unable to delete individual files without completely deleting the whole dataset via the website UI. ### Motivation Would be a useful addition ### Your contribution Would love to help out with some guidance
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/6840/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/huggingface/datasets/issues/6840/timeline
nan
None
nan
None
true