Dataset Viewer
Auto-converted to Parquet Duplicate
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
sequencelengths
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/7040
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7040/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7040/comments
https://api.github.com/repos/huggingface/datasets/issues/7040/events
https://github.com/huggingface/datasets/issues/7040
2402918335
I_kwDODunzps6POZ-_
7040
load `streaming=True` dataset with downloaded cache
{'login': 'wanghaoyucn', 'id': 39429965, 'node_id': 'MDQ6VXNlcjM5NDI5OTY1', 'avatar_url': 'https://avatars.githubusercontent.com/u/39429965?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/wanghaoyucn', 'html_url': 'https://github.com/wanghaoyucn', 'followers_url': 'https://api.github.com/users/wanghaoyucn...
[]
open
False
None
[]
None
[ "When you pass `streaming=True`, the cache is ignored. The remote data URL is used instead and the data is streamed from the remote server." ]
2024-07-11T11:14:13
2024-07-11T11:54:18
NaT
NONE
nan
### Describe the bug We build a dataset which contains several hdf5 files and write a script using `h5py` to generate the dataset. The hdf5 files are large and the processed dataset cache takes more disk space. So we hope to try streaming iterable dataset. Unfortunately, `h5py` can't convert a remote URL into a hdf5 f...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7040/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/7040/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7039
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7039/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7039/comments
https://api.github.com/repos/huggingface/datasets/issues/7039/events
https://github.com/huggingface/datasets/pull/7039
2402403390
PR_kwDODunzps51DgCY
7039
Fix export to JSON when dataset larger than batch size
{'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...
[]
open
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7039). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "The test before confirms the bug.\r\n\r\nThere are different possible solutions to this...
2024-07-11T06:52:22
2024-07-11T07:27:58
NaT
MEMBER
nan
Fix export to JSON (`files=False`) when dataset larger than batch size. Fix #7037.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7039/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/7039/timeline
nan
None
1.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7039', 'html_url': 'https://github.com/huggingface/datasets/pull/7039', 'diff_url': 'https://github.com/huggingface/datasets/pull/7039.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7039.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7038
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7038/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7038/comments
https://api.github.com/repos/huggingface/datasets/issues/7038/events
https://github.com/huggingface/datasets/issues/7038
2402081227
I_kwDODunzps6PLNnL
7038
Yes, can definitely elaborate:
{'login': 'Khaliq88', 'id': 165458456, 'node_id': 'U_kgDOCdyyGA', 'avatar_url': 'https://avatars.githubusercontent.com/u/165458456?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Khaliq88', 'html_url': 'https://github.com/Khaliq88', 'followers_url': 'https://api.github.com/users/Khaliq88/followers', 'foll...
[]
closed
False
None
[]
None
[ "This is the `datasets` repository, and the issue should be opened in the `transformers` repo instead." ]
2024-07-11T02:22:30
2024-07-11T05:28:39
2024-07-11 05:28:39+00:00
NONE
nan
Yes, can definitely elaborate: Say I want to use HF Trainer with an arbitrary PyTorch optimizer (`AdamW` here just as an example). Then I should intuitively extend `Trainer` like: ```python class CustomOptimizerTrainer(Trainer): @staticmethod def get_optimizer_cls_and_kwargs(args: HfTrain...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7038/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/7038/timeline
nan
not_planned
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7037
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7037/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7037/comments
https://api.github.com/repos/huggingface/datasets/issues/7037/events
https://github.com/huggingface/datasets/issues/7037
2400192419
I_kwDODunzps6PEAej
7037
A bug of Dataset.to_json() function
{'login': 'LinglingGreat', 'id': 26499566, 'node_id': 'MDQ6VXNlcjI2NDk5NTY2', 'avatar_url': 'https://avatars.githubusercontent.com/u/26499566?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/LinglingGreat', 'html_url': 'https://github.com/LinglingGreat', 'followers_url': 'https://api.github.com/users/Lingl...
[{'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
[ "Thanks for reporting, @LinglingGreat.\r\n\r\nI confirm this is a bug." ]
2024-07-10T09:11:22
2024-07-10T13:07:44
NaT
NONE
nan
### Describe the bug When using the Dataset.to_json() function, an unexpected error occurs if the parameter is set to lines=False. The stored data should be in the form of a list, but it actually turns into multiple lists, which causes an error when reading the data again. The reason is that to_json() writes to the f...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7037/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/7037/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7036
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7036/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7036/comments
https://api.github.com/repos/huggingface/datasets/issues/7036/events
https://github.com/huggingface/datasets/pull/7036
2400035672
PR_kwDODunzps507bZk
7036
Fix doc generation when NamedSplit is used as parameter default value
{'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...
[]
open
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7036). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2024-07-10T07:58:46
2024-07-10T08:01:00
NaT
MEMBER
nan
Fix doc generation when `NamedSplit` is used as parameter default value. Fix #7035.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7036/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/7036/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7036', 'html_url': 'https://github.com/huggingface/datasets/pull/7036', 'diff_url': 'https://github.com/huggingface/datasets/pull/7036.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7036.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7035
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7035/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7035/comments
https://api.github.com/repos/huggingface/datasets/issues/7035/events
https://github.com/huggingface/datasets/issues/7035
2400021225
I_kwDODunzps6PDWrp
7035
Docs are not generated when a parameter defaults to a NamedSplit value
{'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': 4296013012, 'node_id': 'LA_kwDODunzps8AAAABAA_01A', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/maintenance', 'name': 'maintenance', 'color': 'd4c5f9', 'default': False, 'description': 'Maintenance tasks'}]
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-07-10T07:51:24
2024-07-10T07:53:08
NaT
MEMBER
nan
While generating the docs, we get an error when some parameter defaults to a `NamedSplit` value, like: ```python def call_function(split=Split.TRAIN): ... ``` The error is: ValueError: Equality not supported between split train and <class 'inspect._empty'> See: https://github.com/huggingface/datasets/action...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7035/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/7035/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7034
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7034/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7034/comments
https://api.github.com/repos/huggingface/datasets/issues/7034/events
https://github.com/huggingface/datasets/pull/7034
2397525974
PR_kwDODunzps50y-ya
7034
chore: fix typos in docs
{'login': 'hattizai', 'id': 150505746, 'node_id': 'U_kgDOCPiJEg', 'avatar_url': 'https://avatars.githubusercontent.com/u/150505746?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/hattizai', 'html_url': 'https://github.com/hattizai', 'followers_url': 'https://api.github.com/users/hattizai/followers', 'foll...
[]
open
False
None
[]
None
[]
2024-07-09T08:35:05
2024-07-09T13:32:05
NaT
NONE
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7034/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/7034/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7034', 'html_url': 'https://github.com/huggingface/datasets/pull/7034', 'diff_url': 'https://github.com/huggingface/datasets/pull/7034.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7034.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7033
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7033/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7033/comments
https://api.github.com/repos/huggingface/datasets/issues/7033/events
https://github.com/huggingface/datasets/issues/7033
2397419768
I_kwDODunzps6O5bj4
7033
`from_generator` does not allow to specify the split name
{'login': 'pminervini', 'id': 227357, 'node_id': 'MDQ6VXNlcjIyNzM1Nw==', 'avatar_url': 'https://avatars.githubusercontent.com/u/227357?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/pminervini', 'html_url': 'https://github.com/pminervini', 'followers_url': 'https://api.github.com/users/pminervini/followe...
[]
open
False
None
[]
None
[ "Thanks for reporting, @pminervini.\r\n\r\nI agree we should give the option to define the split name.\r\n\r\nIndeed, there is a PR that addresses precisely this issue:\r\n- #7015\r\n\r\nI am reviewing it." ]
2024-07-09T07:47:58
2024-07-09T08:05:23
NaT
CONTRIBUTOR
nan
### Describe the bug I'm building train, dev, and test using `from_generator`; however, in all three cases, the logger prints `Generating train split:` It's not possible to change the split name since it seems to be hardcoded: https://github.com/huggingface/datasets/blob/main/src/datasets/packaged_modules/generator/g...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7033/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/7033/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7032
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7032/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7032/comments
https://api.github.com/repos/huggingface/datasets/issues/7032/events
https://github.com/huggingface/datasets/pull/7032
2395531699
PR_kwDODunzps50sJTq
7032
Register `.zstd` extension for zstd-compressed files
{'login': 'polinaeterna', 'id': 16348744, 'node_id': 'MDQ6VXNlcjE2MzQ4NzQ0', 'avatar_url': 'https://avatars.githubusercontent.com/u/16348744?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/polinaeterna', 'html_url': 'https://github.com/polinaeterna', 'followers_url': 'https://api.github.com/users/polinaet...
[]
open
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7032). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "@albertvillanova hm I don't know tbh, it's just that \"mlfoundations/dclm-baseline-1.0\...
2024-07-08T12:39:50
2024-07-11T08:15:17
NaT
CONTRIBUTOR
nan
For example, https://huggingface.co/datasets/mlfoundations/dclm-baseline-1.0 dataset files have `.zstd` extension which is currently ignored (only `.zst` is registered).
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7032/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/7032/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7032', 'html_url': 'https://github.com/huggingface/datasets/pull/7032', 'diff_url': 'https://github.com/huggingface/datasets/pull/7032.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7032.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7031
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7031/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7031/comments
https://api.github.com/repos/huggingface/datasets/issues/7031/events
https://github.com/huggingface/datasets/issues/7031
2395401692
I_kwDODunzps6Oxu3c
7031
CI quality is broken: use ruff check instead
{'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-07-08T11:42:24
2024-07-08T11:47:29
2024-07-08 11:47:29+00:00
MEMBER
nan
CI quality is broken: https://github.com/huggingface/datasets/actions/runs/9838873879/job/27159697027 ``` error: `ruff <path>` has been removed. Use `ruff check <path>` instead. ```
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7031/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/7031/timeline
nan
not_planned
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7030
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7030/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7030/comments
https://api.github.com/repos/huggingface/datasets/issues/7030/events
https://github.com/huggingface/datasets/issues/7030
2393411631
I_kwDODunzps6OqJAv
7030
Add option to disable progress bar when reading a dataset ("Loading dataset from disk")
{'login': 'yuvalkirstain', 'id': 57996478, 'node_id': 'MDQ6VXNlcjU3OTk2NDc4', 'avatar_url': 'https://avatars.githubusercontent.com/u/57996478?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yuvalkirstain', 'html_url': 'https://github.com/yuvalkirstain', 'followers_url': 'https://api.github.com/users/yuval...
[{'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-07-06T05:43:37
2024-07-06T05:44:19
NaT
NONE
nan
### Feature request Add an option in load_from_disk to disable the progress bar even if the number of files is larger than 16. ### Motivation I am reading a lot of datasets that it creates lots of logs. <img width="1432" alt="image" src="https://github.com/huggingface/datasets/assets/57996478/8d4bbf03-6b89-...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7030/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/7030/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7029
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7029/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7029/comments
https://api.github.com/repos/huggingface/datasets/issues/7029/events
https://github.com/huggingface/datasets/issues/7029
2391366696
I_kwDODunzps6OiVwo
7029
load_dataset on AWS lambda throws OSError(30, 'Read-only file system') error
{'login': 'sugam-nexusflow', 'id': 171606538, 'node_id': 'U_kgDOCjqCCg', 'avatar_url': 'https://avatars.githubusercontent.com/u/171606538?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sugam-nexusflow', 'html_url': 'https://github.com/sugam-nexusflow', 'followers_url': 'https://api.github.com/users/sugam...
[]
open
False
None
[]
None
[]
2024-07-04T19:15:16
2024-07-04T19:17:46
NaT
NONE
nan
### Describe the bug I'm using AWS lambda to run a python application. I run the `load_dataset` function with cache_dir="/tmp" and is still throws the OSError(30, 'Read-only file system') error. Is even updated all the HF envs to point to /tmp dir but the issue still persists. I can confirm that the I can write to /...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7029/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/7029/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7028
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7028/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7028/comments
https://api.github.com/repos/huggingface/datasets/issues/7028/events
https://github.com/huggingface/datasets/pull/7028
2391077531
PR_kwDODunzps50dQ1w
7028
Fix ci
{'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_7028). 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-07-04T15:11:08
2024-07-04T15:26:35
2024-07-04 15:19:16+00:00
MEMBER
nan
...after last pr errors
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7028/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/7028/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7028', 'html_url': 'https://github.com/huggingface/datasets/pull/7028', 'diff_url': 'https://github.com/huggingface/datasets/pull/7028.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7028.patch', 'merged_at': '2024-07-04T15:19:16Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7027
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7027/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7027/comments
https://api.github.com/repos/huggingface/datasets/issues/7027/events
https://github.com/huggingface/datasets/pull/7027
2391013330
PR_kwDODunzps50dCsE
7027
Missing line from previous pr
{'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_7027). 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-07-04T14:34:29
2024-07-04T14:40:46
2024-07-04 14:34:36+00:00
MEMBER
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7027/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/7027/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7027', 'html_url': 'https://github.com/huggingface/datasets/pull/7027', 'diff_url': 'https://github.com/huggingface/datasets/pull/7027.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7027.patch', 'merged_at': '2024-07-04T14:34:36Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7026
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7026/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7026/comments
https://api.github.com/repos/huggingface/datasets/issues/7026/events
https://github.com/huggingface/datasets/pull/7026
2390983889
PR_kwDODunzps50c8Mf
7026
Fix check_library_imports
{'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_7026). 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-07-04T14:18:38
2024-07-04T14:28:36
2024-07-04 14:20:02+00:00
MEMBER
nan
move it to after the `trust_remote_code` check Note that it only affects local datasets that already exist on disk, not datasets loaded from HF directly
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7026/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/7026/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7026', 'html_url': 'https://github.com/huggingface/datasets/pull/7026', 'diff_url': 'https://github.com/huggingface/datasets/pull/7026.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7026.patch', 'merged_at': '2024-07-04T14:20:02Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7025
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7025/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7025/comments
https://api.github.com/repos/huggingface/datasets/issues/7025/events
https://github.com/huggingface/datasets/pull/7025
2390488546
PR_kwDODunzps50bSyD
7025
feat: support non streamable arrow file binary format
{'login': 'kmehant', 'id': 15800200, 'node_id': 'MDQ6VXNlcjE1ODAwMjAw', 'avatar_url': 'https://avatars.githubusercontent.com/u/15800200?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kmehant', 'html_url': 'https://github.com/kmehant', 'followers_url': 'https://api.github.com/users/kmehant/followers', 'fo...
[]
open
False
None
[]
None
[ "requesting review - @albertvillanova @lhoestq ", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7025). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Thank you for the review.\r\n\r\n> ...
2024-07-04T10:11:12
2024-07-09T17:08:36
NaT
NONE
nan
Support Arrow files (`.arrow`) that are in non streamable binary file formats.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7025/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/7025/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7025', 'html_url': 'https://github.com/huggingface/datasets/pull/7025', 'diff_url': 'https://github.com/huggingface/datasets/pull/7025.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7025.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7024
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7024/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7024/comments
https://api.github.com/repos/huggingface/datasets/issues/7024/events
https://github.com/huggingface/datasets/issues/7024
2390141626
I_kwDODunzps6Odqq6
7024
Streaming dataset not returning data
{'login': 'johnwee1', 'id': 91670254, 'node_id': 'U_kgDOBXbG7g', 'avatar_url': 'https://avatars.githubusercontent.com/u/91670254?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/johnwee1', 'html_url': 'https://github.com/johnwee1', 'followers_url': 'https://api.github.com/users/johnwee1/followers', 'follow...
[]
open
False
None
[]
None
[]
2024-07-04T07:21:47
2024-07-04T07:21:47
NaT
NONE
nan
### Describe the bug I'm deciding to post here because I'm still not sure what the issue is, or if I am using IterableDatasets wrongly. I'm following the guide on here https://huggingface.co/learn/cookbook/en/fine_tuning_code_llm_on_single_gpu pretty much to a tee and have verified that it works when I'm fine-tuning ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7024/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/7024/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7023
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7023/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7023/comments
https://api.github.com/repos/huggingface/datasets/issues/7023/events
https://github.com/huggingface/datasets/pull/7023
2388090424
PR_kwDODunzps50TDot
7023
Remove dead code for pyarrow < 15.0.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_7023). 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-07-03T09:05:03
2024-07-03T09:24:46
2024-07-03 09:17:35+00:00
MEMBER
nan
Remove dead code for pyarrow < 15.0.0. Code is dead since the merge of: - #6892 Fix #7022.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7023/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/7023/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7023', 'html_url': 'https://github.com/huggingface/datasets/pull/7023', 'diff_url': 'https://github.com/huggingface/datasets/pull/7023.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7023.patch', 'merged_at': '2024-07-03T09:17:35Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7022
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7022/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7022/comments
https://api.github.com/repos/huggingface/datasets/issues/7022/events
https://github.com/huggingface/datasets/issues/7022
2388064650
I_kwDODunzps6OVvmK
7022
There is dead code after we require pyarrow >= 15.0.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...
[{'id': 4296013012, 'node_id': 'LA_kwDODunzps8AAAABAA_01A', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/maintenance', 'name': 'maintenance', 'color': 'd4c5f9', 'default': False, 'description': 'Maintenance tasks'}]
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-07-03T08:52:57
2024-07-03T09:17:36
2024-07-03 09:17:36+00:00
MEMBER
nan
There are code lines specific for pyarrow versions < 15.0.0. However, we require pyarrow >= 15.0.0 since the merge of PR: - #6892 Those code lines are now dead code and should be removed.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7022/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/7022/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7021
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7021/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7021/comments
https://api.github.com/repos/huggingface/datasets/issues/7021/events
https://github.com/huggingface/datasets/pull/7021
2387948935
PR_kwDODunzps50SlKR
7021
Fix casting list array to fixed size list
{'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_7021). 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-07-03T07:58:57
2024-07-03T08:47:49
2024-07-03 08:41:55+00:00
MEMBER
nan
Fix casting list array to fixed size list. This bug was introduced in [datasets-2.17.0](https://github.com/huggingface/datasets/releases/tag/2.17.0) by PR: https://github.com/huggingface/datasets/pull/6283/files#diff-1cb2b66aa9311d729cfd83013dad56cf5afcda35b39dfd0bfe9c3813a049eab0R1899 - #6283 Fix #7020.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7021/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/7021/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7021', 'html_url': 'https://github.com/huggingface/datasets/pull/7021', 'diff_url': 'https://github.com/huggingface/datasets/pull/7021.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7021.patch', 'merged_at': '2024-07-03T08:41:55Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7020
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7020/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7020/comments
https://api.github.com/repos/huggingface/datasets/issues/7020/events
https://github.com/huggingface/datasets/issues/7020
2387940990
I_kwDODunzps6OVRZ-
7020
Casting list array to fixed size list raises error
{'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-07-03T07:54:49
2024-07-03T08:41:56
2024-07-03 08:41:56+00:00
MEMBER
nan
When trying to cast a list array to fixed size list, an AttributeError is raised: > AttributeError: 'pyarrow.lib.FixedSizeListType' object has no attribute 'length' Steps to reproduce the bug: ```python import pyarrow as pa from datasets.table import array_cast arr = pa.array([[0, 1]]) array_cast(arr, pa.lis...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7020/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/7020/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7019
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7019/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7019/comments
https://api.github.com/repos/huggingface/datasets/issues/7019/events
https://github.com/huggingface/datasets/pull/7019
2385793897
PR_kwDODunzps50LMjW
7019
Allow Polars round trip by supporting pyarrow large list
{'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...
[]
open
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7019). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2024-07-02T09:52:52
2024-07-08T15:33:31
NaT
MEMBER
nan
Allow Polars round trip by supporting pyarrow large list. Fix #6834, fix #6984. Supersede and close #4800, close #6835, close #6986.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7019/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/7019/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7019', 'html_url': 'https://github.com/huggingface/datasets/pull/7019', 'diff_url': 'https://github.com/huggingface/datasets/pull/7019.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7019.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7018
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7018/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7018/comments
https://api.github.com/repos/huggingface/datasets/issues/7018/events
https://github.com/huggingface/datasets/issues/7018
2383700286
I_kwDODunzps6OFGE-
7018
`load_dataset` fails to load dataset saved by `save_to_disk`
{'login': 'sliedes', 'id': 2307997, 'node_id': 'MDQ6VXNlcjIzMDc5OTc=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2307997?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sliedes', 'html_url': 'https://github.com/sliedes', 'followers_url': 'https://api.github.com/users/sliedes/followers', 'foll...
[]
open
False
None
[]
None
[]
2024-07-01T12:19:19
2024-07-01T12:19:19
NaT
NONE
nan
### Describe the bug This code fails to load the dataset it just saved: ```python from datasets import load_dataset from transformers import AutoTokenizer MODEL = "google-bert/bert-base-cased" tokenizer = AutoTokenizer.from_pretrained(MODEL) dataset = load_dataset("yelp_review_full") def tokenize_functi...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7018/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/7018/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7017
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7017/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7017/comments
https://api.github.com/repos/huggingface/datasets/issues/7017/events
https://github.com/huggingface/datasets/pull/7017
2383647419
PR_kwDODunzps50D3gi
7017
Support fsspec 2024.6.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
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7017). 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-07-01T11:57:15
2024-07-01T12:12:32
2024-07-01 12:06:24+00:00
MEMBER
nan
Support fsspec 2024.6.1.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7017/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/7017/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7017', 'html_url': 'https://github.com/huggingface/datasets/pull/7017', 'diff_url': 'https://github.com/huggingface/datasets/pull/7017.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7017.patch', 'merged_at': '2024-07-01T12:06:24Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7016
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7016/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7016/comments
https://api.github.com/repos/huggingface/datasets/issues/7016/events
https://github.com/huggingface/datasets/issues/7016
2383262608
I_kwDODunzps6ODbOQ
7016
`drop_duplicates` method
{'login': 'MohamedAliRashad', 'id': 26205298, 'node_id': 'MDQ6VXNlcjI2MjA1Mjk4', 'avatar_url': 'https://avatars.githubusercontent.com/u/26205298?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/MohamedAliRashad', 'html_url': 'https://github.com/MohamedAliRashad', 'followers_url': 'https://api.github.com/us...
[{'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
[ "There is an open issue #2514 about this which also proposes solutions." ]
2024-07-01T09:01:06
2024-07-02T13:54:48
NaT
NONE
nan
### Feature request `drop_duplicates` method for huggingface datasets (similiar in simplicity to the `pandas` one) ### Motivation Ease of use ### Your contribution I don't think i am good enough to help
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7016/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/7016/timeline
nan
None
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7015
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7015/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7015/comments
https://api.github.com/repos/huggingface/datasets/issues/7015/events
https://github.com/huggingface/datasets/pull/7015
2383151220
PR_kwDODunzps50CJuE
7015
add split argument to Generator
{'login': 'piercus', 'id': 156736, 'node_id': 'MDQ6VXNlcjE1NjczNg==', 'avatar_url': 'https://avatars.githubusercontent.com/u/156736?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/piercus', 'html_url': 'https://github.com/piercus', 'followers_url': 'https://api.github.com/users/piercus/followers', 'follow...
[]
open
False
None
[]
None
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_7015). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "@albertvillanova thanks for the review, please take a look", "@albertvillanova please...
2024-07-01T08:09:25
2024-07-11T08:20:16
NaT
NONE
nan
## Actual When creating a multi-split dataset using generators like ```python datasets.DatasetDict({ "val": datasets.Dataset.from_generator( generator=generator_val, features=features ), "test": datasets.Dataset.from_generator( generator=generator_test, features=features, ...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7015/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/7015/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7015', 'html_url': 'https://github.com/huggingface/datasets/pull/7015', 'diff_url': 'https://github.com/huggingface/datasets/pull/7015.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7015.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7014
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7014/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7014/comments
https://api.github.com/repos/huggingface/datasets/issues/7014/events
https://github.com/huggingface/datasets/pull/7014
2382985847
PR_kwDODunzps50BlwV
7014
Skip faiss tests on Windows to avoid running CI for 360 minutes
{'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_7014). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "The failing CI tests are unrelated to this PR.\r\n\r\nWe can see that now the integrati...
2024-07-01T06:45:35
2024-07-01T07:16:36
2024-07-01 07:10:27+00:00
MEMBER
nan
Skip faiss tests on Windows to avoid running CI for 360 minutes. Fix #7013. Revert once the underlying issue is fixed.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7014/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/7014/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7014', 'html_url': 'https://github.com/huggingface/datasets/pull/7014', 'diff_url': 'https://github.com/huggingface/datasets/pull/7014.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7014.patch', 'merged_at': '2024-07-01T07:10:27Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7013
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7013/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7013/comments
https://api.github.com/repos/huggingface/datasets/issues/7013/events
https://github.com/huggingface/datasets/issues/7013
2382976738
I_kwDODunzps6OCVbi
7013
CI is broken for faiss tests on Windows: node down: Not properly terminated
{'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': 4296013012, 'node_id': 'LA_kwDODunzps8AAAABAA_01A', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/maintenance', 'name': 'maintenance', 'color': 'd4c5f9', 'default': False, 'description': 'Maintenance tasks'}]
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-07-01T06:40:03
2024-07-01T07:10:28
2024-07-01 07:10:28+00:00
MEMBER
nan
Faiss tests on Windows make the CI run indefinitely until maximum execution time (360 minutes) is reached. See: https://github.com/huggingface/datasets/actions/runs/9712659783 ``` test (integration, windows-latest, deps-minimum) The job running on runner GitHub Actions 60 has exceeded the maximum execution time o...
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7013/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/7013/timeline
nan
completed
nan
None
true
https://api.github.com/repos/huggingface/datasets/issues/7012
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7012/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7012/comments
https://api.github.com/repos/huggingface/datasets/issues/7012/events
https://github.com/huggingface/datasets/pull/7012
2380934047
PR_kwDODunzps5z61A3
7012
Raise an error when a nested object is expected to be a mapping that displays the object
{'login': 'sebbyjp', 'id': 22511797, 'node_id': 'MDQ6VXNlcjIyNTExNzk3', 'avatar_url': 'https://avatars.githubusercontent.com/u/22511797?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebbyjp', 'html_url': 'https://github.com/sebbyjp', 'followers_url': 'https://api.github.com/users/sebbyjp/followers', 'fo...
[]
closed
False
None
[]
None
[]
2024-06-28T18:10:59
2024-07-11T02:06:16
2024-07-11 02:06:16+00:00
NONE
nan
None
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7012/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/7012/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7012', 'html_url': 'https://github.com/huggingface/datasets/pull/7012', 'diff_url': 'https://github.com/huggingface/datasets/pull/7012.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7012.patch', 'merged_at': None}
true
https://api.github.com/repos/huggingface/datasets/issues/7011
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7011/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7011/comments
https://api.github.com/repos/huggingface/datasets/issues/7011/events
https://github.com/huggingface/datasets/pull/7011
2379785262
PR_kwDODunzps5z27Fs
7011
Re-enable raising error from huggingface-hub FutureWarning in CI
{'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_7011). 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-06-28T07:28:32
2024-06-28T12:25:25
2024-06-28 12:19:28+00:00
MEMBER
nan
Re-enable raising error from huggingface-hub FutureWarning in tests, once that the fix in transformers - https://github.com/huggingface/transformers/pull/31007 was just released yesterday in transformers-4.42.0: https://github.com/huggingface/transformers/releases/tag/v4.42.0 Fix #7010.
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7011/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/7011/timeline
nan
None
0.0
{'url': 'https://api.github.com/repos/huggingface/datasets/pulls/7011', 'html_url': 'https://github.com/huggingface/datasets/pull/7011', 'diff_url': 'https://github.com/huggingface/datasets/pull/7011.diff', 'patch_url': 'https://github.com/huggingface/datasets/pull/7011.patch', 'merged_at': '2024-06-28T12:19:28Z'}
true
https://api.github.com/repos/huggingface/datasets/issues/7010
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/7010/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/7010/comments
https://api.github.com/repos/huggingface/datasets/issues/7010/events
https://github.com/huggingface/datasets/issues/7010
2379777480
I_kwDODunzps6N2IXI
7010
Re-enable raising error from huggingface-hub FutureWarning in CI
{'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': 4296013012, 'node_id': 'LA_kwDODunzps8AAAABAA_01A', 'url': 'https://api.github.com/repos/huggingface/datasets/labels/maintenance', 'name': 'maintenance', 'color': 'd4c5f9', 'default': False, 'description': 'Maintenance tasks'}]
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-06-28T07:23:40
2024-06-28T12:19:30
2024-06-28 12:19:29+00:00
MEMBER
nan
Re-enable raising error from huggingface-hub FutureWarning in CI, which was disabled by PR: - #6876 Note that this can only be done once transformers releases the fix: - https://github.com/huggingface/transformers/pull/31007
{'url': 'https://api.github.com/repos/huggingface/datasets/issues/7010/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/7010/timeline
nan
completed
nan
None
true
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
6